Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-