|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompactSelection | |
|---|---|
| org.apache.hadoop.hbase.regionserver.compactions | |
| Uses of CompactSelection in org.apache.hadoop.hbase.regionserver.compactions |
|---|
| Methods in org.apache.hadoop.hbase.regionserver.compactions that return CompactSelection | |
|---|---|
CompactSelection |
CompactionRequest.getCompactSelection()
Gets the compact selection object for the request |
CompactSelection |
CompactSelection.getSubList(int start,
int end)
|
CompactSelection |
DefaultCompactionPolicy.selectCompaction(List<StoreFile> candidateFiles,
boolean isUserCompaction,
boolean mayUseOffPeak,
boolean forceMajor)
|
abstract CompactSelection |
CompactionPolicy.selectCompaction(List<StoreFile> candidateFiles,
boolean isUserCompaction,
boolean mayUseOffPeak,
boolean forceMajor)
|
| Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type CompactSelection | |
|---|---|
void |
CompactionRequest.setSelection(CompactSelection files)
Set the files (and, implicitly, the size of the compaction based on those files) |
| Constructors in org.apache.hadoop.hbase.regionserver.compactions with parameters of type CompactSelection | |
|---|---|
CompactionRequest(HRegion r,
HStore s,
CompactSelection files,
boolean isMajor,
int p)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||