public interface AsperaTransfer
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Cancel the AsperaTransaction transfer
|
String |
getBucketName()
The name of the bucket where the object is being transfered from/to.
|
String |
getKey()
The key under which this object is stored in Amazon S3.
|
boolean |
isDone()
Returns whether or not the transfer is finished (i.e.
|
boolean |
onQueue()
Returns whether or not the transfer is queueing.
|
boolean |
pause()
Pause the AsperaTransaction transfer
|
boolean |
progress()
Returns whether or not the transfer is in a state of progress
|
boolean |
resume()
Resume the AsperaTransaction transfer
|
String getBucketName()
String getKey()
boolean pause()
boolean resume()
boolean cancel()
boolean isDone()
true
if this transfer is finished (i.e. completed successfully
or failed). Returns false
if otherwise.boolean progress()
true
if this transfer is progressing.
Returns false
if otherwise.boolean onQueue()
true
if this transfer is queueing.
Returns false
if otherwise.Copyright © 2024. All rights reserved.