Class CgroupCoreFactory
- java.lang.Object
-
- org.apache.storm.container.cgroup.CgroupCoreFactory
-
public class CgroupCoreFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description CgroupCoreFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<SubSystemType,CgroupCore>
getInstance(Set<SubSystemType> types, String dir)
static CgroupCore
getInstance(SubSystemType type, String dir)
-
-
-
Method Detail
-
getInstance
public static CgroupCore getInstance(SubSystemType type, String dir)
-
getInstance
public static Map<SubSystemType,CgroupCore> getInstance(Set<SubSystemType> types, String dir)
-
-