EnableFlag |
A guardrail that enables the use of a particular feature.
|
Guardrail |
General class defining a given guardrail that guards against some particular usage/condition.
|
Guardrails |
Entry point for Guardrails, storing the defined guardrails and providing a few global methods over them.
|
GuardrailsConfig |
Configuration settings for guardrails.
|
GuardrailsConfigProvider |
|
GuardrailsMBean |
JMX entrypoint for updating the default guardrails configuration parsed from cassandra.yaml .
|
MaxThreshold |
MaxThreshold for maximum guardrails, the value is checked to see if it is greater than the warn and fail thresholds.
|
MinThreshold |
MinThreshold for minimum guardrails, the value is checked to see if it is lesser than the warn and fail thresholds.
|
PercentageThreshold |
A Threshold guardrail whose values represent a percentage
|
Predicates |
A guardrail based on two predicates.
|
Threshold |
A guardrail based on numeric threshold(s).
|
Values |
A guardrail that warns about some specific values, warns about but ignores some other values, and/or rejects the use
of some other values.
|