Uses of Package
org.apache.cassandra.db.guardrails
Packages that use org.apache.cassandra.db.guardrails
Package
Description
-
Classes in org.apache.cassandra.db.guardrails used by org.apache.cassandra.config
-
Classes in org.apache.cassandra.db.guardrails used by org.apache.cassandra.db.guardrailsClassDescriptionA guardrail that enables the use of a particular feature.General class defining a given guardrail that guards against some particular usage/condition.Entry point for Guardrails, storing the defined guardrails and providing a few global methods over them.Configuration settings for guardrails.Provider of
GuardrailsConfigs for aClientState.JMX entrypoint for updating the default guardrails configuration parsed fromcassandra.yaml.MaxThresholdfor maximum guardrails, the value is checked to see if it is greater than the warn and fail thresholds.MinThresholdfor minimum guardrails, the value is checked to see if it is lesser than the warn and fail thresholds.AThresholdguardrail whose values represent a percentageA guardrail based on two predicates.A guardrail based on numeric threshold(s).A guardrail that warns about some specific values, warns about but ignores some other values, and/or rejects the use of some other values. -
Classes in org.apache.cassandra.db.guardrails used by org.apache.cassandra.toolsClassDescriptionJMX entrypoint for updating the default guardrails configuration parsed from
cassandra.yaml. -
Classes in org.apache.cassandra.db.guardrails used by org.apache.cassandra.tools.nodetoolClassDescriptionJMX entrypoint for updating the default guardrails configuration parsed from
cassandra.yaml.