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