Uses of Class
fr.gouv.vitam.storage.engine.common.model.TapeReadRequestReferentialEntity
-
Packages that use TapeReadRequestReferentialEntity Package Description fr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it usesfr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.offers.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.tape.cas fr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of TapeReadRequestReferentialEntity in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that return types with arguments of type TapeReadRequestReferentialEntity Modifier and Type Method Description RequestResponse<TapeReadRequestReferentialEntity>
StorageService. createReadOrderRequest(java.lang.Integer tenantId, java.lang.String strategyId, java.lang.String offerId, java.lang.String objectId, DataCategory category)
RequestResponse<TapeReadRequestReferentialEntity>
StorageService. getReadOrderRequest(java.lang.Integer tenantId, java.lang.String strategyId, java.lang.String offerId, java.lang.String readOrderRequestIt)
-
Uses of TapeReadRequestReferentialEntity in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that return types with arguments of type TapeReadRequestReferentialEntity Modifier and Type Method Description RequestResponse<TapeReadRequestReferentialEntity>
Connection. createReadOrderRequest(StorageObjectRequest request)
Asynchronous retrieve an object from the storage offer based on criterias defined in request argument.RequestResponse<TapeReadRequestReferentialEntity>
Connection. getReadOrderRequest(java.lang.String readOrderRequestId, int tenant)
-
Uses of TapeReadRequestReferentialEntity in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that return types with arguments of type TapeReadRequestReferentialEntity Modifier and Type Method Description java.util.Optional<TapeReadRequestReferentialEntity>
DefaultOfferService. createReadOrderRequest(java.lang.String containerName, java.util.List<java.lang.String> objectsIds)
create read order (asynchronous read from tape to local FS) for the given @containerName and objects list.java.util.Optional<TapeReadRequestReferentialEntity>
DefaultOfferServiceImpl. createReadOrderRequest(java.lang.String containerName, java.util.List<java.lang.String> objectsIds)
java.util.Optional<TapeReadRequestReferentialEntity>
SanityCheckOfferServiceDecorator. createReadOrderRequest(java.lang.String containerName, java.util.List<java.lang.String> objectIds)
java.util.Optional<TapeReadRequestReferentialEntity>
DefaultOfferService. getReadOrderRequest(java.lang.String readRequestID)
java.util.Optional<TapeReadRequestReferentialEntity>
DefaultOfferServiceImpl. getReadOrderRequest(java.lang.String readRequestID)
java.util.Optional<TapeReadRequestReferentialEntity>
SanityCheckOfferServiceDecorator. getReadOrderRequest(java.lang.String readRequestID)
-
Uses of TapeReadRequestReferentialEntity in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type TapeReadRequestReferentialEntity Modifier and Type Method Description java.util.Optional<TapeReadRequestReferentialEntity>
ReadRequestReferentialRepository. find(java.lang.String requestId)
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type TapeReadRequestReferentialEntity Modifier and Type Method Description void
ReadRequestReferentialRepository. insert(TapeReadRequestReferentialEntity tapeReadRequestReferentialEntity)
-
Uses of TapeReadRequestReferentialEntity in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type TapeReadRequestReferentialEntity Modifier and Type Method Description RequestResponse<TapeReadRequestReferentialEntity>
ConnectionImpl. createReadOrderRequest(StorageObjectRequest request)
RequestResponse<TapeReadRequestReferentialEntity>
ConnectionImpl. getReadOrderRequest(java.lang.String readOrderRequestId, int tenant)
-