Class WarningsSnapshot.Counter
java.lang.Object
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Counter
- Enclosing class:
- WarningsSnapshot
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableSet<InetAddressAndPort>final long -
Method Summary
Modifier and TypeMethodDescriptionstatic WarningsSnapshot.Countercreate(Set<InetAddressAndPort> instances, AtomicLong maxValue) booleaninthashCode()merge(WarningsSnapshot.Counter other) toString()
-
Field Details
-
instances
-
maxValue
public final long maxValue
-
-
Method Details
-
create
public static WarningsSnapshot.Counter create(Set<InetAddressAndPort> instances, AtomicLong maxValue) -
merge
-
equals
-
hashCode
public int hashCode() -
toString
-