Uses of Class
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot
-
Packages that use WarningsSnapshot Package Description org.apache.cassandra.service.reads.thresholds -
-
Uses of WarningsSnapshot in org.apache.cassandra.service.reads.thresholds
Methods in org.apache.cassandra.service.reads.thresholds that return WarningsSnapshot Modifier and Type Method Description WarningsSnapshotWarningsSnapshot.Builder. build()static WarningsSnapshotWarningsSnapshot. create(WarningsSnapshot.Warnings tombstones, WarningsSnapshot.Warnings localReadSize, WarningsSnapshot.Warnings rowIndexTooLarge)static WarningsSnapshotWarningsSnapshot. empty()static WarningsSnapshotWarningsSnapshot. merge(WarningsSnapshot... values)WarningsSnapshotWarningContext. snapshot()Methods in org.apache.cassandra.service.reads.thresholds with parameters of type WarningsSnapshot Modifier and Type Method Description static WarningsSnapshotWarningsSnapshot. merge(WarningsSnapshot... values)static voidCoordinatorWarnings. update(ReadCommand cmd, WarningsSnapshot snapshot)
-