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