Uses of Class
fr.gouv.vitam.storage.engine.common.api.exception.TapeCommandException
Packages that use TapeCommandException
Package
Description
-
Uses of TapeCommandException in fr.gouv.vitam.storage.cold.api
Methods in fr.gouv.vitam.storage.cold.api with parameters of type TapeCommandExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseTapeCommandExceptionMapper.toResponse(TapeCommandException e) Methods in fr.gouv.vitam.storage.cold.api that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoidInaTapeProxyResource.eject()InaTapeProxyResource.getDriveStatus()InaTapeProxyResource.getLibraryStatus()voidInaTapeProxyResource.goToEnd()voidInaTapeProxyResource.loadTape(int slot, int drive) voidInaTapeProxyResource.move(int position, boolean backward) voidInaTapeProxyResource.readFromTape(String outputPath) voidInaTapeProxyResource.rewind()voidInaTapeProxyResource.unloadTape(int slot, int drive) voidInaTapeProxyResource.writeToTape(String inputPath) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.local.drive
Methods in fr.gouv.vitam.storage.offers.tape.impl.local.drive that throw TapeCommandException -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.local.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.local.readwrite that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoidDdTapeLibraryService.readFromTape(String outputPath) voidDdTapeLibraryService.writeToTape(String inputPath) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.local.robot
Methods in fr.gouv.vitam.storage.offers.tape.impl.local.robot that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoidMtxTapeLibraryService.loadTape(int slotNumber, int driveIndex) MtxTapeLibraryService.status()voidMtxTapeLibraryService.unloadTape(int slotNumber, int driveIndex) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.impl.remote.service
Methods in fr.gouv.vitam.storage.offers.tape.impl.remote.service that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoidRemoteTapeDriveCommandService.eject()voidRemoteTapeDriveCommandService.goToEnd()voidRemoteTapeLoadUnloadService.loadTape(int slotNumber, int driveIndex) voidRemoteTapeDriveCommandService.move(int position, boolean isBackward) voidRemoteTapeReadWriteService.readFromTape(String outputPath) voidRemoteTapeDriveCommandService.rewind()RemoteTapeDriveCommandService.status()RemoteTapeLoadUnloadService.status()voidRemoteTapeLoadUnloadService.unloadTape(int slotNumber, int driveIndex) voidRemoteTapeReadWriteService.writeToTape(String inputPath) -
Uses of TapeCommandException in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that throw TapeCommandExceptionModifier and TypeMethodDescriptionvoidTapeDriveCommandService.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(String outputPath) voidTapeDriveCommandService.rewind()Go to startTapeDriveCommandService.status()TapeLoadUnloadService.status()voidTapeLoadUnloadService.unloadTape(int slotNumber, int driveIndex) voidTapeReadWriteService.writeToTape(String inputPath)