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.
String.
List of strings.
Prints configuration of specified node including all caches.
Prints configuration of specified node including all caches.
<ex>config "-id8=12345678"</ex> Prints configuration of node with '12345678' ID8.
Command arguments.
Run command in interactive mode.
Run command in interactive mode.
<ex>config</ex> Starts command in interactive mode.
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
VisorConfigurationCommandobject contains necessary implicit conversions so that this command would be available viavisorkeyword.Help
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