|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerStatsModule
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.
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 |
---|
static final String REQUEST_CONFIGURATION
static final String REQUEST_GET
static final String REQUEST_BATCH_UPDATE
static final String REQUEST_COMMIT
static final String REQUEST_FLUSH
static final String REQUEST_READ_WRITE
static final String REQUEST_ADMINISTRATION
static final String REQUEST_OTHER
Method Detail |
---|
ActiveTimeStatistic getRequestProcessTime(String type, boolean copyMode)
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.
type
- the client request typecopyMode
- if set to true
, a copy is returned.
ActiveTimeStatistic
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |