Class SizeTieredCompactionStrategyOptions
- java.lang.Object
-
- org.apache.cassandra.db.compaction.SizeTieredCompactionStrategyOptions
-
public final class SizeTieredCompactionStrategyOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
BUCKET_HIGH_KEY
protected static java.lang.String
BUCKET_LOW_KEY
protected double
bucketHigh
protected double
bucketLow
protected static double
DEFAULT_BUCKET_HIGH
protected static double
DEFAULT_BUCKET_LOW
protected static long
DEFAULT_MIN_SSTABLE_SIZE
protected static java.lang.String
MIN_SSTABLE_SIZE_KEY
protected long
minSSTableSize
-
Constructor Summary
Constructors Constructor Description SizeTieredCompactionStrategyOptions()
SizeTieredCompactionStrategyOptions(java.util.Map<java.lang.String,java.lang.String> options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
static java.util.Map<java.lang.String,java.lang.String>
validateOptions(java.util.Map<java.lang.String,java.lang.String> options, java.util.Map<java.lang.String,java.lang.String> uncheckedOptions)
-
-
-
Field Detail
-
DEFAULT_MIN_SSTABLE_SIZE
protected static final long DEFAULT_MIN_SSTABLE_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_BUCKET_LOW
protected static final double DEFAULT_BUCKET_LOW
- See Also:
- Constant Field Values
-
DEFAULT_BUCKET_HIGH
protected static final double DEFAULT_BUCKET_HIGH
- See Also:
- Constant Field Values
-
MIN_SSTABLE_SIZE_KEY
protected static final java.lang.String MIN_SSTABLE_SIZE_KEY
- See Also:
- Constant Field Values
-
BUCKET_LOW_KEY
protected static final java.lang.String BUCKET_LOW_KEY
- See Also:
- Constant Field Values
-
BUCKET_HIGH_KEY
protected static final java.lang.String BUCKET_HIGH_KEY
- See Also:
- Constant Field Values
-
minSSTableSize
protected long minSSTableSize
-
bucketLow
protected double bucketLow
-
bucketHigh
protected double bucketHigh
-
-
Method Detail
-
validateOptions
public static java.util.Map<java.lang.String,java.lang.String> validateOptions(java.util.Map<java.lang.String,java.lang.String> options, java.util.Map<java.lang.String,java.lang.String> uncheckedOptions) throws ConfigurationException
- Throws:
ConfigurationException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-