IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.stats
Interface StatsFact

All Superinterfaces:
Serializable
All Known Subinterfaces:
StatsGroup

public interface StatsFact
extends Serializable

A StatsFact interface represents an Object which contains a StatsModule. A StatsFact represents a node in the statistics tree structure. It could be a group (non-leaf) or an instance (leaf).

For example, a StatsFact could contain a MapStatsModule, which represents the map statistics. If the StatsFact is in a map level, it represents map statistics of that map. If the StatsFact is in an ObjectGrid level, it represents map statistics of all maps belonging to that ObjectGrid.

Since:
WAS XD 6.0.1

Method Summary
 String getName()
          Returns the name of the StatsFact instance
 StatsModule getStatsModule()
          Gets the StatsModule object associated with this StatsFact instance.
 String statsToString()
          Returns a string representation of all the statistics.
 

Method Detail

getName

String getName()
Returns the name of the StatsFact instance

Returns:
instance name

getStatsModule

StatsModule getStatsModule()
Gets the StatsModule object associated with this StatsFact instance.

Returns:
the StatsModule object

statsToString

String statsToString()
Returns a string representation of all the statistics.

Returns:
a string which contains all the statistics

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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