Class WarningsSnapshot.Builder
java.lang.Object
org.apache.cassandra.service.reads.thresholds.WarningsSnapshot.Builder
- Enclosing class:
- WarningsSnapshot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()localReadSizeAbort(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) localReadSizeWarning(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) tombstonesAbort(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) tombstonesAbort(WarningsSnapshot.Counter counter) tombstonesWarning(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tombstonesWarning
public WarningsSnapshot.Builder tombstonesWarning(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) -
tombstonesWarning
-
tombstonesAbort
public WarningsSnapshot.Builder tombstonesAbort(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) -
tombstonesAbort
-
localReadSizeWarning
public WarningsSnapshot.Builder localReadSizeWarning(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) -
localReadSizeWarning
-
localReadSizeAbort
public WarningsSnapshot.Builder localReadSizeAbort(com.google.common.collect.ImmutableSet<InetAddressAndPort> instances, long maxValue) -
localReadSizeAbort
-
rowIndexSizeWarning
-
rowIndexSizeAbort
-
indexReadSSTablesWarning
-
indexReadSSTablesAbort
-
build
-