Uses of Class
org.apache.accumulo.core.client.admin.PluginConfig
-
Packages that use PluginConfig Package Description org.apache.accumulo.core.client.admin org.apache.accumulo.core.clientImpl -
-
Uses of PluginConfig in org.apache.accumulo.core.client.admin
Subclasses of PluginConfig in org.apache.accumulo.core.client.admin Modifier and Type Class Description class
CompactionStrategyConfig
Deprecated, for removal: This API element is subject to removal in a future version.since 2.1.0 CompactionStrategies were deprecated for multiple reasons.Methods in org.apache.accumulo.core.client.admin that return PluginConfig Modifier and Type Method Description PluginConfig
CompactionConfig. getConfigurer()
PluginConfig
CompactionConfig. getSelector()
PluginConfig
PluginConfig. setOptions(Map<String,String> opts)
Methods in org.apache.accumulo.core.client.admin with parameters of type PluginConfig Modifier and Type Method Description CompactionConfig
CompactionConfig. setConfigurer(PluginConfig configurerConfig)
Enables aCompactionConfigurer
to run for this compaction on the server side.CompactionConfig
CompactionConfig. setSelector(PluginConfig selectorConfig)
Configure aCompactionSelector
plugin to run for this compaction. -
Uses of PluginConfig in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl declared as PluginConfig Modifier and Type Field Description static PluginConfig
UserCompactionUtils. DEFAULT_CCC
static PluginConfig
UserCompactionUtils. DEFAULT_CSC
Methods in org.apache.accumulo.core.clientImpl that return PluginConfig Modifier and Type Method Description static PluginConfig
UserCompactionUtils. decodeConfigurer(byte[] bytes)
static PluginConfig
UserCompactionUtils. decodeConfigurer(DataInput di)
static PluginConfig
UserCompactionUtils. decodeSelector(byte[] bytes)
static PluginConfig
UserCompactionUtils. decodeSelector(DataInput di)
Methods in org.apache.accumulo.core.clientImpl with parameters of type PluginConfig Modifier and Type Method Description static void
UserCompactionUtils. encodeConfigurer(DataOutput dout, PluginConfig ccc)
static byte[]
UserCompactionUtils. encodeConfigurer(PluginConfig ccc)
static void
UserCompactionUtils. encodeSelector(DataOutput dout, PluginConfig csc)
static byte[]
UserCompactionUtils. encodeSelector(PluginConfig csc)
static boolean
UserCompactionUtils. isDefault(PluginConfig configurer)
-