blob: 2370863518bf067cb973180a6d484facdb5e15a9 [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>AsyncEventQueue (Apache Geode 1.15.1)</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="AsyncEventQueue (Apache Geode 1.15.1)";
}
}
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,"i15":6,"i16":6,"i17":6,"i18":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/asyncqueue/AsyncEventListener.html" title="interface in org.apache.geode.cache.asyncqueue"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in org.apache.geode.cache.asyncqueue"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/asyncqueue/AsyncEventQueue.html" target="_top">Frames</a></li>
<li><a href="AsyncEventQueue.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.asyncqueue</div>
<h2 title="Interface AsyncEventQueue" class="title">Interface AsyncEventQueue</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">AsyncEventQueue</span></pre>
<div class="block">Interface of AsyncEventQueue. This represents the channel over which the events are delivered to
the <code>AsyncEventListener</code>.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 7.0</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><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventListener.html" title="interface in org.apache.geode.cache.asyncqueue">AsyncEventListener</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getAsyncEventListener--">getAsyncEventListener</a></span>()</code>
<div class="block">The <code>AsyncEventListener</code> that is attached to the queue.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getBatchSize--">getBatchSize</a></span>()</code>
<div class="block">Represents the size of a batch that gets delivered over the AsyncEventQueue.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getBatchTimeInterval--">getBatchTimeInterval</a></span>()</code>
<div class="block">Represents the maximum time interval that can elapse before a batch is sent from
<code>AsyncEventQueue</code>.</div>
</td>
</tr>
<tr id="i3" 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/asyncqueue/AsyncEventQueue.html#getDiskStoreName--">getDiskStoreName</a></span>()</code>
<div class="block">The Disk store that is required for overflow and persistence</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getDispatcherThreads--">getDispatcherThreads</a></span>()</code>
<div class="block">Returns the number of dispatcher threads working for this <code>AsyncEventQueue</code>.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/wan/GatewayEventFilter.html" title="interface in org.apache.geode.cache.wan">GatewayEventFilter</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getGatewayEventFilters--">getGatewayEventFilters</a></span>()</code>
<div class="block">Returns the <code>GatewayEventFilters</code> for this <code>AsyncEventQueue</code></div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/wan/GatewayEventSubstitutionFilter.html" title="interface in org.apache.geode.cache.wan">GatewayEventSubstitutionFilter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getGatewayEventSubstitutionFilter--">getGatewayEventSubstitutionFilter</a></span>()</code>
<div class="block">Returns the <code>GatewayEventSubstitutionFilter</code> for this <code>AsyncEventQueue</code></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/asyncqueue/AsyncEventQueue.html#getId--">getId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getMaximumQueueMemory--">getMaximumQueueMemory</a></span>()</code>
<div class="block">The maximum memory after which the data needs to be overflowed to disk.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/wan/GatewaySender.OrderPolicy.html" title="enum in org.apache.geode.cache.wan">GatewaySender.OrderPolicy</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#getOrderPolicy--">getOrderPolicy</a></span>()</code>
<div class="block">Returns the order policy followed while dispatching the events to AsyncEventListener.</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/asyncqueue/AsyncEventQueue.html#isBatchConflationEnabled--">isBatchConflationEnabled</a></span>()</code>
<div class="block">Represents whether batch conflation is enabled for batches sent from
<code>AsyncEventQueue</code>.</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/asyncqueue/AsyncEventQueue.html#isDiskSynchronous--">isDiskSynchronous</a></span>()</code>
<div class="block">Represents whether writing to disk is synchronous or not.</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/asyncqueue/AsyncEventQueue.html#isDispatchingPaused--">isDispatchingPaused</a></span>()</code>
<div class="block">Returns whether the queue is processing queued events or is paused</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/asyncqueue/AsyncEventQueue.html#isForwardExpirationDestroy--">isForwardExpirationDestroy</a></span>()</code>
<div class="block">Represents if expiration destroy operations are forwarded (passed) to
<code>AsyncEventListener</code>.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#isParallel--">isParallel</a></span>()</code>
<div class="block">Represents whether this queue is parallel (higher throughput) or serial.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#isPersistent--">isPersistent</a></span>()</code>
<div class="block">Represents whether the AsyncEventQueue is configured to be persistent or non-persistent.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#isPrimary--">isPrimary</a></span>()</code>
<div class="block">Represents whether the queue is primary or secondary.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#resumeEventDispatching--">resumeEventDispatching</a></span>()</code>
<div class="block">Resumes the dispatching of then events queued to the listener.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueue.html#size--">size</a></span>()</code>
<div class="block">Returns the number of entries in this <code>AsyncEventQueue</code>.</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="getId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</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;getId()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>String Id of the AsyncEventQueue</dd>
</dl>
</li>
</ul>
<a name="getDiskStoreName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDiskStoreName</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;getDiskStoreName()</pre>
<div class="block">The Disk store that is required for overflow and persistence</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the name of the disk store</dd>
</dl>
</li>
</ul>
<a name="getMaximumQueueMemory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaximumQueueMemory</h4>
<pre>int&nbsp;getMaximumQueueMemory()</pre>
<div class="block">The maximum memory after which the data needs to be overflowed to disk. Default is 100 MB.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum memory after which the data needs to be overflowed to disk</dd>
</dl>
</li>
</ul>
<a name="getBatchSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBatchSize</h4>
<pre>int&nbsp;getBatchSize()</pre>
<div class="block">Represents the size of a batch that gets delivered over the AsyncEventQueue. Default batchSize
is 100.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the size of a batch that gets delivered over the AsyncEventQueue</dd>
</dl>
</li>
</ul>
<a name="getBatchTimeInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBatchTimeInterval</h4>
<pre>int&nbsp;getBatchTimeInterval()</pre>
<div class="block">Represents the maximum time interval that can elapse before a batch is sent from
<code>AsyncEventQueue</code>. Default batchTimeInterval is 5 ms.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum time interval that can elapse before a batch is sent from
<code>AsyncEventQueue</code></dd>
</dl>
</li>
</ul>
<a name="isBatchConflationEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isBatchConflationEnabled</h4>
<pre>boolean&nbsp;isBatchConflationEnabled()</pre>
<div class="block">Represents whether batch conflation is enabled for batches sent from
<code>AsyncEventQueue</code>. Default is false.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether batch conflation is enabled</dd>
</dl>
</li>
</ul>
<a name="isPersistent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPersistent</h4>
<pre>boolean&nbsp;isPersistent()</pre>
<div class="block">Represents whether the AsyncEventQueue is configured to be persistent or non-persistent.
Default is false.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether the AsyncEventQueue is configured to be persistent</dd>
</dl>
</li>
</ul>
<a name="isDiskSynchronous--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDiskSynchronous</h4>
<pre>boolean&nbsp;isDiskSynchronous()</pre>
<div class="block">Represents whether writing to disk is synchronous or not. Default is true.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether writing to disk is synchronous</dd>
</dl>
</li>
</ul>
<a name="isPrimary--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPrimary</h4>
<pre>boolean&nbsp;isPrimary()</pre>
<div class="block">Represents whether the queue is primary or secondary. Events get delivered only by the primary
queue. If the primary queue goes down then the secondary queue first becomes primary and then
starts delivering the events.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether the queue is primary</dd>
</dl>
</li>
</ul>
<a name="getAsyncEventListener--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAsyncEventListener</h4>
<pre><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventListener.html" title="interface in org.apache.geode.cache.asyncqueue">AsyncEventListener</a>&nbsp;getAsyncEventListener()</pre>
<div class="block">The <code>AsyncEventListener</code> that is attached to the queue. All the event passing over
the queue are delivered to attached listener.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>AsyncEventListener Implementation of AsyncEventListener</dd>
</dl>
</li>
</ul>
<a name="isParallel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isParallel</h4>
<pre>boolean&nbsp;isParallel()</pre>
<div class="block">Represents whether this queue is parallel (higher throughput) or serial.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean True if the queue is parallel, false otherwise.</dd>
</dl>
</li>
</ul>
<a name="getDispatcherThreads--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDispatcherThreads</h4>
<pre>int&nbsp;getDispatcherThreads()</pre>
<div class="block">Returns the number of dispatcher threads working for this <code>AsyncEventQueue</code>. Default
number of dispatcher threads is 5.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of dispatcher threads working for this <code>AsyncEventQueue</code></dd>
</dl>
</li>
</ul>
<a name="getOrderPolicy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrderPolicy</h4>
<pre><a href="../../../../../org/apache/geode/cache/wan/GatewaySender.OrderPolicy.html" title="enum in org.apache.geode.cache.wan">GatewaySender.OrderPolicy</a>&nbsp;getOrderPolicy()</pre>
<div class="block">Returns the order policy followed while dispatching the events to AsyncEventListener. Order
policy is set only when dispatcher threads are &gt; 1. Default order policy is KEY.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the order policy followed while dispatching the events to AsyncEventListener.</dd>
</dl>
</li>
</ul>
<a name="size--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>int&nbsp;size()</pre>
<div class="block">Returns the number of entries in this <code>AsyncEventQueue</code>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the number of entries in this <code>AsyncEventQueue</code>.</dd>
</dl>
</li>
</ul>
<a name="getGatewayEventFilters--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGatewayEventFilters</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/geode/cache/wan/GatewayEventFilter.html" title="interface in org.apache.geode.cache.wan">GatewayEventFilter</a>&gt;&nbsp;getGatewayEventFilters()</pre>
<div class="block">Returns the <code>GatewayEventFilters</code> for this <code>AsyncEventQueue</code></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>GatewayEventFilters</code> for this <code>AsyncEventQueue</code></dd>
</dl>
</li>
</ul>
<a name="getGatewayEventSubstitutionFilter--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGatewayEventSubstitutionFilter</h4>
<pre><a href="../../../../../org/apache/geode/cache/wan/GatewayEventSubstitutionFilter.html" title="interface in org.apache.geode.cache.wan">GatewayEventSubstitutionFilter</a>&nbsp;getGatewayEventSubstitutionFilter()</pre>
<div class="block">Returns the <code>GatewayEventSubstitutionFilter</code> for this <code>AsyncEventQueue</code></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>GatewayEventSubstitutionFilter</code> for this <code>AsyncEventQueue</code></dd>
</dl>
</li>
</ul>
<a name="isForwardExpirationDestroy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isForwardExpirationDestroy</h4>
<pre>boolean&nbsp;isForwardExpirationDestroy()</pre>
<div class="block">Represents if expiration destroy operations are forwarded (passed) to
<code>AsyncEventListener</code>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean True if expiration destroy operations are forwarded.</dd>
</dl>
</li>
</ul>
<a name="resumeEventDispatching--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resumeEventDispatching</h4>
<pre>void&nbsp;resumeEventDispatching()</pre>
<div class="block">Resumes the dispatching of then events queued to the listener.</div>
</li>
</ul>
<a name="isDispatchingPaused--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isDispatchingPaused</h4>
<pre>boolean&nbsp;isDispatchingPaused()</pre>
<div class="block">Returns whether the queue is processing queued events or is paused</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether the queue is paused</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/asyncqueue/AsyncEventListener.html" title="interface in org.apache.geode.cache.asyncqueue"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/geode/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in org.apache.geode.cache.asyncqueue"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/asyncqueue/AsyncEventQueue.html" target="_top">Frames</a></li>
<li><a href="AsyncEventQueue.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>