Uses of Class
org.apache.curator.utils.CloseableExecutorService
Package
Description
-
Uses of CloseableExecutorService in org.apache.curator.framework.recipes.cache
ModifierConstructorDescriptionPathChildrenCache
(CuratorFramework client, String path, boolean cacheData, boolean dataIsCompressed, CloseableExecutorService executorService) Deprecated. -
Uses of CloseableExecutorService in org.apache.curator.framework.recipes.leader
ModifierConstructorDescriptionLeaderSelector
(CuratorFramework client, String leaderPath, CloseableExecutorService executorService, LeaderSelectorListener listener) -
Uses of CloseableExecutorService in org.apache.curator.utils
Modifier and TypeClassDescriptionclass
Decoration on an ScheduledExecutorService that tracks created futures and provides a method to close futures created via this class