| Package | Description |
|---|---|
| org.jredis |
This package contains the constructs that define the Java API semantics of the
JRedis clients.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectEncoding |
ObjectInfo.encoding |
| Modifier and Type | Method and Description |
|---|---|
ObjectEncoding |
ObjectInfo.getEncoding() |
static ObjectEncoding |
ObjectEncoding.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectEncoding[] |
ObjectEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ObjectInfo(java.lang.String keyAddress,
long keyRefCount,
ObjectEncoding encoding,
long serializedLength,
long lru,
long lruSecondsIdle) |