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 TypeMethodDescriptionvoidIWorkerManager.registerWorker(WorkerBean workerBean) Register a workervoidIWorkerManager.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 TypeMethodDescriptionvoidWorkerFamilyManager.registerWorker(WorkerBean workerBean) voidWorkerManager.registerWorker(WorkerBean workerBean) voidWorkerManager.registerWorker(String familyId, String workerId, WorkerBean workerInformation) voidWorkerInformation.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.ResponseProcessDistributorResource.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 TypeMethodDescriptionvoidProcessingManagementClient.registerWorker(String familyId, String workerId, WorkerBean workerDescription) Register a new worker knowing its family and with a WorkerBean.voidProcessingManagementClientMock.registerWorker(String familyId, String workerId, WorkerBean workerDescription)