Package io.datarouter.client.redis
Class RedisNodeFactory
java.lang.Object
io.datarouter.client.redis.RedisNodeFactory
@Singleton public class RedisNodeFactory extends Object
-
Constructor Summary
Constructors Constructor Description RedisNodeFactory() -
Method Summary
Modifier and Type Method Description RedisBlobNodecreateBlobNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.file.PathbeanKey,io.datarouter.storage.file.Pathbean,io.datarouter.storage.file.Pathbean.PathbeanFielder> params)<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>>
RedisNode<PK,D,F>createTallyNode(io.datarouter.storage.node.NodeParams<PK,D,F> params)
-
Constructor Details
-
RedisNodeFactory
public RedisNodeFactory()
-
-
Method Details
-
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>> RedisNode<PK,D,F> createTallyNode(io.datarouter.storage.node.NodeParams<PK,D,F> params) -
createBlobNode
public RedisBlobNode createBlobNode(io.datarouter.storage.node.NodeParams<io.datarouter.storage.file.PathbeanKey,io.datarouter.storage.file.Pathbean,io.datarouter.storage.file.Pathbean.PathbeanFielder> params)
-