Package com.alibaba.jstorm.container.cgroup.core

Examples of com.alibaba.jstorm.container.cgroup.core.CpusetCore


        break;
      case cpuacct:
        result.put(SubSystemType.cpuacct, new CpuacctCore(dir));
        break;
      case cpuset:
        result.put(SubSystemType.cpuset, new CpusetCore(dir));
        break;
      case cpu:
        result.put(SubSystemType.cpu, new CpuCore(dir));
        break;
      case devices:
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.container.cgroup.core.CpusetCore

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.