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 class
static class
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetCycle()
void
setAggregationStart
(String aggregationStart) void
setConnectTimeout
(Long connectTimeout) void
void
setDockers
(List<MonitorConfiguration.Docker> dockers) void
setDoDownload
(Boolean doDownload) void
setDoFirstStart
(Boolean doFirstStart) void
setDoOriginToPublication
(Boolean doOriginToPublication) void
setDoSensingToPublication
(Boolean doSensingToPublication) void
setDoSubmisionToCompletion
(Boolean doSubmisionToCompletion) void
setFirstStartDuration
(Long firstStartDuration) void
setOrderCycle
(Long orderCycle) void
setProdCycle
(Long prodCycle) void
setProducedBytesAndCount
(Boolean producedBytesAndCount) void
setProducedBytesAndCountForType
(Boolean producedBytesAndCountForType) void
setProductCycle
(Long productCycle) void
setProductTypeRegex
(String productTypeRegex) void
setReadTimeout
(Long readTimeout) void
setServiceAggregationCycle
(Long serviceAggregationCycle) void
setServiceCycle
(Long serviceCycle) void
setServices
(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
-