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 classGuardrailsOptionsConfiguration 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 GuardrailsConfigGuardrailsConfigProvider.Default. getOrCreate(ClientState state)GuardrailsConfigGuardrailsConfigProvider. getOrCreate(ClientState state)Returns theGuardrailsConfigto be used for the specifiedClientState.
-