Uses of Class
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Counter
-
Packages that use WarningsSnapshot.Counter Package Description org.apache.cassandra.service.reads.thresholds -
-
Uses of WarningsSnapshot.Counter in org.apache.cassandra.service.reads.thresholds
Fields in org.apache.cassandra.service.reads.thresholds declared as WarningsSnapshot.Counter Modifier and Type Field Description WarningsSnapshot.CounterWarningsSnapshot.Warnings. abortsWarningsSnapshot.CounterWarningsSnapshot.Warnings. warningsMethods in org.apache.cassandra.service.reads.thresholds that return WarningsSnapshot.Counter Modifier and Type Method Description static WarningsSnapshot.CounterWarningsSnapshot.Counter. create(java.util.Set<InetAddressAndPort> instances, java.util.concurrent.atomic.AtomicLong maxValue)WarningsSnapshot.CounterWarningsSnapshot.Counter. merge(WarningsSnapshot.Counter other)Methods in org.apache.cassandra.service.reads.thresholds with parameters of type WarningsSnapshot.Counter Modifier and Type Method Description static WarningsSnapshot.WarningsWarningsSnapshot.Warnings. create(WarningsSnapshot.Counter warnings, WarningsSnapshot.Counter aborts)WarningsSnapshot.BuilderWarningsSnapshot.Builder. localReadSizeAbort(WarningsSnapshot.Counter counter)WarningsSnapshot.BuilderWarningsSnapshot.Builder. localReadSizeWarning(WarningsSnapshot.Counter counter)WarningsSnapshot.CounterWarningsSnapshot.Counter. merge(WarningsSnapshot.Counter other)WarningsSnapshot.BuilderWarningsSnapshot.Builder. rowIndexSizeAbort(WarningsSnapshot.Counter counter)WarningsSnapshot.BuilderWarningsSnapshot.Builder. rowIndexSizeWarning(WarningsSnapshot.Counter counter)WarningsSnapshot.BuilderWarningsSnapshot.Builder. tombstonesAbort(WarningsSnapshot.Counter counter)WarningsSnapshot.BuilderWarningsSnapshot.Builder. tombstonesWarning(WarningsSnapshot.Counter counter)
-