IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.websphere.objectgrid.management
Interface StaticMapMBean

All Superinterfaces:
MapMBean

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

public interface StaticMapMBean
extends MapMBean

This MBean interface allows a client process to access different attributes and statistical data about a specific map on a server process in a static environment.

Since:
WAS XD 6.0.1

Method Summary
 int getIndex()
          Deprecated. Gets the index of the replication group member for the map associated with this MBean.
 String getReplicationGroup()
          Deprecated. Gets the name of the replication group for the map associated with this MBean.
 void refreshStatsModule()
          Deprecated. Refreshes the MapStatsModule.
 
Methods inherited from interface com.ibm.websphere.objectgrid.management.MapMBean
getContainerName, getMapBatchUpdateMaxTime, getMapBatchUpdateMeanTime, getMapBatchUpdateMinTime, getMapBatchUpdateTotalTime, getMapCountStatistic, getMapGetCountStatistic, getMapHitCountStatistic, getMapHitRateStatistic, getMapName, getMapStatsModule, getMapUsedBytes, getObjectGridName, getPartitionId, getServerName, retrieveEntries, retrieveStatsModule
 

Method Detail

refreshStatsModule

void refreshStatsModule()
Deprecated. 
Refreshes the MapStatsModule.

This operation will only go to the server to get the MapStatsModule if it is not cached in the ObjectGridAdministrator.

See Also:
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)

getReplicationGroup

String getReplicationGroup()
Deprecated. 
Gets the name of the replication group for the map associated with this MBean.

Returns:
the name of replication group for the map associated with this MBean

getIndex

int getIndex()
Deprecated. 
Gets the index of the replication group member for the map associated with this MBean.

Returns:
the index of the replication group member for the map associated with this MBean.

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

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