Class MemcachedBlobCodec

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

public class MemcachedBlobCodec extends Object
  • Constructor Details

    • MemcachedBlobCodec

      public MemcachedBlobCodec(io.datarouter.storage.util.Subpath rootPath)
  • Method Details

    • encodeKey

      public String encodeKey(io.datarouter.storage.file.PathbeanKey pk)
    • decodeKey

      public io.datarouter.storage.file.PathbeanKey decodeKey(String stringKey)
    • decodeResult

      public MemcachedPathbeanResult decodeResult(MemcachedResult<byte[]> result)