Uses of Class
io.datarouter.storage.node.builder.TallyNodeBuilder
| Package | Description |
|---|---|
| io.datarouter.storage.node.builder | |
| io.datarouter.storage.node.factory |
-
Uses of TallyNodeBuilder in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder that return TallyNodeBuilder Modifier and Type Method Description TallyNodeBuilder<PK,D,F>TallyNodeBuilder. withIsSystemTable(boolean isSystemTable)TallyNodeBuilder<PK,D,F>TallyNodeBuilder. withSchemaVersion(int version)TallyNodeBuilder<PK,D,F>TallyNodeBuilder. withTableName(String tableName) -
Uses of TallyNodeBuilder in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory that return TallyNodeBuilder 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>>
TallyNodeBuilder<PK,D,F>TallyNodeFactory. createTally(ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)