Package de.dlr.proseo.storagemgr.s3
Klasse S3AtomicFileListDeleter
java.lang.Object
de.dlr.proseo.storagemgr.s3.S3AtomicFileListDeleter
- Alle implementierten Schnittstellen:
AtomicCommand<List<String>>
S3 Atomic File List Deleter
- Autor:
- Denys Chaykovskiy
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungS3AtomicFileListDeleter(software.amazon.awssdk.services.s3.S3Client s3Client, String bucket, String directory) Constructor -
Methodenübersicht
-
Konstruktordetails
-
Methodendetails
-
execute
Deletes a list of files- Angegeben von:
executein SchnittstelleAtomicCommand<List<String>>- Gibt zurück:
- list of deleted files
- Löst aus:
IOException- if atomic command was not successful
-
getInfo
Gets information about atomic command (mostly for logs)- Angegeben von:
getInfoin SchnittstelleAtomicCommand<List<String>>- Gibt zurück:
- information about atomic command
-
getCompletedInfo
Gets information about completed atomic command (mostly for logs)- Angegeben von:
getCompletedInfoin SchnittstelleAtomicCommand<List<String>>- Gibt zurück:
- information about completed atomic command
-
getFailedInfo
Gets information about failed atomic command (mostly for logs)- Angegeben von:
getFailedInfoin SchnittstelleAtomicCommand<List<String>>- Gibt zurück:
- information about failed atomic command
-