IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.stats
Interface StatsGroup

All Superinterfaces:
Serializable, StatsFact

public interface StatsGroup
extends StatsFact

StatsGroup is a parent of a collection of StatsFact instances. A StatsGroup provide an aggregated view of all the children that are part of the group by aggregating the corresponding statistics in the individual StatsFact instances.

A StatsGroup could be a parent of a collection of StatsGroup instances

Since:
WAS XD 6.0.1

Method Summary
 void addChild(StatsFact child)
          Adds a child to this group.
 
Methods inherited from interface com.ibm.websphere.objectgrid.stats.StatsFact
getName, getStatsModule, statsToString
 

Method Detail

addChild

void addChild(StatsFact child)
Adds a child to this group.

Parameters:
child - a child StatsFact

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.