| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver.compactions |
| Modifier and Type | Method and Description |
|---|---|
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.
|