| Package | Description |
|---|---|
| org.hawkular.btm.api.model.btxn | |
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
Set<CorrelationIdentifier> |
Node.getCorrelationIds() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.findCorrelatedNodes(CorrelationIdentifier cid,
long baseTime,
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,
long baseTime,
Set<Node> nodes) |
Set<Node> |
BusinessTransaction.getCorrelatedNodes(CorrelationIdentifier cid,
long baseTime)
This method locates any node within the business transaction that
is associated with the supplied correlation id.
|
protected boolean |
Node.isCorrelated(CorrelationIdentifier cid,
long baseTime)
This method determines whether the node is correlated to the supplied
identifier.
|
boolean |
CorrelationIdentifier.match(long thisBaseTime,
CorrelationIdentifier cid,
long cidBaseTime)
This method determines whether the supplied correlation identifier,
associated with a base time, matches this correlation identifier
associated with its own base time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setCorrelationIds(Set<CorrelationIdentifier> correlationIds) |
| Modifier and Type | Method and Description |
|---|---|
Set<CorrelationIdentifier> |
BusinessTransactionCriteria.getCorrelationIds() |
| Modifier and Type | Method and Description |
|---|---|
BusinessTransaction |
PresentationService.getBusinessTransaction(Level[] levels,
CorrelationIdentifier[] ids,
Map<String,String> properties)
This method returns an instance or aggregated group view of a business transaction
based on the correlation identifier and/or business properties specified.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessTransactionCriteria |
BusinessTransactionCriteria.setCorrelationIds(Set<CorrelationIdentifier> correlationIds) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.