K - The entry key type.V - The entry value type.public static class DistributedMap.EntryEvent<K,V> extends Object implements io.atomix.resource.Resource.Event, CatalystSerializable
| Constructor and Description |
|---|
EntryEvent() |
EntryEvent(io.atomix.resource.Resource.EventType type,
Map.Entry<K,V> entry) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<K,V> |
entry()
Returns the event entry.
|
void |
readObject(BufferInput<?> buffer,
Serializer serializer) |
io.atomix.resource.Resource.EventType |
type() |
void |
writeObject(BufferOutput<?> buffer,
Serializer serializer) |
public io.atomix.resource.Resource.EventType type()
type in interface io.atomix.resource.Resource.Eventpublic void writeObject(BufferOutput<?> buffer, Serializer serializer)
writeObject in interface CatalystSerializablepublic void readObject(BufferInput<?> buffer, Serializer serializer)
readObject in interface CatalystSerializableCopyright © 2013–2017. All rights reserved.