|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Codec | |
---|---|
org.infinispan.cli.interpreter.codec | |
org.infinispan.cli.interpreter.session |
Uses of Codec in org.infinispan.cli.interpreter.codec |
---|
Classes in org.infinispan.cli.interpreter.codec that implement Codec | |
---|---|
class |
HotRodCodec
HotRodCodec. |
class |
MemcachedCodec
MemcachedCodec. |
class |
NoneCodec
NoneCodec. |
class |
RestCodec
RestCodec. |
Methods in org.infinispan.cli.interpreter.codec that return Codec | |
---|---|
Codec |
CodecRegistry.getCodec(String name)
|
Methods in org.infinispan.cli.interpreter.codec that return types with arguments of type Codec | |
---|---|
Collection<Codec> |
CodecRegistry.getCodecs()
|
Uses of Codec in org.infinispan.cli.interpreter.session |
---|
Methods in org.infinispan.cli.interpreter.session that return Codec | |
---|---|
Codec |
SessionImpl.getCodec()
|
Codec |
Session.getCodec()
Returns the currently active codec used to encode/decode keys/values |
Codec |
SessionImpl.getCodec(String codec)
|
Codec |
Session.getCodec(String parameter)
Returns a specific codec |
Methods in org.infinispan.cli.interpreter.session that return types with arguments of type Codec | |
---|---|
Collection<Codec> |
SessionImpl.getCodecs()
|
Collection<Codec> |
Session.getCodecs()
Returns the list of available key/value codecs |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |