Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
abstract CompactionContext |
StoreEngine.createCompaction()
Creates an instance of a compaction context specific to this engine.
|
CompactionContext |
StripeStoreEngine.createCompaction() |
CompactionContext |
DefaultStoreEngine.createCompaction() |
CompactionContext |
HStore.requestCompaction() |
CompactionContext |
Store.requestCompaction() |
CompactionContext |
HStore.requestCompaction(int priority,
CompactionRequest baseRequest) |
CompactionContext |
Store.requestCompaction(int priority,
CompactionRequest baseRequest) |
Modifier and Type | Method and Description |
---|---|
void |
HStore.cancelRequestedCompaction(CompactionContext compaction) |
void |
Store.cancelRequestedCompaction(CompactionContext compaction) |
List<StoreFile> |
HStore.compact(CompactionContext compaction,
CompactionThroughputController throughputController)
Compact the StoreFiles.
|
List<StoreFile> |
Store.compact(CompactionContext compaction,
CompactionThroughputController throughputController) |
boolean |
HRegion.compact(CompactionContext compaction,
Store store,
CompactionThroughputController throughputController)
Called by compaction thread and after region is opened to compact the
HStores if necessary.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.