public interface Load
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
Indicates whether this load was built on valid values.
|
long |
latest()
Obtain the latest bytes counter viewed on that link.
|
long |
rate()
Obtain the current observed rate (in bytes/s) on a link.
|
long |
time()
Returns when this value was seen.
|
long rate()
long latest()
boolean isValid()
long time()