Uses of Interface
org.apache.storm.container.cgroup.core.CgroupCore
-
Packages that use CgroupCore Package Description org.apache.storm.container.cgroup org.apache.storm.container.cgroup.core org.apache.storm.metric.cgroup org.apache.storm.metrics2.cgroup -
-
Uses of CgroupCore in org.apache.storm.container.cgroup
Methods in org.apache.storm.container.cgroup that return CgroupCore Modifier and Type Method Description static CgroupCore
CgroupCoreFactory. getInstance(SubSystemType type, String dir)
Methods in org.apache.storm.container.cgroup that return types with arguments of type CgroupCore Modifier and Type Method Description Map<SubSystemType,CgroupCore>
CgroupCommon. getCores()
static Map<SubSystemType,CgroupCore>
CgroupCoreFactory. getInstance(Set<SubSystemType> types, String dir)
-
Uses of CgroupCore in org.apache.storm.container.cgroup.core
Classes in org.apache.storm.container.cgroup.core that implement CgroupCore Modifier and Type Class Description class
BlkioCore
class
CpuacctCore
class
CpuCore
class
CpusetCore
class
DevicesCore
class
FreezerCore
class
MemoryCore
class
NetClsCore
class
NetPrioCore
-
Uses of CgroupCore in org.apache.storm.metric.cgroup
Methods in org.apache.storm.metric.cgroup with parameters of type CgroupCore Modifier and Type Method Description Map<String,Long>
CGroupCpu. getDataFrom(CgroupCore core)
Deprecated.Long
CGroupCpuGuarantee. getDataFrom(CgroupCore core)
Deprecated.Long
CGroupCpuGuaranteeByCfsQuota. getDataFrom(CgroupCore core)
Deprecated.Long
CGroupMemoryLimit. getDataFrom(CgroupCore core)
Deprecated.Long
CGroupMemoryUsage. getDataFrom(CgroupCore core)
Deprecated.abstract T
CGroupMetricsBase. getDataFrom(CgroupCore core)
Deprecated. -
Uses of CgroupCore in org.apache.storm.metrics2.cgroup
Fields in org.apache.storm.metrics2.cgroup declared as CgroupCore Modifier and Type Field Description protected CgroupCore
CGroupMetricsBase. core
-