|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RuntimeMBean for a replica
Method Summary | |
void |
dumpState()
Dumps the full state of the replica to the log |
long |
getBytesReceived()
The number of bytes received by the replica (e.g., for putAndUnlock() data) |
long |
getBytesSent()
The number of bytes sent by the replica (e.g., for lockAndGet() and lockAndGetTimers() data) |
int |
getCurrentViewId()
Returns the current view ID of the partition from this replica's perspective |
int |
getDataItemCount()
The number of keys for which we have data. |
int |
getDataItemsToRecover()
The number of data items that have yet to be recovered. |
int |
getHighKeyCount()
The high water mark for number of keys |
long |
getHighTotalBytes()
High water mark for the total number of bytes consumed by data items |
int |
getKeyCount()
The number of keys stored on the replica. |
int |
getPartitionId()
Returns the partition ID in which this replica is serving. |
java.lang.String |
getPartitionName()
Returns the name of the partition in which this replica is serving. |
int |
getReplicaId()
Returns this replica's ID (in the range of 0..7) |
java.lang.String |
getReplicaName()
Returns the name of the replica |
java.lang.String[] |
getReplicaServersInCurrentView()
Returns the WebLogic server names that are in the current view. |
int[] |
getReplicasInCurrentView()
Returns the replica ID array of the replica in the partition from this replica's perspective. |
java.lang.String |
getState()
Returns the state of the replica. |
int |
getTimerQueueSize()
The number of timers in the timer queue. |
long |
getTotalBytes()
Returns the total number of bytes consumed by the data items |
Methods inherited from interface weblogic.management.runtime.RuntimeMBean |
preDeregister |
Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
Method Detail |
public void dumpState()
public long getBytesReceived()
public long getBytesSent()
public int getCurrentViewId()
public int getDataItemCount()
public int getDataItemsToRecover()
public int getHighKeyCount()
public long getHighTotalBytes()
public int getKeyCount()
public int getPartitionId()
public java.lang.String getPartitionName()
public int getReplicaId()
public java.lang.String getReplicaName()
public java.lang.String[] getReplicaServersInCurrentView()
public int[] getReplicasInCurrentView()
public java.lang.String getState()
public int getTimerQueueSize()
public long getTotalBytes()
|
Documentation is available at http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/ Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |