|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.spy.memcached.ops.MultiOperationCallback
net.spy.memcached.ops.MultiGetOperationCallback
public class MultiGetOperationCallback
MultiOperationCallback for get operations.
Field Summary |
---|
Fields inherited from class net.spy.memcached.ops.MultiOperationCallback |
---|
originalCallback |
Constructor Summary | |
---|---|
MultiGetOperationCallback(OperationCallback original,
int todo)
|
Method Summary | |
---|---|
void |
gotData(java.lang.String key,
int flags,
byte[] data)
Callback for each result from a get. |
Methods inherited from class net.spy.memcached.ops.MultiOperationCallback |
---|
complete, receivedStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.spy.memcached.ops.OperationCallback |
---|
complete, receivedStatus |
Constructor Detail |
---|
public MultiGetOperationCallback(OperationCallback original, int todo)
Method Detail |
---|
public void gotData(java.lang.String key, int flags, byte[] data)
GetOperation.Callback
gotData
in interface GetOperation.Callback
key
- the key that was retrievedflags
- the flags for this valuedata
- the data stored under this key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |