IBM WebSphere Extended Deployment (XD)TM, Release 6.1
ObjectGrid API Specification

Package com.ibm.websphere.objectgrid.stats

This package contains the interfaces for ObjectGrid statistic related function.

See:
          Description

Interface Summary
ActiveCountStatistic This interface represents a CountStatistic object which also provides the count changes in the last period.
ActiveLongStatistic This interface is used for gathering long type statistic data for a certain time period.
ActiveTimeStatistic This interface represents a TimeStatistic object which also provides the number of time data being added in the last period.
CountStatistic This interface represents statistic with a standard count measurement.
MapStatsModule This interface represents a statistic module for map.
OGStatsModule This interface represents a statistic module for an ObjectGrid.
PercentageStatistic This interface represents a percentage Statistic.
ReplicationStatsModule This interface represents a statistic module for a replication group member.
ServerStatsModule This interface represents a statistic module for an ObjectGrid server.
SessionStatsModule This interface represents a statistic module for HTTP sessions in an ObjectGrid server.
Statistic This inteface represents statistical data.
StatsAccessor This interface is used to access StatsFact object from the statistic repository and set the statistic specification for local ObjectGrids.
StatsFact A StatsFact interface represents an Object which contains a StatsModule.
StatsGroup StatsGroup is a parent of a collection of StatsFact instances.
StatsModule This interface represents a statistic module.
TimeStatistic This interface represents a standard time measurement.
 

Class Summary
StatsAccessorFactory This class is a factory for StatsAccessor objects.
StatsSpec This class represents a statistic specification for the Object Grid.
 

Package com.ibm.websphere.objectgrid.stats Description

This package contains the interfaces for ObjectGrid statistic related function.

Overview

All of the ObjectGrid statistics modules are in this package. They allow the user to monitor the status of a running ObjectGrid cluster. This package also contains interfaces for each of the different types of statistics. The types include count, percentage, time, and other statistical types.


IBM WebSphere Extended Deployment (XD)TM, Release 6.1
ObjectGrid API Specification

© Copyright International Business Machines Corp 2005-2007. All rights reserved.