Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.codec
Class HotRodCodec

java.lang.Object
  extended by org.infinispan.cli.interpreter.codec.HotRodCodec
All Implemented Interfaces:
Codec

public class HotRodCodec
extends Object
implements Codec

HotRodCodec.

Since:
5.2
Author:
Tristan Tarrant

Field Summary
static Log log
           
 
Constructor Summary
HotRodCodec()
           
 
Method Summary
 Object decodeKey(Object key)
           
 Object decodeValue(Object value)
           
 Object encodeKey(Object key)
           
 Object encodeValue(Object value)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log
Constructor Detail

HotRodCodec

public HotRodCodec()
Method Detail

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

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.