| Interface | Description |
|---|---|
| Compressor |
| Class | Description |
|---|---|
| CompressedXContent |
Similar class to the
String class except that it internally stores
data using a compressed representation in order to require less permanent
memory. |
| CompressorFactory | |
| DeflateCompressor |
Compressor implementation based on the DEFLATE compression algorithm. |
| 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 some
XContent but could
not detect its type. |