K
- public class UpdateEndEventFactory<K,V> extends UpdateEventFactory.EmptyUpdateEventFactory<K,V>
UpdateEventFactory.EmptyUpdateEventFactory<K,V>
Constructor and Description |
---|
UpdateEndEventFactory() |
Modifier and Type | Method and Description |
---|---|
<E extends Event> |
endEvent(K key,
V value,
int numValuesUpdated)
Generate an end event for updating the given key with the given value.
|
exceptionEvent, progressEvent, startEvent
public <E extends Event> com.google.common.base.Optional<E> endEvent(K key, V value, int numValuesUpdated)
UpdateEventFactory
endEvent
in interface UpdateEventFactory<K,V>
endEvent
in class UpdateEventFactory.EmptyUpdateEventFactory<K,V>
E
- the type of event.key
- the key being updated.value
- the value to update with.numValuesUpdated
- the number of values updated in the Chunk.