Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
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(Store store,
org.apache.hadoop.conf.Configuration conf,
KeyValue.KVComparator kvComparator)
Create the StoreEngine configured for the given Store.
|
StoreEngine<?,?,?,?> |
HStore.getStoreEngine()
Returns the StoreEngine that is backing this concrete implementation of Store.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.