Package | Description |
---|---|
org.infinispan.cli.interpreter.codec | |
org.infinispan.cli.interpreter.session |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodec
AbstractCodec.
|
class |
HotRodCodec
HotRodCodec.
|
class |
MemcachedCodec
MemcachedCodec.
|
class |
NoneCodec
NoneCodec.
|
class |
RestCodec
RestCodec.
|
Modifier and Type | Method and Description |
---|---|
Codec |
CodecRegistry.getCodec(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<Codec> |
CodecRegistry.getCodecs() |
Modifier and Type | Method and Description |
---|---|
Codec |
Session.getCodec()
Returns the currently active codec used to encode/decode keys/values
|
Codec |
SessionImpl.getCodec() |
Codec |
Session.getCodec(String parameter)
Returns a specific codec
|
Codec |
SessionImpl.getCodec(String codec) |
Modifier and Type | Method and Description |
---|---|
Collection<Codec> |
Session.getCodecs()
Returns the list of available key/value codecs
|
Collection<Codec> |
SessionImpl.getCodecs() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.