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 class
TapeDriveState
class
TapeLibraryState
-
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 TapeResponse
ReadWriteException. 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 TapeResponse
MtTapeLibraryService. eject()
TapeResponse
MtTapeLibraryService. goToEnd()
TapeResponse
MtTapeLibraryService. move(java.lang.Integer position, boolean isBackward)
TapeResponse
MtTapeLibraryService. 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 TapeResponse
DdTapeLibraryService. readFromTape(java.lang.String outputPath)
TapeResponse
DdTapeLibraryService. 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 TapeResponse
MtxTapeLibraryService. loadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)
TapeResponse
MtxTapeLibraryService. loadTape(java.lang.String tapeIndex, java.lang.String driveIndex)
TapeResponse
MtxTapeLibraryService. unloadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)
TapeResponse
MtxTapeLibraryService. 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 TapeResponse
TapeDriveCommandService. eject()
Rewind and eject the tapeTapeResponse
TapeDriveCommandService. goToEnd()
EOD end of dataTapeResponse
TapeLoadUnloadService. loadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)
TapeResponse
TapeLoadUnloadService. loadTape(java.lang.String tapeIndex, java.lang.String driveIndex)
TapeResponse
TapeDriveCommandService. move(java.lang.Integer position, boolean isBackward)
fsf / bsfmTapeResponse
TapeReadWriteService. readFromTape(java.lang.String outputPath)
TapeResponse
TapeDriveCommandService. rewind()
Go to startTapeResponse
TapeLoadUnloadService. unloadTape(java.lang.Integer tapeIndex, java.lang.Integer driveIndex)
TapeResponse
TapeLoadUnloadService. unloadTape(java.lang.String tapeIndex, java.lang.String driveIndex)
TapeResponse
TapeReadWriteService. 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 TapeResponse
ReadWriteResult. getTapeResponse()
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type TapeResponse Modifier and Type Method Description void
ReadWriteResult. 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)
-