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 void
MtTapeLibraryService. eject()
void
MtTapeLibraryService. goToEnd()
void
MtTapeLibraryService. move(int position, boolean isBackward)
void
MtTapeLibraryService. rewind()
TapeDriveSpec
MtTapeLibraryService. 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 void
DdTapeLibraryService. readFromTape(java.lang.String outputPath)
void
DdTapeLibraryService. 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 void
MtxTapeLibraryService. loadTape(int slotNumber, int driveIndex)
TapeLibrarySpec
MtxTapeLibraryService. status()
void
MtxTapeLibraryService. 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 void
TapeDriveCommandService. eject()
Rewind and eject the tapevoid
TapeDriveCommandService. goToEnd()
EOD end of datavoid
TapeLoadUnloadService. loadTape(int slotNumber, int driveIndex)
void
TapeDriveCommandService. move(int position, boolean isBackward)
fsf / bsfmvoid
TapeReadWriteService. readFromTape(java.lang.String outputPath)
void
TapeDriveCommandService. rewind()
Go to startTapeDriveSpec
TapeDriveCommandService. status()
TapeLibrarySpec
TapeLoadUnloadService. status()
void
TapeLoadUnloadService. unloadTape(int slotNumber, int driveIndex)
void
TapeReadWriteService. writeToTape(java.lang.String inputPath)
-