Uses of Class
fr.gouv.vitam.processing.common.async.AccessRequestContext
Packages that use AccessRequestContext
Package
Description
-
Uses of AccessRequestContext in fr.gouv.vitam.processing.common.async
Methods in fr.gouv.vitam.processing.common.async that return AccessRequestContextMethods in fr.gouv.vitam.processing.common.async that return types with arguments of type AccessRequestContextConstructors in fr.gouv.vitam.processing.common.async with parameters of type AccessRequestContextModifierConstructorDescriptionAccessRequestResult(AccessRequestValue accessRequestValue, AccessRequestContext accessRequestContext, AccessRequestStatus accessRequestStatus) Constructor parameters in fr.gouv.vitam.processing.common.async with type arguments of type AccessRequestContextModifierConstructorDescriptionProcessingRetryAsyncException(String message, Throwable cause, Map<AccessRequestContext, List<String>> accessRequestIdByContext) ProcessingRetryAsyncException(String message, Map<AccessRequestContext, List<String>> accessRequestIdByContext) ProcessingRetryAsyncException(Throwable cause, Map<AccessRequestContext, List<String>> accessRequestIdByContext) ProcessingRetryAsyncException(Map<AccessRequestContext, List<String>> accessRequestIdByContext) -
Uses of AccessRequestContext in fr.gouv.vitam.processing.distributor.core
Methods in fr.gouv.vitam.processing.distributor.core that return types with arguments of type AccessRequestContextMethod parameters in fr.gouv.vitam.processing.distributor.core with type arguments of type AccessRequestContextModifier and TypeMethodDescriptionvoidAsyncResourceCleaner.markAsyncResourcesForRemoval(Map<String, AccessRequestContext> asyncResources) Add async resources to clearstatic WorkerTaskResultWorkerTaskResult.ofTaskRequiringAsyncResourceAvailability(WorkerTask workerTask, Map<String, AccessRequestContext> asyncResources) voidAsyncResourcesMonitor.watchAsyncResourcesForBulk(Map<String, AccessRequestContext> asyncResources, String requestId, String taskId, WorkflowInterruptionChecker workflowInterruptionChecker, AsyncResourceCallback callback) Add all the async resources of a bulk to monitor its statuses until it's either available or its accessRequest needs to be re-created. -
Uses of AccessRequestContext in fr.gouv.vitam.worker.core.plugin.common
Method parameters in fr.gouv.vitam.worker.core.plugin.common with type arguments of type AccessRequestContextModifier and TypeMethodDescriptionprotected voidCheckResourceAvailability.checkResourcesAvailability(HandlerIO handlerIO, Map<AccessRequestContext, List<String>> objectIdsByContext, DataCategory type) Check resource synchronous availability in storage and create access requests for unavailable objectsprotected voidCheckResourceAvailability.checkResourcesAvailabilityByTypes(HandlerIO handlerIO, Map<DataCategory, Map<AccessRequestContext, List<String>>> objectIdsByContextbyType) Check for multiple types resource synchronous availability in storage and create access requests for unavailable objects