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.OutcomeAbstractMessageHandler. acquireCapacity(ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve, int bytes)ResourceLimits.OutcomeResourceLimits.Basic. release(long amount)ResourceLimits.OutcomeResourceLimits.Concurrent. release(long amount)ResourceLimits.OutcomeResourceLimits.EndpointAndGlobal. release(long amount)ResourceLimits.OutcomeResourceLimits.Limit. release(long amount)ResourceLimits.OutcomeResourceLimits.EndpointAndGlobal. tryAllocate(long amount)static ResourceLimits.OutcomeResourceLimits.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.
-