Package org.elasticsearch.common.compress
-
Interface Summary Interface Description Compressor -
Class Summary Class Description CompressedXContent Similar class to theStringclass except that it internally stores data using a compressed representation in order to require less permanent memory.CompressorFactory DeflateCompressor Compressorimplementation based on the DEFLATE compression algorithm. -
Exception Summary Exception Description NotCompressedException Exception indicating that we were expecting something compressed, which was not compressed or corrupted so that the compression format could not be detected.NotXContentException Exception indicating that we were expecting someXContentbut could not detect its type.