Uses of Class
org.apache.accumulo.core.client.admin.CompactionConfig
-
Packages that use CompactionConfig Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of CompactionConfig in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return CompactionConfig Modifier and Type Method Description CompactionConfigCompactionConfig. setCompactionStrategy(CompactionStrategyConfig csConfig)CompactionConfigCompactionConfig. setEndRow(org.apache.hadoop.io.Text end)CompactionConfigCompactionConfig. setFlush(boolean flush)CompactionConfigCompactionConfig. setIterators(List<IteratorSetting> iterators)CompactionConfigCompactionConfig. setStartRow(org.apache.hadoop.io.Text start)CompactionConfigCompactionConfig. setWait(boolean wait)Methods in org.apache.accumulo.core.client.admin with parameters of type CompactionConfig Modifier and Type Method Description voidTableOperations. compact(String tableName, CompactionConfig config)Starts a full major compaction of the tablets in the range (start, end]. -
Uses of CompactionConfig in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl with parameters of type CompactionConfig Modifier and Type Method Description voidTableOperationsImpl. compact(String tableName, CompactionConfig config)
-