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 classCompactionStrategyConfigDeprecated, 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 PluginConfigCompactionConfig. getConfigurer()PluginConfigCompactionConfig. getSelector()PluginConfigPluginConfig. setOptions(Map<String,String> opts)Methods in org.apache.accumulo.core.client.admin with parameters of type PluginConfig Modifier and Type Method Description CompactionConfigCompactionConfig. setConfigurer(PluginConfig configurerConfig)Enables aCompactionConfigurerto run for this compaction on the server side.CompactionConfigCompactionConfig. setSelector(PluginConfig selectorConfig)Configure aCompactionSelectorplugin 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 PluginConfigUserCompactionUtils. DEFAULT_CCCstatic PluginConfigUserCompactionUtils. DEFAULT_CSCMethods in org.apache.accumulo.core.clientImpl that return PluginConfig Modifier and Type Method Description static PluginConfigUserCompactionUtils. decodeConfigurer(byte[] bytes)static PluginConfigUserCompactionUtils. decodeConfigurer(DataInput di)static PluginConfigUserCompactionUtils. decodeSelector(byte[] bytes)static PluginConfigUserCompactionUtils. decodeSelector(DataInput di)Methods in org.apache.accumulo.core.clientImpl with parameters of type PluginConfig Modifier and Type Method Description static voidUserCompactionUtils. encodeConfigurer(DataOutput dout, PluginConfig ccc)static byte[]UserCompactionUtils. encodeConfigurer(PluginConfig ccc)static voidUserCompactionUtils. encodeSelector(DataOutput dout, PluginConfig csc)static byte[]UserCompactionUtils. encodeSelector(PluginConfig csc)static booleanUserCompactionUtils. isDefault(PluginConfig configurer)
-