Package org.apache.cassandra.net
Class ResourceLimits
- java.lang.Object
-
- org.apache.cassandra.net.ResourceLimits
-
public abstract class ResourceLimits extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResourceLimits.BasicA cheaper, thread-unsafe permit container to be used for unshared limits.static classResourceLimits.ConcurrentA thread-safe permit container.static classResourceLimits.EndpointAndGlobalA convenience class that groups a per-endpoint limit with the global one to allow allocating/releasing permits from/to both limits as one logical operation.static interfaceResourceLimits.LimitRepresents permits to utilise a resource and ways to allocate and release them.static classResourceLimits.Outcome
-
Constructor Summary
Constructors Constructor Description ResourceLimits()
-