Class StatisticsRequest

    • Constructor Detail

      • StatisticsRequest

        public StatisticsRequest()
        Constructor.
      • StatisticsRequest

        public StatisticsRequest​(UUID reqId,
                                 StatisticsKeyMessage key,
                                 StatisticsType type,
                                 AffinityTopologyVersion topVer,
                                 Map<String,​Long> versions)
        Constructor.
        Parameters:
        reqId - Request id.
        key - Statistics key to get statistics by.
        type - Required statistics type.
        topVer - Topology version to get statistics by.
        versions - Map of statistics version to column name to ensure actual statistics aquired.
    • Method Detail

      • reqId

        public UUID reqId()
        Request id.
      • type

        public StatisticsType type()
        Returns:
        Required statistics type.
      • versions

        public Map<String,​Long> versions()
        Returns:
        Column name to version map.
      • 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.
      • onAckReceived

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