Generated by
JDiff

Class org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport

Added Methods
float getClusterUsagePercentage() Get the percentage of resources of the cluster that the app is using.
long getPreemptedMemorySeconds() Get the aggregated amount of memory preempted(in megabytes) the application has allocated times the number of seconds the application has been running.
Map getPreemptedResourceSecondsMap() Get the aggregated number of resources preempted that the application has allocated times the number of seconds the application has been running.
long getPreemptedVcoreSeconds() Get the aggregated number of vcores preempted that the application has allocated times the number of seconds the application has been running.
float getQueueUsagePercentage() Get the percentage of resources of the queue that the app is using.
Map getResourceSecondsMap() Get the aggregated number of resources that the application has allocated times the number of seconds the application has been running.