| Package | Description |
|---|---|
| org.jredis |
This package contains the constructs that define the Java API semantics of the
JRedis clients.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectEncoding |
ObjectInfo.getEncoding() |
static ObjectEncoding |
ObjectEncoding.valueOf(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(String keyAddress,
long keyRefCount,
ObjectEncoding encoding,
long serializedLength,
long lru,
long lruSecondsIdle) |
Copyright © 2009–2021. All rights reserved.