Uses of Class
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Counter
Packages that use WarningsSnapshot.Counter
-
Uses of WarningsSnapshot.Counter in org.apache.cassandra.service.reads.thresholds
Fields in org.apache.cassandra.service.reads.thresholds declared as WarningsSnapshot.CounterModifier and TypeFieldDescriptionfinal WarningsSnapshot.CounterWarningsSnapshot.Warnings.abortsfinal WarningsSnapshot.CounterWarningsSnapshot.Warnings.warningsMethods in org.apache.cassandra.service.reads.thresholds that return WarningsSnapshot.CounterModifier and TypeMethodDescriptionstatic WarningsSnapshot.CounterWarningsSnapshot.Counter.create(Set<InetAddressAndPort> instances, AtomicLong maxValue) WarningsSnapshot.Counter.merge(WarningsSnapshot.Counter other) Methods in org.apache.cassandra.service.reads.thresholds with parameters of type WarningsSnapshot.CounterModifier and TypeMethodDescriptionstatic WarningsSnapshot.WarningsWarningsSnapshot.Warnings.create(WarningsSnapshot.Counter warnings, WarningsSnapshot.Counter aborts) WarningsSnapshot.Builder.indexReadSSTablesAbort(WarningsSnapshot.Counter counter) WarningsSnapshot.Builder.indexReadSSTablesWarning(WarningsSnapshot.Counter counter) WarningsSnapshot.Builder.localReadSizeAbort(WarningsSnapshot.Counter counter) WarningsSnapshot.Builder.localReadSizeWarning(WarningsSnapshot.Counter counter) WarningsSnapshot.Counter.merge(WarningsSnapshot.Counter other) WarningsSnapshot.Builder.rowIndexSizeAbort(WarningsSnapshot.Counter counter) WarningsSnapshot.Builder.rowIndexSizeWarning(WarningsSnapshot.Counter counter) WarningsSnapshot.Builder.tombstonesAbort(WarningsSnapshot.Counter counter) WarningsSnapshot.Builder.tombstonesWarning(WarningsSnapshot.Counter counter)