81828384858687
this.strategy = strategy; this.containers = new MapMaker().makeMap(); this.uninitializedInventory = Sets.newConcurrentHashSet(); this.cacheFactory = new SimplePathChildrenCacheFactory(true, true, new ShutdownNowIgnoringExecutorService(exec)); }
74757677787980
CuratorFramework curator, ExecutorService exec ) { this.curator = curator; this.factory = new SimplePathChildrenCacheFactory(false, true, new ShutdownNowIgnoringExecutorService(exec)); }