Class CompressorRegistry

java.lang.Object
org.opensearch.core.compress.CompressorRegistry

@InternalApi public final class CompressorRegistry extends Object
A registry that wraps a static Map singleton which holds a mapping of unique String names (typically the compressor header as a string) to registerd Compressor implementations.

This enables plugins, modules, extensions to register their own compression implementations through SPI

Opensearch.internal:
Opensearch.experimental: