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 org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages. -
-
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)Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.0 usesetSelector(PluginConfig)andsetConfigurer(PluginConfig)instead.CompactionConfigCompactionConfig. setConfigurer(PluginConfig configurerConfig)Enables aCompactionConfigurerto run for this compaction on the server side.CompactionConfigCompactionConfig. setEndRow(org.apache.hadoop.io.Text end)CompactionConfigCompactionConfig. setExecutionHints(Map<String,String> hints)CompactionConfigCompactionConfig. setFlush(boolean flush)CompactionConfigCompactionConfig. setIterators(List<IteratorSetting> iterators)CompactionConfigCompactionConfig. setSelector(PluginConfig selectorConfig)Configure aCompactionSelectorplugin to run for this compaction.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 that return CompactionConfig Modifier and Type Method Description static CompactionConfigUserCompactionUtils. decodeCompactionConfig(byte[] bytes)static CompactionConfigUserCompactionUtils. decodeCompactionConfig(DataInput din)Methods in org.apache.accumulo.core.clientImpl with parameters of type CompactionConfig Modifier and Type Method Description voidTableOperationsImpl. compact(String tableName, CompactionConfig config)static voidCompactionStrategyConfigUtil. decode(CompactionConfig cc, DataInput din)static voidCompactionStrategyConfigUtil. encode(DataOutput dout, CompactionConfig cc)static voidUserCompactionUtils. encode(DataOutput dout, CompactionConfig cc)static byte[]UserCompactionUtils. encode(CompactionConfig cc)static booleanCompactionStrategyConfigUtil. isDefault(CompactionConfig compactionConfig) -
Uses of CompactionConfig in org.apache.accumulo.core.logging
Methods in org.apache.accumulo.core.logging with parameters of type CompactionConfig Modifier and Type Method Description static voidTabletLogger. compacting(KeyExtent extent, CompactionJob job, CompactionConfig config)
-