blob: f0a4cf216ab86d4ae3181aae06cdc30cb230901d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.0.9">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
<BODY>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>Apache Hadoop YARN API 3.3.1</tt></B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.yarn.api.records.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="org.apache.hadoop.yarn.api.records.ApplicationReport.html"><B>PREV CLASS</B></A>
&nbsp;<A HREF="org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext.html"><B>NEXT CLASS</B></A>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp;
CONSTRUCTORS&nbsp;|&nbsp;
<a href="#methods">METHODS</a>&nbsp;|&nbsp;
FIELDS
</FONT></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
<H2>
Class org.apache.hadoop.yarn.api.records.<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html" target="_top"><tt>ApplicationResourceUsageReport</tt></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
<a NAME="Added"></a>
<TABLE summary="Added Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Added Methods</B></FONT></TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.getClusterUsagePercentage_added()"></A>
<nobr><code>float</code>&nbsp;<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html#getClusterUsagePercentage()" target="_top"><tt>getClusterUsagePercentage</tt></A>()</nobr>
</TD>
<TD VALIGN="TOP">Get the percentage of resources of the cluster that the app is using.</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.getPreemptedMemorySeconds_added()"></A>
<nobr><code>long</code>&nbsp;<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html#getPreemptedMemorySeconds()" target="_top"><tt>getPreemptedMemorySeconds</tt></A>()</nobr>
</TD>
<TD VALIGN="TOP">Get the aggregated amount of memory preempted(in megabytes) the application has allocated times the number of seconds the application has been running.</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.getPreemptedResourceSecondsMap_added()"></A>
<nobr><code>Map</code>&nbsp;<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html#getPreemptedResourceSecondsMap()" target="_top"><tt>getPreemptedResourceSecondsMap</tt></A>()</nobr>
</TD>
<TD VALIGN="TOP">Get the aggregated number of resources preempted that the application has allocated times the number of seconds the application has been running.</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.getPreemptedVcoreSeconds_added()"></A>
<nobr><code>long</code>&nbsp;<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html#getPreemptedVcoreSeconds()" target="_top"><tt>getPreemptedVcoreSeconds</tt></A>()</nobr>
</TD>
<TD VALIGN="TOP">Get the aggregated number of vcores preempted that the application has allocated times the number of seconds the application has been running.</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.getQueueUsagePercentage_added()"></A>
<nobr><code>float</code>&nbsp;<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html#getQueueUsagePercentage()" target="_top"><tt>getQueueUsagePercentage</tt></A>()</nobr>
</TD>
<TD VALIGN="TOP">Get the percentage of resources of the queue that the app is using.</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.getResourceSecondsMap_added()"></A>
<nobr><code>Map</code>&nbsp;<A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html#getResourceSecondsMap()" target="_top"><tt>getResourceSecondsMap</tt></A>()</nobr>
</TD>
<TD VALIGN="TOP">Get the aggregated number of resources that the application has allocated times the number of seconds the application has been running.</TD>
</TR>
</TABLE>
&nbsp;
<a NAME="fields"></a>
<HR>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/build/source/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/target/site/apidocs/org/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>Apache Hadoop YARN API 3.3.1</tt></B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.yarn.api.records.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="org.apache.hadoop.yarn.api.records.ApplicationReport.html"><B>PREV CLASS</B></A>
&nbsp;<A HREF="org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext.html"><B>NEXT CLASS</B></A>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="org.apache.hadoop.yarn.api.records.ApplicationResourceUsageReport.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
</BODY>
</HTML>