| Package | Description |
|---|---|
| org.hawkular.btm.api.model.analytics | |
| org.hawkular.btm.api.model.btxn | |
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
List<CorrelationIdentifier> |
ResponseTime.getCorrelationIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseTime.setCorrelationIds(List<CorrelationIdentifier> correlationIds) |
| Modifier and Type | Method and Description |
|---|---|
List<CorrelationIdentifier> |
Node.getCorrelationIds() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.findCorrelatedNodes(CorrelationIdentifier cid,
Set<Node> nodes)
This method identifies all of the nodes within a business transaction that
are associated with the supplied correlation identifier.
|
protected void |
ContainerNode.findCorrelatedNodes(CorrelationIdentifier cid,
Set<Node> nodes) |
Set<Node> |
BusinessTransaction.getCorrelatedNodes(CorrelationIdentifier cid)
This method locates any node within the business transaction that
is associated with the supplied correlation id.
|
protected boolean |
Node.isCorrelated(CorrelationIdentifier cid)
This method determines whether the node is correlated to the supplied
identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.setCorrelationIds(List<CorrelationIdentifier> correlationIds) |
| Modifier and Type | Method and Description |
|---|---|
Set<CorrelationIdentifier> |
BusinessTransactionCriteria.getCorrelationIds() |
| Modifier and Type | Method and Description |
|---|---|
BusinessTransactionCriteria |
BusinessTransactionCriteria.setCorrelationIds(Set<CorrelationIdentifier> correlationIds) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.