Uses of Class
org.apache.cassandra.transport.ClientResourceLimits.Overload
-
Packages that use ClientResourceLimits.Overload Package Description org.apache.cassandra.transport -
-
Uses of ClientResourceLimits.Overload in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return ClientResourceLimits.Overload Modifier and Type Method Description static ClientResourceLimits.OverloadClientResourceLimits.Overload. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClientResourceLimits.Overload[]ClientResourceLimits.Overload. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.transport with parameters of type ClientResourceLimits.Overload Modifier and Type Method Description voidDispatcher. dispatch(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher, ClientResourceLimits.Overload backpressure)protected booleanCQLMessageHandler. processRequest(Envelope request, ClientResourceLimits.Overload backpressure)Constructors in org.apache.cassandra.transport with parameters of type ClientResourceLimits.Overload Constructor Description RequestProcessor(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher, ClientResourceLimits.Overload backpressure)
-