Uses of Interface
org.apache.hadoop.hbase.regionserver.StoreConfigInformation
Packages that use StoreConfigInformation
Package
Description
-
Uses of StoreConfigInformation in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement StoreConfigInformationModifier and TypeClassDescriptionclassThe store implementation to save MOBs (medium objects), it extends the HStore.classA Store holds a column family in a Region.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type StoreConfigInformationModifierConstructorDescriptionStripeStoreConfig(org.apache.hadoop.conf.Configuration config, StoreConfigInformation sci) -
Uses of StoreConfigInformation in org.apache.hadoop.hbase.regionserver.compactions
Fields in org.apache.hadoop.hbase.regionserver.compactions declared as StoreConfigInformationModifier and TypeFieldDescription(package private) StoreConfigInformationCompactionConfiguration.storeConfigInfoprotected StoreConfigInformationCompactionPolicy.storeConfigInfoConstructors in org.apache.hadoop.hbase.regionserver.compactions with parameters of type StoreConfigInformationModifierConstructorDescription(package private)CompactionConfiguration(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) CompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) CustomDateTieredCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) DateTieredCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) ExploringCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) Constructor for ExploringCompactionPolicy.FIFOCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) RatioBasedCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) SortedCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo) StripeCompactionPolicy(org.apache.hadoop.conf.Configuration conf, StoreConfigInformation storeConfigInfo, StripeStoreConfig config)