Uses of Class
fr.gouv.vitam.storage.driver.exception.StorageDriverException
Package
Description
Provides a fake Driver implementation for tests purpose
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Exception classes for the Storage driver module
Provides a Distribution implementation for the Storage Engine Server module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of StorageDriverException in fr.gouv.vitam.driver.fake
Modifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.getObject
(StorageObjectRequest objectRequest) FakeDriverImpl.FakeConnectionImpl.getStorageCapacity
(Integer tenantId) boolean
FakeDriverImpl.isStorageOfferAvailable
(String offerId) FakeDriverImpl.FakeConnectionImpl.putObject
(StoragePutRequest objectRequest) -
Uses of StorageDriverException in fr.gouv.vitam.ihmrecette.appserver
-
Uses of StorageDriverException in fr.gouv.vitam.storage.driver
Modifier and TypeMethodDescriptionConnection.bulkPutObjects
(StorageBulkPutRequest request) Bulk put object files into the storage offer.Connection.checkAccessRequestStatuses
(List<String> accessRequestIds, int tenant, boolean adminCrossTenantAccessRequestAllowed) Check access request statuses of asynchronous offer.boolean
Connection.checkObjectAvailability
(StorageCheckObjectAvailabilityRequest request) Check immediate availability of objects from asynchronous storage offer.void
Connection.close()
Override AutoCloseable implementation to specify the exceptionCreate a connection to the distant offer service based on given offer Id name.Connection.createAccessRequest
(StorageAccessRequestCreationRequest request) Create an access request for retrieving objects from asynchronous storage offer.Connection.getBulkMetadata
(StorageGetBulkMetadataRequest request) Bulk get metadata of objectsConnection.getMetadatas
(StorageGetMetadataRequest request) Get metadata of objectConnection.getObject
(StorageObjectRequest request) Retrieve an object from the storage offer based on criterias defined in request argument.Connection.getOfferLogs
(StorageOfferLogRequest request) Get a listing of offer logs on a container typeConnection.getStorageCapacity
(Integer tenantId) Retrieve the remaining storage capacity available on the distant offer.boolean
AbstractDriver.isStorageOfferAvailable
(String offerId) boolean
Driver.isStorageOfferAvailable
(String offerId) The driver MUST provide a way to check the availability of the storage offer Id name.javax.ws.rs.core.Response
Connection.launchOfferLogCompaction
(VitamContext vitamContext) launch Offer Log CompactionConnection.listObjects
(StorageListRequest request) List object on a container typeboolean
Connection.objectExistsInOffer
(StorageObjectRequest request) Check if an object is present in the offerConnection.putObject
(StoragePutRequest request) Put the object file into the storage offer based on criteria defined in request argument and underlying connection parameters.void
Connection.removeAccessRequest
(String accessRequestId, int tenant, boolean adminCrossTenantAccessRequestAllowed) Removes (cancel / delete) and access request for an asynchronous offer.Connection.removeObject
(StorageRemoveRequest request) Delete an object on the distant storage offer. -
Uses of StorageDriverException in fr.gouv.vitam.storage.driver.exception
Modifier and TypeClassDescriptionclass
Exceptions to be thrown by the storage drivers in case of conflicting resourceclass
Exceptions to be thrown by the storage drivers in case resource was not found on the storage offerclass
Exceptions to be thrown by the storage drivers in case resource requested is already existingclass
class
Exceptions to be thrown by the storage drivers in case resource requested is already existingclass
Exceptions to be thrown by the storage drivers in case of -
Uses of StorageDriverException in fr.gouv.vitam.storage.engine.server.distribution.impl
-
Uses of StorageDriverException in fr.gouv.vitam.storage.offers.workspace.driver
Modifier and TypeMethodDescriptionConnectionImpl.bulkPutObjects
(StorageBulkPutRequest request) ConnectionImpl.checkAccessRequestStatuses
(List<String> accessRequestIds, int tenant, boolean adminCrossTenantAccessRequestAllowed) boolean
ConnectionImpl.checkObjectAvailability
(StorageCheckObjectAvailabilityRequest request) ConnectionImpl.createAccessRequest
(StorageAccessRequestCreationRequest request) ConnectionImpl.getBulkMetadata
(StorageGetBulkMetadataRequest request) ConnectionImpl.getMetadatas
(StorageGetMetadataRequest request) ConnectionImpl.getObject
(StorageObjectRequest request) ConnectionImpl.getOfferLogs
(StorageOfferLogRequest storageGetOfferLogRequest) ConnectionImpl.getStorageCapacity
(Integer tenantId) javax.ws.rs.core.Response
ConnectionImpl.launchOfferLogCompaction
(VitamContext vitamContext) ConnectionImpl.listObjects
(StorageListRequest request) boolean
ConnectionImpl.objectExistsInOffer
(StorageObjectRequest request) ConnectionImpl.putObject
(StoragePutRequest request) void
ConnectionImpl.removeAccessRequest
(String accessRequestId, int tenant, boolean adminCrossTenantAccessRequestAllowed) ConnectionImpl.removeObject
(StorageRemoveRequest request)