Class CustomCodecPlugin

java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.index.codec.customcodecs.CustomCodecPlugin
All Implemented Interfaces:
Closeable, AutoCloseable, EnginePlugin

public final class CustomCodecPlugin extends Plugin implements EnginePlugin
A plugin that implements custom codecs. Supports these codecs:
  • ZSTD
  • ZSTDNODICT
Opensearch.internal:
  • Constructor Details

    • CustomCodecPlugin

      public CustomCodecPlugin()
      Creates a new instance.