| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Field and Description |
|---|---|
private RegionServicesForStores |
CompactionPipeline.region |
protected RegionServicesForStores |
AbstractMemStore.regionServices |
(package private) RegionServicesForStores |
HRegion.regionServicesForStores |
| Modifier and Type | Method and Description |
|---|---|
private RegionServicesForStores |
CompactingMemStore.getRegionServices() |
RegionServicesForStores |
HRegion.getRegionServicesForStores() |
| Constructor and Description |
|---|
AbstractMemStore(org.apache.hadoop.conf.Configuration conf,
CellComparator c,
RegionServicesForStores regionServices) |
CompactingMemStore(org.apache.hadoop.conf.Configuration conf,
CellComparator c,
HStore store,
RegionServicesForStores regionServices,
MemoryCompactionPolicy compactionPolicy) |
CompactionPipeline(RegionServicesForStores region) |
DefaultMemStore(org.apache.hadoop.conf.Configuration conf,
CellComparator c,
RegionServicesForStores regionServices)
Constructor.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.