- java.lang.Object
-
- net.spy.memcached.compat.SpyObject
-
- net.spy.memcached.transcoders.BaseSerializingTranscoder
-
- net.spy.memcached.transcoders.SerializingTranscoder
-
- io.druid.client.cache.LZ4Transcoder
-
-
Field Summary
-
Fields inherited from class net.spy.memcached.transcoders.BaseSerializingTranscoder
charset, compressionThreshold, DEFAULT_COMPRESSION_THRESHOLD
-
Method Summary
Methods
Modifier and Type |
Method and 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
-
Methods inherited from class net.spy.memcached.compat.SpyObject
getLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.spy.memcached.transcoders.Transcoder
getMaxSize
-
-
Constructor Detail
-
LZ4Transcoder
public LZ4Transcoder()
Copyright © 2011–2015. All rights reserved.