Uses of Class
fr.gouv.vitam.storage.offers.tape.dto.TapeResponse
-
-
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.dto
Subclasses of TapeResponse in fr.gouv.vitam.storage.offers.tape.dto Modifier and Type Class Description classTapeDriveStateclassTapeLibraryState -
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.exception
Methods in fr.gouv.vitam.storage.offers.tape.exception that return TapeResponse Modifier and Type Method Description TapeResponseReadWriteException. getTapeResponse()Constructors in fr.gouv.vitam.storage.offers.tape.exception with parameters of type TapeResponse Constructor Description ReadWriteException(java.lang.String message, ReadWriteErrorCode readWriteErrorCode, TapeResponse tapeResponse) -
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.impl.drive
Methods in fr.gouv.vitam.storage.offers.tape.impl.drive that return TapeResponse Modifier and Type Method Description TapeResponseMtTapeLibraryService. eject()TapeResponseMtTapeLibraryService. goToEnd()TapeResponseMtTapeLibraryService. move(java.lang.Integer position, boolean isBackward)TapeResponseMtTapeLibraryService. rewind() -
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite that return TapeResponse Modifier and Type Method Description TapeResponseDdTapeLibraryService. readFromTape(java.lang.String outputPath)TapeResponseDdTapeLibraryService. writeToTape(java.lang.String inputPath) -
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.impl.robot
Methods in fr.gouv.vitam.storage.offers.tape.impl.robot that return TapeResponse Modifier and Type Method Description TapeResponseMtxTapeLibraryService. loadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)TapeResponseMtxTapeLibraryService. loadTape(java.lang.String tapeIndex, java.lang.String driveIndex)TapeResponseMtxTapeLibraryService. unloadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)TapeResponseMtxTapeLibraryService. unloadTape(java.lang.String tapeIndex, java.lang.String driveIndex) -
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec that return TapeResponse Modifier and Type Method Description TapeResponseTapeDriveCommandService. eject()Rewind and eject the tapeTapeResponseTapeDriveCommandService. goToEnd()EOD end of dataTapeResponseTapeLoadUnloadService. loadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)TapeResponseTapeLoadUnloadService. loadTape(java.lang.String tapeIndex, java.lang.String driveIndex)TapeResponseTapeDriveCommandService. move(java.lang.Integer position, boolean isBackward)fsf / bsfmTapeResponseTapeReadWriteService. readFromTape(java.lang.String outputPath)TapeResponseTapeDriveCommandService. rewind()Go to startTapeResponseTapeLoadUnloadService. unloadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)TapeResponseTapeLoadUnloadService. unloadTape(java.lang.String tapeIndex, java.lang.String driveIndex)TapeResponseTapeReadWriteService. writeToTape(java.lang.String inputPath) -
Uses of TapeResponse in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return TapeResponse Modifier and Type Method Description TapeResponseReadWriteResult. getTapeResponse()Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeResponse Modifier and Type Method Description voidReadWriteResult. setTapeResponse(TapeResponse tapeResponse)Constructors in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeResponse Constructor Description ReadWriteResult(StatusCode status, QueueState state, TapeCatalog currentTape, TapeResponse tapeResponse)
-