public static class UPerf.Results extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
protected AverageMinMax |
avg_gets |
protected AverageMinMax |
avg_puts |
protected long |
num_gets |
protected long |
num_puts |
protected long |
time |
Constructor and Description |
---|
Results() |
Results(int num_gets,
int num_puts,
long time,
AverageMinMax avg_gets,
AverageMinMax avg_puts) |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
protected long num_gets
protected long num_puts
protected long time
protected AverageMinMax avg_gets
protected AverageMinMax avg_puts
public Results()
public Results(int num_gets, int num_puts, long time, AverageMinMax avg_gets, AverageMinMax avg_puts)
public void writeTo(DataOutput out) throws Exception
Streamable
writeTo
in interface Streamable
Exception
public void readFrom(DataInput in) throws Exception
Streamable
readFrom
in interface Streamable
Exception
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.