Class HandshakeWaitMessage
- java.lang.Object
-
- org.apache.ignite.spi.communication.tcp.messages.HandshakeWaitMessage
-
-
Field Summary
Fields 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.Message
DIRECT_TYPE_SIZE
-
-
Constructor Summary
Constructors Constructor Description HandshakeWaitMessage()Default constructor.
-
-
-
Field Detail
-
MESSAGE_FULL_SIZE
public static final int MESSAGE_FULL_SIZE
Full message size (with message type) in bytes.- See Also:
- Constant Field Values
-
-
Method Detail
-
directType
public short directType()
Gets message type.- Specified by:
directTypein interfaceMessage- Returns:
- Message type.
-
-