Uses of Class
org.apache.plc4x.java.scraper.exception.ScraperException
-
-
Uses of ScraperException in org.apache.plc4x.java.scraper
Constructors in org.apache.plc4x.java.scraper that throw ScraperException Constructor Description ScraperImpl(ScraperConfiguration config, ResultHandler resultHandler)Deprecated.Creates a Scraper instance from a configuration. -
Uses of ScraperException in org.apache.plc4x.java.scraper.config
Methods in org.apache.plc4x.java.scraper.config that throw ScraperException Modifier and Type Method Description List<ScrapeJob>ScraperConfiguration. getJobs()List<ScrapeJob>ScraperConfigurationClassicImpl. getJobs()Deprecated. -
Uses of ScraperException in org.apache.plc4x.java.scraper.config.triggeredscraper
Methods in org.apache.plc4x.java.scraper.config.triggeredscraper that throw ScraperException Modifier and Type Method Description List<ScrapeJob>ScraperConfigurationTriggeredImpl. getJobs() -
Uses of ScraperException in org.apache.plc4x.java.scraper.triggeredscraper
Constructors in org.apache.plc4x.java.scraper.triggeredscraper that throw ScraperException Constructor Description TriggeredScraperImpl(ScraperConfiguration config, PlcConnectionManager plcConnectionManager, ResultHandler resultHandler, TriggerCollector triggerCollector)Creates a Scraper instance from a configuration.TriggeredScraperImpl(ScraperConfiguration config, ResultHandler resultHandler, TriggerCollector triggerCollector)Creates a Scraper instance from a configuration.TriggeredScraperImpl(ScraperConfigurationTriggeredImpl config, PlcConnectionManager plcConnectionManager, ResultHandler resultHandler, TriggerCollector triggerCollector, int poolSizeScheduler, int poolSizeExecutor)Creates a Scraper instance from a configuration.TriggeredScraperTask(PlcConnectionManager connectionManager, String jobName, String connectionAlias, String connectionString, Map<String,String> tags, long requestTimeoutMs, ExecutorService executorService, ResultHandler resultHandler, TriggeredScrapeJobImpl triggeredScrapeJob, TriggerCollector triggerCollector) -
Uses of ScraperException in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler
Constructors in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler that throw ScraperException Constructor Description TriggerHandlerImpl(String triggerStrategy, TriggeredScrapeJobImpl triggeredScrapeJob, TriggeredScraperTask parentScraperTask, TriggerCollector triggerCollector) -
Uses of ScraperException in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler.collector
Methods in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler.collector that throw ScraperException Modifier and Type Method Description ObjectTriggerCollector. requestResult(String uuid)requests the result of submitted plc request with default timeoutObjectTriggerCollector. requestResult(String uuid, long timeout)requests the result of submitted plc requestObjectTriggerCollectorImpl. requestResult(String uuid)requests the result of submitted plc request with default timeoutStringTriggerCollector. submitTrigger(String tag, String plcConnectionString, long maxAwaitingTime)submits a trigger request to TriggerCollectorStringTriggerCollectorImpl. submitTrigger(String tag, String plcConnectionString, long interval)submits a trigger request to TriggerCollector
-