public class Stats extends Object implements Serializable
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
Long |
getBytesProcessed()
Total number of uncompressed object bytes processed.
|
Long |
getBytesReturned()
Total number of bytes of records payload data returned.
|
Long |
getBytesScanned()
Total number of object bytes scanned.
|
void |
setBytesProcessed(Long bytesProcessed)
Total number of uncompressed object bytes processed.
|
void |
setBytesReturned(Long bytesReturned)
Total number of bytes of records payload data returned.
|
void |
setBytesScanned(Long bytesScanned)
Total number of object bytes scanned.
|
Stats |
withBytesProcessed(Long processedBytes)
Total number of uncompressed object bytes processed.
|
Stats |
withBytesReturned(Long bytesReturned)
Total number of bytes of records payload data returned.
|
Stats |
withBytesScanned(Long readBytes)
Total number of object bytes scanned.
|
public Long getBytesScanned()
public void setBytesScanned(Long bytesScanned)
public Stats withBytesScanned(Long readBytes)
public Long getBytesReturned()
public void setBytesReturned(Long bytesReturned)
public Stats withBytesReturned(Long bytesReturned)
public Long getBytesProcessed()
public void setBytesProcessed(Long bytesProcessed)