public class MultiMapEvent extends Object implements DataSerializable
| Constructor and Description |
|---|
MultiMapEvent() |
MultiMapEvent(String name,
Data key,
Data value,
EntryEventType eventType,
Address caller) |
| Modifier and Type | Method and Description |
|---|---|
Address |
getCaller() |
EntryEventType |
getEventType() |
Data |
getKey() |
String |
getName() |
Data |
getValue() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public MultiMapEvent()
public MultiMapEvent(String name, Data key, Data value, EntryEventType eventType, Address caller)
public String getName()
public Data getValue()
public EntryEventType getEventType()
public Address getCaller()
public Data getKey()
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.