Uses of Class
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Warnings
Packages that use WarningsSnapshot.Warnings
-
Uses of WarningsSnapshot.Warnings in org.apache.cassandra.service.reads.thresholds
Fields in org.apache.cassandra.service.reads.thresholds declared as WarningsSnapshot.WarningsModifier and TypeFieldDescriptionWarningsSnapshot.indexReadSSTablesCountWarningsSnapshot.localReadSizeWarningsSnapshot.rowIndexReadSizeWarningsSnapshot.tombstonesMethods in org.apache.cassandra.service.reads.thresholds that return WarningsSnapshot.WarningsModifier and TypeMethodDescriptionstatic WarningsSnapshot.WarningsWarningsSnapshot.Warnings.create(WarningsSnapshot.Counter warnings, WarningsSnapshot.Counter aborts) WarningsSnapshot.Warnings.merge(WarningsSnapshot.Warnings other) WarnAbortCounter.snapshot()Methods in org.apache.cassandra.service.reads.thresholds with parameters of type WarningsSnapshot.WarningsModifier and TypeMethodDescriptionstatic WarningsSnapshotWarningsSnapshot.create(WarningsSnapshot.Warnings tombstones, WarningsSnapshot.Warnings localReadSize, WarningsSnapshot.Warnings rowIndexTooLarge, WarningsSnapshot.Warnings indexReadSSTablesCount) WarningsSnapshot.Warnings.merge(WarningsSnapshot.Warnings other)