|
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 ReplicationGroupMemberMBean
This MBean interface allows a client process to access different attributes about a specific replication group member on a server process.
Method Summary | |
---|---|
int |
getIndex()
Deprecated. Gets the index of the replication group member associated with this MBean. |
double |
getReplicationGroupMemberState()
Deprecated. Gets the replica weight ratio loaded up by the retrieveStatsModule() or
refreshReplicationGroupMemberStatus() method. |
String |
getReplicationGroupName()
Deprecated. Gets the name of the replication group containing the replication group member associated with this MBean. |
String |
getServerName()
Deprecated. Gets the name of the server containing the replication group member associated with this MBean. |
String |
getStatus()
Deprecated. Gets the status loaded up by the refreshReplicationGroupMemberStatus() method. |
void |
refreshReplicationGroupMemberStatus()
Deprecated. Loads up the status of the replication group member attributes. |
ReplicationStatsModule |
retrieveStatsModule()
Deprecated. Gets the ReplicationStatsModule used to retrieve statistics
associated with the replication group member for this MBean. |
Method Detail |
---|
void refreshReplicationGroupMemberStatus()
This method uses the cache as opposed to the
retrieveStatsModule()
method
which will go to the server to get statistics and status.
retrieveStatsModule()
ReplicationStatsModule retrieveStatsModule()
ReplicationStatsModule
used to retrieve statistics
associated with the replication group member for this MBean.
ObjectGridAdministrator.retrieveStatsModule(String[], int, String)
,
ReplicationStatsModule
String getReplicationGroupName()
String getStatus()
refreshReplicationGroupMemberStatus()
method.
A replication group member's status is either "primary", "replica", or "standby".
refreshReplicationGroupMemberStatus()
,
ObjectGridAdministrator.getReplicationGroupStatus(String)
,
ReplicationStatsModule.getReplicationGroupMemberType()
double getReplicationGroupMemberState()
retrieveStatsModule()
or
refreshReplicationGroupMemberStatus()
method.
This statistic represents the percentage of how close the replication group member associated with this MBean is to being up-to-date with the primary maps.
refreshReplicationGroupMemberStatus()
,
ReplicationStatsModule.getReplicationGroupMemberState(boolean)
String getServerName()
int getIndex()
|
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 |