Uses of Interface
org.apache.cassandra.db.guardrails.GuardrailsConfig
-
Packages that use GuardrailsConfig Package Description org.apache.cassandra.config org.apache.cassandra.db.guardrails -
-
Uses of GuardrailsConfig in org.apache.cassandra.config
Classes in org.apache.cassandra.config that implement GuardrailsConfig Modifier and Type Class Description class
GuardrailsOptions
Configuration settings for guardrails populated from the Yaml file. -
Uses of GuardrailsConfig in org.apache.cassandra.db.guardrails
Methods in org.apache.cassandra.db.guardrails that return GuardrailsConfig Modifier and Type Method Description GuardrailsConfig
GuardrailsConfigProvider.Default. getOrCreate(ClientState state)
GuardrailsConfig
GuardrailsConfigProvider. getOrCreate(ClientState state)
Returns theGuardrailsConfig
to be used for the specifiedClientState
.
-