| Package | Description |
|---|---|
| org.elasticsearch.common.compress | |
| org.elasticsearch.common.compress.deflate | |
| org.elasticsearch.common.compress.lzf |
| Modifier and Type | Method and Description |
|---|---|
static Compressor |
CompressorFactory.compressor(BytesReference bytes) |
static Compressor |
CompressorFactory.compressor(org.jboss.netty.buffer.ChannelBuffer buffer) |
static Compressor |
CompressorFactory.compressor(org.apache.lucene.store.IndexInput in)
Deprecated.
we don't compress lucene indexes anymore and rely on lucene codecs
|
static Compressor |
CompressorFactory.defaultCompressor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CompressorFactory.setDefaultCompressor(Compressor defaultCompressor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeflateCompressor
Compressor implementation based on the DEFLATE compression algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
LZFCompressor
Deprecated.
Use
DeflateCompressor instead |
Copyright © 2009–2017. All rights reserved.