Uses of Class
fr.gouv.vitam.storage.engine.client.exception.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
-
Uses of StorageNotFoundClientException 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 StorageNotFoundClientException 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 StorageNotFoundClientException in fr.gouv.vitam.functionaltest.cucumber.step
-
Uses of StorageNotFoundClientException 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 StorageNotFoundClientException 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 StorageNotFoundClientException in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionStorageClient.bulkStoreFilesFromWorkspace
(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) Store objects available in workspace into offerscom.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) 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 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
Modifier and TypeMethodDescriptionprotected BulkObjectStoreResponse
StoreObjectActionHandler.storeObjects
(String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)