Uses of Class
org.apache.curator.utils.CloseableExecutorService
Packages that use CloseableExecutorService
Package
Description
-
Uses of CloseableExecutorService in org.apache.curator.framework.recipes.cache
Constructors in org.apache.curator.framework.recipes.cache with parameters of type CloseableExecutorServiceModifierConstructorDescriptionPathChildrenCache
(CuratorFramework client, String path, boolean cacheData, boolean dataIsCompressed, CloseableExecutorService executorService) Deprecated. -
Uses of CloseableExecutorService in org.apache.curator.framework.recipes.leader
Constructors in org.apache.curator.framework.recipes.leader with parameters of type CloseableExecutorServiceModifierConstructorDescriptionLeaderSelector
(CuratorFramework client, String leaderPath, CloseableExecutorService executorService, LeaderSelectorListener listener) -
Uses of CloseableExecutorService in org.apache.curator.utils
Subclasses of CloseableExecutorService in org.apache.curator.utilsModifier and TypeClassDescriptionclass
Decoration on an ScheduledExecutorService that tracks created futures and provides a method to close futures created via this class