Class TallyNodeFactory
java.lang.Object
io.datarouter.storage.node.factory.BaseNodeFactory
io.datarouter.storage.node.factory.TallyNodeFactory
-
Field Summary
Fields inherited from class io.datarouter.storage.node.factory.BaseNodeFactory
clients, datarouter, injector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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>>
TallyNodeBuildercreateTally(ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier) createTallyNode(ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier, String version, String tableName, Tag tag) Methods inherited from class io.datarouter.storage.node.factory.BaseNodeFactory
cast, getClientNodeFactory
-
Constructor Details
-
TallyNodeFactory
public TallyNodeFactory()
-
-
Method Details
-
createTally
public <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, TallyNodeBuilder createTallyD>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> (ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier) -
createTallyNode
public TallyStorage.PhysicalTallyStorageNode createTallyNode(ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier, String version, String tableName, Tag tag)
-