MonitorNodepublic interface MonitorNodeMBean
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Double |
getCurLatencyAvg() |
Gets the current, i.e.
|
java.lang.Double |
getCurLatencyStddev() |
Gets the current, i.e.
|
int |
getDhtNodes() |
Gets the number of Scalaris nodes running in the VM the monitor is
connected to.
|
java.lang.String |
getErlangVersion() |
Gets the version of Erlang running in the VM the monitor is connected
to.
|
java.util.Map<java.lang.Long,java.lang.Double> |
getLatencyAvg() |
Gets average latency values collected in the VM the monitor is connected
to.
|
java.util.Map<java.lang.Long,java.lang.Double> |
getLatencyStddev() |
Gets the standard deviation of the latency values collected in the VM the
monitor is connected to.
|
java.lang.String |
getScalarisVersion() |
Gets the version of Scalaris running in the VM the monitor is connected
to.
|
java.lang.String getScalarisVersion()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.lang.String getErlangVersion()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursint getDhtNodes()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.util.Map<java.lang.Long,java.lang.Double> getLatencyAvg()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.util.Map<java.lang.Long,java.lang.Double> getLatencyStddev()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.lang.Double getCurLatencyAvg()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occursjava.lang.Double getCurLatencyStddev()
throws ConnectionException,
UnknownException
ConnectionException - if the connection is not active or a communication error
occurs or an exit signal was received or the remote node
sends a message containing an invalid cookieUnknownException - if any other error occurs