public class TableSample extends Object implements Serializable, Comparable<TableSample>
Constructor and Description |
---|
TableSample()
Deprecated.
for unit test code only
|
TableSample(long totalSamples,
int sampleCount,
long startTime,
String threadName,
String label,
long elapsed,
boolean success,
long bytes,
long latency) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TableSample o) |
boolean |
equals(Object o) |
long |
getBytes() |
long |
getElapsed() |
String |
getLabel() |
long |
getLatency() |
String |
getSampleNumberString() |
long |
getStartTime() |
String |
getStartTimeFormatted(Format format) |
String |
getThreadName() |
int |
hashCode() |
boolean |
isSuccess() |
@Deprecated public TableSample()
public long getBytes()
public String getSampleNumberString()
public long getElapsed()
public boolean isSuccess()
public long getStartTime()
public String getStartTimeFormatted(Format format)
public String getThreadName()
public String getLabel()
public int compareTo(TableSample o)
compareTo
in interface Comparable<TableSample>
public long getLatency()
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.