Class NodeIdMessage

    • 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
    • Constructor Detail

      • NodeIdMessage

        public NodeIdMessage()
      • NodeIdMessage

        public NodeIdMessage​(UUID nodeId)
        Parameters:
        nodeId - Node ID.
    • Method Detail

      • nodeIdBytes

        public byte[] nodeIdBytes()
        Returns:
        Node ID bytes.
      • nodeIdBytesWithType

        public static byte[] nodeIdBytesWithType​(UUID nodeId)
        Parameters:
        nodeId - Node ID.
        Returns:
        Marshalled node ID bytes with direct message type.
      • onAckReceived

        public void onAckReceived()
        Method called when ack message received.
        Specified by:
        onAckReceived in interface Message
      • writeTo

        public boolean writeTo​(ByteBuffer buf,
                               MessageWriter writer)
        Writes this message to provided byte buffer.
        Specified by:
        writeTo in interface Message
        Parameters:
        buf - Byte buffer.
        writer - Writer.
        Returns:
        Whether message was fully written.
      • readFrom

        public boolean readFrom​(ByteBuffer buf,
                                MessageReader reader)
        Reads this message from provided byte buffer.
        Specified by:
        readFrom in interface Message
        Parameters:
        buf - Byte buffer.
        reader - Reader.
        Returns:
        Whether message was fully read.
      • directType

        public short directType()
        Gets message type.
        Specified by:
        directType in interface Message
        Returns:
        Message type.
      • fieldsCount

        public byte fieldsCount()
        Gets fields count.
        Specified by:
        fieldsCount in interface Message
        Returns:
        Fields count.