Uses of Class
org.apache.cassandra.db.filter.DataLimits.Counter
-
Packages that use DataLimits.Counter Package Description org.apache.cassandra.db.filter org.apache.cassandra.service.reads -
-
Uses of DataLimits.Counter in org.apache.cassandra.db.filter
Methods in org.apache.cassandra.db.filter that return DataLimits.Counter Modifier and Type Method Description abstract DataLimits.Counter
DataLimits. newCounter(int nowInSec, boolean assumeLiveData, boolean countPartitionsWithOnlyStaticData, boolean enforceStrictLiveness)
Returns a newCounter
for this limits.DataLimits.Counter
DataLimits.Counter. onlyCount()
Methods in org.apache.cassandra.db.filter with parameters of type DataLimits.Counter Modifier and Type Method Description boolean
DataLimits. isExhausted(DataLimits.Counter counter)
-
Uses of DataLimits.Counter in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads with parameters of type DataLimits.Counter Modifier and Type Method Description static UnfilteredPartitionIterator
ShortReadProtection. extend(Replica source, java.lang.Runnable preFetchCallback, UnfilteredPartitionIterator partitions, ReadCommand command, DataLimits.Counter mergedResultCounter, long queryStartNanoTime, boolean enforceStrictLiveness)
Constructors in org.apache.cassandra.service.reads with parameters of type DataLimits.Counter Constructor Description ShortReadPartitionsProtection(ReadCommand command, Replica source, java.lang.Runnable preFetchCallback, DataLimits.Counter singleResultCounter, DataLimits.Counter mergedResultCounter, long queryStartNanoTime)
-