Package io.datarouter.storage.client.imp
Interface TallyClientNodeFactory
- All Superinterfaces:
ClientNodeFactory
public interface TallyClientNodeFactory extends ClientNodeFactory
-
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>>
PhysicalNode<PK,D,F>createTallyNode(NodeParams<PK,D,F> nodeParams)Methods inherited from interface io.datarouter.storage.client.ClientNodeFactory
createEntityNode, createWrappedNode, createWrappedSubEntityNode
-
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)
-