org.gridgain.visor.commands

gc

package gc

Overview

Contains Visor command gc implementation.

Help

+---------------------------------------------------------------------------+
| gc | Runs garbage collector on remote nodes.                              |
|    | If specific node is provided, garbage collector is run on that node. |
|    | Otherwise, it will be run on all nodes in topology.                  |
+---------------------------------------------------------------------------+
Specification
gc
gc "{-id8=|-id=} {-c}"
Arguments
-id8=<node-id8>
    ID8 of the node.
    Note that either '-id8' or '-id' can be specified.
-id=<node-id>
    ID of the node.
    Note that either '-id8' or '-id' can be specified.
-c
    Run DGC procedure on all caches.
Examples
gc "-id8=12345678"
    Runs garbage collector on specified node.
gc
    Runs garbage collector on all nodes in topology.
gc "-id8=12345678 -c"
    Runs garbage collector and DGC procedure on all caches.
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. gc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class VisorGcCommand extends AnyRef

    Contains Visor command gc implementation.

    Overview

    Contains Visor command gc implementation.

    Help

    +---------------------------------------------------------------------------+
    | gc | Runs garbage collector on remote nodes.                              |
    |    | If specific node is provided, garbage collector is run on that node. |
    |    | Otherwise, it will be run on all nodes in topology.                  |
    +---------------------------------------------------------------------------+
    Specification
    gc
    gc "{-id8=|-id=} {-c}"
    Arguments
    -id8=<node-id8>
        ID8 of the node.
        Note that either '-id8' or '-id' can be specified.
    -id=<node-id>
        ID of the node.
        Note that either '-id8' or '-id' can be specified.
    -c
        Run DGC procedure on all caches.
    Examples
    gc "-id8=12345678"
        Runs garbage collector on specified node.
    gc
        Runs garbage collector on all nodes in topology.
    gc "-id8=12345678 -c"
        Runs garbage collector and DGC procedure on all caches.

Value Members

  1. object VisorGcCommand

    Companion object that does initialization of the command.

Inherited from AnyRef

Inherited from Any

Ungrouped