Uses of Class
org.apache.hadoop.hbase.regionserver.StoreEngine

Packages that use StoreEngine
org.apache.hadoop.hbase.regionserver   
 

Uses of StoreEngine in org.apache.hadoop.hbase.regionserver
 

Subclasses of StoreEngine in org.apache.hadoop.hbase.regionserver
 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.
 

Methods in org.apache.hadoop.hbase.regionserver that return StoreEngine
static StoreEngine<?,?,?,?> StoreEngine.create(Store store, org.apache.hadoop.conf.Configuration conf, KeyValue.KVComparator kvComparator)
          Create the StoreEngine configured for the given Store.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.