| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridKernalMBean.executeTask(String taskName,
String arg)
A shortcut method that executes given task assuming single
java.lang.String argument
and java.lang.String return type. |
String |
GridGainMBean.getState(String name)
Gets state for a given grid instance.
|
boolean |
GridKernalMBean.pingNode(String nodeId)
Pings node with given node ID to see whether it is alive.
|
boolean |
GridKernalMBean.pingNodeByAddress(String host)
Pings node with given host name to see if it is alive.
|
boolean |
GridKernalMBean.removeCheckpoint(String key)
This method allows manually remove the checkpoint with given
key. |
void |
GridGainMBean.restart(boolean cancel)
Restart JVM.
|
boolean |
GridGainMBean.stop(boolean cancel)
Stops default grid instance.
|
boolean |
GridGainMBean.stop(String name,
boolean cancel)
Stops named grid.
|
void |
GridGainMBean.stopAll(boolean cancel)
Stops all started grids.
|
void |
GridKernalMBean.undeployTaskFromGrid(String taskName)
Makes the best attempt to undeploy a task from the whole grid.
|
Copyright © 2014. All rights reserved.