Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.codec
Interface Codec

All Known Implementing Classes:
HotRodCodec, MemcachedCodec, NoneCodec, RestCodec

public interface Codec


Method Summary
 Object decodeKey(Object key)
           
 Object decodeValue(Object value)
           
 Object encodeKey(Object key)
           
 Object encodeValue(Object value)
           
 String getName()
           
 

Method Detail

getName

String getName()

encodeKey

Object encodeKey(Object key)
                 throws CodecException
Throws:
CodecException

encodeValue

Object encodeValue(Object value)
                   throws CodecException
Throws:
CodecException

decodeKey

Object decodeKey(Object key)
                 throws CodecException
Throws:
CodecException

decodeValue

Object decodeValue(Object value)
                   throws CodecException
Throws:
CodecException

Infinispan Distribution 5.2.6.Final-redhat-2

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