Uses of Class
fr.gouv.vitam.storage.engine.client.exception.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
-
Uses of StorageServerClientException in fr.gouv.vitam.functional.administration.core.backup
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
StorageStep.list_srategy
(io.cucumber.datatable.DataTable dataTable) boolean
Store a filevoid
LogbookCheckConsistencyStep.the_logbook_consistency_check_report_does_not_contain_errors()
-
Uses of StorageServerClientException in fr.gouv.vitam.ihmrecette.appserver
Modifier and TypeMethodDescriptionboolean
StorageCRUDUtils.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
Modifier 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
-
Uses of StorageServerClientException in fr.gouv.vitam.metadata.core.reconstruction.service
Modifier 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
Modifier 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).boolean
StorageClient.delete
(String strategyId, DataCategory type, String guid) Delete an object of given type in the storage offer strategyboolean
Delete an object of given type in the storage offer strategyboolean
StorageClientMock.delete
(String strategyId, DataCategory type, String guid) boolean
Check 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.Response
StorageClient.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.Response
StorageClient.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.Response
StorageClientMock.getContainerAsync
(String strategyId, String guid, DataCategory type, AccessLogInfoModel logInfo) javax.ws.rs.core.Response
StorageClientMock.getContainerAsync
(String strategyId, String offerId, String objectName, DataCategory type, AccessLogInfoModel logInfo) com.fasterxml.jackson.databind.JsonNode
StorageClient.getInformation
(String strategyId, DataCategory type, String guid, List<String> offerIds, boolean noCache) Get object information from objects in storagecom.fasterxml.jackson.databind.JsonNode
StorageClientMock.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.JsonNode
StorageClient.getStorageInformation
(String strategyId) Check if the storage of objects could be done, knowing a required sizecom.fasterxml.jackson.databind.JsonNode
StorageClientMock.getStorageInformation
(String strategyId) StorageClient.getStorageStrategies()
Get strategies.StorageClientMock.getStorageStrategies()
javax.ws.rs.core.Response
StorageClient.launchOfferLogCompaction
(VitamContext vitamContext, String offerId) javax.ws.rs.core.Response
StorageClientMock.launchOfferLogCompaction
(VitamContext vitamContext, String offerId) StorageClient.listContainer
(String strategyId, String offerId, DataCategory type) List object type in containervoid
StorageClient.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
Modifier and TypeMethodDescriptionprotected BulkObjectStoreResponse
StoreObjectActionHandler.storeObjects
(String startegy, BulkObjectStoreRequest bulkObjectStoreRequest) -
Uses of StorageServerClientException in fr.gouv.vitam.worker.core.plugin.common
Modifier and TypeMethodDescriptionprotected void
CheckResourceAvailability.checkResourcesAvailability
(Map<AccessRequestContext, List<String>> objectIdsByContext, DataCategory type) Check resource synchronous availability in storage and create access requests for unavailable objectsprotected void
CheckResourceAvailability.checkResourcesAvailabilityByTypes
(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
Modifier and TypeMethodDescriptionDataRectificationService.correctObjectGroups
(EvidenceAuditReportLine line, String containerName) DataRectificationService.correctUnits
(EvidenceAuditReportLine line, String containerName) -
Uses of StorageServerClientException in fr.gouv.vitam.worker.core.plugin.purge
Modifier and TypeMethodDescriptionvoid
PurgeDeleteService.deleteObjectGroups
(Map<String, String> objectGroupsGuidsWithStrategies) void
PurgeDeleteService.deleteObjects
(Map<String, String> objectsGuidsWithStrategies) void
PurgeDeleteService.deleteUnits
(Map<String, String> unitsGuidsWithStrategies)