Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.transfer |
Transfer management.
|
com.ibm.cloud.objectstorage.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
Transfer.TransferState |
Transfer.getState()
Returns the current state of this transfer.
|
static Transfer.TransferState |
Transfer.TransferState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transfer.TransferState[] |
Transfer.TransferState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected Transfer.TransferState |
AbstractTransfer.state
The current state of this transfer.
|
Modifier and Type | Method and Description |
---|---|
Transfer.TransferState |
AbstractTransfer.getState()
Returns the current state of this transfer.
|
Modifier and Type | Method and Description |
---|---|
static PauseStatus |
TransferManagerUtils.determinePauseStatus(Transfer.TransferState transferState,
boolean forceCancel)
Determines the pause status based on the current state of transfer.
|
void |
AbstractTransfer.notifyStateChangeListeners(Transfer.TransferState state)
Notifies all the registered state change listeners of the state update.
|
void |
PresignedUrlDownloadImpl.setState(Transfer.TransferState state)
This method is also responsible for firing COMPLETED signal to the
listeners.
|
void |
DownloadImpl.setState(Transfer.TransferState state)
This method is also responsible for firing COMPLETED signal to the
listeners.
|
void |
AbstractTransfer.setState(Transfer.TransferState state)
Sets the current state of this transfer.
|
protected abstract void |
AbstractDownloadCallable.setState(Transfer.TransferState transferState)
Set the current
Transfer.TransferState |
protected void |
PresignUrlDownloadCallable.setState(Transfer.TransferState transferState) |
void |
MultipleFileTransfer.setState(Transfer.TransferState state)
Override this method so that TransferState updates are also sent out to the
progress listener chain in forms of ProgressEvent.
|
void |
TransferStateChangeListener.transferStateChanged(Transfer transfer,
Transfer.TransferState state) |
Copyright © 2024. All rights reserved.