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