|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AggregateOperationTree | |
| net.sf.infrared.agent | |
| net.sf.infrared.web.ui | |
| Uses of AggregateOperationTree in net.sf.infrared.agent |
| Methods in net.sf.infrared.agent that return AggregateOperationTree | |
AggregateOperationTree |
Statistics.getAggregateOperationTree()
|
AggregateOperationTree[] |
Statistics.getCopyOfLastInovations()
|
AggregateOperationTree |
Statistics.createAggregateOperationTree()
|
AggregateOperationTree |
PerformanceDataSnapShot.getAggregateOperationTimes()
|
AggregateOperationTree[] |
PerformanceDataSnapShot.getLasInvocationsTree()
|
AggregateOperationTree |
AggregateOperationTree.deepCopy()
Make a copy of the operation tree |
| Methods in net.sf.infrared.agent with parameters of type AggregateOperationTree | |
void |
PerformanceDataSnapShot.setAggregateOperationTimes(AggregateOperationTree aggregateOperationTimes)
|
void |
PerformanceDataSnapShot.setLastInvoationTrees(AggregateOperationTree[] copyOfLastInovcations)
|
void |
AggregateOperationTree.merge(AggregateOperationTree treeToMerge,
IdMapper idMapper)
|
void |
AggregateOperationTree.mergeSubTrees(AggregateOperationTree[] extractedUniqueTrees)
|
void |
AggregateOperationTree.mergeSubTrees(AggregateOperationTree[] extractedUniqueTrees,
IdMapper idMapper)
|
void |
AggregateOperationTree.merge(AggregateOperationTree operationTreeToMerge)
|
| Constructors in net.sf.infrared.agent with parameters of type AggregateOperationTree | |
AggregateOperationTree(AggregateOperationTree other,
IdMapper idMapper)
Constructs a new AggregateOperationTree object for the operation represented by the given OperationTree. |
|
AggregateOperationTree(AggregateOperationTree other)
|
|
| Uses of AggregateOperationTree in net.sf.infrared.web.ui |
| Methods in net.sf.infrared.web.ui that return AggregateOperationTree | |
static AggregateOperationTree[] |
TreeUtil.extractUniqueOperationTree(AggregateOperationTree tree,
String apiName)
|
| Methods in net.sf.infrared.web.ui with parameters of type AggregateOperationTree | |
static AggregateApiTime[] |
ViewUtil.getJDBCSummary(AggregateOperationTree[] trees)
Gets the aggregate of JDBC AIP executions across an array of operations. |
static AggregateApiTime[] |
ViewUtil.getAggregateJDBCSummary(AggregateOperationTree tree)
|
static AggregateApiTime[] |
ViewUtil.getJDBCSummary(AggregateOperationTree tree)
Gets the summary of JDBC APIs for this operation. |
static String |
ViewUtil.getSqlLog(PerformanceDataSnapShot pefData,
AggregateOperationTree tree)
|
static AggregateOperationTree[] |
TreeUtil.extractUniqueOperationTree(AggregateOperationTree tree,
String apiName)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||