Package org.opensearch.core.compress.spi
Interface CompressorProvider
- All Known Implementing Classes:
DefaultCompressorProvider
@ExperimentalApi
@PublicApi(since="2.10.0")
public interface CompressorProvider
Service Provider Interface for plugins, modules, extensions providing custom
compression algorithms
see Compressor for implementing methods
and CompressorRegistry for the registration of custom
Compressors
- Opensearch.api:
- Opensearch.experimental:
-
Method Summary
Modifier and TypeMethodDescriptionExtensions that implement their own concreteCompressors provide them through this interface method
-
Method Details
-
getCompressors
List<Map.Entry<String,Compressor>> getCompressors()Extensions that implement their own concreteCompressors provide them through this interface method
-