Class S3MetaRequestProgress


  • public class S3MetaRequestProgress
    extends java.lang.Object
    Information about the meta request progress.
    • Constructor Detail

      • S3MetaRequestProgress

        public S3MetaRequestProgress()
    • Method Detail

      • withBytesTransferred

        public S3MetaRequestProgress withBytesTransferred​(long bytesTransferred)
        Parameters:
        bytesTransferred - bytes transferred since the previous progress update
        Returns:
        this progress object
      • getBytesTransferred

        public long getBytesTransferred()
        Returns:
        bytes transferred since the previous progress update
      • withContentLength

        public S3MetaRequestProgress withContentLength​(long contentLength)
        Parameters:
        contentLength - length of the entire meta request operation
        Returns:
        this progress object
      • getContentLength

        public long getContentLength()
        Returns:
        length of the entire meta request operation