|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.aggregator.PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode
protected static final class PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode
An AggregationTreeNode represents a node in the TreeAggregationUtil.
| Constructor Summary | |
|---|---|
PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode(PathTreeAggregation pa)
Creates a new AggregationTreeNode for the given PathTreeAggregation. |
|
| Method Summary | |
|---|---|
protected void |
addChild(PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode node)
Adds a child to the AggregationTreeNode. |
protected void |
aggregate(PIRecord record,
org.torweg.pulse.component.statistics.aggregator.PathTreeAggregator.Booleans booleans)
Aggregates the information for the given PIRecord to the
internal PathTreeAggregation. |
protected PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode |
getChildByPathTreeElement(PathTreeElement path)
Returns a child of the AggregationTreeNode by given path. |
protected java.util.Set<PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode> |
getChildren()
Returns the child- Nodes. |
protected PathTreeAggregation |
getPathTreeAggregation()
Returns the PathTreeAggregation of the AggregationTreeNode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode(PathTreeAggregation pa)
AggregationTreeNode for the given PathTreeAggregation.
pa - the PathTreeAggregation| Method Detail |
|---|
protected void aggregate(PIRecord record,
org.torweg.pulse.component.statistics.aggregator.PathTreeAggregator.Booleans booleans)
PIRecord to the
internal PathTreeAggregation.
record - the PIRecordbooleans - a PathTreeAggregator.Booleans with the
boolean-values required for setting
bounce/entry/leave-countprotected PathTreeAggregation getPathTreeAggregation()
PathTreeAggregation of the AggregationTreeNode.
PathTreeAggregationprotected void addChild(PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode node)
AggregationTreeNode.
node - the AggregationTreeNode to addprotected java.util.Set<PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode> getChildren()
Nodes.
Nodesprotected PathTreeAggregator.TreeAggregationUtil.AggregationTreeNode getChildByPathTreeElement(PathTreeElement path)
AggregationTreeNode by given path.
path - the PathTreeElement
AggregationTreeNode or null if not
child for the given path exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||