Uses of Class
fr.gouv.vitam.storage.cold.server.simulator.exception.InaTapeProxyException
Packages that use InaTapeProxyException
Package
Description
-
Uses of InaTapeProxyException in fr.gouv.vitam.storage.cold.server.rest
Methods in fr.gouv.vitam.storage.cold.server.rest that throw InaTapeProxyExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseInaTapeProxyResource.eject(int driveIndex) InaTapeProxyResource.getDriveStatus(int driveIndex) InaTapeProxyResource.getLibraryStatus()jakarta.ws.rs.core.ResponseInaTapeProxyResource.goToEnd(int driveIndex) jakarta.ws.rs.core.ResponseInaTapeProxyResource.loadTape(int slotNumber, int drive) jakarta.ws.rs.core.ResponseInaTapeProxyResource.move(int driveIndex, int position, boolean backward) jakarta.ws.rs.core.ResponseInaTapeProxyResource.readFromTape(int driveIndex, String outputPath) jakarta.ws.rs.core.ResponseInaTapeProxyResource.rewind(int driveIndex) jakarta.ws.rs.core.ResponseInaTapeProxyResource.unloadTape(int slotNumber, int driveIndex) jakarta.ws.rs.core.ResponseInaTapeProxyResource.writeToTape(int driveIndex, String inputPath) -
Uses of InaTapeProxyException in fr.gouv.vitam.storage.cold.server.simulator.exception
Modifier and TypeClassDescriptionclassclassclassMethods in fr.gouv.vitam.storage.cold.server.simulator.exception with parameters of type InaTapeProxyExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseInaTapeProxyExceptionMapper.toResponse(InaTapeProxyException exception) -
Uses of InaTapeProxyException in fr.gouv.vitam.storage.cold.server.simulator.service
Methods in fr.gouv.vitam.storage.cold.server.simulator.service that throw InaTapeProxyExceptionModifier and TypeMethodDescriptionvoidInaLibraryService.eject(int driveIndex) Eject tape (simulated)voidInaService.eject(int driveIndex) InaLibraryService.getDriveStatus(int driveIndex) Retrieves the drive status from the persisted TapeDriveModel.InaService.getDriveStatus(int driveIndex) InaLibraryService.getLibraryStatus()Builds the library status dynamically.InaService.getLibraryStatus()voidInaLibraryService.goToEnd(int driveIndex) Go to end of data (simulated)voidInaService.goToEnd(int driveIndex) voidInaLibraryService.loadTape(int slotNumber, int driveIndex) Load tape from slot into drive.voidInaService.loadTape(int slotNumber, int driveIndex) voidInaLibraryService.move(int driveIndex, int position, boolean backward) Move tape position (simulated)voidInaService.move(int driveIndex, int position, boolean backward) voidInaIoService.readFromTape(int driveIndex, String outputPath) Read from tape: Check if file is already in read directory or prepare it asynchronouslyvoidInaService.readFromTape(int driveIndex, String outputPath) voidInaLibraryService.rewind(int driveIndex) Rewind tape (simulated)voidInaService.rewind(int driveIndex) voidInaLibraryService.unloadTape(int slotNumber, int driveIndex) Unload tape from drive back to a slot.voidInaService.unloadTape(int slotNumber, int driveIndex) voidInaIoService.writeToTape(int driveIndex, String inputPath) Writes a file to tape (exchange directory).voidInaService.writeToTape(int driveIndex, String inputPath) -
Uses of InaTapeProxyException in fr.gouv.vitam.storage.cold.server.simulator.service.filesystem
Methods in fr.gouv.vitam.storage.cold.server.simulator.service.filesystem that throw InaTapeProxyExceptionModifier and TypeMethodDescriptionvoidMarkerManager.createMarker(String filename, MarkerType type) Create a marker file for the given filename and marker type The marker file contains a timestampvoidMarkerManager.deleteMarker(String filename, MarkerType type) Delete a marker file for the given filename and marker type