|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MonitorServiceMBean
Provides methods to monitor a whole Scalaris ring via JMX.
| Method Summary | |
|---|---|
Double |
getCurLatencyAvg()
Gets the current, i.e. |
Double |
getCurLatencyStddev()
Gets the current, i.e. |
Map<Long,Double> |
getLatencyAvg()
Gets average latency values of the whole Scalaris ring from the VM the monitor is connected to. |
Map<Long,Double> |
getLatencyStddev()
Gets the standard deviation of the latency values of the whole Scalaris ring from the VM the monitor is connected to. |
Long |
getNodes()
Gets the number of Scalaris nodes of the whole Scalaris ring from the VM the monitor is connected to. |
Long |
getTotalLoad()
Gets the total load of the whole Scalaris ring from the VM the monitor is connected to. |
| Method Detail |
|---|
Long getTotalLoad()
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 cookie
UnknownException - if any other error occurs
Long getNodes()
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 cookie
UnknownException - if any other error occurs
Map<Long,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 cookie
UnknownException - if any other error occurs
Map<Long,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 cookie
UnknownException - if any other error occurs
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 cookie
UnknownException - if any other error occurs
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 cookie
UnknownException - if any other error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||