Uses of Class
fr.gouv.vitam.storage.cold.client.invoker.ApiException
Packages that use ApiException
-
Uses of ApiException in fr.gouv.vitam.storage.cold.client
Methods in fr.gouv.vitam.storage.cold.client that throw ApiExceptionModifier and TypeMethodDescriptionvoidEject tape Ejects the tape from the drive.InaTapeProxyApi.getDriveStatus(Integer driveIndex) Get tape drive status Returns detailed information about the current tape drive.InaTapeProxyApi.getLibraryStatus()Get library status Returns the current state of the tape library, including slots and drives information.voidInaTapeProxyApi.getServerTenants()voidGo to end of data (EOD) Moves the tape to the end of the recorded data.<T> TConfiguredApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType) voidLoad a tape Loads a tape from a specified slot into a given drive.voidMove tape position Moves the tape a certain number of blocks forward or backward.voidInaTapeProxyApi.readFromTape(Integer driveIndex, String outputPath) Read data from tape Extracts a file from the mounted tape to the working directory.voidRewind tape Rewinds the current tape to the beginning.voidInaTapeProxyApi.status()voidInaTapeProxyApi.unloadTape(Integer slotNumber, Integer drive) Unload a tape Unloads a tape from a drive back to a specified slot.voidInaTapeProxyApi.writeToTape(Integer driveIndex, String inputPath) Write data to tape Transfers a file from the working directory to the mounted tape. -
Uses of ApiException in fr.gouv.vitam.storage.cold.client.invoker
Methods in fr.gouv.vitam.storage.cold.client.invoker that throw ApiExceptionModifier and TypeMethodDescription<T> TApiClient.deserialize(jakarta.ws.rs.core.Response response, jakarta.ws.rs.core.GenericType<T> returnType) Deserialize response body to Java object according to the Content-Type.ApiClient.downloadFileFromResponse(jakarta.ws.rs.core.Response response) Download file from the given response.<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, jakarta.ws.rs.core.GenericType<T> returnType) Invoke API by sending HTTP request with the given options.jakarta.ws.rs.client.Entity<?> Serialize the given Java object into string entity according the given Content-Type (only JSON is supported for now).