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 void
TapeLibraryServiceImpl. checkNonEmptyTapeLabel(TapeCatalog tape)
void
TapeLibraryServiceImpl. ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)
TapeDriveSpec
TapeLibraryServiceImpl. getDriveStatus(ReadWriteErrorCode readWriteErrorCode)
void
TapeLibraryServiceImpl. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)
void
TapeLibraryServiceImpl. loadTape(TapeCatalog tape)
void
TapeLibraryServiceImpl. read(TapeCatalog tape, java.lang.Integer position, java.lang.String outputPath)
void
TapeLibraryServiceImpl. rewindTape(TapeCatalog tape)
void
TapeLibraryServiceImpl. unloadTape(TapeCatalog tape)
void
TapeLibraryServiceImpl. 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 void
TapeLibraryService. checkNonEmptyTapeLabel(TapeCatalog tape)
void
TapeLibraryService. ensureTapeIsEmpty(TapeCatalog tape, boolean forceOverrideNonEmptyCartridges)
TapeDriveSpec
TapeLibraryService. getDriveStatus(ReadWriteErrorCode readWriteErrorCode)
void
TapeLibraryService. goToPosition(TapeCatalog tape, java.lang.Integer position, ReadWriteErrorCode readWriteErrorCode)
void
TapeLibraryService. loadTape(TapeCatalog tape)
void
TapeLibraryService. read(TapeCatalog tape, java.lang.Integer position, java.lang.String outputPath)
void
TapeLibraryService. rewindTape(TapeCatalog tape)
void
TapeLibraryService. unloadTape(TapeCatalog tape)
void
TapeLibraryService. 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 void
TapeDriveWorker. initializeOnBootstrap()
-