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 module
|
fr.gouv.vitam.processing.distributor.v2 | |
fr.gouv.vitam.processing.management.client |
Provides Processing Management client interface, factory and implementations.
|
Modifier and Type | Method and Description |
---|---|
WorkerBean |
WorkerBean.setCapacity(int capacity) |
WorkerBean |
WorkerBean.setConfiguration(WorkerRemoteConfiguration configuration) |
WorkerBean |
WorkerBean.setFamily(String family) |
WorkerBean |
WorkerBean.setName(String name) |
WorkerBean |
WorkerBean.setStatus(String status) |
WorkerBean |
WorkerBean.setStorage(long storage) |
WorkerBean |
WorkerBean.setWorkerId(String workerId) |
Modifier and Type | Method and Description |
---|---|
void |
IWorkerManager.registerWorker(WorkerBean workerBean)
Register a worker
|
Modifier and Type | Method and Description |
---|---|
WorkerBean |
WorkerExecutor.getWorkerBean() |
WorkerBean |
WorkerInformation.getWorkerBean() |
Modifier and Type | Method and Description |
---|---|
void |
WorkerFamilyManager.registerWorker(WorkerBean workerBean) |
void |
WorkerManager.registerWorker(WorkerBean workerBean) |
void |
WorkerInformation.setWorkerBean(WorkerBean workerBean) |
Constructor and Description |
---|
WorkerExecutor(BlockingQueue<Runnable> queue,
WorkerBean workerBean) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingManagementClientMock.registerWorker(String familyId,
String workerId,
WorkerBean workerDescription) |
void |
ProcessingManagementClient.registerWorker(String familyId,
String workerId,
WorkerBean workerDescription)
Register a new worker knowing its family and with a WorkerBean.
|
Copyright © 2018 Vitam. All rights reserved.