class
org.apache.hadoop.hbase.regionserver.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
org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
Default StoreEngine creates the default compactor, policy, and store file manager, or their
derivatives.
class
org.apache.hadoop.hbase.regionserver.StripeStoreEngine
The storage engine that implements the stripe-based store/compaction scheme.
static org.apache.hadoop.hbase.regionserver.StoreEngine<?,?,?,?>
StoreEngine.create(org.apache.hadoop.hbase.regionserver.HStore store,
org.apache.hadoop.conf.Configuration conf,
CellComparator cellComparator)
Create the StoreEngine configured for the given Store.
protected org.apache.hadoop.hbase.regionserver.StoreEngine<?,?,?,?>
HMobStore.createStoreEngine(org.apache.hadoop.hbase.regionserver.HStore store,
org.apache.hadoop.conf.Configuration conf,
CellComparator cellComparator)
Creates the mob store engine.
protected org.apache.hadoop.hbase.regionserver.StoreEngine<?,?,?,?>
HStore.createStoreEngine(org.apache.hadoop.hbase.regionserver.HStore store,
org.apache.hadoop.conf.Configuration conf,
CellComparator kvComparator)
Creates the store engine configured for the given Store.
org.apache.hadoop.hbase.regionserver.StoreEngine<?,?,?,?>
HStore.getStoreEngine()
Returns the StoreEngine that is backing this concrete implementation of Store.