@InterfaceAudience.Private public class CompactionConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HBASE_HSTORE_COMPACTION_MAX_KEY |
static String |
HBASE_HSTORE_COMPACTION_MAX_SIZE_KEY |
static String |
HBASE_HSTORE_COMPACTION_MIN_KEY |
static String |
HBASE_HSTORE_COMPACTION_MIN_SIZE_KEY |
static String |
HBASE_HSTORE_COMPACTION_RATIO_KEY |
static String |
HBASE_HSTORE_COMPACTION_RATIO_OFFPEAK_KEY |
static String |
HBASE_HSTORE_MIN_LOCALITY_TO_SKIP_MAJOR_COMPACT |
static String |
HBASE_HSTORE_OFFPEAK_END_HOUR |
static String |
HBASE_HSTORE_OFFPEAK_START_HOUR |
Modifier and Type | Method and Description |
---|---|
double |
getCompactionRatio() |
double |
getCompactionRatioOffPeak() |
float |
getMajorCompactionJitter() |
long |
getMajorCompactionPeriod() |
long |
getMaxCompactSize() |
int |
getMaxFilesToCompact() |
long |
getMinCompactSize() |
int |
getMinFilesToCompact() |
float |
getMinLocalityToForceCompact() |
long |
getThrottlePoint() |
String |
toString() |
public static final String HBASE_HSTORE_COMPACTION_RATIO_KEY
public static final String HBASE_HSTORE_COMPACTION_RATIO_OFFPEAK_KEY
public static final String HBASE_HSTORE_COMPACTION_MIN_KEY
public static final String HBASE_HSTORE_COMPACTION_MIN_SIZE_KEY
public static final String HBASE_HSTORE_COMPACTION_MAX_KEY
public static final String HBASE_HSTORE_COMPACTION_MAX_SIZE_KEY
public static final String HBASE_HSTORE_OFFPEAK_END_HOUR
public static final String HBASE_HSTORE_OFFPEAK_START_HOUR
public static final String HBASE_HSTORE_MIN_LOCALITY_TO_SKIP_MAJOR_COMPACT
public long getMinCompactSize()
public long getMaxCompactSize()
public int getMinFilesToCompact()
public int getMaxFilesToCompact()
public double getCompactionRatio()
public double getCompactionRatioOffPeak()
public long getThrottlePoint()
public long getMajorCompactionPeriod()
public float getMajorCompactionJitter()
public float getMinLocalityToForceCompact()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.