Package | Description |
---|---|
org.elasticsearch.common.compress | |
org.elasticsearch.common.compress.lzf | |
org.elasticsearch.common.io.stream |
Modifier and Type | Method and Description |
---|---|
static Compressor |
CompressorFactory.compressor(byte[] data) |
static Compressor |
CompressorFactory.compressor(byte[] data,
int offset,
int length) |
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) |
static Compressor |
CompressorFactory.compressor(String type) |
static Compressor |
CompressorFactory.defaultCompressor() |
Modifier and Type | Method and Description |
---|---|
static void |
CompressorFactory.setDefaultCompressor(Compressor defaultCompressor) |
Modifier and Type | Class and Description |
---|---|
class |
LZFCompressor |
Modifier and Type | Method and Description |
---|---|
static HandlesStreamInput |
CachedStreamInput.cachedHandlesCompressed(Compressor compressor,
StreamInput in) |
static StreamInput |
CachedStreamInput.compressed(Compressor compressor,
StreamInput in) |
Copyright © 2009–2015. All rights reserved.