Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.net |
Modifier and Type | Method and Description |
---|---|
static BackPressureStrategy |
DatabaseDescriptor.getBackPressureStrategy() |
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseDescriptor.setBackPressureStrategy(BackPressureStrategy strategy) |
Modifier and Type | Class and Description |
---|---|
class |
RateBasedBackPressure
Back-pressure algorithm based on rate limiting according to the ratio between incoming and outgoing rates, computed
over a sliding time window with size equal to write RPC timeout.
|
Copyright © 2009- The Apache Software Foundation