Uses of Class
fr.gouv.vitam.processing.common.model.WorkerBean
Packages that use 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
Methods in fr.gouv.vitam.processing.common.model that return WorkerBeanModifier and TypeMethodDescriptionWorkerBean.setCapacity
(int capacity) WorkerBean.setConfiguration
(WorkerRemoteConfiguration configuration) WorkerBean.setWorkerId
(String workerId) -
Uses of WorkerBean in fr.gouv.vitam.processing.distributor.api
Methods in fr.gouv.vitam.processing.distributor.api with parameters of type WorkerBeanModifier 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
Methods in fr.gouv.vitam.processing.distributor.core that return WorkerBeanModifier and TypeMethodDescriptionWorkerExecutor.getWorkerBean()
WorkerInformation.getWorkerBean()
Methods in fr.gouv.vitam.processing.distributor.core with parameters of type WorkerBeanModifier 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) Constructors in fr.gouv.vitam.processing.distributor.core with parameters of type WorkerBeanModifierConstructorDescriptionWorkerExecutor
(PriorityTaskQueue<Runnable> queue, WorkerBean workerBean) -
Uses of WorkerBean in fr.gouv.vitam.processing.distributor.rest
Methods in fr.gouv.vitam.processing.distributor.rest with parameters of type WorkerBeanModifier 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
Methods in fr.gouv.vitam.processing.management.client with parameters of type WorkerBeanModifier 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)