Class CustomCodecPlugin
java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.index.codec.customcodecs.CustomCodecPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,EnginePlugin
A plugin that implements custom codecs. Supports these codecs:
- ZSTD
- ZSTDNODICT
- Opensearch.internal:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensearch.plugins.Plugin
additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.plugins.EnginePlugin
getCustomCodecService, getCustomCodecServiceFactory, getCustomTranslogDeletionPolicyFactory, getEngineFactory
-
Constructor Details
-
CustomCodecPlugin
public CustomCodecPlugin()Creates a new instance.
-