Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db.guardrails |
Class and Description |
---|
GuardrailsConfig
Configuration settings for guardrails.
|
Class and Description |
---|
DisableFlag
A guardrail that completely disables the use of a particular feature.
|
Guardrail
General class defining a given guardrail that guards against some particular usage/condition.
|
GuardrailsConfig
Configuration settings for guardrails.
|
GuardrailsConfigProvider
Provider of
GuardrailsConfig s for a ClientState . |
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.
|
Copyright © 2009-2022 The Apache Software Foundation