| Package | Description |
|---|---|
| org.hawkular.apm.api.internal.actions | |
| org.hawkular.apm.api.model.trace | |
| org.hawkular.apm.api.services |
| Modifier and Type | Method and Description |
|---|---|
String |
XMLExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
JSONExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
abstract String |
ExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method evaluates the supplied information against this
expression.
|
String |
TextExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
String |
LiteralExpressionHandler.evaluate(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
protected Object |
DataExpressionHandler.getDataValue(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method returns the data value associated with the requested data
source and key..
|
protected String |
ExpressionBasedActionHandler.getValue(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method returns the value, associated with the expression, for the
supplied data.
|
boolean |
SetPropertyActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
AddCorrelationIdActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetFaultActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetFaultDescriptionActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
SetDetailActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
AddContentActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
EvaluateURIActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
ProcessorActionHandler.process(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method processes the supplied information to extract the relevant
details.
|
protected boolean |
EvaluateURIActionHandler.processQueryParameters(Trace trace,
Node node)
This method processes the query parameters associated with the supplied node to extract
templated named values as properties on the trace node.
|
boolean |
XMLExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
JSONExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
abstract boolean |
ExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values)
This method evaluates the supplied information against this
expression representing a predicate.
|
boolean |
TextExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
boolean |
LiteralExpressionHandler.test(Trace trace,
Node node,
Direction direction,
Map<String,?> headers,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.setBusinessTransaction(String name) |
Trace |
Trace.setHostAddress(String hostAddress) |
Trace |
Trace.setHostName(String hostName) |
Trace |
Trace.setId(String id) |
Trace |
Trace.setNodes(List<Node> nodes) |
Trace |
Trace.setPrincipal(String principal) |
Trace |
Trace.setStartTime(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
Trace |
TraceService.getFragment(String tenantId,
String id)
This method returns the trace fragment associated with the
supplied id.
|
Trace |
TraceService.getTrace(String tenantId,
String id)
This method returns the end to end trace associated with the
supplied id.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Trace> |
AbstractAnalyticsService.getFragments(String tenantId,
Criteria criteria)
This method returns the list of traces for the supplied criteria.
|
List<Trace> |
TraceService.searchFragments(String tenantId,
Criteria criteria)
This method returns a set of trace fragments that meet the
supplied query criteria.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<EndpointInfo> |
AbstractAnalyticsService.doGetUnboundEndpoints(String tenantId,
List<Trace> fragments,
boolean compress)
This method obtains the unbound endpoints from a list of business
transaction fragments.
|
void |
TraceService.storeFragments(String tenantId,
List<Trace> traces)
This method stores the supplied list of trace fragments.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.