java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.resources.CGroupsBlkioResourceHandlerImpl
All Implemented Interfaces:
DiskResourceHandler, ResourceHandler

@Private @Unstable public class CGroupsBlkioResourceHandlerImpl extends Object implements DiskResourceHandler
Handler class to handle the blkio controller. Currently it splits resources evenly across all containers. Once we have scheduling sorted out, we can modify the function to represent the disk resources allocated.