Package org.apache.storm.metric.cgroup
Class CGroupCpuGuarantee
java.lang.Object
org.apache.storm.metric.cgroup.CGroupMetricsBase<Long>
org.apache.storm.metric.cgroup.CGroupCpuGuarantee
- All Implemented Interfaces:
- IMetric
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.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.storm.metric.cgroup.CGroupMetricsBasegetValueAndResetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.metric.api.IMetricgetDimensions
- 
Constructor Details- 
CGroupCpuGuaranteeDeprecated.
 
- 
- 
Method Details- 
getDataFromDeprecated.- Specified by:
- getDataFromin class- CGroupMetricsBase<Long>
- Throws:
- IOException
 
 
-