Package org.apache.slider.server.services.workflow

Examples of org.apache.slider.server.services.workflow.ServiceThreadFactory


  @Override
  public void init(Configuration conf) {
    super.init(conf);
    setExecutor(Executors.newCachedThreadPool(
        new ServiceThreadFactory(ROLE_LAUNCH_SERVICE, true)));
  }
View Full Code Here

TOP

Related Classes of org.apache.slider.server.services.workflow.ServiceThreadFactory

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.