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 CompactionConfig
CompactionConfig. 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.CompactionConfig
CompactionConfig. setConfigurer(PluginConfig configurerConfig)
Enables aCompactionConfigurer
to run for this compaction on the server side.CompactionConfig
CompactionConfig. setEndRow(org.apache.hadoop.io.Text end)
CompactionConfig
CompactionConfig. setExecutionHints(Map<String,String> hints)
CompactionConfig
CompactionConfig. setFlush(boolean flush)
CompactionConfig
CompactionConfig. setIterators(List<IteratorSetting> iterators)
CompactionConfig
CompactionConfig. setSelector(PluginConfig selectorConfig)
Configure aCompactionSelector
plugin to run for this compaction.CompactionConfig
CompactionConfig. setStartRow(org.apache.hadoop.io.Text start)
CompactionConfig
CompactionConfig. setWait(boolean wait)
Methods in org.apache.accumulo.core.client.admin with parameters of type CompactionConfig Modifier and Type Method Description void
TableOperations. 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 CompactionConfig
UserCompactionUtils. decodeCompactionConfig(byte[] bytes)
static CompactionConfig
UserCompactionUtils. decodeCompactionConfig(DataInput din)
Methods in org.apache.accumulo.core.clientImpl with parameters of type CompactionConfig Modifier and Type Method Description void
TableOperationsImpl. compact(String tableName, CompactionConfig config)
static void
CompactionStrategyConfigUtil. decode(CompactionConfig cc, DataInput din)
static void
CompactionStrategyConfigUtil. encode(DataOutput dout, CompactionConfig cc)
static void
UserCompactionUtils. encode(DataOutput dout, CompactionConfig cc)
static byte[]
UserCompactionUtils. encode(CompactionConfig cc)
static boolean
CompactionStrategyConfigUtil. 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 void
TabletLogger. compacting(KeyExtent extent, CompactionJob job, CompactionConfig config)
-