blob: bc807e715731bf11cc3ea631e4b802a2aca84446 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_292) on Tue Jun 15 06:11:52 GMT 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TimelineEntityFilters (Apache Hadoop YARN Timeline Service 3.3.1 API)</title>
<meta name="date" content="2021-06-15">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TimelineEntityFilters (Apache Hadoop YARN Timeline Service 3.3.1 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TimelineEntityFilters.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineDataToRetrieve.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.Builder.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html" target="_top">Frames</a></li>
<li><a href="TimelineEntityFilters.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.hadoop.yarn.server.timelineservice.reader</div>
<h2 title="Class TimelineEntityFilters" class="title">Class TimelineEntityFilters</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>@InterfaceAudience.Private
@InterfaceStability.Unstable
public final class <span class="typeNameLabel">TimelineEntityFilters</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Encapsulates information regarding the filters to apply while querying. These
filters restrict the number of entities to return.<br>
Filters contain the following :<br>
<ul>
<li><b>limit</b> - A limit on the number of entities to return. If null or
&lt; 0, defaults to <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#DEFAULT_LIMIT"><code>DEFAULT_LIMIT</code></a>. The maximum possible
value for limit can be <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>.</li>
<li><b>createdTimeBegin</b> - Matched entities should not be created before
this timestamp. If null or &lt;=0, defaults to 0.</li>
<li><b>createdTimeEnd</b> - Matched entities should not be created after this
timestamp. If null or &lt;=0, defaults to
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true#MAX_VALUE" title="class or interface in java.lang"><code>Long.MAX_VALUE</code></a>.</li>
<li><b>relatesTo</b> - Matched entities should or should not relate to given
entities depending on what's specified in the filter. The entities in
relatesTo are identified by entity type and id. This is represented as
a <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineFilterList</code></a> object containing
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValuesFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValuesFilter</code></a> objects, each of which contains a
set of values for a key and the comparison operator (equals/not equals). The
key which represents the entity type is a string and values are a set of
entity identifiers (also string). As it is a filter list, relatesTo can be
evaluated with logical AND/OR and we can create a hierarchy of these
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValuesFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValuesFilter</code></a> objects. If null or empty, the relations are
not matched.</li>
<li><b>isRelatedTo</b> - Matched entities should or should not be related
to given entities depending on what's specified in the filter. The entities
in isRelatedTo are identified by entity type and id. This is represented as
a <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineFilterList</code></a> object containing
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValuesFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValuesFilter</code></a> objects, each of which contains a
set of values for a key and the comparison operator (equals/not equals). The
key which represents the entity type is a string and values are a set of
entity identifiers (also string). As it is a filter list, relatesTo can be
evaluated with logical AND/OR and we can create a hierarchy of these
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValuesFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValuesFilter</code></a> objects. If null or empty, the relations are
not matched.</li>
<li><b>infoFilters</b> - Matched entities should have exact matches to
the given info and should be either equal or not equal to given value
depending on what's specified in the filter. This is represented as a
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineFilterList</code></a> object containing <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValueFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValueFilter</code></a>
objects, each of which contains key-value pairs with a comparison operator
(equals/not equals). The key which represents the info key is a string but
value can be any object. As it is a filter list, info filters can be
evaluated with logical AND/OR and we can create a hierarchy of these
key-value pairs. If null or empty, the filter is not applied.</li>
<li><b>configFilters</b> - Matched entities should have exact matches to
the given configurations and should be either equal or not equal to given
value depending on what's specified in the filter. This is represented as a
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineFilterList</code></a> object containing <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValueFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValueFilter</code></a>
objects, each of which contains key-value pairs with a comparison operator
(equals/not equals). Both key (which represents config name) and value (which
is config value) are strings. As it is a filter list, config filters can be
evaluated with logical AND/OR and we can create a hierarchy of these
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineKeyValueFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineKeyValueFilter</code></a> objects. If null or empty, the filter is not
applied.</li>
<li><b>metricFilters</b> - Matched entities should contain the given
metrics and satisfy the specified relation with the value. This is
represented as a <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineFilterList</code></a> object containing
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineCompareFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineCompareFilter</code></a> objects, each of which contains key-value pairs
along with the specified relational/comparison operator represented by
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineCompareOp.html" title="enum in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineCompareOp</code></a>. The key is a string and value is integer
(Short/Integer/Long). As it is a filter list, metric filters can be evaluated
with logical AND/OR and we can create a hierarchy of these
<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineCompareFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineCompareFilter</code></a> objects. If null or empty, the filter is not
applied.</li>
<li><b>eventFilters</b> - Matched entities should contain or not contain the
given events. This is represented as a <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineFilterList</code></a> object
containing <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineExistsFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineExistsFilter</code></a> objects, each of which contains a
value which must or must not exist depending on comparison operator specified
in the filter. For event filters, the value represents a event id. As it is a
filter list, event filters can be evaluated with logical AND/OR and we can
create a hierarchy of these <a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineExistsFilter.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter"><code>TimelineExistsFilter</code></a> objects. If null or
empty, the filter is not applied.</li>
<li><b>fromId</b> - If specified, retrieve the next set of entities from the
given fromId. The set of entities retrieved is inclusive of specified fromId.
fromId should be taken from the value associated with FROM_ID info key in
entity response which was sent earlier.</li>
</ul></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.Builder.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader">TimelineEntityFilters.Builder</a></span></code>
<div class="block">A builder class to build an instance of TimelineEntityFilters.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#DEFAULT_LIMIT">DEFAULT_LIMIT</a></span></code>
<div class="block">Default limit of number of entities to return for getEntities API.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getConfigFilters--">getConfigFilters</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getCreatedTimeBegin--">getCreatedTimeBegin</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getCreatedTimeEnd--">getCreatedTimeEnd</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getEventFilters--">getEventFilters</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getFromId--">getFromId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getInfoFilters--">getInfoFilters</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getIsRelatedTo--">getIsRelatedTo</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getLimit--">getLimit</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getMetricFilters--">getMetricFilters</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html#getRelatesTo--">getRelatesTo</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DEFAULT_LIMIT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT_LIMIT</h4>
<pre>public static final&nbsp;long DEFAULT_LIMIT</pre>
<div class="block">Default limit of number of entities to return for getEntities API.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters.DEFAULT_LIMIT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getLimit--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLimit</h4>
<pre>public&nbsp;long&nbsp;getLimit()</pre>
</li>
</ul>
<a name="getCreatedTimeBegin--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreatedTimeBegin</h4>
<pre>public&nbsp;long&nbsp;getCreatedTimeBegin()</pre>
</li>
</ul>
<a name="getCreatedTimeEnd--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreatedTimeEnd</h4>
<pre>public&nbsp;long&nbsp;getCreatedTimeEnd()</pre>
</li>
</ul>
<a name="getRelatesTo--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRelatesTo</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a>&nbsp;getRelatesTo()</pre>
</li>
</ul>
<a name="getIsRelatedTo--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIsRelatedTo</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a>&nbsp;getIsRelatedTo()</pre>
</li>
</ul>
<a name="getInfoFilters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInfoFilters</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a>&nbsp;getInfoFilters()</pre>
</li>
</ul>
<a name="getConfigFilters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfigFilters</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a>&nbsp;getConfigFilters()</pre>
</li>
</ul>
<a name="getMetricFilters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMetricFilters</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a>&nbsp;getMetricFilters()</pre>
</li>
</ul>
<a name="getEventFilters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEventFilters</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/filter/TimelineFilterList.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader.filter">TimelineFilterList</a>&nbsp;getEventFilters()</pre>
</li>
</ul>
<a name="getFromId--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getFromId</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFromId()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TimelineEntityFilters.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineDataToRetrieve.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.Builder.html" title="class in org.apache.hadoop.yarn.server.timelineservice.reader"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/hadoop/yarn/server/timelineservice/reader/TimelineEntityFilters.html" target="_top">Frames</a></li>
<li><a href="TimelineEntityFilters.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2021 <a href="https://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>