public final class WithStats<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
bytesRead() |
long |
chunksRead() |
boolean |
hasValue() |
double |
hitRatio() |
long |
recordsFound() |
long |
recordsRead() |
long |
timeToFirstByteMs() |
double |
timeToFirstByteMsAverage() |
String |
toString() |
T |
value() |
public boolean hasValue()
public T value()
public long recordsRead()
public double hitRatio()
public long bytesRead()
public long recordsFound()
public long timeToFirstByteMs()
public double timeToFirstByteMsAverage()
public long chunksRead()
Copyright © 2019. All rights reserved.