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 TypeMethodDescriptionvoid
complete()
Called whenever an operation completes.void
receivedStatus
(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:OperationCallback
Called whenever an operation completes.- Specified by:
complete
in interfaceOperationCallback
-
receivedStatus
Description copied from interface:OperationCallback
Method invoked with the status when the operation is complete.- Specified by:
receivedStatus
in interfaceOperationCallback
- Parameters:
status
- the result of the operation
-