Package io.datarouter.filesystem.client
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 FilesystemClientNodeFactory() -
Method Summary
Modifier and Type Method Description io.datarouter.storage.node.op.raw.BlobStorage.PhysicalBlobStorageNodecreateBlobNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.file.DatabaseBlobKey,io.datarouter.storage.file.DatabaseBlob,io.datarouter.storage.file.DatabaseBlob.DatabaseBlobFielder> nodeParams)io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNodecreateBlobQueueNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.queue.BlobQueueMessageKey,io.datarouter.storage.queue.BlobQueueMessage,io.datarouter.storage.queue.BlobQueueMessage.BlobQueueMessageFielder> 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>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)
-
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:
createBlobNodein interfaceio.datarouter.storage.client.imp.BlobClientNodeFactory
-
createBlobQueueNode
public io.datarouter.storage.node.op.raw.BlobQueueStorage.PhysicalBlobQueueStorageNode createBlobQueueNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.queue.BlobQueueMessageKey,io.datarouter.storage.queue.BlobQueueMessage,io.datarouter.storage.queue.BlobQueueMessage.BlobQueueMessageFielder> nodeParams)- Specified by:
createBlobQueueNodein interfaceio.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:
createSingleQueueNodein interfaceio.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:
createGroupQueueNodein interfaceio.datarouter.storage.client.imp.QueueClientNodeFactory
-