Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.ReadWriteException
-
Packages that use ReadWriteException Package Description fr.gouv.vitam.storage.offers.tape.impl.readwrite fr.gouv.vitam.storage.offers.tape.spec fr.gouv.vitam.storage.offers.tape.worker -
-
Uses of ReadWriteException in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite that throw ReadWriteException Modifier and Type Method Description voidTapeLibraryServiceImpl. checkNonEmptyTapeLabel(TapeCatalog tape)voidTapeLibraryServiceImpl. ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)TapeDriveSpecTapeLibraryServiceImpl. getDriveStatus(ReadWriteErrorCode readWriteErrorCode)voidTapeLibraryServiceImpl. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)voidTapeLibraryServiceImpl. loadTape(TapeCatalog tape)voidTapeLibraryServiceImpl. read(TapeCatalog tape, java.lang.Integer position, java.lang.String outputPath)voidTapeLibraryServiceImpl. rewindTape(TapeCatalog tape)voidTapeLibraryServiceImpl. unloadTape(TapeCatalog tape)voidTapeLibraryServiceImpl. write(java.lang.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 ReadWriteException Modifier and Type Method Description voidTapeLibraryService. checkNonEmptyTapeLabel(TapeCatalog tape)voidTapeLibraryService. ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)TapeDriveSpecTapeLibraryService. getDriveStatus(ReadWriteErrorCode readWriteErrorCode)voidTapeLibraryService. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)voidTapeLibraryService. loadTape(TapeCatalog tape)voidTapeLibraryService. read(TapeCatalog tape, java.lang.Integer position, java.lang.String outputPath)voidTapeLibraryService. rewindTape(TapeCatalog tape)voidTapeLibraryService. unloadTape(TapeCatalog tape)voidTapeLibraryService. write(java.lang.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 Modifier and Type Method Description voidTapeDriveWorker. initializeOnBootstrap()
-