Package org.elasticsearch.common.compress
package org.elasticsearch.common.compress
-
Interface Summary
-
Class SummaryClassDescriptionSimilar class to the
String
class except that it internally stores data using a compressed representation in order to require less permanent memory.Compressor
implementation 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
XContent
but could not detect its type.