Uses of Class
org.apache.cassandra.net.ResourceLimits.Outcome
-
Packages that use ResourceLimits.Outcome Package Description org.apache.cassandra.net -
-
Uses of ResourceLimits.Outcome in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return ResourceLimits.Outcome Modifier and Type Method Description protected ResourceLimits.Outcome
AbstractMessageHandler. acquireCapacity(ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve, int bytes)
ResourceLimits.Outcome
ResourceLimits.Basic. release(long amount)
ResourceLimits.Outcome
ResourceLimits.Concurrent. release(long amount)
ResourceLimits.Outcome
ResourceLimits.EndpointAndGlobal. release(long amount)
ResourceLimits.Outcome
ResourceLimits.Limit. release(long amount)
ResourceLimits.Outcome
ResourceLimits.EndpointAndGlobal. tryAllocate(long amount)
static ResourceLimits.Outcome
ResourceLimits.Outcome. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourceLimits.Outcome[]
ResourceLimits.Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-