org.gridgain.visor.commands

kill

package kill

Overview

Contains Visor command kill implementation.

Help

+--------------------------------+
| kill | Kills or restarts node. |
+--------------------------------+
Specification
kill
kill "-in|-ih"
kill "{-r|-k} {-id8=|-id=}"
Arguments
-in
    Run command in interactive mode with ability to
    choose a node to kill or restart.
    Note that either '-in' or '-ih' can be specified.

    This mode is used by default.
-ih
    Run command in interactive mode with ability to
    choose a host where to kill or restart nodes.
    Note that either '-in' or '-ih' can be specified.
-r
    Restart node mode.
    Note that either '-r' or '-k' can be specified.
    If no parameters provided - command starts in interactive mode.
-k
    Kill (stop) node mode.
    Note that either '-r' or '-k' can be specified.
    If no parameters provided - command starts in interactive mode.
-id8=<node-id8>
    ID8 of the node to kill or restart.
    Note that either '-id8' or '-id' can be specified.
    If no parameters provided - command starts in interactive mode.
-id=<node-id>
    ID of the node to kill or restart.
    Note that either '-id8' or '-id' can be specified.
    If no parameters provided - command starts in interactive mode.
Examples
kill
    Starts command in interactive mode.
kill "-id8=12345678 -r"
    Restart node with '12345678' ID8.
kill "-k"
    Kill (stop) all nodes.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. kill
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorKillCommand extends AnyRef

    Contains Visor command kill implementation.

    Overview

    Contains Visor command kill implementation.

    Help

    +--------------------------------+
    | kill | Kills or restarts node. |
    +--------------------------------+
    Specification
    kill
    kill "-in|-ih"
    kill "{-r|-k} {-id8=|-id=}"
    Arguments
    -in
        Run command in interactive mode with ability to
        choose a node to kill or restart.
        Note that either '-in' or '-ih' can be specified.
    
        This mode is used by default.
    -ih
        Run command in interactive mode with ability to
        choose a host where to kill or restart nodes.
        Note that either '-in' or '-ih' can be specified.
    -r
        Restart node mode.
        Note that either '-r' or '-k' can be specified.
        If no parameters provided - command starts in interactive mode.
    -k
        Kill (stop) node mode.
        Note that either '-r' or '-k' can be specified.
        If no parameters provided - command starts in interactive mode.
    -id8=<node-id8>
        ID8 of the node to kill or restart.
        Note that either '-id8' or '-id' can be specified.
        If no parameters provided - command starts in interactive mode.
    -id=<node-id>
        ID of the node to kill or restart.
        Note that either '-id8' or '-id' can be specified.
        If no parameters provided - command starts in interactive mode.
    Examples
    kill
        Starts command in interactive mode.
    kill "-id8=12345678 -r"
        Restart node with '12345678' ID8.
    kill "-k"
        Kill (stop) all nodes.

Value Members

  1. object VisorKillCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped