public static interface Ds3ClientHelpers.Job
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucketName() |
java.util.UUID |
getJobId() |
void |
transfer(Ds3ClientHelpers.ObjectChannelBuilder channelBuilder)
Transfers the files in this job using the given seekable channel creator.
|
Ds3ClientHelpers.Job |
withMaxParallelRequests(int maxParallelRequests)
Sets the maximum number of requests to execute at a time when fulfilling the job.
|
java.util.UUID getJobId()
java.lang.String getBucketName()
Ds3ClientHelpers.Job withMaxParallelRequests(int maxParallelRequests)
void transfer(Ds3ClientHelpers.ObjectChannelBuilder channelBuilder) throws java.security.SignatureException, java.io.IOException, XmlProcessingException
java.security.SignatureException
java.io.IOException
XmlProcessingException