Package | Description |
---|---|
com.evolveum.midpoint.task.api | |
com.evolveum.midpoint.task.quartzimpl | |
com.evolveum.midpoint.task.quartzimpl.cluster | |
com.evolveum.midpoint.web.page.admin.server.dto |
Modifier and Type | Method and Description |
---|---|
Node |
Task.currentlyExecutesAt()
Returns the node the task is currently executing at, based on real run-time information.
|
Node |
ClusterStatusInformation.findNodeById(String nodeIdentifier) |
Node |
ClusterStatusInformation.findNodeInfoForTask(String oid) |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
ClusterStatusInformation.getNodes() |
Map<Node,List<ClusterStatusInformation.TaskInfo>> |
ClusterStatusInformation.getTasksOnNodes() |
List<Node> |
TaskManager.searchNodes(ObjectQuery query,
ClusterStatusInformation clusterStatusInformation,
OperationResult result)
Returns relevant nodes satisfying given query.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterStatusInformation.addNodeAndTaskInfo(Node node,
List<ClusterStatusInformation.TaskInfo> taskInfoList) |
void |
ClusterStatusInformation.addNodeInfo(Node node) |
List<ClusterStatusInformation.TaskInfo> |
ClusterStatusInformation.getTasksOnNode(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
TaskQuartzImpl.currentlyExecutesAt() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
TaskManagerQuartzImpl.searchNodes(ObjectQuery query,
ClusterStatusInformation clusterStatusInformation,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
ClusterManager.dumpNodeInfo(Node nodeInfo) |
Constructor and Description |
---|
NodeDto(Node node) |
Copyright © 2013 evolveum. All rights reserved.