Package | Description |
---|---|
org.apache.cassandra.db.filter | |
org.apache.cassandra.service.reads |
Modifier and Type | Method and Description |
---|---|
abstract DataLimits.Counter |
DataLimits.newCounter(int nowInSec,
boolean assumeLiveData,
boolean countPartitionsWithOnlyStaticData,
boolean enforceStrictLiveness)
Returns a new
Counter for this limits. |
DataLimits.Counter |
DataLimits.Counter.onlyCount() |
Modifier and Type | Method and Description |
---|---|
boolean |
DataLimits.isExhausted(DataLimits.Counter counter) |
Modifier and Type | Method and Description |
---|---|
static UnfilteredPartitionIterator |
ShortReadProtection.extend(Replica source,
java.lang.Runnable preFetchCallback,
UnfilteredPartitionIterator partitions,
ReadCommand command,
DataLimits.Counter mergedResultCounter,
long queryStartNanoTime,
boolean enforceStrictLiveness) |
Constructor and Description |
---|
ShortReadPartitionsProtection(ReadCommand command,
Replica source,
java.lang.Runnable preFetchCallback,
DataLimits.Counter singleResultCounter,
DataLimits.Counter mergedResultCounter,
long queryStartNanoTime) |
Copyright © 2009-2022 The Apache Software Foundation