Package | Description |
---|---|
fr.gouv.vitam.worker.server.registration |
Provides classes used for registration of current worker to the processing.
|
fr.gouv.vitam.worker.server.rest |
Provides the web server application for the Worker Server module and the rest resources it uses.
|
Constructor and Description |
---|
WorkerRegister(WorkerConfiguration configuration)
Constructor.
|
WorkerRegistrationListener(WorkerConfiguration configuration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
WorkerConfiguration |
WorkerConfiguration.setCapacity(int capacity)
Set the capacity (number of parallel steps that can handle the worker)
|
WorkerConfiguration |
WorkerConfiguration.setClassificationLevel(ClassificationLevel classificationLevel) |
WorkerConfiguration |
WorkerConfiguration.setProcessingUrl(String processingUrl)
The processingUrl setter
|
WorkerConfiguration |
WorkerConfiguration.setRegisterDelay(long registerDelay)
The registerDelay setter
|
WorkerConfiguration |
WorkerConfiguration.setRegisterRetry(int registerRetry)
The registerRetry setter
|
WorkerConfiguration |
WorkerConfiguration.setRegisterServerHost(String registerServerHost)
The registerServerHost setter
|
WorkerConfiguration |
WorkerConfiguration.setRegisterServerPort(int registerServerPort)
The registerServerPort setter
|
WorkerConfiguration |
WorkerConfiguration.setUrlMetadata(String urlMetadata)
The urlMetadata setter
|
WorkerConfiguration |
WorkerConfiguration.setUrlWorkspace(String urlWorkspace)
The urlWorkspace setter
|
WorkerConfiguration |
WorkerConfiguration.setWorkerFamily(String workerFamily)
Set the workerFamily name of this worker (Default Value : DefaultWorker)
|
Copyright © 2018 Vitam. All rights reserved.