Class MemcachedTallyCodec
java.lang.Object
io.datarouter.client.memcached.codec.MemcachedTallyCodec
public class MemcachedTallyCodec extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringCODEC_VERSION -
Constructor Summary
Constructors Constructor Description MemcachedTallyCodec(String clientTypeName, io.datarouter.storage.util.Subpath nodePath, int clientMaxKeyLength) -
Method Summary
Modifier and Type Method Description io.datarouter.util.tuple.Pair<String,Long>decodeResult(io.datarouter.util.tuple.Pair<String,String> result)Optional<String>encodeKeyIfValid(String id)
-
Field Details
-
CODEC_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MemcachedTallyCodec
public MemcachedTallyCodec(String clientTypeName, io.datarouter.storage.util.Subpath nodePath, int clientMaxKeyLength)
-
-
Method Details
-
encodeKeyIfValid
-
decodeResult
-