| Package | Description |
|---|---|
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.deriveTransactionWide()
This method returns the transaction wide version of the current criteria.
|
Criteria |
Criteria.setBusinessTransaction(String name)
If a null name is used, then it will match any transaction whether it has
a name or not.
|
Criteria |
Criteria.setCorrelationIds(Set<CorrelationIdentifier> correlationIds) |
Criteria |
Criteria.setEndTime(long endTime) |
Criteria |
Criteria.setFaults(Set<Criteria.FaultCriteria> faults) |
Criteria |
Criteria.setHostName(String hostName) |
Criteria |
Criteria.setPrincipal(String principal) |
Criteria |
Criteria.setProperties(Set<Criteria.PropertyCriteria> properties) |
Criteria |
Criteria.setStartTime(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<CommunicationSummaryStatistics> |
AbstractAnalyticsService.doGetCommunicationSummaryStatistics(String tenantId,
Criteria criteria)
This method returns the flat list of communication summary stats.
|
Collection<CommunicationSummaryStatistics> |
AbstractAnalyticsService.getCommunicationSummaryStatistics(String tenantId,
Criteria criteria,
boolean asTree) |
Collection<CommunicationSummaryStatistics> |
AnalyticsService.getCommunicationSummaryStatistics(String tenantId,
Criteria criteria,
boolean asTree)
This method returns the communication summary statistics, for the specified criteria, that were
executed during the time range.
|
long |
AnalyticsService.getCompletionCount(String tenantId,
Criteria 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,
Criteria 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,
Criteria 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,
Criteria 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,
Criteria 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,
Criteria criteria,
long interval)
This method returns the completion timeseries statistics, for the specified criteria, that were
executed during the time range.
|
protected abstract List<BusinessTransaction> |
AbstractAnalyticsService.getFragments(String tenantId,
Criteria criteria)
This method returns the list of business transactions for the supplied criteria.
|
List<String> |
AnalyticsService.getHostNames(String tenantId,
Criteria criteria)
This method returns the list of host names where activities were executed, subject to the supplied
criteria.
|
Collection<NodeSummaryStatistics> |
AnalyticsService.getNodeSummaryStatistics(String tenantId,
Criteria criteria)
This method returns the node summary statistics, for the specified criteria, that were
executed during the time range.
|
List<NodeTimeseriesStatistics> |
AnalyticsService.getNodeTimeseriesStatistics(String tenantId,
Criteria criteria,
long interval)
This method returns the node timeseries statistics, for the specified criteria, that were
executed during the time range.
|
List<PrincipalInfo> |
AnalyticsService.getPrincipalInfo(String tenantId,
Criteria criteria)
This method returns the principals associated with the specified
criteria.
|
List<PropertyInfo> |
AbstractAnalyticsService.getPropertyInfo(String tenantId,
Criteria criteria) |
List<PropertyInfo> |
AnalyticsService.getPropertyInfo(String tenantId,
Criteria criteria)
This method returns the properties associated with the specified
criteria.
|
List<BusinessTransaction> |
BusinessTransactionService.query(String tenantId,
Criteria criteria)
This method returns a set of business transactions that meet the
supplied query criteria.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.