K
- public class InsertEndEventFactory<K,V> extends InsertEventFactory.EmptyInsertEventFactory<K,V>
InsertEventFactory.EmptyInsertEventFactory<K,V>
Constructor and Description |
---|
InsertEndEventFactory() |
Modifier and Type | Method and Description |
---|---|
<E extends Event> |
endEvent(K key,
V value)
Generate an end event for inserting the given value with the given key.
|
exceptionEvent, progressEvent, startEvent
public <E extends Event> com.google.common.base.Optional<E> endEvent(K key, V value)
InsertEventFactory
endEvent
in interface InsertEventFactory<K,V>
endEvent
in class InsertEventFactory.EmptyInsertEventFactory<K,V>
E
- the type of eventkey
- the key returned during the insert operation at which the value can be obtained later.value
- the value being inserted