Uses of Class
fr.gouv.vitam.storage.offers.tape.exception.TapeCommandException
Package
Description
-
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.drive
-
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Modifier and TypeMethodDescriptionvoid
DdTapeLibraryService.readFromTape
(String outputPath) void
DdTapeLibraryService.writeToTape
(String inputPath) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.robot
Modifier and TypeMethodDescriptionvoid
MtxTapeLibraryService.loadTape
(int slotNumber, int driveIndex) MtxTapeLibraryService.status()
void
MtxTapeLibraryService.unloadTape
(int slotNumber, int driveIndex) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.spec
Modifier and TypeMethodDescriptionvoid
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
(String outputPath) void
TapeDriveCommandService.rewind()
Go to startTapeDriveCommandService.status()
TapeLoadUnloadService.status()
void
TapeLoadUnloadService.unloadTape
(int slotNumber, int driveIndex) void
TapeReadWriteService.writeToTape
(String inputPath)