Uses of Enum
co.yellowdog.platform.clients.objectstore.TransferStatus
Packages that use TransferStatus
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
Defines the listener and data types used for Object Store events.
-
Uses of TransferStatus in co.yellowdog.platform.clients.objectstore
Subclasses with type arguments of type TransferStatus in co.yellowdog.platform.clients.objectstoreMethods in co.yellowdog.platform.clients.objectstore that return TransferStatusModifier and TypeMethodDescriptionTransferBatch.getStatus()
TransferSession.getStatus()
static TransferStatus
Returns the enum constant of this type with the specified name.static TransferStatus[]
TransferStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in co.yellowdog.platform.clients.objectstore with type arguments of type TransferStatusModifier and TypeMethodDescriptionTransferBatch.whenStatusMatches
(@NonNull Predicate<TransferStatus> statusPredicate) TransferSession.whenStatusMatches
(@NonNull Predicate<TransferStatus> statusPredicate) -
Uses of TransferStatus in co.yellowdog.platform.clients.objectstore.events
Methods in co.yellowdog.platform.clients.objectstore.events that return TransferStatusModifier and TypeMethodDescriptionBatchStatusEventData.getTransferStatus()
SessionStatusEventData.getTransferStatus()
Constructors in co.yellowdog.platform.clients.objectstore.events with parameters of type TransferStatusModifierConstructorDescriptionBatchStatusEventData
(TransferStatus transferStatus) SessionErrorEventData
(Path localFilePath, String namespace, String objectName, TransferStatus transferStatus, ErrorType errorType, String message, List<String> detail) SessionProgressEventData
(Path localFilePath, String namespace, String objectName, TransferStatus transferStatus, long bytesTransferred, long totalBytes, long elapsedMillis) SessionStatusEventData
(Path localFilePath, String namespace, String objectName, TransferStatus transferStatus)