Uses of Class
org.apache.storm.container.cgroup.Hierarchy
Packages that use Hierarchy
-
Uses of Hierarchy in org.apache.storm.container.cgroup
Methods in org.apache.storm.container.cgroup that return HierarchyModifier and TypeMethodDescriptionCgroupCommon.getHierarchy()
CgroupCenter.getHierarchyWithSubSystem
(SubSystemType subSystem) CgroupOperation.getHierarchyWithSubSystem
(SubSystemType subsystem) get the first hierarchy that has a certain subsystem isMounted.CgroupCenter.getHierarchyWithSubSystems
(List<SubSystemType> subSystems) CgroupOperation.getHierarchyWithSubSystems
(List<SubSystemType> subSystems) get the first hierarchy that has a certain list of subsystems isMounted.Methods in org.apache.storm.container.cgroup that return types with arguments of type HierarchyModifier and TypeMethodDescriptionCgroupCenter.getHierarchies()
CgroupOperation.getHierarchies()
Get a list of hierarchies.Methods in org.apache.storm.container.cgroup with parameters of type HierarchyModifier and TypeMethodDescriptionboolean
boolean
check if a hiearchy is mounted.void
void
mount a hierarchy.void
void
umount a heirarchy.Constructors in org.apache.storm.container.cgroup with parameters of type HierarchyModifierConstructorDescriptionCgroupCommon
(String name, Hierarchy hierarchy, CgroupCommon parent) CgroupCommon
(Hierarchy hierarchy, String dir)