blob: 5dc29862682b513b428dc01e31f5d7b113489bc5 [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>Pool (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="Pool (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,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":50,"i30":6,"i31":50};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"],32:["t6","Deprecated 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/client/NoAvailableServersException.html" title="class in org.apache.geode.cache.client"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html" title="interface in org.apache.geode.cache.client"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/client/Pool.html" target="_top">Frames</a></li>
<li><a href="Pool.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.client</div>
<h2 title="Interface Pool" class="title">Interface Pool</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="typeNameLabel">Pool</span></pre>
<div class="block">A pool for connections from a client to a set of GemFire Cache Servers.
<p>
A single instance of this interface can be created using <a href="../../../../../org/apache/geode/cache/client/ClientCacheFactory.html#create--"><code>ClientCacheFactory.create()</code></a>.
Multiple instances may also be created using <a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#create-java.lang.String-"><code>PoolFactory.create(java.lang.String)</code></a>. A <a href="../../../../../org/apache/geode/cache/client/PoolFactory.html" title="interface in org.apache.geode.cache.client"><code>PoolFactory</code></a>
instance is created by calling <a href="../../../../../org/apache/geode/cache/client/PoolManager.html#createFactory--"><code>PoolManager.createFactory()</code></a>. So to create a default
<code>Pool</code> do this:
<PRE>
new ClientCacheFactory().create();
</PRE>
or this:
<PRE>
PoolManager.createFactory().create("myPool");
</PRE>
Instances may also be created by declaring them in cache.xml with a <code>pool</code> element.
<p>
Existing Pool instances can be found using <a href="../../../../../org/apache/geode/cache/client/PoolManager.html#find-java.lang.String-"><code>PoolManager.find(String)</code></a> and
<a href="../../../../../org/apache/geode/cache/client/PoolManager.html#getAll--"><code>PoolManager.getAll()</code></a>.
<p>
The pool name must be configured on the client regions that will use this pool by calling
<a href="../../../../../org/apache/geode/cache/RegionFactory.html#setPoolName-java.lang.String-"><code>RegionFactory.setPoolName(java.lang.String)</code></a>.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 5.7</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><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated 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/client/Pool.html#destroy--">destroy</a></span>()</code>
<div class="block">Destroys this pool closing any connections it produced.</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/client/Pool.html#destroy-boolean-">destroy</a></span>(boolean&nbsp;keepAlive)</code>
<div class="block">Destroys this pool closing any connections it produced.</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/client/Pool.html#getFreeConnectionTimeout--">getFreeConnectionTimeout</a></span>()</code>
<div class="block">Returns the connection timeout of this pool.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getIdleTimeout--">getIdleTimeout</a></span>()</code>
<div class="block">Get the idle timeout for this pool.</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/client/Pool.html#getLoadConditioningInterval--">getLoadConditioningInterval</a></span>()</code>
<div class="block">Returns the load conditioning interval of this pool.</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="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getLocators--">getLocators</a></span>()</code>
<div class="block">Returns an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the locators this pool is
using.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getMaxConnections--">getMaxConnections</a></span>()</code>
<div class="block">Get the maximum connections for this pool.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getMinConnections--">getMinConnections</a></span>()</code>
<div class="block">Get the minimum connections for this pool.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getMultiuserAuthentication--">getMultiuserAuthentication</a></span>()</code>
<div class="block">Returns true if multiuser mode is enabled on this pool.</div>
</td>
</tr>
<tr id="i9" 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/client/Pool.html#getName--">getName</a></span>()</code>
<div class="block">Get the name of the connection pool</div>
</td>
</tr>
<tr id="i10" class="altColor">
<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="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getOnlineLocators--">getOnlineLocators</a></span>()</code>
<div class="block">Returns an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the locators this pool is
using.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getPendingEventCount--">getPendingEventCount</a></span>()</code>
<div class="block">Returns the approximate number of pending subscription events maintained at server for this
durable client pool at the time it (re)connected to the server.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getPingInterval--">getPingInterval</a></span>()</code>
<div class="block">Get the ping interval for this pool.</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/client/Pool.html#getPRSingleHopEnabled--">getPRSingleHopEnabled</a></span>()</code>
<div class="block">Returns true if single-hop optimisation is enabled on this pool.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/query/QueryService.html" title="interface in org.apache.geode.cache.query">QueryService</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getQueryService--">getQueryService</a></span>()</code>
<div class="block">Returns the QueryService for this Pool.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getReadTimeout--">getReadTimeout</a></span>()</code>
<div class="block">Returns the read timeout of this pool.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getRetryAttempts--">getRetryAttempts</a></span>()</code>
<div class="block">Get the retry attempts for this pool.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getServerConnectionTimeout--">getServerConnectionTimeout</a></span>()</code>
<div class="block">Returns the server connection timeout of this pool.</div>
</td>
</tr>
<tr id="i18" 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/geode/cache/client/Pool.html#getServerGroup--">getServerGroup</a></span>()</code>
<div class="block">Returns the server group of this pool.</div>
</td>
</tr>
<tr id="i19" 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="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getServers--">getServers</a></span>()</code>
<div class="block">Returns an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the servers this pool is
using.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSocketBufferSize--">getSocketBufferSize</a></span>()</code>
<div class="block">Returns the socket buffer size of this pool.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSocketConnectTimeout--">getSocketConnectTimeout</a></span>()</code>
<div class="block">Returns the socket connect timeout of this pool.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/geode/cache/client/SocketFactory.html" title="interface in org.apache.geode.cache.client">SocketFactory</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSocketFactory--">getSocketFactory</a></span>()</code>
<div class="block">The socket factory used by this pool to create socket connections to servers and locators.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getStatisticInterval--">getStatisticInterval</a></span>()</code>
<div class="block">Get the statistic interval for this pool.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSubscriptionAckInterval--">getSubscriptionAckInterval</a></span>()</code>
<div class="block">Returns the subscription ack interval of this pool.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSubscriptionEnabled--">getSubscriptionEnabled</a></span>()</code>
<div class="block">Returns the true if server-to-client subscriptions are enabled on this pool.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSubscriptionMessageTrackingTimeout--">getSubscriptionMessageTrackingTimeout</a></span>()</code>
<div class="block">Returns the subscription message tracking timeout of this pool.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSubscriptionRedundancy--">getSubscriptionRedundancy</a></span>()</code>
<div class="block">Returns the subscription redundancy level of this pool.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getSubscriptionTimeoutMultiplier--">getSubscriptionTimeoutMultiplier</a></span>()</code>
<div class="block">A server has an inactivity monitor that ensures a message is sent to a client at least once a
minute (60,000 milliseconds).</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>default boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#getThreadLocalConnections--">getThreadLocalConnections</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Since Geode 1.10.0. Thread local connections are ignored. Will be removed in future
major release. Now always returns false.</span></div>
</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#isDestroyed--">isDestroyed</a></span>()</code>
<div class="block">Indicates whether this Pool has been destroyed.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>default void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/geode/cache/client/Pool.html#releaseThreadLocalConnection--">releaseThreadLocalConnection</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">Since Geode 1.10.0. Thread local connections are ignored. Will be removed in future
major release.</span></div>
</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="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 connection pool</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the name of the pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#create-java.lang.String-"><code>PoolFactory.create(java.lang.String)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSocketConnectTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSocketConnectTimeout</h4>
<pre>int&nbsp;getSocketConnectTimeout()</pre>
<div class="block">Returns the socket connect timeout of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the socket connect timeout of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSocketConnectTimeout-int-"><code>PoolFactory.setSocketConnectTimeout(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getFreeConnectionTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFreeConnectionTimeout</h4>
<pre>int&nbsp;getFreeConnectionTimeout()</pre>
<div class="block">Returns the connection timeout of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the connection timeout of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setFreeConnectionTimeout-int-"><code>PoolFactory.setFreeConnectionTimeout(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getServerConnectionTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServerConnectionTimeout</h4>
<pre>int&nbsp;getServerConnectionTimeout()</pre>
<div class="block">Returns the server connection timeout of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the server connection timeout of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setServerConnectionTimeout-int-"><code>PoolFactory.setServerConnectionTimeout(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getLoadConditioningInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLoadConditioningInterval</h4>
<pre>int&nbsp;getLoadConditioningInterval()</pre>
<div class="block">Returns the load conditioning interval of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the load conditioning interval of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setLoadConditioningInterval-int-"><code>PoolFactory.setLoadConditioningInterval(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSocketBufferSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSocketBufferSize</h4>
<pre>int&nbsp;getSocketBufferSize()</pre>
<div class="block">Returns the socket buffer size of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the socket buffer size of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSocketBufferSize-int-"><code>PoolFactory.setSocketBufferSize(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getReadTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadTimeout</h4>
<pre>int&nbsp;getReadTimeout()</pre>
<div class="block">Returns the read timeout of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the read timeout of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setReadTimeout-int-"><code>PoolFactory.setReadTimeout(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getMinConnections--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinConnections</h4>
<pre>int&nbsp;getMinConnections()</pre>
<div class="block">Get the minimum connections for this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the minimum connections for this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setMinConnections-int-"><code>PoolFactory.setMinConnections(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getMaxConnections--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxConnections</h4>
<pre>int&nbsp;getMaxConnections()</pre>
<div class="block">Get the maximum connections for this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum connections for this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setMaxConnections-int-"><code>PoolFactory.setMaxConnections(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getIdleTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIdleTimeout</h4>
<pre>long&nbsp;getIdleTimeout()</pre>
<div class="block">Get the idle timeout for this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the idle timeout for this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setIdleTimeout-long-"><code>PoolFactory.setIdleTimeout(long)</code></a></dd>
</dl>
</li>
</ul>
<a name="getPingInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPingInterval</h4>
<pre>long&nbsp;getPingInterval()</pre>
<div class="block">Get the ping interval for this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the ping interval for this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setPingInterval-long-"><code>PoolFactory.setPingInterval(long)</code></a></dd>
</dl>
</li>
</ul>
<a name="getStatisticInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatisticInterval</h4>
<pre>int&nbsp;getStatisticInterval()</pre>
<div class="block">Get the statistic interval for this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the statistic interval for this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setStatisticInterval-int-"><code>PoolFactory.setStatisticInterval(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getRetryAttempts--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRetryAttempts</h4>
<pre>int&nbsp;getRetryAttempts()</pre>
<div class="block">Get the retry attempts for this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the retry attempts for this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setRetryAttempts-int-"><code>PoolFactory.setRetryAttempts(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getThreadLocalConnections--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getThreadLocalConnections</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
default&nbsp;boolean&nbsp;getThreadLocalConnections()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Since Geode 1.10.0. Thread local connections are ignored. Will be removed in future
major release. Now always returns false.</span></div>
<div class="block">Returns <code>true</code> if thread local connections are enabled on this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether thread local connections are enabled on this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setThreadLocalConnections-boolean-"><code>PoolFactory.setThreadLocalConnections(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSubscriptionEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubscriptionEnabled</h4>
<pre>boolean&nbsp;getSubscriptionEnabled()</pre>
<div class="block">Returns the true if server-to-client subscriptions are enabled on this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether server-to-client subscriptions are enabled on this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSubscriptionEnabled-boolean-"><code>PoolFactory.setSubscriptionEnabled(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="getPRSingleHopEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPRSingleHopEnabled</h4>
<pre>boolean&nbsp;getPRSingleHopEnabled()</pre>
<div class="block">Returns true if single-hop optimisation is enabled on this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether single-hop optimisation is enabled on this pool</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 6.5</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setPRSingleHopEnabled-boolean-"><code>PoolFactory.setPRSingleHopEnabled(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSubscriptionRedundancy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubscriptionRedundancy</h4>
<pre>int&nbsp;getSubscriptionRedundancy()</pre>
<div class="block">Returns the subscription redundancy level of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the subscription redundancy level of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSubscriptionRedundancy-int-"><code>PoolFactory.setSubscriptionRedundancy(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSubscriptionMessageTrackingTimeout--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubscriptionMessageTrackingTimeout</h4>
<pre>int&nbsp;getSubscriptionMessageTrackingTimeout()</pre>
<div class="block">Returns the subscription message tracking timeout of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the subscription message tracking timeout of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSubscriptionMessageTrackingTimeout-int-"><code>PoolFactory.setSubscriptionMessageTrackingTimeout(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSubscriptionAckInterval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubscriptionAckInterval</h4>
<pre>int&nbsp;getSubscriptionAckInterval()</pre>
<div class="block">Returns the subscription ack interval of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the subscription ack interval of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSubscriptionAckInterval-int-"><code>PoolFactory.setSubscriptionAckInterval(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getServerGroup--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServerGroup</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;getServerGroup()</pre>
<div class="block">Returns the server group of this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the server group of this pool</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setServerGroup-java.lang.String-"><code>PoolFactory.setServerGroup(java.lang.String)</code></a></dd>
</dl>
</li>
</ul>
<a name="getMultiuserAuthentication--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMultiuserAuthentication</h4>
<pre>boolean&nbsp;getMultiuserAuthentication()</pre>
<div class="block">Returns true if multiuser mode is enabled on this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether multiuser mode is enabled on this pool</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 6.5</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setMultiuserAuthentication-boolean-"><code>PoolFactory.setMultiuserAuthentication(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="getLocators--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocators</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="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</a>&gt;&nbsp;getLocators()</pre>
<div class="block">Returns an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the locators this pool is
using. Each locator is either one <a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#addLocator-java.lang.String-int-"><code>added explicitly</code></a> when the pool
was created.
<p>
If a pool has no locators then it can not discover servers or locators at runtime.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the locators this pool is
using</dd>
</dl>
</li>
</ul>
<a name="getOnlineLocators--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOnlineLocators</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="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</a>&gt;&nbsp;getOnlineLocators()</pre>
<div class="block">Returns an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the locators this pool is
using. The returned locator is only the currently living locator found based on the periodic
locator list request.
<p>
The returned locator list may be slightly old information. If the locator does not exist, an
empty list is returned.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the locators this pool is
using</dd>
</dl>
</li>
</ul>
<a name="getServers--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServers</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="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net">InetSocketAddress</a>&gt;&nbsp;getServers()</pre>
<div class="block">Returns an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the servers this pool is
using. These servers where either <a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#addServer-java.lang.String-int-"><code>added explicitly</code></a> when the pool
was created or were discovered using this pools <a href="../../../../../org/apache/geode/cache/client/Pool.html#getLocators--"><code>locators</code></a>.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an unmodifiable list of <a href="https://docs.oracle.com/javase/8/docs/api/java/net/InetSocketAddress.html?is-external=true" title="class or interface in java.net"><code>InetSocketAddress</code></a> of the servers this pool is
using</dd>
</dl>
</li>
</ul>
<a name="destroy-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destroy</h4>
<pre>void&nbsp;destroy(boolean&nbsp;keepAlive)</pre>
<div class="block">Destroys this pool closing any connections it produced.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>keepAlive</code> - whether the server should keep the durable client's subscriptions alive for
the timeout period</dd>
<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 pool is still in use</dd>
</dl>
</li>
</ul>
<a name="destroy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>destroy</h4>
<pre>void&nbsp;destroy()</pre>
<div class="block">Destroys this pool closing any connections it produced.</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 pool is still in use</dd>
</dl>
</li>
</ul>
<a name="isDestroyed--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDestroyed</h4>
<pre>boolean&nbsp;isDestroyed()</pre>
<div class="block">Indicates whether this Pool has been destroyed.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the pool has been destroyed</dd>
</dl>
</li>
</ul>
<a name="releaseThreadLocalConnection--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>releaseThreadLocalConnection</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
default&nbsp;void&nbsp;releaseThreadLocalConnection()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Since Geode 1.10.0. Thread local connections are ignored. Will be removed in future
major release.</span></div>
<div class="block">If this pool was configured to to use thread local connections, then this method will release
the connection cached for the calling thread. The connection will then be available for use by
other threads.
If this pool is not using thread local connections, this method will have no effect.</div>
</li>
</ul>
<a name="getQueryService--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getQueryService</h4>
<pre><a href="../../../../../org/apache/geode/cache/query/QueryService.html" title="interface in org.apache.geode.cache.query">QueryService</a>&nbsp;getQueryService()</pre>
<div class="block">Returns the QueryService for this Pool. The query operations performed using this QueryService
will be executed on the servers that are associated with this pool.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the QueryService</dd>
</dl>
</li>
</ul>
<a name="getPendingEventCount--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPendingEventCount</h4>
<pre>int&nbsp;getPendingEventCount()</pre>
<div class="block">Returns the approximate number of pending subscription events maintained at server for this
durable client pool at the time it (re)connected to the server. Server would start dispatching
these events to this durable client pool when it receives <a href="../../../../../org/apache/geode/cache/client/ClientCache.html#readyForEvents--"><code>ClientCache.readyForEvents()</code></a>
from it.
<p>
Durable clients can call this method on reconnect to assess the amount of 'stale' data i.e.
events accumulated at server while this client was away and, importantly, before calling
<a href="../../../../../org/apache/geode/cache/client/ClientCache.html#readyForEvents--"><code>ClientCache.readyForEvents()</code></a>.
<p>
Any number of invocations of this method during a single session will return the same value.
<p>
It may return a zero value if there are no events pending at server for this client pool. A
negative value returned tells us that no queue was available at server for this client pool.
<p>
A value -1 indicates that this client pool reconnected to server after its
'durable-client-timeout' period elapsed and hence its subscription queue at server was removed,
possibly causing data loss.
<p>
A value -2 indicates that this client pool connected to server for the first time.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int The number of subscription events maintained at server for this durable client pool
at the time this pool (re)connected. A negative value indicates no queue was found for
this client pool.</dd>
<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 called by a non-durable client or if invoked any time after
invocation of <a href="../../../../../org/apache/geode/cache/client/ClientCache.html#readyForEvents--"><code>ClientCache.readyForEvents()</code></a>.</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 8.1</dd>
</dl>
</li>
</ul>
<a name="getSubscriptionTimeoutMultiplier--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubscriptionTimeoutMultiplier</h4>
<pre>int&nbsp;getSubscriptionTimeoutMultiplier()</pre>
<div class="block">A server has an inactivity monitor that ensures a message is sent to a client at least once a
minute (60,000 milliseconds). If a subscription timeout multipler is set in the client it
enables timing out of the subscription feed with failover to another server.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The timeout multiplier</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSubscriptionTimeoutMultiplier-int-"><code>PoolFactory.setSubscriptionTimeoutMultiplier(int)</code></a></dd>
</dl>
</li>
</ul>
<a name="getSocketFactory--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getSocketFactory</h4>
<pre><a href="../../../../../org/apache/geode/cache/client/SocketFactory.html" title="interface in org.apache.geode.cache.client">SocketFactory</a>&nbsp;getSocketFactory()</pre>
<div class="block">The socket factory used by this pool to create socket connections to servers and locators.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the socket factory used by this pool to create socket connections to servers and
locators</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html#setSocketFactory-org.apache.geode.cache.client.SocketFactory-"><code>PoolFactory.setSocketFactory(SocketFactory)</code></a></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/client/NoAvailableServersException.html" title="class in org.apache.geode.cache.client"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/geode/cache/client/PoolFactory.html" title="interface in org.apache.geode.cache.client"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/geode/cache/client/Pool.html" target="_top">Frames</a></li>
<li><a href="Pool.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>