Class StorageAttachedIndexOptions

java.lang.Object
org.apache.cassandra.config.StorageAttachedIndexOptions

public class StorageAttachedIndexOptions extends Object
  • Field Details

    • DEFAULT_SEGMENT_BUFFER_MB

      public static final int DEFAULT_SEGMENT_BUFFER_MB
      See Also:
    • MAXIMUM_SEGMENT_BUFFER_MB

      public static final int MAXIMUM_SEGMENT_BUFFER_MB
      See Also:
    • INVALID_BUFFER_SIZE_ERROR

      public static final String INVALID_BUFFER_SIZE_ERROR
      See Also:
    • segment_write_buffer_size

      public DataStorageSpec.IntMebibytesBound segment_write_buffer_size
    • prioritize_over_legacy_index

      public volatile boolean prioritize_over_legacy_index
  • Constructor Details

    • StorageAttachedIndexOptions

      public StorageAttachedIndexOptions()
  • Method Details

    • validate

      public void validate()