Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageException
-
Packages that use StorageException Package Description fr.gouv.vitam.functional.administration.core.rules fr.gouv.vitam.functionaltest.cucumber.step fr.gouv.vitam.storage.engine.common.exception Provides common Exception classes for the Storage Engine module.fr.gouv.vitam.storage.engine.common.referential Provides common Referential interfaces and factories for the Storage Engine module :fr.gouv.vitam.storage.engine.server.distribution Provides a Distribution interface for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl.bulk fr.gouv.vitam.storage.engine.server.offersynchronization fr.gouv.vitam.storage.engine.server.rest Provides the web server application and configuration for the Storage Engine Server module and the rest resources it uses.fr.gouv.vitam.storage.engine.server.storagetraceability -
-
Uses of StorageException in fr.gouv.vitam.functional.administration.core.rules
Methods in fr.gouv.vitam.functional.administration.core.rules that throw StorageException Modifier and Type Method Description void
RulesManagerFileImpl. importFile(java.io.InputStream rulesFileStream, java.lang.String filename)
java.util.Map<java.lang.String,FileRulesModel>
RulesManagerFileImpl. processRuleParsing(java.io.File file, java.lang.String filename, GUID eip)
-
Uses of StorageException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw StorageException Modifier and Type Method Description void
StorageStep. list_srategy(cucumber.api.DataTable dataTable)
void
LogbookCheckConsistencyStep. the_logbook_consistency_check_report_does_not_contain_errors()
void
StorageStep. the_sip_is_stored_in_offers(cucumber.api.DataTable dataTable)
Check that the file is stored in the offers -
Uses of StorageException in fr.gouv.vitam.storage.engine.common.exception
Subclasses of StorageException in fr.gouv.vitam.storage.engine.common.exception Modifier and Type Class Description class
StorageAlreadyExistsException
Define a Storage Exception to be thrown when something already exists and it should notclass
StorageDriverMapperException
Define a Storage Exception to be thrown when something wrong with the driver mapper (updating driver / offer associations)class
StorageDriverNotFoundException
Define a Storage Exception to be thrown when the driver manager does not find a required driver (from an offer)class
StorageIllegalOperationException
class
StorageInconsistentStateException
class
StorageNotFoundException
Define a Storage Exception to be thrown when something is not foundclass
StorageTechnicalException
Exception thrown when any unwilling technical exception occursclass
StorageUnavailableDataFromAsyncOfferException
Define a Storage Exception to be thrown when access to data from async offer is not acceptable -
Uses of StorageException in fr.gouv.vitam.storage.engine.common.referential
Methods in fr.gouv.vitam.storage.engine.common.referential that throw StorageException Modifier and Type Method Description StorageOffer
StorageOfferProvider. getStorageOffer(java.lang.String idOffer)
Retrieve an offer full configuration by its idStorageOffer
StorageOfferProvider. getStorageOffer(java.lang.String idOffer, boolean includeDisabled)
Retrieve an offer full configuration by its id, may include disabled one (ActivationStatus.INACTIVE
)StorageOffer
StorageStrategyProvider. getStorageOffer(java.lang.String idOffer)
StorageOffer
StorageOfferHACapabilityProvider. getStorageOfferForHA(java.lang.String idOffer, boolean includeDisabled)
Retrieve an offer full configuration by its id, may include disabled one (ActivationStatus.INACTIVE
) -
Uses of StorageException in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that throw StorageException Modifier and Type Method Description BulkObjectStoreResponse
StorageDistribution. bulkCreateFromWorkspace(java.lang.String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, java.lang.String requester)
java.util.Map<java.lang.String,AccessRequestStatus>
StorageDistribution. checkAccessRequestStatuses(java.lang.String strategyId, java.lang.String offerId, java.util.List<java.lang.String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed)
boolean
StorageDistribution. checkObjectAvailability(java.lang.String strategyId, java.lang.String offerId, DataCategory dataCategory, java.util.List<java.lang.String> objectsNames)
java.util.Map<java.lang.String,java.lang.Boolean>
StorageDistribution. checkObjectExisting(java.lang.String strategyId, java.lang.String objectId, DataCategory category, java.util.List<java.lang.String> offerIds)
Verify if object exists.StoredInfoResult
StorageDistribution. copyObjectFromOfferToOffer(DataContext context, java.lang.String sourceOffer, java.lang.String destinationOffer)
copy object from on offer to an anotherjava.util.Optional<java.lang.String>
StorageDistribution. createAccessRequestIfRequired(java.lang.String strategyId, java.lang.String offerId, DataCategory dataCategory, java.util.List<java.lang.String> objectsNames)
void
StorageDistribution. deleteObjectInAllOffers(java.lang.String strategyId, DataContext context)
Delete an objectvoid
StorageDistribution. deleteObjectInOffers(java.lang.String strategyId, DataContext context, java.util.List<java.lang.String> offers)
Delete an object in offersjava.util.List<BatchObjectInformationResponse>
StorageDistribution. getBatchObjectInformation(java.lang.String strategyId, DataCategory type, java.util.List<java.lang.String> objectIds, java.util.List<java.lang.String> offerIds)
javax.ws.rs.core.Response
StorageDistribution. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, AccessLogInfoModel logInformation)
Get a specific Object binary data as an input streamjavax.ws.rs.core.Response
StorageDistribution. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, java.lang.String offerId)
Get a specific Object binary data as an input streamcom.fasterxml.jackson.databind.JsonNode
StorageDistribution. getContainerInformation(java.lang.String strategyId)
Get Storage Information (availability and capacity) for the requested tenant + strategycom.fasterxml.jackson.databind.JsonNode
StorageDistribution. getContainerInformation(java.lang.String strategyId, DataCategory type, java.lang.String objectId, java.util.List<java.lang.String> offerIds, boolean noCache)
Get a specific Object informationjava.util.List<java.lang.String>
StorageDistribution. getOfferIds(java.lang.String strategyId)
get offer ids listRequestResponse<OfferLog>
StorageDistribution. getOfferLogs(java.lang.String strategyId, DataCategory category, java.lang.Long offset, int limit, Order order)
Get offer log from referentRequestResponse<OfferLog>
StorageDistribution. getOfferLogsByOfferId(java.lang.String strategyId, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
Get offer log from the given offerjava.util.Map<java.lang.String,StorageStrategy>
StorageDistribution. getStrategies()
Retrieve all the available storage strategiesjavax.ws.rs.core.Response
StorageDistribution. launchOfferLogCompaction(java.lang.String offerReferenceId, java.lang.Integer tenantId)
CloseableIterator<ObjectEntry>
StorageDistribution. listContainerObjects(java.lang.String strategyId, DataCategory category)
List container objectsCloseableIterator<ObjectEntry>
StorageDistribution. listContainerObjectsForOffer(DataCategory category, java.lang.String offerId, boolean includeDisabled)
void
StorageDistribution. removeAccessRequest(java.lang.String strategyId, java.lang.String offerId, java.lang.String accessRequestId, boolean adminCrossTenantAccessRequestAllowed)
StoredInfoResult
StorageDistribution. storeDataInAllOffers(java.lang.String strategyId, java.lang.String objectId, ObjectDescription createObjectDescription, DataCategory category, java.lang.String requester)
Store data of any type for given tenant on storage offers associated to given strategyStoredInfoResult
StorageDistribution. storeDataInOffers(java.lang.String strategyId, java.lang.String origin, StreamAndInfo streamAndInfo, java.lang.String objectId, DataCategory category, java.lang.String requester, java.util.List<java.lang.String> offerIds)
StoredInfoResult
StorageDistribution. storeDataInOffers(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, java.lang.String requester, java.util.List<java.lang.String> offerIds, javax.ws.rs.core.Response response)
Store data of any type for given tenant on the given storage offer. -
Uses of StorageException in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that throw StorageException Modifier and Type Method Description BulkObjectStoreResponse
StorageDistributionImpl. bulkCreateFromWorkspace(java.lang.String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest, java.lang.String requester)
ThreadResponseData
TransferThread. call()
java.util.Map<java.lang.String,AccessRequestStatus>
ReadOnlyShieldStorageDistribution. checkAccessRequestStatuses(java.lang.String strategyId, java.lang.String offerId, java.util.List<java.lang.String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed)
java.util.Map<java.lang.String,AccessRequestStatus>
StorageDistributionImpl. checkAccessRequestStatuses(java.lang.String strategyId, java.lang.String optionalOfferId, java.util.List<java.lang.String> accessRequestIds, boolean adminCrossTenantAccessRequestAllowed)
boolean
ReadOnlyShieldStorageDistribution. checkObjectAvailability(java.lang.String strategyId, java.lang.String offerId, DataCategory dataCategory, java.util.List<java.lang.String> objectsNames)
boolean
StorageDistributionImpl. checkObjectAvailability(java.lang.String strategyId, java.lang.String optionalOfferId, DataCategory dataCategory, java.util.List<java.lang.String> objectsNames)
java.util.Map<java.lang.String,java.lang.Boolean>
ReadOnlyShieldStorageDistribution. checkObjectExisting(java.lang.String strategyId, java.lang.String objectId, DataCategory category, java.util.List<java.lang.String> offerIds)
java.util.Map<java.lang.String,java.lang.Boolean>
StorageDistributionImpl. checkObjectExisting(java.lang.String strategyId, java.lang.String objectId, DataCategory category, java.util.List<java.lang.String> offerIds)
Verify if object existsStoredInfoResult
StorageDistributionImpl. copyObjectFromOfferToOffer(DataContext context, java.lang.String sourceOffer, java.lang.String destinationOffer)
java.util.Optional<java.lang.String>
ReadOnlyShieldStorageDistribution. createAccessRequestIfRequired(java.lang.String strategyId, java.lang.String offerId, DataCategory dataCategory, java.util.List<java.lang.String> objectsNames)
java.util.Optional<java.lang.String>
StorageDistributionImpl. createAccessRequestIfRequired(java.lang.String strategyId, java.lang.String optionalOfferId, DataCategory dataCategory, java.util.List<java.lang.String> objectsNames)
void
StorageDistributionImpl. deleteObjectInAllOffers(java.lang.String strategyId, DataContext context)
void
StorageDistributionImpl. deleteObjectInOffers(java.lang.String strategyId, DataContext context, java.util.List<java.lang.String> offers)
java.util.List<BatchObjectInformationResponse>
ReadOnlyShieldStorageDistribution. getBatchObjectInformation(java.lang.String strategyId, DataCategory type, java.util.List<java.lang.String> objectIds, java.util.List<java.lang.String> offerIds)
java.util.List<BatchObjectInformationResponse>
StorageDistributionImpl. getBatchObjectInformation(java.lang.String strategyId, DataCategory type, java.util.List<java.lang.String> objectIds, java.util.List<java.lang.String> offerIds)
javax.ws.rs.core.Response
ReadOnlyShieldStorageDistribution. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, AccessLogInfoModel logInformation)
javax.ws.rs.core.Response
ReadOnlyShieldStorageDistribution. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, java.lang.String offerId)
javax.ws.rs.core.Response
StorageDistributionImpl. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, AccessLogInfoModel logInformation)
javax.ws.rs.core.Response
StorageDistributionImpl. getContainerByCategory(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, java.lang.String offerId)
com.fasterxml.jackson.databind.JsonNode
ReadOnlyShieldStorageDistribution. getContainerInformation(java.lang.String strategyId)
com.fasterxml.jackson.databind.JsonNode
ReadOnlyShieldStorageDistribution. getContainerInformation(java.lang.String strategyId, DataCategory type, java.lang.String objectId, java.util.List<java.lang.String> offerIds, boolean noCache)
com.fasterxml.jackson.databind.JsonNode
StorageDistributionImpl. getContainerInformation(java.lang.String strategyId)
com.fasterxml.jackson.databind.JsonNode
StorageDistributionImpl. getContainerInformation(java.lang.String strategyId, DataCategory type, java.lang.String objectId, java.util.List<java.lang.String> offerIds, boolean noCache)
java.util.List<java.lang.String>
ReadOnlyShieldStorageDistribution. getOfferIds(java.lang.String strategyId)
java.util.List<java.lang.String>
StorageDistributionImpl. getOfferIds(java.lang.String strategyId)
RequestResponse<OfferLog>
ReadOnlyShieldStorageDistribution. getOfferLogs(java.lang.String strategyId, DataCategory category, java.lang.Long offset, int limit, Order order)
RequestResponse<OfferLog>
StorageDistributionImpl. getOfferLogs(java.lang.String strategyId, DataCategory category, java.lang.Long offset, int limit, Order order)
RequestResponse<OfferLog>
ReadOnlyShieldStorageDistribution. getOfferLogsByOfferId(java.lang.String strategyId, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
RequestResponse<OfferLog>
StorageDistributionImpl. getOfferLogsByOfferId(java.lang.String strategyId, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
Get offer log from the given offerjava.util.Map<java.lang.String,StorageStrategy>
ReadOnlyShieldStorageDistribution. getStrategies()
java.util.Map<java.lang.String,StorageStrategy>
StorageDistributionImpl. getStrategies()
javax.ws.rs.core.Response
ReadOnlyShieldStorageDistribution. launchOfferLogCompaction(java.lang.String offerReferenceId, java.lang.Integer tenantId)
javax.ws.rs.core.Response
StorageDistributionImpl. launchOfferLogCompaction(java.lang.String offerReferenceId, java.lang.Integer tenantId)
CloseableIterator<ObjectEntry>
ReadOnlyShieldStorageDistribution. listContainerObjects(java.lang.String strategyId, DataCategory category)
CloseableIterator<ObjectEntry>
StorageDistributionImpl. listContainerObjects(java.lang.String strategyId, DataCategory category)
CloseableIterator<ObjectEntry>
ReadOnlyShieldStorageDistribution. listContainerObjectsForOffer(DataCategory category, java.lang.String offerId, boolean includeDisabled)
CloseableIterator<ObjectEntry>
StorageDistributionImpl. listContainerObjectsForOffer(DataCategory category, java.lang.String offerId, boolean includeDisabled)
void
ReadOnlyShieldStorageDistribution. removeAccessRequest(java.lang.String strategyId, java.lang.String offerId, java.lang.String accessRequestId, boolean adminCrossTenantAccessRequestAllowed)
void
StorageDistributionImpl. removeAccessRequest(java.lang.String strategyId, java.lang.String optionalOfferId, java.lang.String accessRequestId, boolean adminCrossTenantAccessRequestAllowed)
StoredInfoResult
StorageDistributionImpl. storeDataInAllOffers(java.lang.String strategyId, java.lang.String objectId, ObjectDescription createObjectDescription, DataCategory category, java.lang.String requester)
StoredInfoResult
StorageDistributionImpl. storeDataInOffers(java.lang.String strategyId, java.lang.String origin, StreamAndInfo streamAndInfo, java.lang.String objectId, DataCategory category, java.lang.String requester, java.util.List<java.lang.String> offerIds)
StoredInfoResult
StorageDistributionImpl. storeDataInOffers(java.lang.String strategyId, java.lang.String origin, java.lang.String objectId, DataCategory category, java.lang.String requester, java.util.List<java.lang.String> offerIds, javax.ws.rs.core.Response response)
-
Uses of StorageException in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk that throw StorageException Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
BulkStorageDistribution. bulkCreateFromWorkspaceWithRetries(java.lang.String strategyId, int tenantId, java.util.List<java.lang.String> allOfferIds, java.util.Map<java.lang.String,Driver> storageDrivers, java.util.Map<java.lang.String,StorageOffer> storageOffers, DataCategory dataCategory, java.lang.String workspaceContainerGUID, java.util.List<java.lang.String> workspaceObjectURIs, java.util.List<java.lang.String> objectIds, java.lang.String requester)
-
Uses of StorageException in fr.gouv.vitam.storage.engine.server.offersynchronization
Methods in fr.gouv.vitam.storage.engine.server.offersynchronization that throw StorageException Modifier and Type Method Description java.util.List<OfferLog>
RestoreOfferBackupService. getListing(java.lang.String strategy, java.lang.String offerId, DataCategory category, java.lang.Long offset, int limit, Order order)
Retrieve listing of offerLogs defining objects to synchronize -
Uses of StorageException in fr.gouv.vitam.storage.engine.server.rest
Methods in fr.gouv.vitam.storage.engine.server.rest that throw StorageException Modifier and Type Method Description void
StorageResource. launchOfferLogCompaction(java.lang.String offerId, javax.ws.rs.core.HttpHeaders headers)
-
Uses of StorageException in fr.gouv.vitam.storage.engine.server.storagetraceability
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability that throw StorageException Modifier and Type Method Description javax.ws.rs.core.Response
TraceabilityStorageService. getObject(java.lang.String strategyId, java.lang.String objectId, DataCategory category)
Only direct call to @StorageDistribution.getContainerByCategory
-