net.spy.memcached.ops
Interface StoreOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
StoreOperation

public static interface StoreOperation.Callback
extends OperationCallback

Operation callback to get the CAS value.


Method Summary
 void gotData(java.lang.String key, long cas)
          Callback for each result from a Store.
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(java.lang.String key,
             long cas)
Callback for each result from a Store.

Parameters:
key - the key that was retrieved
cas - the CAS value for this record


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