Class TallyNodeBuilder<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>>
java.lang.Object
io.datarouter.storage.node.builder.TallyNodeBuilder<PK,D,F>
public class TallyNodeBuilder<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>> extends Object
-
Constructor Summary
Constructors Constructor Description TallyNodeBuilder(Datarouter datarouter, TallyNodeFactory nodeFactory, ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier) -
Method Summary
Modifier and Type Method Description <N extends NodeOps<PK, D>>
Nbuild()<N extends NodeOps<PK, D>>
NbuildAndRegister()TallyNodeBuilder<PK,D,F>withIsSystemTable(boolean isSystemTable)TallyNodeBuilder<PK,D,F>withSchemaVersion(int version)TallyNodeBuilder<PK,D,F>withTableName(String tableName)
-
Constructor Details
-
TallyNodeBuilder
public TallyNodeBuilder(Datarouter datarouter, TallyNodeFactory nodeFactory, ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)
-
-
Method Details