Uses of Class
org.apache.storm.container.cgroup.Device
-
Uses of Device in org.apache.storm.container.cgroup.core
Modifier and TypeMethodDescriptionBlkioCore.getBlkioSectors()
BlkioCore.getBlkioTime()
BlkioCore.getBlkioWeightDevice()
BlkioCore.getIOMerged()
BlkioCore.getIOQueued()
BlkioCore.getIOServiceBytes()
BlkioCore.getIOServiced()
BlkioCore.getIOServiceTime()
BlkioCore.getIOWaitTime()
BlkioCore.getReadBps()
BlkioCore.getReadIOps()
BlkioCore.getThrottleIOServiceByte()
BlkioCore.getThrottleIOServiced()
BlkioCore.getWriteBps()
BlkioCore.getWriteIOps()
Modifier and TypeMethodDescriptionvoid
void
BlkioCore.setBlkioWeightDevice
(Device device, int weight) void
void
BlkioCore.setReadBps
(Device device, long bps) void
BlkioCore.setReadIOps
(Device device, long iops) void
BlkioCore.setWriteBps
(Device device, long bps) void
BlkioCore.setWriteIOps
(Device device, long iops)