net.spy.memcached.ops
Interface GetlOperation.Callback
- All Superinterfaces:
- OperationCallback
- Enclosing interface:
- GetlOperation
public static interface GetlOperation.Callback
- extends OperationCallback
Operation callback for the getl request.
Method Summary |
void |
gotData(java.lang.String key,
int flags,
long cas,
byte[] data)
Callback for each result from a getl. |
gotData
void gotData(java.lang.String key,
int flags,
long cas,
byte[] data)
- Callback for each result from a getl.
- Parameters:
key
- the key that was retrievedflags
- the flags for this valuedata
- the data stored under this key
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.