Class TcpDiscoveryClientPingResponse

    • Constructor Detail

      • TcpDiscoveryClientPingResponse

        public TcpDiscoveryClientPingResponse​(UUID creatorNodeId,
                                              @Nullable
                                              @Nullable UUID nodeToPing,
                                              boolean res)
        Parameters:
        creatorNodeId - Creator node ID.
        nodeToPing - Pinged client node ID.
        res - Result of the node ping.
    • Method Detail

      • nodeToPing

        @Nullable
        public @Nullable UUID nodeToPing()
        Returns:
        Pinged client node ID.
      • result

        public boolean result()
        Returns:
        Result of ping.