| Constructor and Description |
|---|
Stats(Long bytesScanned,
Long bytesProcessed,
Long bytesReturned)
Constructs a new Stats object.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
bytesProcessed()
Returns bytes processed.
|
Long |
bytesReturned()
Returns bytes returned.
|
Long |
bytesScanned()
Returns bytes scanned.
|
protected String |
stringify() |
String |
toString() |