Package io.datarouter.filesystem.client
Class FilesystemClientNodeFactory.FilesystemWrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,E extends io.datarouter.model.entity.Entity<EK>,PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>
java.lang.Object
io.datarouter.storage.client.imp.BaseWrappedNodeFactory<EK,PK,D,F,N>
io.datarouter.storage.client.imp.WrappedNodeFactory<EK,E,PK,D,F,io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>>
io.datarouter.filesystem.client.FilesystemClientNodeFactory.FilesystemWrappedNodeFactory<EK,E,PK,D,F>
- Enclosing class:
- FilesystemClientNodeFactory
public class FilesystemClientNodeFactory.FilesystemWrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,E extends io.datarouter.model.entity.Entity<EK>,PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>
extends io.datarouter.storage.client.imp.WrappedNodeFactory<EK,E,PK,D,F,io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>>
-
Constructor Summary
Constructors Constructor Description FilesystemWrappedNodeFactory() -
Method Summary
Modifier and Type Method Description io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>createNode(io.datarouter.storage.node.entity.EntityNodeParams<EK,E> entityNodeParams, io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)List<UnaryOperator<io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>>>getAdapters()Methods inherited from class io.datarouter.storage.client.imp.WrappedNodeFactory
createWrappedNodeMethods inherited from class io.datarouter.storage.client.imp.BaseWrappedNodeFactory
adapt
-
Constructor Details
-
FilesystemWrappedNodeFactory
public FilesystemWrappedNodeFactory()
-
-
Method Details
-
createNode
public io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F> createNode(io.datarouter.storage.node.entity.EntityNodeParams<EK,E> entityNodeParams, io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)- Specified by:
createNodein classio.datarouter.storage.client.imp.WrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,E extends io.datarouter.model.entity.Entity<EK>,PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>>
-
getAdapters
public List<UnaryOperator<io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK,D,F>>> getAdapters()- Specified by:
getAdaptersin classio.datarouter.storage.client.imp.BaseWrappedNodeFactory<EK extends io.datarouter.model.key.entity.EntityKey<EK>,PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,io.datarouter.storage.node.op.raw.QueueStorage.PhysicalQueueStorageNode<PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK,PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>>
-