Package | Description |
---|---|
org.apache.cassandra.net |
Modifier and Type | Class and Description |
---|---|
static class |
ResourceLimits.Concurrent
A thread-safe permit container.
|
Modifier and Type | Field and Description |
---|---|
ResourceLimits.Limit |
OutboundConnectionSettings.applicationSendQueueReserveGlobalCapacityInBytes |
Modifier and Type | Method and Description |
---|---|
ResourceLimits.Limit |
OutboundConnectionSettings.applicationSendQueueReserveGlobalCapacityInBytes() |
ResourceLimits.Limit |
ResourceLimits.EndpointAndGlobal.endpoint() |
ResourceLimits.Limit |
ResourceLimits.EndpointAndGlobal.global() |
Modifier and Type | Method and Description |
---|---|
static InboundMessageHandler.WaitQueue |
InboundMessageHandler.WaitQueue.endpoint(ResourceLimits.Limit endpointReserveCapacity) |
static InboundMessageHandler.WaitQueue |
InboundMessageHandler.WaitQueue.global(ResourceLimits.Limit globalReserveCapacity) |
OutboundConnectionSettings |
OutboundConnectionSettings.withApplicationReserveSendQueueCapacityInBytes(java.lang.Integer applicationReserveSendQueueEndpointCapacityInBytes,
ResourceLimits.Limit applicationReserveSendQueueGlobalCapacityInBytes) |
Constructor and Description |
---|
EndpointAndGlobal(ResourceLimits.Limit endpoint,
ResourceLimits.Limit global) |
Copyright © 2009-2020 The Apache Software Foundation