Uses of Class
org.apache.cassandra.service.ClientWarn.State
-
Packages that use ClientWarn.State Package Description org.apache.cassandra.concurrent org.apache.cassandra.service -
-
Uses of ClientWarn.State in org.apache.cassandra.concurrent
Fields in org.apache.cassandra.concurrent declared as ClientWarn.State Modifier and Type Field Description ClientWarn.StateExecutorLocals. clientWarnStateMethods in org.apache.cassandra.concurrent with parameters of type ClientWarn.State Modifier and Type Method Description protected static voidExecutorLocals.Impl. set(TraceState traceState, ClientWarn.State clientWarnState)Constructors in org.apache.cassandra.concurrent with parameters of type ClientWarn.State Constructor Description ExecutorLocals(TraceState traceState, ClientWarn.State clientWarnState) -
Uses of ClientWarn.State in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return ClientWarn.State Modifier and Type Method Description ClientWarn.StateClientWarn. get()Methods in org.apache.cassandra.service with parameters of type ClientWarn.State Modifier and Type Method Description voidClientWarn. set(ClientWarn.State value)
-