public class GroupVertexVisualizationData extends Object
| Constructor and Description |
|---|
GroupVertexVisualizationData(ManagementGroupVertex managementGroupVertex) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageUsrTime() |
boolean |
isAnySuccessorCPUBottleneck(Map<ManagementGroupVertex,Boolean> successorCPUBottleneckMap) |
boolean |
isCPUBottleneck() |
void |
updateCPUBottleneckFlag(Map<ManagementGroupVertex,Boolean> successorCPUBottleneckMap) |
public GroupVertexVisualizationData(ManagementGroupVertex managementGroupVertex)
public boolean isAnySuccessorCPUBottleneck(Map<ManagementGroupVertex,Boolean> successorCPUBottleneckMap)
public void updateCPUBottleneckFlag(Map<ManagementGroupVertex,Boolean> successorCPUBottleneckMap)
public double getAverageUsrTime()
public boolean isCPUBottleneck()
Copyright © 2013–2014. All rights reserved.