Class MemcachedTallyCodec

java.lang.Object
io.datarouter.client.memcached.codec.MemcachedTallyCodec

public class MemcachedTallyCodec
extends Object
  • Field Details

  • Constructor Details

    • MemcachedTallyCodec

      public MemcachedTallyCodec​(String clientTypeName, io.datarouter.storage.util.Subpath nodePath, int clientMaxKeyLength)
  • Method Details

    • encodeKeyIfValid

      public Optional<String> encodeKeyIfValid​(String id)
    • decodeResult

      public io.datarouter.util.tuple.Pair<String,​Long> decodeResult​(io.datarouter.util.tuple.Pair<String,​String> result)