Class ServerConfiguration
java.lang.Object
fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
fr.gouv.vitam.processing.common.config.ServerConfiguration
- All Implemented Interfaces:
VitamApplicationConfiguration
,VitamApplicationConfigurationInterface
ServerConfiguration class contains the different parameter {hostName ,ipAddress, port }to connect a remote server
such as workspace or metaData
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
IS_A_MANDATORY_PARAMETER, jettyConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetter for processing cleaner periodgetWorkflowRefreshPeriod, getter for workflow refresh periodsetDelayAsyncResourceCleaner
(Integer delayAsyncResourceCleaner) setDelayAsyncResourceMonitor
(Integer delayAsyncResourceMonitor) setMaxDistributionInMemoryBufferSize
(Integer maxDistributionInMemoryBufferSize) setMaxDistributionOnDiskBufferSize
(Integer maxDistributionOnDiskBufferSize) void
setProcessingCleanerPeriod
(Integer processingCleanerPeriod) setter for processing cleaner periodsetUrlMetadata
(String urlMetadata) setUrlWorkspace
(String urlWorkspace) void
setWorkflowRefreshPeriod
(Integer workflowRefreshPeriod) setWorkflowRefreshPeriod, setter for workflow refresh periodMethods inherited from class fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
getAdminBasicAuth, getJettyConfig, isAuthentication, isAuthorizeTrackTotalHits, isEnableSession, isEnableXsrFilter, isTenantFilter, setAdminBasicAuth, setAuthentication, setAuthorizeTrackTotalHits, setEnableSession, setEnableXsrFilter, setJettyConfig, setTenantFilter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fr.gouv.vitam.common.server.application.configuration.VitamApplicationConfigurationInterface
getBaseUri, getBaseUrl, setBaseUri, setBaseUrl
-
Constructor Details
-
ServerConfiguration
public ServerConfiguration()
-
-
Method Details
-
getUrlMetadata
- Returns:
- the urlMetadata
-
setUrlMetadata
- Parameters:
urlMetadata
- the urlMetadata to set- Returns:
- the update ServerConfiguration object
-
getUrlWorkspace
- Returns:
- the urlWorkspace
-
setUrlWorkspace
- Parameters:
urlWorkspace
- the urlWorkspace to set- Returns:
- the update ServerConfiguration object
-
getWorkflowRefreshPeriod
getWorkflowRefreshPeriod, getter for workflow refresh period- Returns:
- workflow refresh period
-
setWorkflowRefreshPeriod
setWorkflowRefreshPeriod, setter for workflow refresh period- Parameters:
workflowRefreshPeriod
-
-
getProcessingCleanerPeriod
getter for processing cleaner period- Returns:
-
setProcessingCleanerPeriod
setter for processing cleaner period- Parameters:
processingCleanerPeriod
-
-
getMaxDistributionInMemoryBufferSize
-
setMaxDistributionInMemoryBufferSize
public ServerConfiguration setMaxDistributionInMemoryBufferSize(Integer maxDistributionInMemoryBufferSize) -
getMaxDistributionOnDiskBufferSize
-
setMaxDistributionOnDiskBufferSize
public ServerConfiguration setMaxDistributionOnDiskBufferSize(Integer maxDistributionOnDiskBufferSize) -
getDelayAsyncResourceMonitor
-
setDelayAsyncResourceMonitor
-
getDelayAsyncResourceCleaner
-
setDelayAsyncResourceCleaner
-