org.gridgain.visor.commands.config

VisorConfigurationCommand

class VisorConfigurationCommand extends AnyRef

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.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VisorConfigurationCommand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VisorConfigurationCommand()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compactProperty(name: String, value: String): List[String]

    Splits a string by path separator if it's longer than 100 characters.

    Splits a string by path separator if it's longer than 100 characters.

    value

    String.

    returns

    List of strings.

  7. def config(args: String): Unit

    Prints configuration of specified node including all caches.

    Command

    Prints configuration of specified node including all caches.

    Examples

    <ex>config "-id8=12345678"</ex> Prints configuration of node with '12345678' ID8.

    args

    Command arguments.

  8. def config(): Unit

    Run command in interactive mode.

    Command

    Run command in interactive mode.

    Examples

    <ex>config</ex> Starts command in interactive mode.

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped