public class MissingMappingRequestMessage extends Object implements Message
MissingMappingRequestMessage mapping request
to one of server nodes using CommunicationSPI and waits for MissingMappingResponseMessage response.
If server node where mapping request was sent to leaves the cluster for some reason
mapping request gets automatically resent to the next alive server node in topology.DIRECT_TYPE_SIZE| Constructor and Description |
|---|
MissingMappingRequestMessage()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
void |
onAckReceived()
Method called when ack message received.
|
byte |
platformId() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
int |
typeId() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public MissingMappingRequestMessage()
public 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 Messagepublic void onAckReceived()
onAckReceived in interface Messagepublic byte platformId()
public int typeId()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018