Package org.apache.druid.client.cache
Class LZ4Transcoder
- java.lang.Object
-
- net.spy.memcached.compat.SpyObject
-
- net.spy.memcached.transcoders.BaseSerializingTranscoder
-
- net.spy.memcached.transcoders.SerializingTranscoder
-
- org.apache.druid.client.cache.LZ4Transcoder
-
- All Implemented Interfaces:
net.spy.memcached.transcoders.Transcoder<Object>
public class LZ4Transcoder extends net.spy.memcached.transcoders.SerializingTranscoder
-
-
Constructor Summary
Constructors Constructor Description LZ4Transcoder()LZ4Transcoder(int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]compress(byte[] in)protected byte[]decompress(byte[] in)-
Methods inherited from class net.spy.memcached.transcoders.SerializingTranscoder
asyncDecode, decode, encode
-
Methods inherited from class net.spy.memcached.transcoders.BaseSerializingTranscoder
decodeString, deserialize, encodeString, getMaxSize, serialize, setCharset, setCompressionThreshold
-
-