Package de.dlr.proseo.monitor
Klasse MonitorConfiguration
java.lang.Object
de.dlr.proseo.monitor.MonitorConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo.monitor")
@EntityScan(basePackages="de.dlr.proseo.model")
public class MonitorConfiguration
extends Object
Configuration class for the prosEO MonitorServices component
- Autor:
- Ernst Melchinger
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic class -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetCycle()voidsetAggregationStart(String aggregationStart) voidsetConnectTimeout(Long connectTimeout) voidvoidsetDockers(List<MonitorConfiguration.Docker> dockers) voidsetDoDownload(Boolean doDownload) voidsetDoFirstStart(Boolean doFirstStart) voidsetDoOriginToPublication(Boolean doOriginToPublication) voidsetDoSensingToPublication(Boolean doSensingToPublication) voidsetDoSubmisionToCompletion(Boolean doSubmisionToCompletion) voidsetFirstStartDuration(Long firstStartDuration) voidsetOrderCycle(Long orderCycle) voidsetProdCycle(Long prodCycle) voidsetProducedBytesAndCount(Boolean producedBytesAndCount) voidsetProducedBytesAndCountForType(Boolean producedBytesAndCountForType) voidsetProductCycle(Long productCycle) voidsetProductTypeRegex(String productTypeRegex) voidsetReadTimeout(Long readTimeout) voidsetServiceAggregationCycle(Long serviceAggregationCycle) voidsetServiceCycle(Long serviceCycle) voidsetServices(List<MonitorConfiguration.Service> services)
-
Konstruktordetails
-
MonitorConfiguration
public MonitorConfiguration()
-
-
Methodendetails
-
getOriginToPublication
- Gibt zurück:
- the originToPublication
-
getDownload
- Gibt zurück:
- the download
-
getSensingToPublication
- Gibt zurück:
- the sensingToPublication
-
getSubmisionToCompletion
- Gibt zurück:
- the submisionToCompletion
-
getProducedBytesAndCountForType
- Gibt zurück:
- the producedBytesAndCountForType
-
getProducedBytesAndCount
- Gibt zurück:
- the producedBytesAndCount
-
setDoOriginToPublication
- Parameter:
originToPublication- the originToPublication to set
-
setDoDownload
- Parameter:
download- the download to set
-
setDoSensingToPublication
- Parameter:
sensingToPublication- the sensingToPublication to set
-
setDoSubmisionToCompletion
- Parameter:
submisionToCompletion- the submisionToCompletion to set
-
setProducedBytesAndCountForType
- Parameter:
producedBytesAndCountForType- the producedBytesAndCountForType to set
-
setProducedBytesAndCount
- Parameter:
producedBytesAndCount- the producedBytesAndCount to set
-
getProdCycle
- Gibt zurück:
- the prodCycle
-
getProductTypeRegex
- Gibt zurück:
- the productTypeRegex
-
getFirstStartDuration
- Gibt zurück:
- the firstStartDuration
-
getDoFirstStart
- Gibt zurück:
- the doFirstStart
-
setProdCycle
- Parameter:
prodCycle- the prodCycle to set
-
setProductTypeRegex
- Parameter:
productTypeRegex- the productTypeRegex to set
-
setFirstStartDuration
- Parameter:
firstStartDuration- the firstStartDuration to set
-
setDoFirstStart
- Parameter:
doFirstStart- the doFirstStart to set
-
getAggregationStart
- Gibt zurück:
- the aggregationStart
-
setAggregationStart
- Parameter:
productAggregationStart- the productAggregationStart to set
-
getProductCycle
- Gibt zurück:
- the productCycle
-
setProductCycle
- Parameter:
productCycle- the productCycle to set
-
getServices
- Gibt zurück:
- the services
-
getDockers
- Gibt zurück:
- the dockers
-
setServices
- Parameter:
services- the services to set
-
setDockers
- Parameter:
dockers- the dockers to set
-
getConnectTimeout
- Gibt zurück:
- the connectTimeout
-
getReadTimeout
- Gibt zurück:
- the readTimeout
-
getCycle
- Gibt zurück:
- the cycle
-
setConnectTimeout
- Parameter:
connectTimeout- the connectTimeout to set
-
setReadTimeout
- Parameter:
readTimeout- the readTimeout to set
-
setCycle
- Parameter:
cycle- the cycle to set
-
getServiceCycle
- Gibt zurück:
- the serviceCycle
-
getOrderCycle
- Gibt zurück:
- the orderCycle
-
setServiceCycle
- Parameter:
serviceCycle- the serviceCycle to set
-
setOrderCycle
- Parameter:
orderCycle- the orderCycle to set
-
getServiceAggregationCycle
- Gibt zurück:
- the serviceAggregationCycle
-
setServiceAggregationCycle
- Parameter:
serviceAggregationCycle- the serviceAggregationCycle to set
-