Package | Description |
---|---|
net.spy.memcached |
Memcached client and transformation utils
|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
Modifier and Type | Method and Description |
---|---|
static ObserveResponse |
ObserveResponse.valueOf(byte b) |
static ObserveResponse |
ObserveResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObserveResponse[] |
ObserveResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ObserveOperation.Callback.gotData(String key,
long cas,
MemcachedNode node,
ObserveResponse or)
Callback for each result from a observe.
|
Copyright © 2024. All rights reserved.