Package | Description |
---|---|
org.apache.accumulo.core.client.admin |
Modifier and Type | Method and Description |
---|---|
CompactionConfig |
CompactionConfig.setCompactionStrategy(CompactionStrategyConfig csConfig) |
CompactionConfig |
CompactionConfig.setEndRow(org.apache.hadoop.io.Text end) |
CompactionConfig |
CompactionConfig.setFlush(boolean flush) |
CompactionConfig |
CompactionConfig.setIterators(List<IteratorSetting> iterators) |
CompactionConfig |
CompactionConfig.setStartRow(org.apache.hadoop.io.Text start) |
CompactionConfig |
CompactionConfig.setWait(boolean wait) |
Modifier and Type | Method and Description |
---|---|
void |
TableOperations.compact(String tableName,
CompactionConfig config)
Starts a full major compaction of the tablets in the range (start, end].
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.