GetsOperation.Callback Interface Reference
Inherits
net::spy::memcached::ops::OperationCallback.
List of all members.
|
Package Functions |
| void | gotData (String key, int flags, long cas, byte[] data) |
Detailed Description
Operation callback for the Gets request.
Member Function Documentation
| void gotData |
( |
String |
key, |
|
|
int |
flags, |
|
|
long |
cas, |
|
|
byte[] |
data | |
|
) |
| | [package] |
Callback for each result from a gets.
- Parameters:
-
| key | the key that was retrieved |
| flags | the flags for this value |
| cas | the CAS value for this record |
| data | the data stored under this key |
The documentation for this interface was generated from the following file:
- /opt/source/Wonder/Frameworks/EOF/ERCaching/Sources/net/spy/memcached/ops/GetsOperation.java