Uses of Enum Class
org.apache.cassandra.transport.ClientResourceLimits.Overload
Packages that use ClientResourceLimits.Overload
-
Uses of ClientResourceLimits.Overload in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return ClientResourceLimits.OverloadModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClientResourceLimits.Overload[]ClientResourceLimits.Overload.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.transport with parameters of type ClientResourceLimits.OverloadModifier and TypeMethodDescriptionstatic OverloadedExceptionCQLMessageHandler.buildOverloadedException(Supplier<String> endpointLimits, NonBlockingRateLimiter requestRateLimiter, ClientResourceLimits.Overload overload) static OverloadedExceptionCQLMessageHandler.buildOverloadedException(ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve, NonBlockingRateLimiter requestRateLimiter, ClientResourceLimits.Overload overload) 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.OverloadModifierConstructorDescriptionRequestProcessor(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher, ClientResourceLimits.Overload backpressure)