Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.TapeCommandException
-
-
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.drive
Methods in fr.gouv.vitam.storage.offers.tape.impl.drive that throw TapeCommandException Modifier and Type Method Description voidMtTapeLibraryService. eject()voidMtTapeLibraryService. goToEnd()voidMtTapeLibraryService. move(int position, boolean isBackward)voidMtTapeLibraryService. rewind()TapeDriveSpecMtTapeLibraryService. status() -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite that throw TapeCommandException Modifier and Type Method Description voidDdTapeLibraryService. readFromTape(java.lang.String outputPath)voidDdTapeLibraryService. writeToTape(java.lang.String inputPath) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.robot
Methods in fr.gouv.vitam.storage.offers.tape.impl.robot that throw TapeCommandException Modifier and Type Method Description voidMtxTapeLibraryService. loadTape(int slotNumber, int driveIndex)TapeLibrarySpecMtxTapeLibraryService. status()voidMtxTapeLibraryService. unloadTape(int slotNumber, int driveIndex) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that throw TapeCommandException Modifier and Type Method Description voidTapeDriveCommandService. eject()Rewind and eject the tapevoidTapeDriveCommandService. goToEnd()EOD end of datavoidTapeLoadUnloadService. loadTape(int slotNumber, int driveIndex)voidTapeDriveCommandService. move(int position, boolean isBackward)fsf / bsfmvoidTapeReadWriteService. readFromTape(java.lang.String outputPath)voidTapeDriveCommandService. rewind()Go to startTapeDriveSpecTapeDriveCommandService. status()TapeLibrarySpecTapeLoadUnloadService. status()voidTapeLoadUnloadService. unloadTape(int slotNumber, int driveIndex)voidTapeReadWriteService. writeToTape(java.lang.String inputPath)
-