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