Class MemcachedBlobCodec
java.lang.Object
io.datarouter.client.memcached.codec.MemcachedBlobCodec
public class MemcachedBlobCodec extends Object
-
Constructor Summary
Constructors Constructor Description MemcachedBlobCodec(io.datarouter.storage.util.Subpath rootPath) -
Method Summary
Modifier and Type Method Description io.datarouter.storage.file.PathbeanKeydecodeKey(String stringKey)io.datarouter.util.tuple.Pair<io.datarouter.storage.file.PathbeanKey,byte[]>decodeResult(io.datarouter.util.tuple.Pair<String,byte[]> result)StringencodeKey(io.datarouter.storage.file.PathbeanKey pk)
-
Constructor Details
-
MemcachedBlobCodec
public MemcachedBlobCodec(io.datarouter.storage.util.Subpath rootPath)
-
-
Method Details
-
encodeKey
-
decodeKey
-
decodeResult
public io.datarouter.util.tuple.Pair<io.datarouter.storage.file.PathbeanKey,byte[]> decodeResult(io.datarouter.util.tuple.Pair<String,byte[]> result)
-