Uses of Class
fr.gouv.vitam.worker.server.rest.WorkerConfiguration
Package
Description
Provides classes used for registration of current worker to the processing.
Provides the web server application for the Worker Server module and the rest resources it uses.
-
Uses of WorkerConfiguration in fr.gouv.vitam.worker.server.registration
ModifierConstructorDescriptionWorkerRegister
(WorkerConfiguration configuration, ProcessingManagementClientFactory processingManagementClientFactory) WorkerRegistrationListener
(WorkerConfiguration configuration) WorkerRegistrationListener
(WorkerConfiguration configuration, ProcessingManagementClientFactory processingManagementClientFactory) -
Uses of WorkerConfiguration in fr.gouv.vitam.worker.server.rest
Modifier and TypeMethodDescriptionWorkerConfiguration.setArchiveUnitProfileCacheMaxEntries
(int archiveUnitProfileCacheMaxEntries) WorkerConfiguration.setArchiveUnitProfileCacheTimeoutInSeconds
(int archiveUnitProfileCacheTimeoutInSeconds) WorkerConfiguration.setCapacity
(int capacity) Set the capacity (number of parallel steps that can handle the worker)WorkerConfiguration.setProcessingUrl
(String processingUrl) The processingUrl setterWorkerConfiguration.setRegisterDelay
(long registerDelay) The registerDelay setterWorkerConfiguration.setRegisterRetry
(int registerRetry) The registerRetry setterWorkerConfiguration.setRegisterServerHost
(String registerServerHost) The registerServerHost setterWorkerConfiguration.setRegisterServerPort
(int registerServerPort) The registerServerPort setterWorkerConfiguration.setSchemaValidatorCacheMaxEntries
(int schemaValidatorCacheMaxEntries) WorkerConfiguration.setSchemaValidatorCacheTimeoutInSeconds
(int schemaValidatorCacheTimeoutInSeconds) WorkerConfiguration.setUrlMetadata
(String urlMetadata) The urlMetadata setterWorkerConfiguration.setUrlWorkspace
(String urlWorkspace) The urlWorkspace setterWorkerConfiguration.setWorkerFamily
(String workerFamily) Set the workerFamily name of this worker (Default Value : DefaultWorker)