Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Method and Description |
---|---|
CompactSelection |
CompactionRequest.getCompactSelection()
Gets the compact selection object for the request
|
CompactSelection |
CompactSelection.getSubList(int start,
int end) |
CompactSelection |
CompactSelection.selectExpiredStoreFilesToCompact(long maxExpiredTimeStamp)
Select the expired store files to compact
|
CompactSelection |
CompactSelection.subList(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
void |
CompactionRequest.setSelection(CompactSelection files)
Set the files (and, implicitly, the size of the compaction based on those files)
|
Constructor and Description |
---|
CompactionRequest(HRegion r,
Store s,
CompactSelection files,
boolean isMajor,
int p) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.