Uses of Class
de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
Packages that use LoggingScheduledThreadPoolExecutor
Package
Description
-
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.core.client
Fields in de.aristaflow.adept2.core.client declared as LoggingScheduledThreadPoolExecutorModifier and TypeFieldDescriptionprotected LoggingScheduledThreadPoolExecutorClientServiceSharedServices.scheduledExecutorServiceThe scheduled executor service that is used for new threads scheduled by client components.Methods in de.aristaflow.adept2.core.client that return LoggingScheduledThreadPoolExecutorModifier and TypeMethodDescriptionClientService.getScheduledExecutorService()Gets aScheduledExecutorServicefor scheduling long lasting tasks asynchronously.ClientServiceSharedServices.getScheduledExecutorService()Cf.MultiplexingClientService.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 LoggingScheduledThreadPoolExecutorModifier and TypeFieldDescriptionprotected LoggingScheduledThreadPoolExecutorAbstractEventManager.pollServiceThe service that executes the pollers that cause the events. -
Uses of LoggingScheduledThreadPoolExecutor in de.aristaflow.adept2.util.threading
Fields in de.aristaflow.adept2.util.threading declared as LoggingScheduledThreadPoolExecutorModifier and TypeFieldDescriptionprotected final LoggingScheduledThreadPoolExecutorDelayer.executorThe executor service for cleaning up after a specified time.Methods in de.aristaflow.adept2.util.threading that return LoggingScheduledThreadPoolExecutorModifier and TypeMethodDescriptionExecutorTools.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.ExecutorTools.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 LoggingScheduledThreadPoolExecutorModifier and TypeFieldDescriptionprotected final LoggingScheduledThreadPoolExecutorAbstractIteratorHandler.removerServiceThe scheduler service which closes and removes all registered iterators after their alive time has elapsed from this handler.