Class OptimizedSetImpl.NoopCallback
- java.lang.Object
-
- net.spy.memcached.protocol.binary.OptimizedSetImpl.NoopCallback
-
- All Implemented Interfaces:
OperationCallback
- Enclosing class:
- OptimizedSetImpl
static class OptimizedSetImpl.NoopCallback extends java.lang.Object implements OperationCallback
-
-
Constructor Summary
Constructors Constructor Description NoopCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete()Called whenever an operation completes.voidreceivedStatus(OperationStatus status)Method invoked with the status when the operation is complete.
-
-
-
Method Detail
-
complete
public void complete()
Description copied from interface:OperationCallbackCalled whenever an operation completes.- Specified by:
completein interfaceOperationCallback
-
receivedStatus
public void receivedStatus(OperationStatus status)
Description copied from interface:OperationCallbackMethod invoked with the status when the operation is complete.- Specified by:
receivedStatusin interfaceOperationCallback- Parameters:
status- the result of the operation
-
-