Uses of Interface
org.apache.hadoop.hbase.regionserver.StoreConfiguration

Packages that use StoreConfiguration
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.compactions   
 

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

Classes in org.apache.hadoop.hbase.regionserver that implement StoreConfiguration
 class HStore
          A Store holds a column family in a Region.
 

Uses of StoreConfiguration in org.apache.hadoop.hbase.regionserver.compactions
 

Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type StoreConfiguration
 void CompactionPolicy.updateConfiguration(org.apache.hadoop.conf.Configuration configuration, StoreConfiguration storeConfig)
          Updates the compaction configuration.
 

Constructors in org.apache.hadoop.hbase.regionserver.compactions with parameters of type StoreConfiguration
CompactionPolicy(org.apache.hadoop.conf.Configuration configuration, StoreConfiguration storeConfig)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.