Class TriggeredScrapeJobImpl
- java.lang.Object
-
- org.apache.plc4x.java.scraper.triggeredscraper.TriggeredScrapeJobImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJobName()longgetScrapeRate()Map<String,String>getSourceConnections()alias -> connection-stringMap<String,String>getTags()alias -> tag-queryStringgetTriggerConfig()
-
-
-
Constructor Detail
-
TriggeredScrapeJobImpl
public TriggeredScrapeJobImpl(String jobName, String triggerConfig, Map<String,String> connections, Map<String,String> tags) throws ScraperConfigurationException
- Throws:
ScraperConfigurationException
-
-
Method Detail
-
getJobName
public String getJobName()
- Specified by:
getJobNamein interfaceScrapeJob
-
getScrapeRate
public long getScrapeRate()
- Specified by:
getScrapeRatein interfaceScrapeJob
-
getSourceConnections
public Map<String,String> getSourceConnections()
alias -> connection-string- Specified by:
getSourceConnectionsin interfaceScrapeJob- Returns:
- something...
-
getTriggerConfig
public String getTriggerConfig()
-
-