Class WarningsSnapshot.Warnings
- java.lang.Object
-
- org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Warnings
-
- Enclosing class:
- WarningsSnapshot
public static final class WarningsSnapshot.Warnings extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description WarningsSnapshot.CounterabortsWarningsSnapshot.Counterwarnings
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WarningsSnapshot.Warningscreate(WarningsSnapshot.Counter warnings, WarningsSnapshot.Counter aborts)booleanequals(java.lang.Object o)inthashCode()WarningsSnapshot.Warningsmerge(WarningsSnapshot.Warnings other)java.lang.StringtoString()
-
-
-
Field Detail
-
warnings
public final WarningsSnapshot.Counter warnings
-
aborts
public final WarningsSnapshot.Counter aborts
-
-
Method Detail
-
create
public static WarningsSnapshot.Warnings create(WarningsSnapshot.Counter warnings, WarningsSnapshot.Counter aborts)
-
merge
public WarningsSnapshot.Warnings merge(WarningsSnapshot.Warnings other)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-