Uses of Enum Class
org.apache.cassandra.net.ResourceLimits.Outcome
Packages that use ResourceLimits.Outcome
-
Uses of ResourceLimits.Outcome in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return ResourceLimits.OutcomeModifier and TypeMethodDescriptionprotected ResourceLimits.OutcomeAbstractMessageHandler.acquireCapacity(ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve, int bytes) ResourceLimits.Basic.release(long amount) ResourceLimits.Concurrent.release(long amount) ResourceLimits.EndpointAndGlobal.release(long amount) ResourceLimits.Limit.release(long amount) ResourceLimits.EndpointAndGlobal.tryAllocate(long amount) static ResourceLimits.OutcomeReturns the enum constant of this class with the specified name.static ResourceLimits.Outcome[]ResourceLimits.Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.