| Package | Description |
|---|---|
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
CompletionTimeCriteria |
CompletionTimeCriteria.setFaults(Set<CompletionTimeCriteria.FaultCriteria> faults) |
| Modifier and Type | Method and Description |
|---|---|
long |
AnalyticsService.getCompletionCount(String tenantId,
CompletionTimeCriteria criteria)
This method returns the number of completed transactions, of the specified named
business transaction, that were executed during the time range.
|
long |
AnalyticsService.getCompletionFaultCount(String tenantId,
CompletionTimeCriteria criteria)
This method returns the number of completed transactions, of the specified named
business transaction, that were executed during the time range and returned
a fault.
|
List<Cardinality> |
AnalyticsService.getCompletionFaultDetails(String tenantId,
CompletionTimeCriteria criteria)
This method returns the completion time fault details, for the specified criteria, that were
executed during the time range.
|
Percentiles |
AnalyticsService.getCompletionPercentiles(String tenantId,
CompletionTimeCriteria criteria)
This method returns the completion time percentiles, for the specified criteria, that were
executed during the time range.
|
List<Cardinality> |
AnalyticsService.getCompletionPropertyDetails(String tenantId,
CompletionTimeCriteria criteria,
String property)
This method returns the completion time property details, for the specified criteria, that were
executed during the time range.
|
List<CompletionTimeseriesStatistics> |
AnalyticsService.getCompletionTimeseriesStatistics(String tenantId,
CompletionTimeCriteria criteria,
long interval)
This method returns the completion timeseries statistics, for the specified criteria, that were
executed during the time range.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.