| Package | Description |
|---|---|
| org.redisson.codec | |
| org.redisson.jcache |
| Modifier and Type | Field and Description |
|---|---|
protected BaseEventCodec.OSType |
BaseEventCodec.osType |
| Modifier and Type | Method and Description |
|---|---|
static BaseEventCodec.OSType |
BaseEventCodec.OSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseEventCodec.OSType[] |
BaseEventCodec.OSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseEventCodec(Codec codec,
BaseEventCodec.OSType osType) |
MapCacheEventCodec(Codec codec,
BaseEventCodec.OSType osType) |
| Constructor and Description |
|---|
JCacheEventCodec(Codec codec,
BaseEventCodec.OSType osType,
boolean sync) |
JCacheEventCodec(Codec codec,
BaseEventCodec.OSType osType,
boolean sync,
boolean expectOldValueInMsg) |
Copyright © 2014–2021 Redisson. All rights reserved.