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 java.lang.Object
-
Constructor Summary
Constructors Constructor Description WideNodeBuilder(Datarouter datarouter, WideNodeFactory wideNodeFactory, DatarouterStorageSettingRoot storageSettings, ClientId clientId, java.util.function.Supplier<D> databeanSupplier, java.util.function.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(java.lang.Integer schemaVersion)WideNodeBuilder<PK,D,F>withTableName(java.lang.String tableName)
-
Constructor Details
-
WideNodeBuilder
public WideNodeBuilder(Datarouter datarouter, WideNodeFactory wideNodeFactory, DatarouterStorageSettingRoot storageSettings, ClientId clientId, java.util.function.Supplier<D> databeanSupplier, java.util.function.Supplier<F> fielderSupplier)
-
-
Method Details