Package | Description |
---|---|
org.apache.hadoop.hbase.mob | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
MobStoreEngine
MobStoreEngine creates the mob specific compactor, and store flusher.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTieredStoreEngine
HBASE-15400 This store engine allows us to store data in date tiered layout with exponential
sizing so that the more recent data has more granularity.
|
class |
DefaultStoreEngine
Default StoreEngine creates the default compactor, policy, and store file manager, or their
derivatives.
|
class |
StripeStoreEngine
The storage engine that implements the stripe-based store/compaction scheme.
|
Modifier and Type | Field and Description |
---|---|
(package private) StoreEngine<?,?,?,?> |
HStore.storeEngine |
Modifier and Type | Field and Description |
---|---|
private static Class<? extends StoreEngine<?,?,?,?>> |
StoreEngine.DEFAULT_STORE_ENGINE_CLASS |
Modifier and Type | Method and Description |
---|---|
static StoreEngine<?,?,?,?> |
StoreEngine.create(HStore store,
org.apache.hadoop.conf.Configuration conf,
CellComparator cellComparator)
Create the StoreEngine configured for the given Store.
|
protected StoreEngine<?,?,?,?> |
HMobStore.createStoreEngine(HStore store,
org.apache.hadoop.conf.Configuration conf,
CellComparator cellComparator)
Creates the mob store engine.
|
protected StoreEngine<?,?,?,?> |
HStore.createStoreEngine(HStore store,
org.apache.hadoop.conf.Configuration conf,
CellComparator kvComparator)
Creates the store engine configured for the given Store.
|
StoreEngine<?,?,?,?> |
HStore.getStoreEngine()
Returns the StoreEngine that is backing this concrete implementation of Store.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.