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 TypeMethodDescriptionvoidTapeLibraryServiceImpl.checkNonEmptyTapeLabel(TapeCatalog tape) voidTapeLibraryServiceImpl.ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges) TapeLibraryServiceImpl.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryServiceImpl.goToPosition(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryServiceImpl.loadTape(TapeCatalog tape) voidTapeLibraryServiceImpl.read(TapeCatalog tape, Integer position, String outputPath) voidTapeLibraryServiceImpl.rewindTape(TapeCatalog tape) voidTapeLibraryServiceImpl.unloadTape(TapeCatalog tape) voidTapeLibraryServiceImpl.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 TypeMethodDescriptionvoidTapeLibraryService.checkNonEmptyTapeLabel(TapeCatalog tape) voidTapeLibraryService.ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges) TapeLibraryService.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryService.goToPosition(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryService.loadTape(TapeCatalog tape) voidTapeLibraryService.read(TapeCatalog tape, Integer position, String outputPath) voidTapeLibraryService.rewindTape(TapeCatalog tape) voidTapeLibraryService.unloadTape(TapeCatalog tape) voidTapeLibraryService.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