Package org.apache.cassandra.config
Class ReplicaFilteringProtectionOptions
- java.lang.Object
-
- org.apache.cassandra.config.ReplicaFilteringProtectionOptions
-
public class ReplicaFilteringProtectionOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
cached_rows_fail_threshold
int
cached_rows_warn_threshold
static int
DEFAULT_FAIL_THRESHOLD
static int
DEFAULT_WARN_THRESHOLD
-
Constructor Summary
Constructors Constructor Description ReplicaFilteringProtectionOptions()
-
-
-
Field Detail
-
DEFAULT_WARN_THRESHOLD
public static final int DEFAULT_WARN_THRESHOLD
- See Also:
- Constant Field Values
-
DEFAULT_FAIL_THRESHOLD
public static final int DEFAULT_FAIL_THRESHOLD
- See Also:
- Constant Field Values
-
cached_rows_warn_threshold
public volatile int cached_rows_warn_threshold
-
cached_rows_fail_threshold
public volatile int cached_rows_fail_threshold
-
-