Class CGroupCpuGuarantee

  • All Implemented Interfaces:
    IMetric

    @Deprecated
    public class CGroupCpuGuarantee
    extends CGroupMetricsBase<Long>
    Deprecated.
    Report the guaranteed number of ms this worker has requested. It gets the result from cpu.shares. Use this when org.apache.storm.container.cgroup.CgroupManager is used as the storm.resource.isolation.plugin.