org.apache.hadoop.yarn.server.nodemanager
Interface ResourceView

All Known Subinterfaces:
ContainersMonitor
All Known Implementing Classes:
ContainersMonitorImpl

public interface ResourceView


Method Summary
 long getPmemAllocatedForContainers()
           
 long getVmemAllocatedForContainers()
           
 boolean isPmemCheckEnabled()
           
 boolean isVmemCheckEnabled()
           
 

Method Detail

getVmemAllocatedForContainers

long getVmemAllocatedForContainers()

isVmemCheckEnabled

boolean isVmemCheckEnabled()

getPmemAllocatedForContainers

long getPmemAllocatedForContainers()

isPmemCheckEnabled

boolean isPmemCheckEnabled()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.