Package | Description |
---|---|
com.ibm.cloud.objectstorage.event | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.transfer.internal | |
com.ibm.cloud.objectstorage.test.util |
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
Modifier and Type | Method and Description |
---|---|
ProgressEvent |
ProgressEventFilter.filter(ProgressEvent progressEvent)
Returns the filtered event object that will be actually passed into
the listeners.
|
void |
ProgressListener.progressChanged(ProgressEvent progressEvent)
Called when progress has changed, such as additional bytes transferred,
transfer failed, etc.
|
void |
ProgressListener.NoOpProgressListener.progressChanged(ProgressEvent progressEvent) |
void |
ProgressListener.ExceptionReporter.progressChanged(ProgressEvent progressEvent)
Delivers the progress event to the underlying listener but only if
there has not been an exception previously thrown by the listener.
|
void |
ProgressListenerChain.progressChanged(ProgressEvent progressEvent) |
void |
ProgressTracker.progressChanged(ProgressEvent progressEvent) |
Modifier and Type | Class and Description |
---|---|
class |
ProgressEvent
Deprecated.
Replaced by
ProgressEvent |
Modifier and Type | Method and Description |
---|---|
void |
LegacyS3ProgressListener.progressChanged(ProgressEvent progressEvent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
S3SyncProgressListener.progressChanged(ProgressEvent progressEvent)
Note this method is never actually invoked.
|
void |
TransferProgressUpdatingListener.progressChanged(ProgressEvent progressEvent) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressListenerWithEventCodeVerification.progressChanged(ProgressEvent progressEvent) |
Copyright © 2024. All rights reserved.