net.spy.memcached.ops
Interface DeleteOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
DeleteOperation

public static interface DeleteOperation.Callback
extends OperationCallback

Delete operation callback.


Method Summary
 void gotData(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(long cas)
Callback for each result from a Store.

Parameters:
cas - the CAS value for this record


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