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.
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.