public class PerfInfo extends Object
| Constructor and Description |
|---|
PerfInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(PerfInfo other) |
double |
calcMsLatency() |
double |
getMsMaxLatency() |
double |
getMsTotalTime() |
int |
getTps() |
void |
setMsMaxLatency(double msMaxLatency) |
void |
setMsTotalTime(double msTotalTime) |
void |
setTps(int tps) |
String |
toString() |
public int getTps()
public void setTps(int tps)
public double getMsTotalTime()
public void setMsTotalTime(double msTotalTime)
public double getMsMaxLatency()
public void setMsMaxLatency(double msMaxLatency)
public void add(PerfInfo other)
public double calcMsLatency()
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.