| Interface | Description |
|---|---|
| Compressor |
| Class | Description |
|---|---|
| CompressedIndexInput | Deprecated
Used only for backward comp.
|
| CompressedStreamInput | |
| 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 |
| 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. |
Copyright © 2009–2017. All rights reserved.