Uses of Class
fr.gouv.vitam.processing.common.model.WorkerBean
-
Packages that use WorkerBean Package Description fr.gouv.vitam.processing.common.model Provides common Model classes for the Processing module.fr.gouv.vitam.processing.distributor.api Provides API classes for the Processing Distributor modulefr.gouv.vitam.processing.distributor.core fr.gouv.vitam.processing.distributor.rest Provides rest resource implementation for the Processing Distributor module.fr.gouv.vitam.processing.management.client 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 WorkerBean Modifier and Type Method Description WorkerBeanWorkerBean. setCapacity(int capacity)WorkerBeanWorkerBean. setConfiguration(WorkerRemoteConfiguration configuration)WorkerBeanWorkerBean. setFamily(java.lang.String family)WorkerBeanWorkerBean. setName(java.lang.String name)WorkerBeanWorkerBean. setStatus(java.lang.String status)WorkerBeanWorkerBean. setWorkerId(java.lang.String workerId) -
Uses of WorkerBean in fr.gouv.vitam.processing.distributor.api
Methods in fr.gouv.vitam.processing.distributor.api with parameters of type WorkerBean Modifier and Type Method Description voidIWorkerManager. registerWorker(WorkerBean workerBean)Register a workervoidIWorkerManager. registerWorker(java.lang.String familyId, java.lang.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 WorkerBean Modifier and Type Method Description WorkerBeanWorkerExecutor. getWorkerBean()WorkerBeanWorkerInformation. getWorkerBean()Methods in fr.gouv.vitam.processing.distributor.core with parameters of type WorkerBean Modifier and Type Method Description voidWorkerFamilyManager. registerWorker(WorkerBean workerBean)voidWorkerManager. registerWorker(WorkerBean workerBean)voidWorkerManager. registerWorker(java.lang.String familyId, java.lang.String workerId, WorkerBean workerInformation)voidWorkerInformation. setWorkerBean(WorkerBean workerBean)Constructors in fr.gouv.vitam.processing.distributor.core with parameters of type WorkerBean Constructor Description WorkerExecutor(PriorityTaskQueue<java.lang.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 WorkerBean Modifier and Type Method Description javax.ws.rs.core.ResponseProcessDistributorResource. registerWorker(javax.ws.rs.core.HttpHeaders headers, java.lang.String idFamily, java.lang.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 WorkerBean Modifier and Type Method Description voidProcessingManagementClient. registerWorker(java.lang.String familyId, java.lang.String workerId, WorkerBean workerDescription)Register a new worker knowing its family and with a WorkerBean.voidProcessingManagementClientMock. registerWorker(java.lang.String familyId, java.lang.String workerId, WorkerBean workerDescription)
-