de.zib.scalaris
Class Monitor.GetServiceInfoResult
java.lang.Object
de.zib.scalaris.Monitor.GetServiceInfoResult
- Enclosing class:
- Monitor
public static class Monitor.GetServiceInfoResult
- extends Object
Plain old data object for results of Monitor.getServiceInfo()
.
- Since:
- 3.11
- Version:
- 3.11
- Author:
- Nico Kruber, kruber@zib.de
Field Summary |
Long |
nodes
Number of Scalaris nodes in the ring. |
Long |
totalLoad
Total load accumulated among all Scalaris nodes in the ring. |
totalLoad
public final Long totalLoad
- Total load accumulated among all Scalaris nodes in the ring.
nodes
public final Long nodes
- Number of Scalaris nodes in the ring.
Monitor.GetServiceInfoResult
public Monitor.GetServiceInfoResult(Long totalLoad,
Long nodes)
- Parameters:
totalLoad
- total load accumulated among all Scalaris nodes in the
ringnodes
- number of Scalaris nodes in the ring