Class HandshakeWaitMessage
- java.lang.Object
- 
- org.apache.ignite.spi.communication.tcp.messages.HandshakeWaitMessage
 
- 
- All Implemented Interfaces:
- Serializable,- Message
 
 public class HandshakeWaitMessage extends Object implements Message Message requesting to wait until node's SPI context initialize.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intMESSAGE_FULL_SIZEFull message size (with message type) in bytes.- 
Fields inherited from interface org.apache.ignite.plugin.extensions.communication.MessageDIRECT_TYPE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description HandshakeWaitMessage()Default constructor required byMessage.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description shortdirectType()Gets message type.bytefieldsCount()Gets fields count.voidonAckReceived()Method called when ack message received.booleanreadFrom(ByteBuffer buf, MessageReader reader)Reads this message from provided byte buffer.StringtoString()booleanwriteTo(ByteBuffer buf, MessageWriter writer)Writes this message to provided byte buffer.
 
- 
- 
- 
Field Detail- 
MESSAGE_FULL_SIZEpublic static final int MESSAGE_FULL_SIZE Full message size (with message type) in bytes.- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
HandshakeWaitMessagepublic HandshakeWaitMessage() Default constructor required byMessage.
 
- 
 - 
Method Detail- 
onAckReceivedpublic void onAckReceived() Method called when ack message received.- Specified by:
- onAckReceivedin interface- Message
 
 - 
writeTopublic boolean writeTo(ByteBuffer buf, MessageWriter writer) Writes this message to provided byte buffer.
 - 
readFrompublic boolean readFrom(ByteBuffer buf, MessageReader reader) Reads this message from provided byte buffer.
 - 
directTypepublic short directType() Gets message type.- Specified by:
- directTypein interface- Message
- Returns:
- Message type.
 
 - 
fieldsCountpublic byte fieldsCount() Gets fields count.- Specified by:
- fieldsCountin interface- Message
- Returns:
- Fields count.
 
 
- 
 
-