Class Hierarchy

java.lang.Object
org.apache.storm.container.cgroup.Hierarchy

public class Hierarchy extends Object
A class that describes a cgroup hierarchy.
  • Constructor Details

  • Method Details

    • getSubSystems

      public Set<SubSystemType> getSubSystems()
      get subsystems.
    • getType

      public String getType()
      get all subsystems in hierarchy as a comma delimited list.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getDir

      public String getDir()
    • getRootCgroups

      public CgroupCommon getRootCgroups()
    • getName

      public String getName()
    • isSubSystemMounted

      public boolean isSubSystemMounted(SubSystemType subsystem)
    • toString

      public String toString()
      Overrides:
      toString in class Object