- Direct Known Subclasses:
Progress
public class Stats
extends Object
Stats information of S3 select response message.
-
Constructor Summary
Constructors
Constructs a new Stats object.
-
Method Summary
-
Constructor Details
-
Stats
public Stats(Long bytesScanned,
Long bytesProcessed,
Long bytesReturned)
Constructs a new Stats object.
-
Method Details
-
bytesScanned
public Long bytesScanned()
Returns bytes scanned.
-
bytesProcessed
public Long bytesProcessed()
Returns bytes processed.
-
bytesReturned
public Long bytesReturned()
Returns bytes returned.
-
-