| Package | Description |
|---|---|
| org.hawkular.btm.api.services |
| Modifier and Type | Method and Description |
|---|---|
AbstractAnalyticsService.EndpointPart |
AbstractAnalyticsService.EndpointPart.addChild(String name)
This method adds a child with the supplied name,
if does not exist, or increments its count.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AbstractAnalyticsService.EndpointPart> |
AbstractAnalyticsService.EndpointPart.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractAnalyticsService.buildTree(AbstractAnalyticsService.EndpointPart parent,
String[] parts,
int index,
String endpointType)
This method builds a tree.
|
protected static List<EndpointInfo> |
AbstractAnalyticsService.extractEndpointInfo(AbstractAnalyticsService.EndpointPart root)
This method expands a tree into the collapsed set of endpoints.
|
void |
AbstractAnalyticsService.EndpointPart.merge(AbstractAnalyticsService.EndpointPart toMerge)
This method merges the supplied endpoint part into
the current part.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAnalyticsService.EndpointPart.setChildren(Map<String,AbstractAnalyticsService.EndpointPart> children) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.