Package io.druid.curator

Examples of io.druid.curator.ShutdownNowIgnoringExecutorService


    this.strategy = strategy;

    this.containers = new MapMaker().makeMap();
    this.uninitializedInventory = Sets.newConcurrentHashSet();

    this.cacheFactory = new SimplePathChildrenCacheFactory(true, true, new ShutdownNowIgnoringExecutorService(exec));
  }
View Full Code Here


      CuratorFramework curator,
      ExecutorService exec
  )
  {
    this.curator = curator;
    this.factory = new SimplePathChildrenCacheFactory(false, true, new ShutdownNowIgnoringExecutorService(exec));
  }
View Full Code Here

TOP

Related Classes of io.druid.curator.ShutdownNowIgnoringExecutorService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.