org.gridgain.visor.commands

config

package config

Overview

Visor 'config' command implementation.

Help

+-------------------------------------+
| config | Prints node configuration. |
+-------------------------------------+
Specification
config
config "{-id=|id8=}"
Arguments
-id=<node-id>
    Full node ID. Either '-id8' or '-id' can be specified.
    If neither is specified - command starts in interactive mode.
-id8=<node-id8>
    Node ID8. Either '-id8' or '-id' can be specified.
    If neither is specified - command starts in interactive mode.
Examples
config "-id8=12345678"
    Prints configuration for node with '12345678' ID8.
config
    Starts command in interactive mode.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorConfigurationCommand extends AnyRef

    Visor 'config' command implementation.

    Overview

    Visor 'config' command implementation.

    Importing

    When using this command from Scala code (not from REPL) you need to make sure to properly import all necessary typed and implicit conversions: <ex> import org.gridgain.visor._ import commands.config.VisorConfigurationCommand._ </ex> Note that VisorConfigurationCommand object contains necessary implicit conversions so that this command would be available via visor keyword.

    Help

    +-------------------------------------+
    | config | Prints node configuration. |
    +-------------------------------------+
    Specification
    config
    config "{-id=|id8=}"
    Arguments
    -id=<node-id>
        Full node ID. Either '-id8' or '-id' can be specified.
        If neither is specified - command starts in interactive mode.
    -id8=<node-id8>
        Node ID8. Either '-id8' or '-id' can be specified.
        If neither is specified - command starts in interactive mode.
    Examples
    config "-id8=12345678"
        Prints configuration for node with '12345678' ID8.
    config
        Starts command in interactive mode.

Value Members

  1. object VisorConfigurationCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped