Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.codec
Class MemcachedCodec

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

public class MemcachedCodec
extends Object
implements Codec

MemcachedCodec.

Since:
5.2
Author:
Tristan Tarrant

Constructor Summary
MemcachedCodec()
           
 
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
 

Constructor Detail

MemcachedCodec

public MemcachedCodec()
Method Detail

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

Infinispan Distribution 5.2.6.Final-redhat-2

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