| Package | Description |
|---|---|
| org.hawkular.btm.api.model.analytics | |
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
URIInfo |
URIInfo.setEndpointType(String endpointType) |
URIInfo |
URIInfo.setUri(String uri) |
| Constructor and Description |
|---|
URIInfo(URIInfo uriInfo)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<URIInfo> |
AbstractAnalyticsService.compressURIInfo(List<URIInfo> uris)
This method compresses the list of URIs to identify
common patterns.
|
protected List<URIInfo> |
AbstractAnalyticsService.doGetUnboundURIs(String tenantId,
List<BusinessTransaction> fragments,
boolean compress)
This method obtains the unbound URIs from a list of business
transaction fragments.
|
protected static List<URIInfo> |
AbstractAnalyticsService.extractURIInfo(AbstractAnalyticsService.URIPart root)
This method expands a tree into the collapsed set of URIs.
|
List<URIInfo> |
AbstractAnalyticsService.getUnboundURIs(String tenantId,
long startTime,
long endTime,
boolean compress) |
List<URIInfo> |
AnalyticsService.getUnboundURIs(String tenantId,
long startTime,
long endTime,
boolean compress)
This method returns the unbound URIs (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<URIInfo> |
AbstractAnalyticsService.compressURIInfo(List<URIInfo> uris)
This method compresses the list of URIs to identify
common patterns.
|
void |
AbstractAnalyticsService.URIPart.extractURIInfo(List<URIInfo> uris,
String uri)
This method expands the URIInfo from the tree.
|
protected static void |
AbstractAnalyticsService.initURIInfo(List<URIInfo> uris)
This method initialises the list of URI information.
|
protected void |
AbstractAnalyticsService.obtainProducerURIs(List<Node> nodes,
List<URIInfo> uris,
Map<String,URIInfo> map)
This method collects the information regarding URIs for
contained producers.
|
protected void |
AbstractAnalyticsService.obtainProducerURIs(List<Node> nodes,
List<URIInfo> uris,
Map<String,URIInfo> map)
This method collects the information regarding URIs for
contained producers.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.