IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid.stats
Interface ServerStatsModule

All Superinterfaces:
StatsModule

Deprecated. The static deployment topology is deprecated in version 7.0. Use the dynamic deployment topology.

public interface ServerStatsModule
extends StatsModule

This interface represents a statistic module for an ObjectGrid server. This module contains one statistic: the process time statistic for client requests. This statistic module is only applicable in a static ObjectGrid deployment topology.

The path to a server statistic module is the cluster name, concatenated with "/", and then the server name. You can also use an array to represent the path, with the first element being the cluster name, and the second element being the server name.

Since:
WAS XD 6.0.1
See Also:
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)

Field Summary
static String REQUEST_ADMINISTRATION
          Deprecated. Constant used to represent administration requests
static String REQUEST_BATCH_UPDATE
          Deprecated. Constant used to represent batch update requests
static String REQUEST_COMMIT
          Deprecated. Constant used to represent commit requests
static String REQUEST_CONFIGURATION
          Deprecated. Constant used to represent configuration requests
static String REQUEST_FLUSH
          Deprecated. Constant used to represent flush requests
static String REQUEST_GET
          Deprecated. Constant used to represent fetch requests
static String REQUEST_OTHER
          Deprecated. Constant used to represent all other requests
static String REQUEST_READ_WRITE
          Deprecated. Constant used to represent read/write requests
 
Fields inherited from interface com.ibm.websphere.objectgrid.stats.StatsModule
MODULE_TYPE_AGENT, MODULE_TYPE_HASHINDEX, MODULE_TYPE_MAP, MODULE_TYPE_OBJECT_GRID, MODULE_TYPE_QUERY, MODULE_TYPE_REPLICATION, MODULE_TYPE_SERVER, MODULE_TYPE_SESSION, MODULE_TYPE_UNDEFINED, PATH_DELIMITER
 
Method Summary
 ActiveTimeStatistic getRequestProcessTime(String type, boolean copyMode)
          Deprecated. Gets the client request process time statistic for the specified type of requests.
 
Methods inherited from interface com.ibm.websphere.objectgrid.stats.StatsModule
combine, copy, getPath, getStatsSpec, reset, setGroupModule, statsToString, update
 

Field Detail

REQUEST_CONFIGURATION

static final String REQUEST_CONFIGURATION
Deprecated. 
Constant used to represent configuration requests

See Also:
Constant Field Values

REQUEST_GET

static final String REQUEST_GET
Deprecated. 
Constant used to represent fetch requests

See Also:
Constant Field Values

REQUEST_BATCH_UPDATE

static final String REQUEST_BATCH_UPDATE
Deprecated. 
Constant used to represent batch update requests

See Also:
Constant Field Values

REQUEST_COMMIT

static final String REQUEST_COMMIT
Deprecated. 
Constant used to represent commit requests

See Also:
Constant Field Values

REQUEST_FLUSH

static final String REQUEST_FLUSH
Deprecated. 
Constant used to represent flush requests

See Also:
Constant Field Values

REQUEST_READ_WRITE

static final String REQUEST_READ_WRITE
Deprecated. 
Constant used to represent read/write requests

See Also:
Constant Field Values

REQUEST_ADMINISTRATION

static final String REQUEST_ADMINISTRATION
Deprecated. 
Constant used to represent administration requests

See Also:
Constant Field Values

REQUEST_OTHER

static final String REQUEST_OTHER
Deprecated. 
Constant used to represent all other requests

See Also:
Constant Field Values
Method Detail

getRequestProcessTime

ActiveTimeStatistic getRequestProcessTime(String type,
                                          boolean copyMode)
Deprecated. 
Gets the client request process time statistic for the specified type of requests.

The client request type should be one of the constants defined on this interface. If the copyMode is set to true, a copy is returned. It is recommended to set the copy mode to true when this method is called in the same JVM as the JVM in which the statistics are gathered.

Parameters:
type - the client request type
copyMode - if set to true, a copy is returned.
Returns:
the client request process time statistic
See Also:
ActiveTimeStatistic

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

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