blob: e791c7f2011587336bf12c29534456c7aa0355ce [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>CacheHealthConfig (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="CacheHealthConfig (Apache Geode 1.15.1)";
}
}
catch(err) {
}
//-->
var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/admin/CacheDoesNotExistException.html" title="class in org.apache.geode.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/admin/CacheServer.html" title="interface in org.apache.geode.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/admin/CacheHealthConfig.html" target="_top">Frames</a></li>
<li><a href="CacheHealthConfig.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.geode.admin</div>
<h2 title="Interface CacheHealthConfig" class="title">Interface CacheHealthConfig</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../../org/apache/geode/admin/GemFireHealthConfig.html" title="interface in org.apache.geode.admin">GemFireHealthConfig</a></dd>
</dl>
<hr>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href=
"../../../../org/apache/geode/management/package-summary.html">management</a></code>
package instead</span></div>
</div>
<br>
<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>
public interface <span class="typeNameLabel">CacheHealthConfig</span></pre>
<div class="block">Provides configuration information relating to the health of a member of a GemFire distributed
system that hosts a GemFire <a href="../../../../org/apache/geode/cache/Cache.html" title="interface in org.apache.geode.cache"><code>Cache</code></a>.
<P>
If any of the following criteria is true, then a cache member is considered to be in
<a href="../../../../org/apache/geode/admin/GemFireHealth.html#OKAY_HEALTH"><code>OKAY_HEALTH</code></a>.
<UL>
<LI><code>netSearch</code> operations take <a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxNetSearchTime--">too long</a> to
complete.</LI>
<LI>Cache <code>load</code> operations take <a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxLoadTime--">too long</a> to
complete.</LI>
<LI>The overall cache <a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMinHitRatio--"><code>hitRatio</code></a> is too small</LI>
<LI>The number of entries in the Cache <a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxEventQueueSize--"><code>event delivery queue</code></a> is too
large.</LI>
<LI>If one of the regions is configured with <a href="../../../../org/apache/geode/cache/LossAction.html#FULL_ACCESS"><code>FULL_ACCESS</code></a> on role loss.</LI>
</UL>
If any of the following criteria is true, then a cache member is considered to be in
<a href="../../../../org/apache/geode/admin/GemFireHealth.html#POOR_HEALTH"><code>POOR_HEALTH</code></a>.
<UL>
<LI>If one of the regions is configured with <a href="../../../../org/apache/geode/cache/LossAction.html#NO_ACCESS"><code>NO_ACCESS</code></a> on role loss.</LI>
<LI>If one of the regions is configured with
<a href="../../../../org/apache/geode/cache/LossAction.html#LIMITED_ACCESS"><code>LIMITED_ACCESS</code></a> on role loss.</LI>
</UL></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>GemFire 3.5</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MAX_EVENT_QUEUE_SIZE">DEFAULT_MAX_EVENT_QUEUE_SIZE</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default maximum number of entries in the event delivery queue of a healthy cache member.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MAX_LOAD_TIME">DEFAULT_MAX_LOAD_TIME</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default maximum number of milliseconds a cache <code>load</code> operation can take before
the cache member is considered to be unhealthy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MAX_NET_SEARCH_TIME">DEFAULT_MAX_NET_SEARCH_TIME</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default maximum number of milliseconds a <code>netSearch</code> operation can take before
the cache member is considered to be unhealthy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MIN_HIT_RATIO">DEFAULT_MIN_HIT_RATIO</a></span></code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default minimum hit ratio of a healthy cache member.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxEventQueueSize--">getMaxEventQueueSize</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the maximum number of entries in the event delivery queue of a healthy cache member.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxLoadTime--">getMaxLoadTime</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the maximum number of milliseconds a cache <code>load</code> operation can take before
the cache member is considered to be unhealthy.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxNetSearchTime--">getMaxNetSearchTime</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the maximum number of milliseconds a <code>netSearch</code> operation can take before
the cache member is considered to be unhealthy.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMinHitRatio--">getMinHitRatio</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the minimum hit ratio of a healthy cache member.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#setMaxEventQueueSize-long-">setMaxEventQueueSize</a></span>(long&nbsp;maxEventQueueSize)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the maximum number of entries in the event delivery queue of a healthy cache member.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#setMaxLoadTime-long-">setMaxLoadTime</a></span>(long&nbsp;maxLoadTime)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the maximum number of milliseconds a cache <code>load</code> operation can take before the
cache member is considered to be unhealthy.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#setMaxNetSearchTime-long-">setMaxNetSearchTime</a></span>(long&nbsp;maxNetSearchTime)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the maximum number of milliseconds a <code>netSearch</code> operation can take before the
cache member is considered to be unhealthy.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#setMinHitRatio-double-">setMinHitRatio</a></span>(double&nbsp;minHitRatio)</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the minimum hit ratio of a healthy cache member.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DEFAULT_MAX_NET_SEARCH_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_MAX_NET_SEARCH_TIME</h4>
<pre>static final&nbsp;long DEFAULT_MAX_NET_SEARCH_TIME</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default maximum number of milliseconds a <code>netSearch</code> operation can take before
the cache member is considered to be unhealthy.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.admin.CacheHealthConfig.DEFAULT_MAX_NET_SEARCH_TIME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_MAX_LOAD_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_MAX_LOAD_TIME</h4>
<pre>static final&nbsp;long DEFAULT_MAX_LOAD_TIME</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default maximum number of milliseconds a cache <code>load</code> operation can take before
the cache member is considered to be unhealthy.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.admin.CacheHealthConfig.DEFAULT_MAX_LOAD_TIME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_MIN_HIT_RATIO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFAULT_MIN_HIT_RATIO</h4>
<pre>static final&nbsp;double DEFAULT_MIN_HIT_RATIO</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default minimum hit ratio of a healthy cache member.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.admin.CacheHealthConfig.DEFAULT_MIN_HIT_RATIO">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEFAULT_MAX_EVENT_QUEUE_SIZE">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT_MAX_EVENT_QUEUE_SIZE</h4>
<pre>static final&nbsp;long DEFAULT_MAX_EVENT_QUEUE_SIZE</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">The default maximum number of entries in the event delivery queue of a healthy cache member.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.apache.geode.admin.CacheHealthConfig.DEFAULT_MAX_EVENT_QUEUE_SIZE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getMaxNetSearchTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxNetSearchTime</h4>
<pre>long&nbsp;getMaxNetSearchTime()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the maximum number of milliseconds a <code>netSearch</code> operation can take before
the cache member is considered to be unhealthy.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum number of milliseconds a <code>netSearch</code> operation can take before
the cache member is considered to be unhealthy</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MAX_NET_SEARCH_TIME"><code>DEFAULT_MAX_NET_SEARCH_TIME</code></a></dd>
</dl>
</li>
</ul>
<a name="setMaxNetSearchTime-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxNetSearchTime</h4>
<pre>void&nbsp;setMaxNetSearchTime(long&nbsp;maxNetSearchTime)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the maximum number of milliseconds a <code>netSearch</code> operation can take before the
cache member is considered to be unhealthy.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>maxNetSearchTime</code> - the maximum number of milliseconds a <code>netSearch</code> operation
can take before the cache member is considered to be unhealthy</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxNetSearchTime--"><code>getMaxNetSearchTime()</code></a></dd>
</dl>
</li>
</ul>
<a name="getMaxLoadTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxLoadTime</h4>
<pre>long&nbsp;getMaxLoadTime()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the maximum number of milliseconds a cache <code>load</code> operation can take before
the cache member is considered to be unhealthy.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum number of milliseconds a cache <code>load</code> operation can take before
the cache member is considered to be unhealthy</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MAX_LOAD_TIME"><code>DEFAULT_MAX_LOAD_TIME</code></a></dd>
</dl>
</li>
</ul>
<a name="setMaxLoadTime-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxLoadTime</h4>
<pre>void&nbsp;setMaxLoadTime(long&nbsp;maxLoadTime)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the maximum number of milliseconds a cache <code>load</code> operation can take before the
cache member is considered to be unhealthy.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>maxLoadTime</code> - the maximum number of milliseconds a cache <code>load</code> operation can
take before the cache member is considered to be unhealthy</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxLoadTime--"><code>getMaxLoadTime()</code></a></dd>
</dl>
</li>
</ul>
<a name="getMinHitRatio--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinHitRatio</h4>
<pre>double&nbsp;getMinHitRatio()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the minimum hit ratio of a healthy cache member.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the minimum hit ratio of a healthy cache member</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MIN_HIT_RATIO"><code>DEFAULT_MIN_HIT_RATIO</code></a></dd>
</dl>
</li>
</ul>
<a name="setMinHitRatio-double-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMinHitRatio</h4>
<pre>void&nbsp;setMinHitRatio(double&nbsp;minHitRatio)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the minimum hit ratio of a healthy cache member.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>minHitRatio</code> - the minimum hit ratio of a healthy cache member</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMinHitRatio--"><code>getMinHitRatio()</code></a></dd>
</dl>
</li>
</ul>
<a name="getMaxEventQueueSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxEventQueueSize</h4>
<pre>long&nbsp;getMaxEventQueueSize()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Returns the maximum number of entries in the event delivery queue of a healthy cache member.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the maximum number of entries in the event delivery queue of a healthy cache member</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#DEFAULT_MAX_EVENT_QUEUE_SIZE"><code>DEFAULT_MAX_EVENT_QUEUE_SIZE</code></a></dd>
</dl>
</li>
</ul>
<a name="setMaxEventQueueSize-long-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setMaxEventQueueSize</h4>
<pre>void&nbsp;setMaxEventQueueSize(long&nbsp;maxEventQueueSize)</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
<div class="block">Sets the maximum number of entries in the event delivery queue of a healthy cache member.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>maxEventQueueSize</code> - the maximum number of entries in the event delivery queue of a healthy
cache member</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/apache/geode/admin/CacheHealthConfig.html#getMaxEventQueueSize--"><code>getMaxEventQueueSize()</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/admin/CacheDoesNotExistException.html" title="class in org.apache.geode.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/apache/geode/admin/CacheServer.html" title="interface in org.apache.geode.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/geode/admin/CacheHealthConfig.html" target="_top">Frames</a></li>
<li><a href="CacheHealthConfig.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>