Contains Visor command gc implementation.
Contains Visor command gc implementation.
+---------------------------------------------------------------------------+ | 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. | +---------------------------------------------------------------------------+
gc
gc "{-id8=|-id=} {-c}" -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.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.
Companion object that does initialization of the command.
Overview
Contains Visor command
gcimplementation.Help
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