Uses of Class
io.datarouter.storage.node.builder.NodeBuilder
| Package | Description |
|---|---|
| io.datarouter.storage.node.builder | |
| io.datarouter.storage.node.factory |
-
Uses of NodeBuilder in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder that return NodeBuilder Modifier and Type Method Description NodeBuilder<EK,PK,D,F>NodeBuilder. disableNodewatch()NodeBuilder<EK,PK,D,F>NodeBuilder. disableNodewatchPercentageAlert()NodeBuilder<EK,PK,D,F>NodeBuilder. disableNodewatchThresholdAlert()NodeBuilder<EK,PK,D,F>NodeBuilder. withDisableForcePrimary(boolean disableForcePrimary)NodeBuilder<EK,PK,D,F>NodeBuilder. withNodewatchBatchSize(int batchSize)NodeBuilder<EK,PK,D,F>NodeBuilder. withNodewatchConfigurationBuilder(NodewatchConfigurationBuilder nodewatchConfigurationBuilder)NodeBuilder<EK,PK,D,F>NodeBuilder. withNodewatchSampleSize(int sampleSize)NodeBuilder<EK,PK,D,F>NodeBuilder. withNodewatchThreshold(long threshold)NodeBuilder<EK,PK,D,F>NodeBuilder. withPartitionerSupplier(java.util.function.Supplier<io.datarouter.model.key.entity.EntityPartitioner<EK>> pertitionerSupplier)NodeBuilder<EK,PK,D,F>NodeBuilder. withSchemaVersion(java.lang.Integer schemaVersion)NodeBuilder<EK,PK,D,F>NodeBuilder. withTableName(java.lang.String tableName) -
Uses of NodeBuilder in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory that return NodeBuilder Modifier and Type Method Description <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>>
NodeBuilder<PK,PK,D,F>BaseNodeFactory. create(ClientId clientId, java.util.function.Supplier<D> databeanSupplier, java.util.function.Supplier<F> fielderSupplier)<EK extends io.datarouter.model.key.entity.EntityKey<EK>, PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK, PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>
NodeBuilder<EK,PK,D,F>BaseNodeFactory. create(ClientId clientId, java.util.function.Supplier<EK> entityKeySupplier, java.util.function.Supplier<D> databeanSupplier, java.util.function.Supplier<F> fielderSupplier)