| Package | Description |
|---|---|
| org.hawkular.btm.api.services |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessTransactionCriteria
This class represents the query criteria for retrieving a set of business
transaction (fragments).
|
class |
CompletionTimeCriteria
This class represents the query criteria for retrieving a set of completion times.
|
class |
NodeCriteria
This class represents the query criteria for retrieving a set of node details.
|
| Modifier and Type | Method and Description |
|---|---|
BaseCriteria |
BaseCriteria.setBusinessTransaction(String name)
If a null name is used, then it will match any transaction whether it has
a name or not.
|
BaseCriteria |
BaseCriteria.setEndTime(long endTime) |
BaseCriteria |
BaseCriteria.setHostName(String hostName) |
BaseCriteria |
BaseCriteria.setProperties(Set<BaseCriteria.PropertyCriteria> properties) |
BaseCriteria |
BaseCriteria.setStartTime(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AnalyticsService.getHostNames(String tenantId,
BaseCriteria criteria)
This method returns the list of host names where activities were executed, subject to the supplied
criteria.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.