Package io.datarouter.storage.node
Class NodeParams.NodeParamsBuilder<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.NodeParams.NodeParamsBuilder<PK,D,F>
- Enclosing class:
- NodeParams<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>>
public static class NodeParams.NodeParamsBuilder<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 java.lang.Object
-
Constructor Summary
Constructors Constructor Description NodeParamsBuilder(java.util.function.Supplier<D> databeanSupplier, java.util.function.Supplier<F> fielderSupplier) -
Method Summary
-
Constructor Details
-
Method Details
-
withClientId
-
withParentName
-
withSchemaVersion
-
withTableName
-
withEntity
public NodeParams.NodeParamsBuilder<PK,D,F> withEntity(java.lang.String entityTableName, java.lang.String entityNodePrefix) -
withDiagnostics
public NodeParams.NodeParamsBuilder<PK,D,F> withDiagnostics(java.util.function.Supplier<java.lang.Boolean> recordCallsites) -
withNamespace
-
withStreamName
-
withQueueUrl
-
withTableConfiguration
public NodeParams.NodeParamsBuilder<PK,D,F> withTableConfiguration(NodewatchConfiguration nodewatchConfiguration) -
withDisableForcePrimary
-
build
-