Package com.alibaba.jstorm.container

Examples of com.alibaba.jstorm.container.Hierarchy


  private void prepareSubSystem() {
      h = center.busy(SubSystemType.cpu);
      if (h == null) {
        Set<SubSystemType> types = new HashSet<SubSystemType>();
        types.add(SubSystemType.cpu);
      h = new Hierarchy(JSTORM_HIERARCHY_NAME, types,JSTORM_CPU_HIERARCHY_DIR);
      }
    rootCgroup = new CgroupCommon(root_dir, h, h.getRootCgroups());
  }
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.container.Hierarchy

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.