Package | Description |
---|---|
org.apache.cassandra.db.guardrails |
Modifier and Type | Class and Description |
---|---|
class |
DisableFlag
A guardrail that completely disables the use of a particular feature.
|
class |
MaxThreshold
MaxThreshold for maximum guardrails, the value is checked to see if it is greater than the warn and fail thresholds. |
class |
MinThreshold
MinThreshold for minimum guardrails, the value is checked to see if it is lesser than the warn and fail thresholds. |
class |
PercentageThreshold
A
Threshold guardrail whose values represent a percentage |
class |
Predicates<T>
A guardrail based on two predicates.
|
class |
Threshold
A guardrail based on numeric threshold(s).
|
class |
Values<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.
|
Copyright © 2009-2022 The Apache Software Foundation