Uses of Class
org.apache.hadoop.hbase.regionserver.StoreEngine
-
Uses of StoreEngine in org.apache.hadoop.hbase.mob
Modifier and TypeClassDescriptionclass
MobStoreEngine creates the mob specific compactor, and store flusher. -
Uses of StoreEngine in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
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
Default StoreEngine creates the default compactor, policy, and store file manager, or their derivatives.class
The storage engine that implements the stripe-based store/compaction scheme.Modifier and TypeFieldDescriptionprivate static final Class<? extends StoreEngine<?,
?, ?, ?>> StoreEngine.DEFAULT_STORE_ENGINE_CLASS
Modifier and TypeMethodDescriptionstatic 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.