K - public class DeleteEndEventFactory<K> extends DeleteEventFactory.EmptyDeleteEventFactory<K>
DeleteEventFactory.EmptyDeleteEventFactory<K>| Constructor and Description |
|---|
DeleteEndEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
<E extends Event> |
endEvent(K key,
int numValuesDeleted)
Generate an end event for deleting the given Key.
|
exceptionEvent, progressEvent, startEventpublic <E extends Event> com.google.common.base.Optional<E> endEvent(K key, int numValuesDeleted)
DeleteEventFactoryendEvent in interface DeleteEventFactory<K>endEvent in class DeleteEventFactory.EmptyDeleteEventFactory<K>E - the type of event.key - the key being deleted.numValuesDeleted - the number of values deleted in the chunk operation.