Uses of Interface
org.elasticsearch.common.compress.Compressor
-
Packages that use Compressor Package Description org.elasticsearch.common.compress -
-
Uses of Compressor in org.elasticsearch.common.compress
Classes in org.elasticsearch.common.compress that implement Compressor Modifier and Type Class Description classDeflateCompressorCompressorimplementation based on the DEFLATE compression algorithm.Fields in org.elasticsearch.common.compress declared as Compressor Modifier and Type Field Description static CompressorCompressorFactory. COMPRESSORMethods in org.elasticsearch.common.compress that return Compressor Modifier and Type Method Description static CompressorCompressorFactory. compressor(BytesReference bytes)
-