Class WideNodeBuilder<PK extends io.datarouter.model.key.primary.RegularPrimaryKey<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.WideNodeBuilder<PK,D,F>
public class WideNodeBuilder<PK extends io.datarouter.model.key.primary.RegularPrimaryKey<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 WideNodeBuilder(Datarouter datarouter, WideNodeFactory wideNodeFactory, DatarouterStorageSettingRoot storageSettings, 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()WideNodeBuilder<PK,D,F>withSchemaVersion(Integer schemaVersion)WideNodeBuilder<PK,D,F>withTableName(String tableName)
-
Constructor Details
-
WideNodeBuilder
public WideNodeBuilder(Datarouter datarouter, WideNodeFactory wideNodeFactory, DatarouterStorageSettingRoot storageSettings, ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)
-
-
Method Details