Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Class and Description |
---|---|
class |
HMobStore
The store implementation to save MOBs (medium objects), it extends the HStore.
|
class |
HStore
A Store holds a column family in a Region.
|
Constructor and Description |
---|
StripeStoreConfig(org.apache.hadoop.conf.Configuration config,
StoreConfigInformation sci) |
Modifier and Type | Field and Description |
---|---|
protected StoreConfigInformation |
CompactionPolicy.storeConfigInfo |
(package private) StoreConfigInformation |
CompactionConfiguration.storeConfigInfo |
Constructor and Description |
---|
CompactionConfiguration(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo) |
CompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo) |
DateTieredCompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo) |
ExploringCompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo)
Constructor for ExploringCompactionPolicy.
|
FIFOCompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo) |
RatioBasedCompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo) |
SortedCompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo) |
StripeCompactionPolicy(org.apache.hadoop.conf.Configuration conf,
StoreConfigInformation storeConfigInfo,
StripeStoreConfig config) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.