| Package | Description |
|---|---|
| org.hawkular.btm.api.model.analytics | |
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
EndpointInfo.setEndpoint(String endpoint) |
EndpointInfo |
EndpointInfo.setType(String type) |
| Constructor and Description |
|---|
EndpointInfo(EndpointInfo endpointInfo)
The copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<EndpointInfo> |
AbstractAnalyticsService.compressEndpointInfo(List<EndpointInfo> endpoints)
This method compresses the list of endpoints to identify
common patterns.
|
protected List<EndpointInfo> |
AbstractAnalyticsService.doGetUnboundEndpoints(String tenantId,
List<BusinessTransaction> fragments,
boolean compress)
This method obtains the unbound endpoints from a list of business
transaction fragments.
|
protected static List<EndpointInfo> |
AbstractAnalyticsService.extractEndpointInfo(AbstractAnalyticsService.EndpointPart root)
This method expands a tree into the collapsed set of endpoints.
|
List<EndpointInfo> |
AbstractAnalyticsService.getBoundEndpoints(String tenantId,
String businessTransaction,
long startTime,
long endTime) |
List<EndpointInfo> |
AnalyticsService.getBoundEndpoints(String tenantId,
String businessTransaction,
long startTime,
long endTime)
This method returns the bound endpoints associated with a business
transaction.
|
List<EndpointInfo> |
AbstractAnalyticsService.getUnboundEndpoints(String tenantId,
long startTime,
long endTime,
boolean compress) |
List<EndpointInfo> |
AnalyticsService.getUnboundEndpoints(String tenantId,
long startTime,
long endTime,
boolean compress)
This method returns the unbound endpoints (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractAnalyticsService.initEndpointInfo(EndpointInfo endpoint)
This method initialises the endpoint information.
|
| Modifier and Type | Method and Description |
|---|---|
protected static List<EndpointInfo> |
AbstractAnalyticsService.compressEndpointInfo(List<EndpointInfo> endpoints)
This method compresses the list of endpoints to identify
common patterns.
|
void |
AbstractAnalyticsService.EndpointPart.extractEndpointInfo(List<EndpointInfo> endpoints,
String endpoint)
This method expands the EndpointInfo from the tree.
|
protected static void |
AbstractAnalyticsService.initEndpointInfo(List<EndpointInfo> endpoints)
This method initialises the list of endpoint information.
|
protected void |
AbstractAnalyticsService.obtainEndpoints(List<Node> nodes,
List<EndpointInfo> endpoints)
This method collects the information regarding endpoints.
|
protected void |
AbstractAnalyticsService.obtainProducerEndpoints(List<Node> nodes,
List<EndpointInfo> endpoints,
Map<String,EndpointInfo> map)
This method collects the information regarding endpoints for
contained producers.
|
protected void |
AbstractAnalyticsService.obtainProducerEndpoints(List<Node> nodes,
List<EndpointInfo> endpoints,
Map<String,EndpointInfo> map)
This method collects the information regarding endpoints for
contained producers.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.