Package io.datarouter.client.redis
Class RedisClientNodeFactory
java.lang.Object
io.datarouter.storage.client.imp.BaseClientNodeFactory
io.datarouter.client.redis.RedisClientNodeFactory
- All Implemented Interfaces:
io.datarouter.storage.client.ClientNodeFactory,io.datarouter.storage.client.imp.BlobClientNodeFactory,io.datarouter.storage.client.imp.TallyClientNodeFactory
@Singleton
public class RedisClientNodeFactory
extends io.datarouter.storage.client.imp.BaseClientNodeFactory
implements io.datarouter.storage.client.imp.BlobClientNodeFactory, io.datarouter.storage.client.imp.TallyClientNodeFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classRedisClientNodeFactory.RedisWrappedNodeFactory<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>> -
Constructor Summary
Constructors Constructor Description RedisClientNodeFactory() -
Method Summary
Modifier and Type Method Description <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>createBlobNode(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>createTallyNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)<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.client.imp.WrappedNodeFactory<EK,E,PK,D,F,io.datarouter.storage.node.op.raw.MapStorage.PhysicalMapStorageNode<PK,D,F>>makeWrappedNodeFactory()Methods inherited from class io.datarouter.storage.client.imp.BaseClientNodeFactory
createEntityNode, createWrappedNode, createWrappedSubEntityNode, makeWrappedSubEntityNodeFactory
-
Constructor Details
-
RedisClientNodeFactory
public RedisClientNodeFactory()
-
-
Method Details
-
makeWrappedNodeFactory
public <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.client.imp.WrappedNodeFactory<EK,E,PK,D,F,io.datarouter.storage.node.op.raw.MapStorage.PhysicalMapStorageNode<PK,D,F>> makeWrappedNodeFactory()- Specified by:
makeWrappedNodeFactoryin classio.datarouter.storage.client.imp.BaseClientNodeFactory
-
createBlobNode
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> createBlobNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)- Specified by:
createBlobNodein interfaceio.datarouter.storage.client.imp.BlobClientNodeFactory
-
createTallyNode
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> createTallyNode(io.datarouter.storage.node.NodeParams<PK,D,F> nodeParams)- Specified by:
createTallyNodein interfaceio.datarouter.storage.client.imp.TallyClientNodeFactory
-