org.gridgain.visor.commands

ping

package ping

Command

Visor 'ping' command implementation.

Help

+--------------------+
| ping | Pings node. |
+--------------------+
Specification
ping {"id81 id82 ... id8k"}
Arguments
id8k
ID8 of the node to ping.
Examples
ping "12345678"
    Pings node with '12345678' ID8.
ping
    Pings all nodes in the topology.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorPingCommand extends AnyRef

    Visor 'ping' command implementation.

    Command

    Visor 'ping' command implementation.

    Help

    +--------------------+
    | ping | Pings node. |
    +--------------------+
    Specification
    ping {"id81 id82 ... id8k"}
    Arguments
    id8k
    ID8 of the node to ping.
    Examples
    ping "12345678"
        Pings node with '12345678' ID8.
    ping
        Pings all nodes in the topology.

Value Members

  1. object VisorPingCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped