Class OptimizedSetImpl.NoopCallback
java.lang.Object
net.spy.memcached.protocol.binary.OptimizedSetImpl.NoopCallback
- All Implemented Interfaces:
OperationCallback
- Enclosing class:
OptimizedSetImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete()Called whenever an operation completes.voidreceivedStatus(OperationStatus status) Method invoked with the status when the operation is complete.
-
Constructor Details
-
NoopCallback
NoopCallback()
-
-
Method Details
-
complete
public void complete()Description copied from interface:OperationCallbackCalled whenever an operation completes.- Specified by:
completein interfaceOperationCallback
-
receivedStatus
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
-