Package net.spy.memcached.ops
Class MultiGetsOperationCallback
java.lang.Object
net.spy.memcached.ops.MultiOperationCallback
net.spy.memcached.ops.MultiGetsOperationCallback
- All Implemented Interfaces:
GetsOperation.Callback,OperationCallback
public class MultiGetsOperationCallback
extends MultiOperationCallback
implements GetsOperation.Callback
MultiOperationCallback for get operations.
-
Field Summary
Fields inherited from class net.spy.memcached.ops.MultiOperationCallback
originalCallback -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.spy.memcached.ops.MultiOperationCallback
complete, receivedStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
Constructor Details
-
MultiGetsOperationCallback
-
-
Method Details
-
gotData
Description copied from interface:GetsOperation.CallbackCallback for each result from a gets.- Specified by:
gotDatain interfaceGetsOperation.Callback- Parameters:
key- the key that was retrievedflags- the flags for this valuecas- the CAS value for this recorddata- the data stored under this key
-