Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.compactions |
Modifier and Type | Class and Description |
---|---|
private class |
ExponentialCompactionWindowFactory.Window |
Modifier and Type | Method and Description |
---|---|
private CompactionWindow |
DateTieredCompactionPolicy.getIncomingWindow(long now) |
abstract CompactionWindow |
CompactionWindowFactory.newIncomingWindow(long now) |
CompactionWindow |
ExponentialCompactionWindowFactory.newIncomingWindow(long now) |
abstract CompactionWindow |
CompactionWindow.nextEarlierWindow()
Move to the new window of the same tier or of the next tier, which represents an earlier time
span.
|
Modifier and Type | Method and Description |
---|---|
private DateTieredCompactionRequest |
DateTieredCompactionPolicy.generateCompactionRequest(ArrayList<HStoreFile> storeFiles,
CompactionWindow window,
boolean mayUseOffPeak,
boolean mayBeStuck,
int minThreshold) |
private static List<Long> |
DateTieredCompactionPolicy.getCompactionBoundariesForMinor(CompactionWindow window,
boolean singleOutput) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.