public class UUIDCollectionMessage extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
UUIDCollectionMessage()
Empty constructor required for direct marshalling.
|
UUIDCollectionMessage(Collection<UUID> uuids) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
boolean |
equals(Object o) |
byte |
fieldsCount()
Gets fields count.
|
int |
hashCode() |
static UUIDCollectionMessage |
of(UUID... uuids) |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
Collection<UUID> |
uuids() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public UUIDCollectionMessage()
public UUIDCollectionMessage(Collection<UUID> uuids)
uuids - UUIDs to wrap.public static UUIDCollectionMessage of(UUID... uuids)
uuids - UUIDs.public Collection<UUID> uuids()
public void onAckReceived()
onAckReceived in interface Messagepublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020