public final class VanillaRemovedEvent<K,V> extends net.openhft.chronicle.wire.SelfDescribingMarshallable implements RemovedEvent<K,V>
Constructor and Description |
---|
VanillaRemovedEvent(String assetFullName,
K key,
V oldValue) |
Modifier and Type | Method and Description |
---|---|
void |
apply(@NotNull MapEventListener<K,V> listener) |
String |
assetFullName()
Returns the full name of the parent Asset for which there was a ChangeEvent.
|
K |
getKey() |
V |
getValue() |
V |
oldValue() |
<K2,V2> @NotNull MapEvent<K2,V2> |
translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
usesSelfDescribingMessage
equals, hashCode, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
of
isReplicationEvent, setValue
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallable
public String assetFullName()
ChangeEvent
assetFullName
in interface ChangeEvent
@NotNull public <K2,V2> @NotNull MapEvent<K2,V2> translate(@NotNull @NotNull Function<K,K2> keyFunction, @NotNull @NotNull Function<V,V2> valueFunction)
@NotNull public <K2,V2> @NotNull MapEvent<K2,V2> translate(@NotNull @NotNull BiFunction<K,K2,K2> keyFunction, @NotNull @NotNull BiFunction<V,V2,V2> valueFunction)
Copyright © 2021. All rights reserved.