Class NodewatchConfiguration
java.lang.Object
io.datarouter.storage.node.tableconfig.NodewatchConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal booleanfinal booleanfinal booleanfinal Longfinal int -
Constructor Summary
ConstructorsConstructorDescriptionNodewatchConfiguration(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
-