net.spy.memcached.ops
Interface GetAndTouchOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
GetAndTouchOperation

public static interface GetAndTouchOperation.Callback
extends OperationCallback

Operation callback for the gat request.


Method Summary
 void gotData(java.lang.String key, int flags, long cas, byte[] data)
          Callback for each result from a gat.
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(java.lang.String key,
             int flags,
             long cas,
             byte[] data)
Callback for each result from a gat.

Parameters:
key - the key that was retrieved
flags - the flags for this value
data - the data stored under this key


Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.