Uses of Class
org.apache.cassandra.db.guardrails.Threshold
-
Packages that use Threshold Package Description org.apache.cassandra.db.guardrails -
-
Uses of Threshold in org.apache.cassandra.db.guardrails
Subclasses of Threshold in org.apache.cassandra.db.guardrails Modifier and Type Class Description classMaxThresholdMaxThresholdfor maximum guardrails, the value is checked to see if it is greater than the warn and fail thresholds.classMinThresholdMinThresholdfor minimum guardrails, the value is checked to see if it is lesser than the warn and fail thresholds.classPercentageThresholdAThresholdguardrail whose values represent a percentage
-