Uses of Class
org.apache.storm.container.cgroup.core.BlkioCore.RecordType
-
Packages that use BlkioCore.RecordType Package Description org.apache.storm.container.cgroup.core -
-
Uses of BlkioCore.RecordType in org.apache.storm.container.cgroup.core
Methods in org.apache.storm.container.cgroup.core that return BlkioCore.RecordType Modifier and Type Method Description static BlkioCore.RecordType
BlkioCore.RecordType. getType(String type)
static BlkioCore.RecordType
BlkioCore.RecordType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlkioCore.RecordType[]
BlkioCore.RecordType. 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 BlkioCore.RecordType Modifier and Type Method Description Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getIOMerged()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getIOQueued()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getIOServiceBytes()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getIOServiced()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getIOServiceTime()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getIOWaitTime()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getThrottleIOServiceByte()
Map<Device,Map<BlkioCore.RecordType,Long>>
BlkioCore. getThrottleIOServiced()
-