Uses of Class
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Warnings
-
Packages that use WarningsSnapshot.Warnings Package Description org.apache.cassandra.service.reads.thresholds -
-
Uses of WarningsSnapshot.Warnings in org.apache.cassandra.service.reads.thresholds
Fields in org.apache.cassandra.service.reads.thresholds declared as WarningsSnapshot.Warnings Modifier and Type Field Description WarningsSnapshot.WarningsWarningsSnapshot. localReadSizeWarningsSnapshot.WarningsWarningsSnapshot. rowIndexReadSizeWarningsSnapshot.WarningsWarningsSnapshot. tombstonesMethods in org.apache.cassandra.service.reads.thresholds that return WarningsSnapshot.Warnings Modifier and Type Method Description static WarningsSnapshot.WarningsWarningsSnapshot.Warnings. create(WarningsSnapshot.Counter warnings, WarningsSnapshot.Counter aborts)WarningsSnapshot.WarningsWarningsSnapshot.Warnings. merge(WarningsSnapshot.Warnings other)WarningsSnapshot.WarningsWarnAbortCounter. snapshot()Methods in org.apache.cassandra.service.reads.thresholds with parameters of type WarningsSnapshot.Warnings Modifier and Type Method Description static WarningsSnapshotWarningsSnapshot. create(WarningsSnapshot.Warnings tombstones, WarningsSnapshot.Warnings localReadSize, WarningsSnapshot.Warnings rowIndexTooLarge)WarningsSnapshot.WarningsWarningsSnapshot.Warnings. merge(WarningsSnapshot.Warnings other)
-