public static class AbstractAnalyticsService.EndpointPart extends Object
| Constructor and Description |
|---|
EndpointPart() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAnalyticsService.EndpointPart |
addChild(String name)
This method adds a child with the supplied name,
if does not exist, or increments its count.
|
void |
collapse()
This method will apply rules to collapse the tree.
|
void |
extractEndpointInfo(List<EndpointInfo> endpoints,
String endpoint)
This method expands the EndpointInfo from the tree.
|
Map<String,AbstractAnalyticsService.EndpointPart> |
getChildren() |
int |
getCount() |
String |
getEndpointType() |
boolean |
isQualifier() |
void |
merge(AbstractAnalyticsService.EndpointPart toMerge)
This method merges the supplied endpoint part into
the current part.
|
void |
setChildren(Map<String,AbstractAnalyticsService.EndpointPart> children) |
void |
setCount(int count) |
void |
setEndpointType(String endpointType) |
void |
setQualifier(boolean qualifier) |
public int getCount()
public void setCount(int count)
count - the count to setpublic Map<String,AbstractAnalyticsService.EndpointPart> getChildren()
public void setChildren(Map<String,AbstractAnalyticsService.EndpointPart> children)
children - the children to setpublic AbstractAnalyticsService.EndpointPart addChild(String name)
name - The namepublic void collapse()
public void merge(AbstractAnalyticsService.EndpointPart toMerge)
toMerge - public void extractEndpointInfo(List<EndpointInfo> endpoints, String endpoint)
endpoints - The list of endpointsendpoint - The endpoint stringpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the endpointType to setpublic boolean isQualifier()
public void setQualifier(boolean qualifier)
qualifier - the qualifier to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.