Class FilesystemClientNodeFactory

java.lang.Object
io.datarouter.filesystem.client.FilesystemClientNodeFactory
All Implemented Interfaces:
io.datarouter.storage.client.ClientNodeFactory, io.datarouter.storage.client.imp.BlobClientNodeFactory, io.datarouter.storage.client.imp.BlobQueueClientNodeFactory, io.datarouter.storage.client.imp.QueueClientNodeFactory

@Singleton public class FilesystemClientNodeFactory extends Object implements io.datarouter.storage.client.imp.BlobClientNodeFactory, io.datarouter.storage.client.imp.BlobQueueClientNodeFactory, io.datarouter.storage.client.imp.QueueClientNodeFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.datarouter.storage.node.op.raw.BlobStorage.PhysicalBlobStorageNode
    createBlobNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.file.DatabaseBlobKey,io.datarouter.storage.file.DatabaseBlob,io.datarouter.storage.file.DatabaseBlob.DatabaseBlobFielder> nodeParams)
     
    <T> io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNode<T>
    createBlobQueueNode(io.datarouter.storage.node.NodeParams<io.datarouter.model.key.EmptyDatabeanKey,io.datarouter.model.databean.EmptyDatabean,io.datarouter.model.databean.EmptyDatabean.EmptyDatabeanFielder> nodeParams, io.datarouter.bytes.Codec<T,byte[]> codec)
     
    <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>
    io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F>
    createGroupQueueNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)
     
    <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>
    io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F>
    createSingleQueueNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FilesystemClientNodeFactory

      public FilesystemClientNodeFactory()
  • Method Details

    • createBlobNode

      public io.datarouter.storage.node.op.raw.BlobStorage.PhysicalBlobStorageNode createBlobNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.file.DatabaseBlobKey,io.datarouter.storage.file.DatabaseBlob,io.datarouter.storage.file.DatabaseBlob.DatabaseBlobFielder> nodeParams)
      Specified by:
      createBlobNode in interface io.datarouter.storage.client.imp.BlobClientNodeFactory
    • createBlobQueueNode

      public <T> io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNode<T> createBlobQueueNode(io.datarouter.storage.node.NodeParams<io.datarouter.model.key.EmptyDatabeanKey,io.datarouter.model.databean.EmptyDatabean,io.datarouter.model.databean.EmptyDatabean.EmptyDatabeanFielder> nodeParams, io.datarouter.bytes.Codec<T,byte[]> codec)
      Specified by:
      createBlobQueueNode in interface io.datarouter.storage.client.imp.BlobQueueClientNodeFactory
    • createSingleQueueNode

      public <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F> createSingleQueueNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)
      Specified by:
      createSingleQueueNode in interface io.datarouter.storage.client.imp.QueueClientNodeFactory
    • createGroupQueueNode

      public <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F> createGroupQueueNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)
      Specified by:
      createGroupQueueNode in interface io.datarouter.storage.client.imp.QueueClientNodeFactory