blob: 6d63254db528f0435614d1e2e95136acd2904283 [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 -->
<title>CqQuery (Apache Geode 1.15.0)</title>
<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="CqQuery (Apache Geode 1.15.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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="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/geode/cache/query/CqListener.html" title="interface in org.apache.geode.cache.query"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/geode/cache/query/CqResults.html" title="interface in org.apache.geode.cache.query"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/query/CqQuery.html" target="_top">Frames</a></li>
<li><a href="CqQuery.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>Nested&nbsp;|&nbsp;</li>
<li>Field&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>Field&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.geode.cache.query</div>
<h2 title="Interface CqQuery" class="title">Interface CqQuery</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">CqQuery</span></pre>
<div class="block">Interface for continuous query. This provides methods for managing a CQ once it is created
through the QueryService. The methods allow you to retrieve CQ related information, operate on CQ
like execute, stop, close and get the state of the CQ.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 5.5</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== 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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#close--">close</a></span>()</code>
<div class="block">Close the CQ and stop execution.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#execute--">execute</a></span>()</code>
<div class="block">Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>&lt;E&gt;&nbsp;<a href="../../../../../org/apache/geode/cache/query/CqResults.html" title="interface in org.apache.geode.cache.query">CqResults</a>&lt;E&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#executeWithInitialResults--">executeWithInitialResults</a></span>()</code>
<div class="block">Starts executing the CQ or, if the CQ is in a stopped state, resumes execution.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/query/CqAttributes.html" title="interface in org.apache.geode.cache.query">CqAttributes</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#getCqAttributes--">getCqAttributes</a></span>()</code>
<div class="block">Get CqAttributes for this CQ.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/query/CqAttributesMutator.html" title="interface in org.apache.geode.cache.query">CqAttributesMutator</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#getCqAttributesMutator--">getCqAttributesMutator</a></span>()</code>
<div class="block">Get CqAttributesMutator for this CQ.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<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/geode/cache/query/CqQuery.html#getName--">getName</a></span>()</code>
<div class="block">Get the name of the CQ.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/query/Query.html" title="interface in org.apache.geode.cache.query">Query</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#getQuery--">getQuery</a></span>()</code>
<div class="block">Get the query object generated for this CQs query.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<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/geode/cache/query/CqQuery.html#getQueryString--">getQueryString</a></span>()</code>
<div class="block">Get the original query string that was specified with CQ.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/query/CqState.html" title="interface in org.apache.geode.cache.query">CqState</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#getState--">getState</a></span>()</code>
<div class="block">Get the state of the CQ in CqState object form.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/query/CqStatistics.html" title="interface in org.apache.geode.cache.query">CqStatistics</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#getStatistics--">getStatistics</a></span>()</code>
<div class="block">Get statistics information for this CQ.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#isClosed--">isClosed</a></span>()</code>
<div class="block">This allows to check if the CQ is closed.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#isDurable--">isDurable</a></span>()</code>
<div class="block">This allows to check if the CQ is durable.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#isRunning--">isRunning</a></span>()</code>
<div class="block">This allows to check if the CQ is in running or active.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#isStopped--">isStopped</a></span>()</code>
<div class="block">This allows to check if the CQ is in stopped.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/query/CqQuery.html#stop--">stop</a></span>()</code>
<div class="block">Stops this CqQuery without releasing resources.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getQueryString--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getQueryString</h4>
<pre><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;getQueryString()</pre>
<div class="block">Get the original query string that was specified with CQ.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>String the query string associated with CQ.</dd>
</dl>
</li>
</ul>
<a name="getQuery--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getQuery</h4>
<pre><a href="../../../../../org/apache/geode/cache/query/Query.html" title="interface in org.apache.geode.cache.query">Query</a>&nbsp;getQuery()</pre>
<div class="block">Get the query object generated for this CQs query.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Query query object for the query string.</dd>
</dl>
</li>
</ul>
<a name="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre><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;getName()</pre>
<div class="block">Get the name of the CQ.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the name of the CQ.</dd>
</dl>
</li>
</ul>
<a name="getStatistics--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatistics</h4>
<pre><a href="../../../../../org/apache/geode/cache/query/CqStatistics.html" title="interface in org.apache.geode.cache.query">CqStatistics</a>&nbsp;getStatistics()</pre>
<div class="block">Get statistics information for this CQ.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>CqStatistics CQ statistics object.</dd>
</dl>
</li>
</ul>
<a name="getCqAttributes--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCqAttributes</h4>
<pre><a href="../../../../../org/apache/geode/cache/query/CqAttributes.html" title="interface in org.apache.geode.cache.query">CqAttributes</a>&nbsp;getCqAttributes()</pre>
<div class="block">Get CqAttributes for this CQ.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>CqAttributes cqAttribute set with this CqQuery.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/query/CqAttributes.html" title="interface in org.apache.geode.cache.query"><code>CqAttributes</code></a></dd>
</dl>
</li>
</ul>
<a name="getCqAttributesMutator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCqAttributesMutator</h4>
<pre><a href="../../../../../org/apache/geode/cache/query/CqAttributesMutator.html" title="interface in org.apache.geode.cache.query">CqAttributesMutator</a>&nbsp;getCqAttributesMutator()</pre>
<div class="block">Get CqAttributesMutator for this CQ.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>CqAttributesMutator.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/query/CqAttributesMutator.html" title="interface in org.apache.geode.cache.query"><code>CqAttributesMutator</code></a></dd>
</dl>
</li>
</ul>
<a name="executeWithInitialResults--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeWithInitialResults</h4>
<pre>&lt;E&gt;&nbsp;<a href="../../../../../org/apache/geode/cache/query/CqResults.html" title="interface in org.apache.geode.cache.query">CqResults</a>&lt;E&gt;&nbsp;executeWithInitialResults()
throws <a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a>,
<a href="../../../../../org/apache/geode/cache/query/RegionNotFoundException.html" title="class in org.apache.geode.cache.query">RegionNotFoundException</a>,
<a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></pre>
<div class="block">Starts executing the CQ or, if the CQ is in a stopped state, resumes execution. Gets the
current resultset for the CQ query. The CQ is executed on the primary server, and then
redundant servers as needed. If execution fails on all servers, a CqException is thrown. If the
query is complex and the data set is large, this execution may take a long time, which may
cause a socket read timeout in the client. To allow adequate time, you may need to set a longer
pool read-timeout in the client.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>E</code> - the type contained in the returned CqResults</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>SelectResults resultset obtained by executing the query.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a></code> - if this CqQuery is closed.</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/RegionNotFoundException.html" title="class in org.apache.geode.cache.query">RegionNotFoundException</a></code> - if the specified region in the query string is not found.</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the CqQuery is in the RUNNING state already.</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></code> - if failed to execute and get initial results.</dd>
</dl>
</li>
</ul>
<a name="execute--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
<pre>void&nbsp;execute()
throws <a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a>,
<a href="../../../../../org/apache/geode/cache/query/RegionNotFoundException.html" title="class in org.apache.geode.cache.query">RegionNotFoundException</a>,
<a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></pre>
<div class="block">Start executing the CQ or if this CQ is stopped earlier, resumes execution of the CQ. The CQ is
executed on primary and redundant servers, if CQ execution fails on all the server then a
CqException is thrown.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a></code> - if this CqQuery is closed.</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/RegionNotFoundException.html" title="class in org.apache.geode.cache.query">RegionNotFoundException</a></code> - if the specified region in the query string is not found.</dd>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the CqQuery is in the RUNNING state already.</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></code> - if failed to execute.</dd>
</dl>
</li>
</ul>
<a name="stop--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>void&nbsp;stop()
throws <a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a>,
<a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></pre>
<div class="block">Stops this CqQuery without releasing resources. Puts the CqQuery into the STOPPED state. Can be
resumed by calling execute or executeWithInitialResults.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if the CqQuery is in the STOPPED state already.</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a></code> - if the CQ is CLOSED.</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></code> - if failed to stop.</dd>
</dl>
</li>
</ul>
<a name="getState--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getState</h4>
<pre><a href="../../../../../org/apache/geode/cache/query/CqState.html" title="interface in org.apache.geode.cache.query">CqState</a>&nbsp;getState()</pre>
<div class="block">Get the state of the CQ in CqState object form. CqState supports methods like isClosed(),
isRunning(), isStopped().</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>CqState state object of the CQ.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/query/CqState.html" title="interface in org.apache.geode.cache.query"><code>CqState</code></a></dd>
</dl>
</li>
</ul>
<a name="close--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre>void&nbsp;close()
throws <a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a>,
<a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></pre>
<div class="block">Close the CQ and stop execution. Releases the resources associated with this CqQuery.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqClosedException.html" title="class in org.apache.geode.cache.query">CqClosedException</a></code> - Further calls on this CqQuery instance except for getState() or
getName().</dd>
<dd><code><a href="../../../../../org/apache/geode/cache/query/CqException.html" title="class in org.apache.geode.cache.query">CqException</a></code> - - if failure during cleanup of CQ resources.</dd>
</dl>
</li>
</ul>
<a name="isRunning--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isRunning</h4>
<pre>boolean&nbsp;isRunning()</pre>
<div class="block">This allows to check if the CQ is in running or active.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean true if running, false otherwise</dd>
</dl>
</li>
</ul>
<a name="isStopped--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isStopped</h4>
<pre>boolean&nbsp;isStopped()</pre>
<div class="block">This allows to check if the CQ is in stopped.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean true if stopped, false otherwise</dd>
</dl>
</li>
</ul>
<a name="isClosed--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isClosed</h4>
<pre>boolean&nbsp;isClosed()</pre>
<div class="block">This allows to check if the CQ is closed.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean true if closed, false otherwise</dd>
</dl>
</li>
</ul>
<a name="isDurable--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isDurable</h4>
<pre>boolean&nbsp;isDurable()</pre>
<div class="block">This allows to check if the CQ is durable.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean true if durable, false otherwise</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 5.5</dd>
</dl>
</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="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/geode/cache/query/CqListener.html" title="interface in org.apache.geode.cache.query"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/geode/cache/query/CqResults.html" title="interface in org.apache.geode.cache.query"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/query/CqQuery.html" target="_top">Frames</a></li>
<li><a href="CqQuery.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>Nested&nbsp;|&nbsp;</li>
<li>Field&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>Field&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 ======= -->
</body>
</html>