org.infinispan.cli.interpreter.codec
Class MemcachedCodec
java.lang.Object
org.infinispan.cli.interpreter.codec.MemcachedCodec
- All Implemented Interfaces:
- Codec
public class MemcachedCodec
- extends Object
- implements Codec
MemcachedCodec.
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemcachedCodec
public MemcachedCodec()
getName
public String getName()
- Specified by:
getName
in interface Codec
encodeKey
public Object encodeKey(Object key)
- Specified by:
encodeKey
in interface Codec
encodeValue
public Object encodeValue(Object value)
throws CodecException
- Specified by:
encodeValue
in interface Codec
- Throws:
CodecException
decodeKey
public Object decodeKey(Object key)
- Specified by:
decodeKey
in interface Codec
decodeValue
public Object decodeValue(Object value)
- Specified by:
decodeValue
in interface Codec
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.