Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.ReadWriteException
Packages that use ReadWriteException
Package
Description
-
Uses of ReadWriteException in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite that throw ReadWriteExceptionModifier and TypeMethodDescriptionvoid
TapeLibraryServiceImpl.checkNonEmptyTapeLabel
(TapeCatalog tape) void
TapeLibraryServiceImpl.ensureTapeIsEmpty
(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges) TapeLibraryServiceImpl.getDriveStatus
(ReadWriteErrorCode readWriteErrorCode) void
TapeLibraryServiceImpl.goToPosition
(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) void
TapeLibraryServiceImpl.loadTape
(TapeCatalog tape) void
TapeLibraryServiceImpl.read
(TapeCatalog tape, Integer position, String outputPath) void
TapeLibraryServiceImpl.rewindTape
(TapeCatalog tape) void
TapeLibraryServiceImpl.unloadTape
(TapeCatalog tape) void
TapeLibraryServiceImpl.write
(String filePath, long writtenBytes, TapeCatalog tape) -
Uses of ReadWriteException in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that throw ReadWriteExceptionModifier and TypeMethodDescriptionvoid
TapeLibraryService.checkNonEmptyTapeLabel
(TapeCatalog tape) void
TapeLibraryService.ensureTapeIsEmpty
(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges) TapeLibraryService.getDriveStatus
(ReadWriteErrorCode readWriteErrorCode) void
TapeLibraryService.goToPosition
(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) void
TapeLibraryService.loadTape
(TapeCatalog tape) void
TapeLibraryService.read
(TapeCatalog tape, Integer position, String outputPath) void
TapeLibraryService.rewindTape
(TapeCatalog tape) void
TapeLibraryService.unloadTape
(TapeCatalog tape) void
TapeLibraryService.write
(String filePath, long writtenBytes, TapeCatalog tape) -
Uses of ReadWriteException in fr.gouv.vitam.storage.offers.tape.worker
Methods in fr.gouv.vitam.storage.offers.tape.worker that throw ReadWriteException