Package oracle.kv.mgmt.jmx
Interface ArbNodeMXBean
- 
public interface ArbNodeMXBeanThis MBean represents an Arbiter node's operational parameters. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAcks()Returns the number of transactions acked.StringgetArbNodeId()Returns the ArbNodeId number of an Arbiter instance.booleangetCollectEnvStats()If true, then the underlying BDB-JE subsystem will dump statistics into a local .stat file.StringgetConfigProperties()Returns Non-default BDB-JE configuration properties.intgetHeapMB()Returns the size of the Java heap for this Replication Node, in MB.StringgetJavaMiscParams()Returns a string that is added to the command line when the Replication Node process is started.StringgetLoggingConfigProps()Returns property settings for the Logging subsystem.StringgetMaster()Returns the current master.longgetReplayQueueOverflow()StringgetServiceStatus()Returns the reported service status of the ArbiterStringgetState()Returns the current node State.intgetStatsInterval()Returns the collection period for performance statistics, in sec.longgetVLSN() 
 - 
 
- 
- 
Method Detail
- 
getArbNodeId
String getArbNodeId()
Returns the ArbNodeId number of an Arbiter instance. 
- 
getServiceStatus
String getServiceStatus()
Returns the reported service status of the Arbiter 
- 
getConfigProperties
String getConfigProperties()
Returns Non-default BDB-JE configuration properties. 
- 
getJavaMiscParams
String getJavaMiscParams()
Returns a string that is added to the command line when the Replication Node process is started. 
- 
getLoggingConfigProps
String getLoggingConfigProps()
Returns property settings for the Logging subsystem. 
- 
getCollectEnvStats
boolean getCollectEnvStats()
If true, then the underlying BDB-JE subsystem will dump statistics into a local .stat file. 
- 
getStatsInterval
int getStatsInterval()
Returns the collection period for performance statistics, in sec. 
- 
getHeapMB
int getHeapMB()
Returns the size of the Java heap for this Replication Node, in MB. 
- 
getAcks
long getAcks()
Returns the number of transactions acked. 
- 
getMaster
String getMaster()
Returns the current master. 
- 
getState
String getState()
Returns the current node State. 
- 
getVLSN
long getVLSN()
 
- 
getReplayQueueOverflow
long getReplayQueueOverflow()
 
 - 
 
 -