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 Object
-
Constructor Summary
ConstructorsConstructorDescriptionNodeParamsBuilder(NodeParams<PK, D, F> params) NodeParamsBuilder(Supplier<D> databeanSupplier, Supplier<F> fielderSupplier) -
Method Summary
Modifier and TypeMethodDescriptionNodeParams<PK,D, F> build()withAgeMonitoring(boolean enableAgeMonitoring) withBucketName(String physicalName) withClientId(ClientId clientId) withDiagnostics(Supplier<Boolean> recordCallsites) withDisableForcePrimary(boolean disableForcePrimary) withDisableIntroducer(boolean disableIntroducer) withEntity(String entityTableName, String entityNodePrefix) withNamespace(String namespace) withParentName(String parentName) withQueueUrl(String queueUrl) withSchemaVersion(String schemaVersion) withStreamName(String streamName) withTableConfiguration(NodewatchConfiguration nodewatchConfiguration) withTableName(String physicalName)
-
Constructor Details
-
NodeParamsBuilder
-
NodeParamsBuilder
-
-
Method Details
-
withClientId
-
withParentName
-
withSchemaVersion
-
withBucketName
-
withTableName
-
withEntity
-
withDiagnostics
-
withNamespace
-
withPath
-
withStreamName
-
withQueueUrl
-
withTableConfiguration
public NodeParams.NodeParamsBuilder<PK,D, withTableConfigurationF> (NodewatchConfiguration nodewatchConfiguration) -
withDisableForcePrimary
-
withTag
-
withDisableIntroducer
-
withAgeMonitoring
-
build
-