Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageNotFoundClientException
Packages that use StorageNotFoundClientException
Package
Description
Provides reconstruction service classes for Logbook server module
Provides Storage Engine client interface, factory and implementations.
Plugin package in worker module
-
Uses of StorageNotFoundClientException in fr.gouv.vitam.functional.administration.core.audit
Methods in fr.gouv.vitam.functional.administration.core.audit that throw StorageNotFoundClientException -
Uses of StorageNotFoundClientException in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup that throw StorageNotFoundClientExceptionModifier 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 StorageNotFoundClientException in fr.gouv.vitam.functional.administration.core.reconstruction
Methods in fr.gouv.vitam.functional.administration.core.reconstruction that throw StorageNotFoundClientExceptionModifier 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 StorageNotFoundClientException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw StorageNotFoundClientException -
Uses of StorageNotFoundClientException in fr.gouv.vitam.logbook.common.server.reconstruction
Methods in fr.gouv.vitam.logbook.common.server.reconstruction that throw StorageNotFoundClientExceptionModifier and TypeMethodDescriptionRestoreBackupService.getListing(String strategy, long offset, int limit) Retrieve list of offer log defining objects to reconstruct from offer log -
Uses of StorageNotFoundClientException in fr.gouv.vitam.metadata.core.reconstruction.service
Methods in fr.gouv.vitam.metadata.core.reconstruction.service that throw StorageNotFoundClientExceptionModifier 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 StorageNotFoundClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageNotFoundClientExceptionModifier and TypeMethodDescriptionStorageClient.bulkStoreFilesFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) Store objects available in workspace into offerscom.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) 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 sizeStorageClient.listContainer(String strategyId, String offerId, DataCategory type) List object type in containerStorageClient.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 StorageNotFoundClientException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw StorageNotFoundClientExceptionModifier and TypeMethodDescriptionprotected BulkObjectStoreResponseStoreObjectActionHandler.storeObjects(HandlerIO handler, String strategy, BulkObjectStoreRequest bulkObjectStoreRequest)