| Package | Description |
|---|---|
| org.hawkular.apm.api.services |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsService.storeCommunicationDetails(String tenantId,
List<CommunicationDetails> communicationDetails)
This method stores the supplied list of communication details.
|
void |
AnalyticsService.storeFragmentCompletionTimes(String tenantId,
List<CompletionTime> completionTimes)
This method stores the supplied list of completion times for individual fragments.
|
void |
TraceService.storeFragments(String tenantId,
List<Trace> traces)
This method stores the supplied list of trace fragments.
|
void |
AnalyticsService.storeNodeDetails(String tenantId,
List<NodeDetails> nodeDetails)
This method stores the supplied list of node details.
|
void |
AnalyticsService.storeTraceCompletionTimes(String tenantId,
List<CompletionTime> completionTimes)
This method stores the supplied list of completion times for end to end traces.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.