Class LargeFileUploader.PutObjectTask

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.String>
    Enclosing class:
    LargeFileUploader

    protected class LargeFileUploader.PutObjectTask
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      PutObjectTask​(long offset, long length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PutObjectTask

        public PutObjectTask​(long offset,
                             long length)
    • Method Detail

      • call

        public java.lang.String call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.String>