public static class AbstractAnalyticsService.URIPart extends Object
| Constructor and Description |
|---|
URIPart() |
| Modifier and Type | Method and Description |
|---|---|
AbstractAnalyticsService.URIPart |
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 |
extractURIInfo(List<URIInfo> uris,
String uri)
This method expands the URIInfo from the tree.
|
Map<String,AbstractAnalyticsService.URIPart> |
getChildren() |
int |
getCount() |
String |
getEndpointType() |
void |
merge(AbstractAnalyticsService.URIPart toMerge)
This method merges the supplied URI part into
the current part.
|
void |
setChildren(Map<String,AbstractAnalyticsService.URIPart> children) |
void |
setCount(int count) |
void |
setEndpointType(String endpointType) |
public int getCount()
public void setCount(int count)
count - the count to setpublic Map<String,AbstractAnalyticsService.URIPart> getChildren()
public void setChildren(Map<String,AbstractAnalyticsService.URIPart> children)
children - the children to setpublic AbstractAnalyticsService.URIPart addChild(String name)
name - The namepublic void collapse()
public void merge(AbstractAnalyticsService.URIPart toMerge)
toMerge - public void extractURIInfo(List<URIInfo> uris, String uri)
uris - The list of URIsuri - The URI stringpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the endpointType to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.