|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodecException | |
---|---|
org.infinispan.cli.interpreter.codec | |
org.infinispan.cli.interpreter.logging | |
org.infinispan.cli.interpreter.session |
Uses of CodecException in org.infinispan.cli.interpreter.codec |
---|
Methods in org.infinispan.cli.interpreter.codec that throw CodecException | |
---|---|
Object |
HotRodCodec.decodeKey(Object key)
|
Object |
RestCodec.decodeKey(Object key)
|
Object |
Codec.decodeKey(Object key)
|
Object |
HotRodCodec.decodeValue(Object value)
|
Object |
RestCodec.decodeValue(Object value)
|
Object |
Codec.decodeValue(Object value)
|
Object |
HotRodCodec.encodeKey(Object key)
|
Object |
RestCodec.encodeKey(Object key)
|
Object |
Codec.encodeKey(Object key)
|
Object |
MemcachedCodec.encodeValue(Object value)
|
Object |
HotRodCodec.encodeValue(Object value)
|
Object |
RestCodec.encodeValue(Object value)
|
Object |
Codec.encodeValue(Object value)
|
Uses of CodecException in org.infinispan.cli.interpreter.logging |
---|
Methods in org.infinispan.cli.interpreter.logging that return CodecException | |
---|---|
CodecException |
Log.keyDecodingFailed(Exception e,
String codec)
|
CodecException |
Log.keyEncodingFailed(Exception e,
String codec)
|
CodecException |
Log.noSuchCodec(String codec)
|
CodecException |
Log.valueDecodingFailed(Exception e,
String codec)
|
CodecException |
Log.valueEncodingFailed(Exception e,
String codec)
|
CodecException |
Log.valueEncodingFailed(String type,
String codec)
|
Uses of CodecException in org.infinispan.cli.interpreter.session |
---|
Methods in org.infinispan.cli.interpreter.session that throw CodecException | |
---|---|
Codec |
SessionImpl.getCodec(String codec)
|
Codec |
Session.getCodec(String parameter)
Returns a specific codec |
void |
SessionImpl.setCodec(String codec)
|
void |
Session.setCodec(String encoding)
Sets the codec to use for encoding/decoding keys/values |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |