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.
 
 
 
| 
Method Summary | 
 void | 
gotData(String key,
        int flags,
        long cas,
        byte[] data)
 
          Callback for each result from a gets. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
MultiGetsOperationCallback
public MultiGetsOperationCallback(OperationCallback original,
                                  int todo)
gotData
public void gotData(String key,
                    int flags,
                    long cas,
                    byte[] data)
- Description copied from interface: 
GetsOperation.Callback 
- Callback for each result from a gets.
- Specified by:
 gotData in interface GetsOperation.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