public class CellLoad extends Object
Constructor and Description |
---|
CellLoad(int cellId,
double load)
Represents load information about a cell.
|
Modifier and Type | Method and Description |
---|---|
int |
cellId()
The unique cell Id
|
boolean |
equals(Object o) |
int |
hashCode() |
double |
load()
Return the composite load of this cell (incorporating broker load, network limit, storage and CPU limits etc.)
|
String |
toString() |
public CellLoad(int cellId, double load)
cellId
- the cell idload
- composite load of this cell (incorporating broker load, network limit, storage and CPU limits etc.)