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

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

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

Subinterfaces of StoreConfigInformation in org.apache.hadoop.hbase.regionserver
 interface Store
          Interface for objects that hold a column family in a Region.
 

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

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

Fields in org.apache.hadoop.hbase.regionserver.compactions declared as StoreConfigInformation
protected  StoreConfigInformation CompactionPolicy.storeConfigInfo
           
 

Constructors in org.apache.hadoop.hbase.regionserver.compactions with parameters of type StoreConfigInformation
CompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo)
           
DefaultCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo)
           
 



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