Class NodewatchConfigurationBuilder
java.lang.Object
io.datarouter.storage.node.tableconfig.NodewatchConfigurationBuilder
public class NodewatchConfigurationBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BATCH_SIZEstatic intDEFAULT_SAMPLE_SIZE -
Constructor Summary
Constructors Constructor Description NodewatchConfigurationBuilder() -
Method Summary
Modifier and Type Method Description NodewatchConfigurationcreate(ClientTableEntityPrefixNameWrapper wrapper)NodewatchConfigurationBuilderdisable()NodewatchConfigurationBuilderdisableMaxThresholdAlert()NodewatchConfigurationBuilderdisablePercentChangeAlert()NodewatchConfigurationBuilderwithBatchSize(int batchSize)NodewatchConfigurationBuilderwithSampleSize(int sampleSize)NodewatchConfigurationBuilderwithThreshold(Long threshold)
-
Field Details
-
DEFAULT_SAMPLE_SIZE
public static final int DEFAULT_SAMPLE_SIZE- See Also:
- Constant Field Values
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
NodewatchConfigurationBuilder
public NodewatchConfigurationBuilder()
-
-
Method Details