Modifier and Type | Method and Description |
---|---|
ClusterNode |
Cluster.getNode(long id) |
Modifier and Type | Method and Description |
---|---|
Set<ClusterNode> |
Cluster.getNodes() |
Modifier and Type | Method and Description |
---|---|
boolean |
Cluster.hasNode(ClusterNode node) |
void |
Cluster.nodeStopped(ClusterNode node,
int nRunningNodes) |
void |
Cluster.startNode(ClusterNode node) |
Modifier and Type | Method and Description |
---|---|
ClusterNode |
Scheduler.getNode(ProcessManager pm) |
Modifier and Type | Method and Description |
---|---|
int |
ProcessManager.requestedCores(ClusterNode node) |
void |
ProcessManager.setRunningOn(ClusterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
DataChunk.setProcessingOn(ClusterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
QueueListener.handleQueue(ClusterNode node) |
void |
NodeStateListener.stateChanged(ClusterNode node,
ClusterNodeState stateNow,
ClusterNodeState lastState) |
Modifier and Type | Method and Description |
---|---|
ClusterNode |
NodeCoordinator.getNode(long id) |
Modifier and Type | Method and Description |
---|---|
Set<ClusterNode> |
NodeCoordinator.getAvailableNodes() |
Set<ClusterNode> |
NodeCoordinator.getNodes() |
Set<ClusterNode> |
NodeCoordinator.getRunningNodes() |
Modifier and Type | Method and Description |
---|---|
void |
NodeCoordinator.startNode(ClusterNode node) |
void |
NodeCoordinator.stateChanged(ClusterNode node,
ClusterNodeState stateNow,
ClusterNodeState lastState) |
Copyright © 2015–2021 Fiji. All rights reserved.