| Package | Description |
|---|---|
| org.jppf.client.monitoring.jobs |
Classes supporting the monitoring and refreshing of the JPPF jobs hierarchy.
|
| org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
| Modifier and Type | Method and Description |
|---|---|
TopologyNode |
JobDispatch.getNode()
Get the information on the node for ths job dispatch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopologyPeer
Instances of this class represent peer drivers as nodes for the driver they are connected to.
|
| Modifier and Type | Method and Description |
|---|---|
TopologyNode |
TopologyManager.getNode(String uuid)
Get the node with the specified uuid.
|
TopologyNode |
TopologyEvent.getNodeOrPeer()
Get the node data.
|
TopologyNode |
TopologyManager.getNodeOrPeer(String uuid)
Get the node with the psecified uuid.
|
| Modifier and Type | Method and Description |
|---|---|
List<TopologyNode> |
TopologyManager.getNodes()
Get the nodes currently handled.
|
List<TopologyNode> |
TopologyDriver.getNodes()
Convenience method to get the nodes attached to this driver as
TopologyNode objects. |
List<TopologyNode> |
TopologyDriver.getNodesAndPeers()
Convenience method to get the nodes and peers connected to this driver as
TopologyNode objects. |
List<TopologyNode> |
TopologyManager.getSlaveNodes(String masterNodeUuid)
Get the nodes that are slaves of the specified master node.
|
Copyright © 2005-2019 JPPF Team.