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