Uses of Class
org.apache.cassandra.db.guardrails.Guardrail
Packages that use Guardrail
-
Uses of Guardrail in org.apache.cassandra.db.guardrails
Subclasses of Guardrail in org.apache.cassandra.db.guardrailsModifier and TypeClassDescriptionclassA guardrail that enables the use of a particular feature.classMaxThresholdfor maximum guardrails, the value is checked to see if it is greater than the warn and fail thresholds.classMinThresholdfor minimum guardrails, the value is checked to see if it is lesser than the warn and fail thresholds.classAThresholdguardrail whose values represent a percentageclassPredicates<T>A guardrail based on two predicates.classA guardrail based on numeric threshold(s).classValues<T>A guardrail that warns about some specific values, warns about but ignores some other values, and/or rejects the use of some other values.