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

Examples of com.alibaba.jstorm.container.cgroup.core.MemoryCore$Stat


        break;
      case freezer:
        result.put(SubSystemType.freezer, new FreezerCore(dir));
        break;
      case memory:
        result.put(SubSystemType.memory, new MemoryCore(dir));
        break;
      case net_cls:
        result.put(SubSystemType.net_cls, new NetClsCore(dir));
        break;
      case net_prio:
View Full Code Here

TOP

Related Classes of com.alibaba.jstorm.container.cgroup.core.MemoryCore$Stat

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.