Package net.spy.memcached.ops
Interface ReplicaGetOperation.Callback
-
- All Superinterfaces:
OperationCallback
- All Known Implementing Classes:
MultiReplicaGetOperationCallback
- Enclosing interface:
- ReplicaGetOperation
public static interface ReplicaGetOperation.Callback extends OperationCallback
Operation callback for the replica get request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gotData(java.lang.String key, int flags, byte[] data)
Callback for each result from a replica get.-
Methods inherited from interface net.spy.memcached.ops.OperationCallback
complete, receivedStatus
-
-