Class NodewatchConfiguration
java.lang.Object
io.datarouter.storage.node.tableconfig.NodewatchConfiguration
public class NodewatchConfiguration extends Object
-
Field Summary
Fields Modifier and Type Field Description intbatchSizebooleanenablePercentageAlertbooleanenableThresholdAlertbooleanisCountableLongmaxThresholdClientTableEntityPrefixNameWrappernodeNameWrapperintsampleSize -
Constructor Summary
Constructors Constructor Description NodewatchConfiguration(ClientTableEntityPrefixNameWrapper nodeNameWrapper, Long maxThreshold, int sampleSize, int batchSize, boolean isCountable, boolean enablePercentageAlert, boolean enableThresholdAlert)NodewatchConfiguration(String clientName, String tableName, String subEntityPrefix, Long maxThreshold, int sampleSize, int batchSize, boolean isCountable, boolean enablePercentageAlert, boolean enableThresholdAlert) -
Method Summary
-
Field Details
-
nodeNameWrapper
-
maxThreshold
-
sampleSize
public final int sampleSize -
batchSize
public final int batchSize -
isCountable
public final boolean isCountable -
enablePercentageAlert
public final boolean enablePercentageAlert -
enableThresholdAlert
public final boolean enableThresholdAlert
-
-
Constructor Details
-
NodewatchConfiguration
public NodewatchConfiguration(ClientTableEntityPrefixNameWrapper nodeNameWrapper, Long maxThreshold, int sampleSize, int batchSize, boolean isCountable, boolean enablePercentageAlert, boolean enableThresholdAlert) -
NodewatchConfiguration
-