Uses of Enum Class
org.apache.storm.container.cgroup.core.BlkioCore.RecordType
Packages that use BlkioCore.RecordType
-
Uses of BlkioCore.RecordType in org.apache.storm.container.cgroup.core
Methods in org.apache.storm.container.cgroup.core that return BlkioCore.RecordTypeModifier and TypeMethodDescriptionstatic BlkioCore.RecordType
static BlkioCore.RecordType
Returns the enum constant of this class with the specified name.static BlkioCore.RecordType[]
BlkioCore.RecordType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.storm.container.cgroup.core that return types with arguments of type BlkioCore.RecordTypeModifier and TypeMethodDescriptionBlkioCore.getIOMerged()
BlkioCore.getIOQueued()
BlkioCore.getIOServiceBytes()
BlkioCore.getIOServiced()
BlkioCore.getIOServiceTime()
BlkioCore.getIOWaitTime()
BlkioCore.getThrottleIOServiceByte()
BlkioCore.getThrottleIOServiced()