Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageNotFoundClientException
-
Packages that use StorageNotFoundClientException Package Description fr.gouv.vitam.functional.administration.core.audit fr.gouv.vitam.functional.administration.core.backup fr.gouv.vitam.functional.administration.core.reconstruction fr.gouv.vitam.functionaltest.cucumber.step fr.gouv.vitam.logbook.common.server.reconstruction Provides reconstruction service classes for Logbook server modulefr.gouv.vitam.metadata.core.reconstruction Provides reconstruction classes for Metadata modulefr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.worker.core.plugin 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 Modifier and Type Method Description void
ReferentialAuditService. runAudit(java.lang.String collectionName, int tenant)
-
Uses of StorageNotFoundClientException in fr.gouv.vitam.functional.administration.core.backup
Methods in fr.gouv.vitam.functional.administration.core.backup that throw StorageNotFoundClientException Modifier and Type Method Description java.util.Iterator<java.util.List<OfferLog>>
RestoreBackupService. getListing(java.lang.String strategy, DataCategory category, java.lang.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 StorageNotFoundClientException Modifier and Type Method Description java.util.Iterator<java.util.List<OfferLog>>
RestoreBackupServiceImpl. getListing(java.lang.String strategy, DataCategory dataCategory, java.lang.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 Modifier and Type Method Description boolean
StorageStep. store(java.nio.file.Path sip, java.lang.String uri, java.lang.String strategy, java.lang.String guid)
Store a file -
Uses of StorageNotFoundClientException in fr.gouv.vitam.logbook.common.server.reconstruction
Methods in fr.gouv.vitam.logbook.common.server.reconstruction that throw StorageNotFoundClientException Modifier and Type Method Description java.util.Iterator<java.util.List<OfferLog>>
RestoreBackupService. getListing(java.lang.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
Methods in fr.gouv.vitam.metadata.core.reconstruction that throw StorageNotFoundClientException Modifier and Type Method Description java.util.Iterator<OfferLog>
RestoreBackupService. getListing(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.Long offset, java.lang.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 StorageNotFoundClientException Modifier and Type Method Description BulkObjectStoreResponse
StorageClient. bulkStoreFilesFromWorkspace(java.lang.String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest)
Store objects available in workspace into offerscom.fasterxml.jackson.databind.JsonNode
StorageClient. getInformation(java.lang.String strategyId, DataCategory type, java.lang.String guid, java.util.List<java.lang.String> offerIds, boolean noCache)
Get object information from objects in storagecom.fasterxml.jackson.databind.JsonNode
StorageClientMock. getInformation(java.lang.String strategyId, DataCategory type, java.lang.String guid, java.util.List<java.lang.String> offerIds, boolean noCache)
java.util.List<java.lang.String>
StorageClient. getOffers(java.lang.String strategyId)
get List of offers for a strategyjava.util.List<java.lang.String>
StorageClientMock. getOffers(java.lang.String strategyId)
java.lang.String
StorageClient. getReferentOffer(java.lang.String strategy)
Get referent offer of strategyjava.lang.String
StorageClientMock. getReferentOffer(java.lang.String strategy)
com.fasterxml.jackson.databind.JsonNode
StorageClient. getStorageInformation(java.lang.String strategyId)
Check if the storage of objects could be done, knowing a required sizeCloseableIterator<ObjectEntry>
StorageClient. listContainer(java.lang.String strategyId, java.lang.String offerId, DataCategory type)
List object type in containerStoredInfoResult
StorageClient. storeFileFromWorkspace(java.lang.String strategyId, DataCategory type, java.lang.String guid, ObjectDescription description)
Store an object available in workspace by its vitam guidStoredInfoResult
StorageClientMock. storeFileFromWorkspace(java.lang.String strategyId, DataCategory type, java.lang.String guid, ObjectDescription description)
-
Uses of StorageNotFoundClientException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw StorageNotFoundClientException Modifier and Type Method Description protected BulkObjectStoreResponse
StoreObjectActionHandler. storeObjects(java.lang.String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)
-