Package oracle.kv.mgmt.jmx
Interface ArbNodeMXBean
public interface ArbNodeMXBean
This MBean represents an Arbiter node's operational parameters.
- 
Method SummaryModifier and TypeMethodDescriptionlonggetAcks()Returns the number of transactions acked.Returns the ArbNodeId number of an Arbiter instance.booleanIf true, then the underlying BDB-JE subsystem will dump statistics into a local .stat file.Returns Non-default BDB-JE configuration properties.intReturns the size of the Java heap for this Replication Node, in MB.Returns a string that is added to the command line when the Replication Node process is started.Returns property settings for the Logging subsystem.Returns the current master.longReturns the reported service status of the ArbitergetState()Returns the current node State.intReturns the collection period for performance statistics, in sec.longgetVLSN()
- 
Method Details- 
getArbNodeIdString getArbNodeId()Returns the ArbNodeId number of an Arbiter instance.
- 
getServiceStatusString getServiceStatus()Returns the reported service status of the Arbiter
- 
getConfigPropertiesString getConfigProperties()Returns Non-default BDB-JE configuration properties.
- 
getJavaMiscParamsString getJavaMiscParams()Returns a string that is added to the command line when the Replication Node process is started.
- 
getLoggingConfigPropsString getLoggingConfigProps()Returns property settings for the Logging subsystem.
- 
getCollectEnvStatsboolean getCollectEnvStats()If true, then the underlying BDB-JE subsystem will dump statistics into a local .stat file.
- 
getStatsIntervalint getStatsInterval()Returns the collection period for performance statistics, in sec.
- 
getHeapMBint getHeapMB()Returns the size of the Java heap for this Replication Node, in MB.
- 
getAckslong getAcks()Returns the number of transactions acked.
- 
getMasterString getMaster()Returns the current master.
- 
getStateString getState()Returns the current node State.
- 
getVLSNlong getVLSN()
- 
getReplayQueueOverflowlong getReplayQueueOverflow()
 
-