Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageServerClientException
Packages that use StorageServerClientException
Package
Description
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides reconstruction service classes for Logbook server module
Provides Storage Engine client interface, factory and implementations.
Plugin package in worker module
-
Uses of StorageServerClientException in fr.gouv.vitam.functional.administration.core.audit
Methods in fr.gouv.vitam.functional.administration.core.audit that throw StorageServerClientException -
Uses of StorageServerClientException in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup that throw StorageServerClientExceptionModifier and TypeMethodDescriptionRestoreBackupService.getListing(String strategy, DataCategory category, Long offset, int limit, Order order) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of StorageServerClientException in fr.gouv.vitam.functional.administration.core.reconstruction
Methods in fr.gouv.vitam.functional.administration.core.reconstruction that throw StorageServerClientExceptionModifier and TypeMethodDescriptionRestoreBackupServiceImpl.getListing(String strategy, DataCategory dataCategory, Long offset, int limit, Order order) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of StorageServerClientException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw StorageServerClientExceptionModifier and TypeMethodDescriptionvoidStorageStep.list_srategy(io.cucumber.datatable.DataTable dataTable) booleanStore a filevoidLogbookCheckConsistencyStep.the_logbook_consistency_check_report_does_not_contain_errors() -
Uses of StorageServerClientException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw StorageServerClientExceptionModifier and TypeMethodDescriptionbooleanStorageCRUDUtils.deleteFile(DataCategory dataCategory, String uid, String strategyId, String offerId) deleteFileStorageCRUDUtils.getStrategies()get the list of strategies containing the offers -
Uses of StorageServerClientException in fr.gouv.vitam.logbook.common.server.reconstruction
Methods in fr.gouv.vitam.logbook.common.server.reconstruction that throw StorageServerClientExceptionModifier and TypeMethodDescriptionRestoreBackupService.getListing(String strategy, long offset, int limit) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of StorageServerClientException in fr.gouv.vitam.metadata.core.ExportsPurge
Methods in fr.gouv.vitam.metadata.core.ExportsPurge that throw StorageServerClientException -
Uses of StorageServerClientException in fr.gouv.vitam.metadata.core.reconstruction.service
Methods in fr.gouv.vitam.metadata.core.reconstruction.service that throw StorageServerClientExceptionModifier and TypeMethodDescriptionRestoreBackupService.getListing(String strategy, String offerId, DataCategory category, Long offset, Integer limit, Order order, int batchSize) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of StorageServerClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageServerClientExceptionModifier and TypeMethodDescriptionStorageClient.bulkStoreFilesFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) Store objects available in workspace into offersStorageClient.checkAccessRequestStatuses(String strategyId, String offerId, List<String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed) Check access request statuses of asynchronous offer.StorageClient.checkBulkObjectAvailability(String strategyId, String offerId, BulkObjectAvailabilityRequest bulkObjectAvailabilityRequest) Checks immediate object availability in storage offer.StorageClient.copyObjectFromOfferToOffer(String objectId, DataCategory category, String source, String destination, String strategyId) StorageClientMock.copyObjectFromOfferToOffer(String objectId, DataCategory category, String source, String destination, String strategyId) StorageClient.create(String strategyId, String objectId, DataCategory category, InputStream inputStream, Long inputStreamSize, List<String> offerIds) StorageClientMock.create(String strategyId, String objectId, DataCategory category, InputStream inputStream, Long inputStreamSize, List<String> offerIds) StorageClient.createAccessRequestIfRequired(String strategyId, String offerId, DataCategory dataCategory, List<String> objectNames) Create access request if target offer does not support synchronous read (tape library storage).booleanStorageClient.delete(String strategyId, DataCategory type, String guid) Delete an object of given type in the storage offer strategybooleanDelete an object of given type in the storage offer strategybooleanStorageClientMock.delete(String strategyId, DataCategory type, String guid) booleanCheck the existence of an object in storage by its id and typeDataCategory.StorageClient.getBatchObjectInformation(String strategyId, DataCategory type, Collection<String> offerIds, Collection<String> objectIds) Get object information from objects in storagejavax.ws.rs.core.ResponseStorageClient.getContainerAsync(String strategyId, String guid, DataCategory type, AccessLogInfoModel logInfo) Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategyjavax.ws.rs.core.ResponseStorageClient.getContainerAsync(String strategyId, String offerId, String objectName, DataCategory type, AccessLogInfoModel logInfo) Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategy/offerIdjavax.ws.rs.core.ResponseStorageClientMock.getContainerAsync(String strategyId, String guid, DataCategory type, AccessLogInfoModel logInfo) javax.ws.rs.core.ResponseStorageClientMock.getContainerAsync(String strategyId, String offerId, String objectName, DataCategory type, AccessLogInfoModel logInfo) com.fasterxml.jackson.databind.JsonNodeStorageClient.getInformation(String strategyId, DataCategory type, String guid, List<String> offerIds, boolean noCache) Get object information from objects in storagecom.fasterxml.jackson.databind.JsonNodeStorageClientMock.getInformation(String strategyId, DataCategory type, String guid, List<String> offerIds, boolean noCache) StorageClient.getOfferLogs(String strategyId, String offerId, DataCategory type, Long offset, int limit, Order order) Get offer log .StorageClientMock.getOfferLogs(String strategyId, String offerId, DataCategory type, Long offset, int limit, Order order) get List of offers for a strategyStorageClient.getReferentOffer(String strategy) Get referent offer of strategyStorageClientMock.getReferentOffer(String strategy) com.fasterxml.jackson.databind.JsonNodeStorageClient.getStorageInformation(String strategyId) Check if the storage of objects could be done, knowing a required sizecom.fasterxml.jackson.databind.JsonNodeStorageClientMock.getStorageInformation(String strategyId) StorageClient.getStorageStrategies()Get strategies.StorageClientMock.getStorageStrategies()javax.ws.rs.core.ResponseStorageClient.launchOfferLogCompaction(VitamContext vitamContext, String offerId) javax.ws.rs.core.ResponseStorageClientMock.launchOfferLogCompaction(VitamContext vitamContext, String offerId) StorageClient.listContainer(String strategyId, String offerId, DataCategory type) List object type in containervoidStorageClient.removeAccessRequest(String strategyId, String offerId, String accessRequestId, boolean adminCrossTenantAccessRequestAllowed) Removes (cancel / delete) and access request for an asynchronous offer.StorageClient.storageAccessLogBackup(List<Integer> tenants) Call storage accesslog backup operation.StorageClient.storageLogBackup(List<Integer> tenants) Call storage log backup operation.StorageClient.storageLogTraceability(List<Integer> tenants) Call storage log traceability operation.StorageClient.storeFileFromWorkspace(String strategyId, DataCategory type, String guid, ObjectDescription description) Store an object available in workspace by its vitam guidStorageClientMock.storeFileFromWorkspace(String strategyId, DataCategory type, String guid, ObjectDescription description) -
Uses of StorageServerClientException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw StorageServerClientExceptionModifier and TypeMethodDescriptionprotected BulkObjectStoreResponseStoreObjectActionHandler.storeObjects(HandlerIO handler, String strategy, BulkObjectStoreRequest bulkObjectStoreRequest) -
Uses of StorageServerClientException in fr.gouv.vitam.worker.core.plugin.common
Methods in fr.gouv.vitam.worker.core.plugin.common that throw StorageServerClientExceptionModifier and TypeMethodDescriptionprotected voidCheckResourceAvailability.checkResourcesAvailability(HandlerIO handlerIO, Map<AccessRequestContext, List<String>> objectIdsByContext, DataCategory type) Check resource synchronous availability in storage and create access requests for unavailable objectsprotected voidCheckResourceAvailability.checkResourcesAvailabilityByTypes(HandlerIO handlerIO, Map<DataCategory, Map<AccessRequestContext, List<String>>> objectIdsByContextbyType) Check for multiple types resource synchronous availability in storage and create access requests for unavailable objects -
Uses of StorageServerClientException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw StorageServerClientExceptionModifier and TypeMethodDescriptionDataRectificationService.correctObjectGroups(EvidenceAuditReportLine line, String containerName) DataRectificationService.correctUnits(EvidenceAuditReportLine line, String containerName) -
Uses of StorageServerClientException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw StorageServerClientExceptionModifier and TypeMethodDescriptionabstract voidCommonPurgeDeleteService.deleteObjectGroups(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteService.deleteObjectGroups(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteService.deleteUnits(Map<String, String> unitsGuidsWithStrategies, HandlerIO handler) abstract voidCommonPurgeDeleteService.storageDeleteBinaries(List<PurgeObjectGroupParams> objectGroupParams, DataCategory dataCategory, String fileExtension, HandlerIO handler) voidPurgeDeleteService.storageDeleteBinaries(List<PurgeObjectGroupParams> objectGroupParams, DataCategory dataCategory, String fileExtension, HandlerIO handler)