Uses of Enum Class
org.apache.storm.container.cgroup.SubSystemType
Packages that use SubSystemType
Package
Description
-
Uses of SubSystemType in org.apache.storm.container.cgroup
Methods in org.apache.storm.container.cgroup that return SubSystemTypeModifier and TypeMethodDescriptionstatic SubSystemType
SubSystemType.getSubSystem
(String str) SubSystem.getType()
static SubSystemType
Returns the enum constant of this class with the specified name.static SubSystemType[]
SubSystemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.storm.container.cgroup that return types with arguments of type SubSystemTypeModifier and TypeMethodDescriptionCgroupCommon.getCores()
static Map<SubSystemType,
CgroupCore> CgroupCoreFactory.getInstance
(Set<SubSystemType> types, String dir) Hierarchy.getSubSystems()
get subsystems.static Set<SubSystemType>
CgroupUtils.getSubSystemsFromString
(String str) Get a set of SubSystemType objects from a comma delimited list of subsystem names.Methods in org.apache.storm.container.cgroup with parameters of type SubSystemTypeModifier and TypeMethodDescriptionCgroupCenter.getHierarchyWithSubSystem
(SubSystemType subSystem) CgroupOperation.getHierarchyWithSubSystem
(SubSystemType subsystem) get the first hierarchy that has a certain subsystem isMounted.static CgroupCore
CgroupCoreFactory.getInstance
(SubSystemType type, String dir) boolean
CgroupCenter.isSubSystemEnabled
(SubSystemType subSystemType) boolean
CgroupOperation.isSubSystemEnabled
(SubSystemType subsystem) Check if a subsystem is enabled.boolean
Hierarchy.isSubSystemMounted
(SubSystemType subsystem) void
SubSystem.setType
(SubSystemType type) Method parameters in org.apache.storm.container.cgroup with type arguments of type SubSystemTypeModifier and TypeMethodDescriptionCgroupCenter.getHierarchyWithSubSystems
(List<SubSystemType> subSystems) CgroupOperation.getHierarchyWithSubSystems
(List<SubSystemType> subSystems) get the first hierarchy that has a certain list of subsystems isMounted.static Map<SubSystemType,
CgroupCore> CgroupCoreFactory.getInstance
(Set<SubSystemType> types, String dir) static String
CgroupUtils.subSystemsToString
(Set<SubSystemType> subSystems) Get a string that is a comma delimited list of subsystems.Constructors in org.apache.storm.container.cgroup with parameters of type SubSystemTypeModifierConstructorDescriptionSubSystem
(SubSystemType type, int hierarchyId, int cgroupNum, boolean enable) Constructor parameters in org.apache.storm.container.cgroup with type arguments of type SubSystemType -
Uses of SubSystemType in org.apache.storm.container.cgroup.core
Methods in org.apache.storm.container.cgroup.core that return SubSystemType -
Uses of SubSystemType in org.apache.storm.metric.cgroup
Constructors in org.apache.storm.metric.cgroup with parameters of type SubSystemTypeModifierConstructorDescriptionCGroupMetricsBase
(Map<String, Object> conf, SubSystemType type) Deprecated. -
Uses of SubSystemType in org.apache.storm.metrics2.cgroup
Constructors in org.apache.storm.metrics2.cgroup with parameters of type SubSystemType