Uses of Class
io.datarouter.storage.tally.Tally
Packages that use Tally
Package
Description
-
Uses of Tally in io.datarouter.storage.client.imp
Method parameters in io.datarouter.storage.client.imp with type arguments of type TallyModifier and TypeMethodDescriptionTallyClientNodeFactory.createTallyNode(NodeParams<TallyKey, Tally, Tally.TallyFielder> nodeParams) -
Uses of Tally in io.datarouter.storage.node.adapter.counter.physical
Methods in io.datarouter.storage.node.adapter.counter.physical that return types with arguments of type Tally -
Uses of Tally in io.datarouter.storage.node.adapter.sanitization.physical
Methods in io.datarouter.storage.node.adapter.sanitization.physical that return types with arguments of type Tally -
Uses of Tally in io.datarouter.storage.node.adapter.trace.physical
Methods in io.datarouter.storage.node.adapter.trace.physical that return types with arguments of type Tally -
Uses of Tally in io.datarouter.storage.node.builder
Constructor parameters in io.datarouter.storage.node.builder with type arguments of type TallyModifierConstructorDescriptionTallyNodeBuilder(Datarouter datarouter, TallyNodeFactory nodeFactory, ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier) -
Uses of Tally in io.datarouter.storage.node.factory
Method parameters in io.datarouter.storage.node.factory with type arguments of type TallyModifier 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>>
TallyNodeBuilderTallyNodeFactory.createTally(ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier) TallyNodeFactory.createTallyNode(ClientId clientId, Supplier<Tally> databeanSupplier, Supplier<Tally.TallyFielder> fielderSupplier, String version, String tableName, Tag tag) -
Uses of Tally in io.datarouter.storage.tally
Methods in io.datarouter.storage.tally with parameters of type TallyModifier and TypeMethodDescriptionList<io.datarouter.model.field.Field<?>>Tally.TallyFielder.getNonKeyFields(Tally databean)