Uses of Class
org.apache.storm.container.cgroup.core.CpuacctCore.StatType
-
Packages that use CpuacctCore.StatType Package Description org.apache.storm.container.cgroup.core -
-
Uses of CpuacctCore.StatType in org.apache.storm.container.cgroup.core
Methods in org.apache.storm.container.cgroup.core that return CpuacctCore.StatType Modifier and Type Method Description static CpuacctCore.StatType
CpuacctCore.StatType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CpuacctCore.StatType[]
CpuacctCore.StatType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.container.cgroup.core that return types with arguments of type CpuacctCore.StatType Modifier and Type Method Description Map<CpuacctCore.StatType,Long>
CpuacctCore. getCpuStat()
-