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.java.lang.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.java.lang.StringgetConfigProperties()Returns Non-default BDB-JE configuration properties.intgetHeapMB()Returns the size of the Java heap for this Replication Node, in MB.java.lang.StringgetJavaMiscParams()Returns a string that is added to the command line when the Replication Node process is started.java.lang.StringgetLoggingConfigProps()Returns property settings for the Logging subsystem.java.lang.StringgetMaster()Returns the current master.longgetReplayQueueOverflow()java.lang.StringgetServiceStatus()Returns the reported service status of the Arbiterjava.lang.StringgetState()Returns the current node State.intgetStatsInterval()Returns the collection period for performance statistics, in sec.longgetVLSN()
-
-
-
Method Detail
-
getArbNodeId
java.lang.String getArbNodeId()
Returns the ArbNodeId number of an Arbiter instance.
-
getServiceStatus
java.lang.String getServiceStatus()
Returns the reported service status of the Arbiter
-
getConfigProperties
java.lang.String getConfigProperties()
Returns Non-default BDB-JE configuration properties.
-
getJavaMiscParams
java.lang.String getJavaMiscParams()
Returns a string that is added to the command line when the Replication Node process is started.
-
getLoggingConfigProps
java.lang.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
java.lang.String getMaster()
Returns the current master.
-
getState
java.lang.String getState()
Returns the current node State.
-
getVLSN
long getVLSN()
-
getReplayQueueOverflow
long getReplayQueueOverflow()
-
-