|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Constructors in org.apache.hadoop.hbase.regionserver with parameters of type StoreConfigInformation | |
---|---|
StripeStoreConfig(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 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)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |