Interface TallyClientNodeFactory

All Superinterfaces:
ClientNodeFactory

public interface TallyClientNodeFactory
extends ClientNodeFactory
  • Method Details

    • createTallyNode

      <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>> PhysicalNode<PK,​D,​F> createTallyNode​(NodeParams<PK,​D,​F> nodeParams)