Class TransferRequestData

    • Field Detail

      • localPath

        protected final java.nio.file.Path localPath
      • remoteFile

        protected final java.lang.String remoteFile
      • size

        protected final long size
      • offset

        protected final long offset
      • bandwidth

        protected final int bandwidth
      • numEncoders

        protected final int numEncoders
      • blockSize

        protected final int blockSize
      • unitSize

        protected final int unitSize
      • mode

        protected final int mode
    • Method Detail

      • getLocalPath

        public java.nio.file.Path getLocalPath()
      • getRemoteFile

        public java.lang.String getRemoteFile()
      • getBandwidth

        public int getBandwidth()
      • getOffset

        public long getOffset()
      • getNumEncoders

        public int getNumEncoders()
      • getBlockSize

        public int getBlockSize()
      • getUnitSize

        public int getUnitSize()
      • getMode

        public int getMode()
      • getSize

        public long getSize()