Class RedisNodeFactory

java.lang.Object
io.datarouter.client.redis.RedisNodeFactory

@Singleton
public class RedisNodeFactory
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RedisNodeFactory()  
  • 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>>
    RedisNode<PK,​D,​F>
    createTallyNode​(io.datarouter.storage.node.NodeParams<PK,​D,​F> params)  

    Methods inherited from class java.lang.Object

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

  • 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)