public class Latency extends Object
Constructor and Description |
---|
Latency() |
Modifier and Type | Method and Description |
---|---|
long |
getAvgLatency()
Gets the value of the avgLatency property.
|
long |
getLastLatency()
Gets the value of the lastLatency property.
|
long |
getMaxLatency()
Gets the value of the maxLatency property.
|
long |
getMinLatency()
Gets the value of the minLatency property.
|
void |
setAvgLatency(long value)
Sets the value of the avgLatency property.
|
void |
setLastLatency(long value)
Sets the value of the lastLatency property.
|
void |
setMaxLatency(long value)
Sets the value of the maxLatency property.
|
void |
setMinLatency(long value)
Sets the value of the minLatency property.
|
public long getMinLatency()
public void setMinLatency(long value)
value
- min latencypublic long getAvgLatency()
public void setAvgLatency(long value)
value
- average latencypublic long getMaxLatency()
public void setMaxLatency(long value)
value
- max latencypublic long getLastLatency()
public void setLastLatency(long value)
value
- last latencyCopyright © 2015. All Rights Reserved.