Package org.elasticsearch.common.compress
package org.elasticsearch.common.compress
-
Interface Summary
-
Class SummaryClassDescriptionSimilar class to the
Stringclass except that it internally stores data using a compressed representation in order to require less permanent memory.Compressorimplementation based on the DEFLATE compression algorithm. -
Exception SummaryExceptionDescriptionException indicating that we were expecting something compressed, which was not compressed or corrupted so that the compression format could not be detected.Exception indicating that we were expecting some
XContentbut could not detect its type.