|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompactionContext | |
---|---|
org.apache.hadoop.hbase.regionserver |
Uses of CompactionContext in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver that return CompactionContext | |
---|---|
abstract CompactionContext |
StoreEngine.createCompaction()
Creates an instance of a compaction context specific to this engine. |
CompactionContext |
StripeStoreEngine.createCompaction()
|
CompactionContext |
DefaultStoreEngine.createCompaction()
|
CompactionContext |
Store.requestCompaction()
|
CompactionContext |
HStore.requestCompaction()
|
CompactionContext |
Store.requestCompaction(int priority,
CompactionRequest baseRequest)
|
CompactionContext |
HStore.requestCompaction(int priority,
CompactionRequest baseRequest)
|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type CompactionContext | |
---|---|
void |
Store.cancelRequestedCompaction(CompactionContext compaction)
|
void |
HStore.cancelRequestedCompaction(CompactionContext compaction)
|
List<StoreFile> |
Store.compact(CompactionContext compaction,
CompactionThroughputController throughputController)
|
List<StoreFile> |
HStore.compact(CompactionContext compaction,
CompactionThroughputController throughputController)
Compact the StoreFiles. |
boolean |
HRegion.compact(CompactionContext compaction,
Store store,
CompactionThroughputController throughputController)
Called by compaction thread and after region is opened to compact the HStores if necessary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |