net.spy.memcached.ops
Interface TapOperation.Callback

All Superinterfaces:
OperationCallback
Enclosing interface:
TapOperation

public static interface TapOperation.Callback
extends OperationCallback

Operation callback for the tap dump request.


Method Summary
 void gotAck(MemcachedNode node, TapOpcode opcode, int opaque)
           
 void gotData(ResponseMessage message)
          Callback for each result from a get.
 
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
 

Method Detail

gotData

void gotData(ResponseMessage message)
Callback for each result from a get.

Parameters:
message - the response message sent from the server

gotAck

void gotAck(MemcachedNode node,
            TapOpcode opcode,
            int opaque)


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