Uses of Class
fr.gouv.vitam.processing.common.model.WorkerBean
Package
Description
Provides common Model classes for the Processing module.
Provides API classes for the Processing Distributor module
Provides rest resource implementation for the Processing Distributor module.
Provides Processing Management client interface, factory and implementations.
-
Uses of WorkerBean in fr.gouv.vitam.processing.common.model
Modifier and TypeMethodDescriptionWorkerBean.setCapacity
(int capacity) WorkerBean.setConfiguration
(WorkerRemoteConfiguration configuration) WorkerBean.setWorkerId
(String workerId) -
Uses of WorkerBean in fr.gouv.vitam.processing.distributor.api
Modifier and TypeMethodDescriptionvoid
IWorkerManager.registerWorker
(WorkerBean workerBean) Register a workervoid
IWorkerManager.registerWorker
(String familyId, String workerId, WorkerBean workerInformation) To register a worker in the processing -
Uses of WorkerBean in fr.gouv.vitam.processing.distributor.core
Modifier and TypeMethodDescriptionWorkerExecutor.getWorkerBean()
WorkerInformation.getWorkerBean()
Modifier and TypeMethodDescriptionvoid
WorkerFamilyManager.registerWorker
(WorkerBean workerBean) void
WorkerManager.registerWorker
(WorkerBean workerBean) void
WorkerManager.registerWorker
(String familyId, String workerId, WorkerBean workerInformation) void
WorkerInformation.setWorkerBean
(WorkerBean workerBean) ModifierConstructorDescriptionWorkerExecutor
(PriorityTaskQueue<Runnable> queue, WorkerBean workerBean) -
Uses of WorkerBean in fr.gouv.vitam.processing.distributor.rest
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
ProcessDistributorResource.registerWorker
(javax.ws.rs.core.HttpHeaders headers, String idFamily, String idWorker, WorkerBean workerInformation) Register a new worker -
Uses of WorkerBean in fr.gouv.vitam.processing.management.client
Modifier and TypeMethodDescriptionvoid
ProcessingManagementClient.registerWorker
(String familyId, String workerId, WorkerBean workerDescription) Register a new worker knowing its family and with a WorkerBean.void
ProcessingManagementClientMock.registerWorker
(String familyId, String workerId, WorkerBean workerDescription)