Package | Description |
---|---|
org.jredis |
This package contains the constructs that define the Java API semantics of the
JRedis clients.
|
org.jredis.ri.alphazero.semantics | |
org.jredis.ri.alphazero.support |
Utility classes to support this implementation.
|
org.jredis.semantics |
This package is optional.
|
Modifier and Type | Method and Description |
---|---|
<T> Codec<T> |
Semantics.getKeyCodec(Class<T> keyClass) |
<T> Codec<T> |
Semantics.getValueCodec(Class<T> valueClass) |
Modifier and Type | Method and Description |
---|---|
<T> Semantics |
Semantics.setKeyCodec(Class<T> keyClass,
Codec<T> keyCodec) |
<T> Semantics |
Semantics.setValueCodec(Class<T> valueClass,
Codec<T> valueCdec) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultKeyCodec<K>
Default
KeyCodec provider for JRedis RI. |
class |
DefaultStringCodec
Nothing to see here, folks.
|
class |
GZipCompressedStringCodec |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultCodec.Keys<K> |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyCodec<K>
Encoding and decoding keys is a significant (but not major) performance bottleneck.
|
Modifier and Type | Method and Description |
---|---|
<T> Codec<T> |
BasicCodecManager.getCodec(Class<T> type) |
<T> Codec<T> |
CodecManager.getCodec(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
<T> boolean |
BasicCodecManager.register(Codec<T> code,
Class<T> type) |
<T> boolean |
CodecManager.register(Codec<T> code,
Class<T> type) |
Copyright © 2009–2019. All rights reserved.