Package org.apache.cassandra.config
Class StorageAttachedIndexOptions
- java.lang.Object
-
- org.apache.cassandra.config.StorageAttachedIndexOptions
-
public class StorageAttachedIndexOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_SEGMENT_BUFFER_MB
static java.lang.String
INVALID_BUFFER_SIZE_ERROR
static int
MAXIMUM_SEGMENT_BUFFER_MB
DataStorageSpec.IntMebibytesBound
segment_write_buffer_size
-
Constructor Summary
Constructors Constructor Description StorageAttachedIndexOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
-
-
-
Field Detail
-
DEFAULT_SEGMENT_BUFFER_MB
public static final int DEFAULT_SEGMENT_BUFFER_MB
- See Also:
- Constant Field Values
-
MAXIMUM_SEGMENT_BUFFER_MB
public static final int MAXIMUM_SEGMENT_BUFFER_MB
- See Also:
- Constant Field Values
-
INVALID_BUFFER_SIZE_ERROR
public static final java.lang.String INVALID_BUFFER_SIZE_ERROR
- See Also:
- Constant Field Values
-
segment_write_buffer_size
public DataStorageSpec.IntMebibytesBound segment_write_buffer_size
-
-