Uses of Class
de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
-
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.core.client
Fields in de.aristaflow.adept2.core.client declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutorClientServiceSharedServices. scheduledExecutorServiceThe scheduled executor service that is used for new threads scheduled by client components.Methods in de.aristaflow.adept2.core.client that return LoggingScheduledThreadPoolExecutor Modifier and Type Method Description LoggingScheduledThreadPoolExecutorClientService. getScheduledExecutorService()Gets aScheduledExecutorServicefor scheduling long lasting tasks asynchronously.LoggingScheduledThreadPoolExecutorClientServiceSharedServices. getScheduledExecutorService()Cf.LoggingScheduledThreadPoolExecutorMultiplexingClientService. getScheduledExecutorService()Gets aScheduledExecutorServicefor scheduling long lasting tasks asynchronously. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutorAbstractEventManager. pollServiceThe service that executes the pollers that cause the events.Methods in de.aristaflow.adept2.core.eventmanager.common that return LoggingScheduledThreadPoolExecutor Modifier and Type Method Description protected LoggingScheduledThreadPoolExecutorAbstractEventManager. getScheduledExecutorService()Deprecated.UseOneWorkWorklistHandlerwhich does not require this method. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutorDelayer. executorThe executor service for cleaning up after a specified time.Methods in de.aristaflow.adept2.util.threading that return LoggingScheduledThreadPoolExecutor Modifier and Type Method Description static LoggingScheduledThreadPoolExecutorExecutorTools. createScheduledExecutor(int poolSize, Adept2ThreadFactory factory, boolean continueRegularAfterException)Creates a new scheduled executor service with the designated minimal pool size using the designated factory for creating threads.static LoggingScheduledThreadPoolExecutorExecutorTools. createScheduledExecutor(int poolSize, String name, Logger logger, boolean continueRegularAfterException)Creates a new scheduled executor service with the designated minimal pool size using the designated name and logger to create aThreadFactoryfor creating threads. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.ilm.model.common
Fields in de.aristaflow.ilm.model.common declared as LoggingScheduledThreadPoolExecutor Modifier and Type Field Description protected LoggingScheduledThreadPoolExecutorAbstractIteratorHandler. removerServiceThe scheduler service which closes and removes all registered iterators after their alive time has elapsed from this handler.
-