Uses of Class
fr.gouv.vitam.processing.model.WorkerAsyncRequest
-
Packages that use WorkerAsyncRequest Package Description fr.gouv.vitam.processing.model Specific model class for the distributor -
-
Uses of WorkerAsyncRequest in fr.gouv.vitam.processing.model
Methods in fr.gouv.vitam.processing.model that return WorkerAsyncRequest Modifier and Type Method Description WorkerAsyncRequest
WorkerAsyncResponse. getWorkerAsyncRequest()
Methods in fr.gouv.vitam.processing.model that return types with arguments of type WorkerAsyncRequest Modifier and Type Method Description java.util.Set<WorkerAsyncRequest>
WorkerAsyncRequest. getCurrentRunningObjectsInStep()
Methods in fr.gouv.vitam.processing.model with parameters of type WorkerAsyncRequest Modifier and Type Method Description WorkerAsyncResponse
WorkerAsyncResponse. setWorkerAsyncRequest(WorkerAsyncRequest workerAsyncRequest)
Constructors in fr.gouv.vitam.processing.model with parameters of type WorkerAsyncRequest Constructor Description WorkerAsyncResponse(WorkerAsyncRequest workerAsyncRequest, ItemStatus itemStatus)
Constructor parameters in fr.gouv.vitam.processing.model with type arguments of type WorkerAsyncRequest Constructor Description WorkerAsyncRequest(DescriptionStep descriptionStep, Callbackable<WorkerAsyncResponse> callingProcess, java.util.Set<WorkerAsyncRequest> currentRunningObjectsInStep, java.lang.String queueId, java.util.concurrent.Semaphore waitingStepAllAsyncRequest, VitamSession session)
Default constructor
-