public class QueueEvent extends Object implements IdentifiedDataSerializable
| Constructor and Description |
|---|
QueueEvent() |
QueueEvent(String name,
Data data,
ItemEventType eventType,
Address caller) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public QueueEvent()
public QueueEvent(String name, Data data, ItemEventType eventType, Address caller)
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic int getId()
getId in interface IdentifiedDataSerializableCopyright © 2021 Hazelcast, Inc.. All rights reserved.