You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sb...@apache.org on 2016/03/12 01:29:41 UTC

[01/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Repository: incubator-geode
Updated Branches:
  refs/heads/asf-site e903da6f3 -> 54a3e7181


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationListener.html
new file mode 100644
index 0000000..74a9793
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationListener.html
@@ -0,0 +1,304 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InterestRegistrationListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InterestRegistrationListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":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="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/InterestRegistrationListener.html" target="_top">Frames</a></li>
+<li><a href="InterestRegistrationListener.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface InterestRegistrationListener" class="title">Interface InterestRegistrationListener</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">InterestRegistrationListener</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></pre>
+<div class="block">Interface <code>InterestRegisterationListener</code> provides the ability for
+ applications to be notified of interest registration and unregistration
+ events. Instances must be implemented by applications and registered in
+ <code>CacheServer</code> VMs using the
+ <a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#registerInterestRegistrationListener-com.gemstone.gemfire.cache.InterestRegistrationListener-"><code>registerInterestRegistrationListener</code></a> API. The methods on an
+ <code>InterestRegisterationListener</code> are invoked synchronously with the
+ interest event in any <code>CacheServer</code> VM hosting the requesting
+ client's subscriptions.
+
+ <p>Shown below is an example implementation.
+
+ <pre>
+import com.gemstone.gemfire.cache.InterestRegistrationEvent;
+import com.gemstone.gemfire.cache.InterestRegistrationListener;
+
+public class TestInterestRegistrationListener implements InterestRegistrationListener {
+
+  public void afterRegisterInterest(InterestRegistrationEvent event) {
+    System.out.println("afterRegisterInterest: " + event.getRegionName() + " -> " + event.getKeysOfInterest());
+  }
+
+  public void afterUnregisterInterest(InterestRegistrationEvent event) {
+    System.out.println("afterUnregisterInterest: " + event.getRegionName() + " -> " + event.getKeysOfInterest());
+  }
+
+  public void close() {}
+}
+ </pre>
+
+ Shown below is an example registration.
+
+ <pre>
+private void registerInterestRegistrationListener() {
+  Cache cache = ...;
+  CacheServer cs = cache.getCacheServers().iterator().next();
+  InterestRegistrationListener listener = new TestInterestRegistrationListener();
+  cs.registerInterestRegistrationListener(listener);
+}
+ </pre></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#registerInterestRegistrationListener-com.gemstone.gemfire.cache.InterestRegistrationListener-"><code>registerInterestRegistrationListener</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#unregisterInterestRegistrationListener-com.gemstone.gemfire.cache.InterestRegistrationListener-"><code>unregisterInterestRegistrationListener</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationListener.html#afterRegisterInterest-com.gemstone.gemfire.cache.InterestRegistrationEvent-">afterRegisterInterest</a></span>(<a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache">InterestRegistrationEvent</a>&nbsp;event)</code>
+<div class="block">Handles an after register interest event.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationListener.html#afterUnregisterInterest-com.gemstone.gemfire.cache.InterestRegistrationEvent-">afterUnregisterInterest</a></span>(<a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache">InterestRegistrationEvent</a>&nbsp;event)</code>
+<div class="block">Handles an after unregister interest event.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheCallback">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></code></li>
+</ul>
+</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="afterRegisterInterest-com.gemstone.gemfire.cache.InterestRegistrationEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegisterInterest</h4>
+<pre>void&nbsp;afterRegisterInterest(<a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache">InterestRegistrationEvent</a>&nbsp;event)</pre>
+<div class="block">Handles an after register interest event.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the InterestRegistrationEvent</dd>
+</dl>
+</li>
+</ul>
+<a name="afterUnregisterInterest-com.gemstone.gemfire.cache.InterestRegistrationEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>afterUnregisterInterest</h4>
+<pre>void&nbsp;afterUnregisterInterest(<a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache">InterestRegistrationEvent</a>&nbsp;event)</pre>
+<div class="block">Handles an after unregister interest event.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the InterestRegistrationEvent</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="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/InterestRegistrationListener.html" target="_top">Frames</a></li>
+<li><a href="InterestRegistrationListener.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>


[49/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-noframe.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-noframe.html
new file mode 100644
index 0000000..7bdea48
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-noframe.html
@@ -0,0 +1,576 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:10 PST 2016 -->
+<title>All Classes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/AbstractCache.html" title="class in com.gemstone.gemfire.modules.session.bootstrap">AbstractCache</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/AbstractCacheLifecycleListener.html" title="class in com.gemstone.gemfire.modules.session.catalina">AbstractCacheLifecycleListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/AbstractGatewayDeltaEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">AbstractGatewayDeltaEvent</a></li>
+<li><a href="com/gemstone/gemfire/distributed/AbstractLauncher.html" title="class in com.gemstone.gemfire.distributed">AbstractLauncher</a></li>
+<li><a href="com/gemstone/gemfire/distributed/AbstractLauncher.ServiceState.html" title="class in com.gemstone.gemfire.distributed">AbstractLauncher.ServiceState</a></li>
+<li><a href="com/gemstone/gemfire/distributed/AbstractLauncher.Status.html" title="enum in com.gemstone.gemfire.distributed">AbstractLauncher.Status</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/AbstractSessionCache.html" title="class in com.gemstone.gemfire.modules.session.catalina">AbstractSessionCache</a></li>
+<li><a href="com/gemstone/gemfire/security/AccessControl.html" title="interface in com.gemstone.gemfire.security"><span class="interfaceName">AccessControl</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin">AdminConfig</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">AdminDistributedSystem</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin">AdminDistributedSystemFactory</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin">AdminXmlException</a></li>
+<li><a href="com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="interfaceName">Agent</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="interfaceName">AgentConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/jmx/AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx">AgentFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Aggregator.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">Aggregator</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">Alert</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></li>
+<li><a href="com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">AlertListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/AllConnectionsInUseException.html" title="class in com.gemstone.gemfire.cache.client">AllConnectionsInUseException</a></li>
+<li><a href="com/gemstone/gemfire/management/AlreadyRunningException.html" title="class in com.gemstone.gemfire.management">AlreadyRunningException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/AmbiguousNameException.html" title="class in com.gemstone.gemfire.cache.query">AmbiguousNameException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/Argument.html" title="class in com.gemstone.gemfire.modules.session.installer.args">Argument</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/ArgumentHandler.html" title="interface in com.gemstone.gemfire.modules.session.installer.args"><span class="interfaceName">ArgumentHandler</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/ArgumentProcessor.html" title="class in com.gemstone.gemfire.modules.session.installer.args">ArgumentProcessor</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/ArgumentValues.html" title="class in com.gemstone.gemfire.modules.session.installer.args">ArgumentValues</a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><span class="interfaceName">AsyncEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><span class="interfaceName">AsyncEventListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><span class="interfaceName">AsyncEventQueue</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><span class="interfaceName">AsyncEventQueueFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/AsyncEventQueueMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">AsyncEventQueueMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/lang/AttachAPINotFoundException.html" title="class in com.gemstone.gemfire.lang">AttachAPINotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache">AttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">AttributesMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/security/AuthenticationFailedException.html" title="class in com.gemstone.gemfire.security">AuthenticationFailedException</a></li>
+<li><a href="com/gemstone/gemfire/security/AuthenticationRequiredException.html" title="class in com.gemstone.gemfire.security">AuthenticationRequiredException</a></li>
+<li><a href="com/gemstone/gemfire/security/Authenticator.html" title="interface in com.gemstone.gemfire.security"><span class="interfaceName">Authenticator</span></a></li>
+<li><a href="com/gemstone/gemfire/security/AuthInitialize.html" title="interface in com.gemstone.gemfire.security"><span class="interfaceName">AuthInitialize</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/AutoBalancer.html" title="class in com.gemstone.gemfire.cache.util">AutoBalancer</a></li>
+<li><a href="com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">BackupStatus</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/Banner.html" title="class in com.gemstone.gemfire.modules.util">Banner</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/BootstrappingFunction.html" title="class in com.gemstone.gemfire.modules.util">BootstrappingFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/BoundedLinkedHashMap.html" title="class in com.gemstone.gemfire.cache.util">BoundedLinkedHashMap</a></li>
+<li><a href="com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">Cache</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheCallback</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin">CacheDoesNotExistException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache">CacheExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">CacheHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/CacheListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">CacheListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheLoader</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache">CacheLoaderException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">CacheServer</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server"><span class="interfaceName">CacheServer</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">CacheServerConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/CacheServerMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">CacheServerMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/CacheSnapshotService.html" title="interface in com.gemstone.gemfire.cache.snapshot"><span class="interfaceName">CacheSnapshotService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheStatistics.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheTransactionManager</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">CacheVm</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">CacheVmConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CacheWriter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/CacheWriterAdapter.html" title="class in com.gemstone.gemfire.cache.util">CacheWriterAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache">CacheXmlException</a></li>
+<li><a href="com/gemstone/gemfire/CancelCriterion.html" title="class in com.gemstone.gemfire">CancelCriterion</a></li>
+<li><a href="com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></li>
+<li><a href="com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire">CanonicalInstantiator</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ClassLoaderObjectInputStream.html" title="class in com.gemstone.gemfire.modules.util">ClassLoaderObjectInputStream</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientCache.html" title="interface in com.gemstone.gemfire.cache.client"><span class="interfaceName">ClientCache</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientCacheFactory.html" title="class in com.gemstone.gemfire.cache.client">ClientCacheFactory</a></li>
+<li><a href="com/gemstone/gemfire/management/ClientHealthStatus.html" title="class in com.gemstone.gemfire.management">ClientHealthStatus</a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembership.html" title="class in com.gemstone.gemfire.management.membership">ClientMembership</a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembershipEvent.html" title="interface in com.gemstone.gemfire.management.membership"><span class="interfaceName">ClientMembershipEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembershipListener.html" title="interface in com.gemstone.gemfire.management.membership"><span class="interfaceName">ClientMembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembershipListenerAdapter.html" title="class in com.gemstone.gemfire.management.membership">ClientMembershipListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientNotReadyException.html" title="class in com.gemstone.gemfire.cache.client">ClientNotReadyException</a></li>
+<li><a href="com/gemstone/gemfire/management/ClientQueueDetail.html" title="class in com.gemstone.gemfire.management">ClientQueueDetail</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientRegionFactory.html" title="interface in com.gemstone.gemfire.cache.client"><span class="interfaceName">ClientRegionFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientRegionShortcut.html" title="enum in com.gemstone.gemfire.cache.client">ClientRegionShortcut</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/ClientServerCache.html" title="class in com.gemstone.gemfire.modules.session.bootstrap">ClientServerCache</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/ClientServerCacheLifecycleListener.html" title="class in com.gemstone.gemfire.modules.session.catalina">ClientServerCacheLifecycleListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/ClientServerSessionCache.html" title="class in com.gemstone.gemfire.modules.session.catalina">ClientServerSessionCache</a></li>
+<li><a href="com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">ClientSession</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/ClientSocketFactory.html" title="interface in com.gemstone.gemfire.distributed"><span class="interfaceName">ClientSocketFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ClientSubscriptionConfig.html" title="interface in com.gemstone.gemfire.cache.server"><span class="interfaceName">ClientSubscriptionConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CliMetaData.html" title="annotation in com.gemstone.gemfire.management.cli">CliMetaData</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CliMetaData.AvailabilityMetadata.html" title="annotation in com.gemstone.gemfire.management.cli">CliMetaData.AvailabilityMetadata</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/CloseCQOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">CloseCQOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/CollectionType.html" title="interface in com.gemstone.gemfire.cache.query.types"><span class="interfaceName">CollectionType</span></a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandProcessingException.html" title="class in com.gemstone.gemfire.management.cli">CommandProcessingException</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandService.html" title="class in com.gemstone.gemfire.management.cli">CommandService</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandServiceException.html" title="class in com.gemstone.gemfire.management.cli">CommandServiceException</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandStatement.html" title="interface in com.gemstone.gemfire.management.cli"><span class="interfaceName">CommandStatement</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache">CommitConflictException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CommitDistributionException.html" title="class in com.gemstone.gemfire.cache">CommitDistributionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CommitIncompleteException.html" title="class in com.gemstone.gemfire.cache">CommitIncompleteException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/CommitSessionValve.html" title="class in com.gemstone.gemfire.modules.session.catalina">CommitSessionValve</a></li>
+<li><a href="com/gemstone/gemfire/compression/CompressionException.html" title="class in com.gemstone.gemfire.compression">CompressionException</a></li>
+<li><a href="com/gemstone/gemfire/compression/Compressor.html" title="interface in com.gemstone.gemfire.compression"><span class="interfaceName">Compressor</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">ConfigurationParameter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/ConflictingPersistentDataException.html" title="class in com.gemstone.gemfire.cache.persistence">ConflictingPersistentDataException</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ContextMapper.html" title="class in com.gemstone.gemfire.modules.util">ContextMapper</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/ConverterHint.html" title="interface in com.gemstone.gemfire.management.cli"><span class="interfaceName">ConverterHint</span></a></li>
+<li><a href="com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire">CopyException</a></li>
+<li><a href="com/gemstone/gemfire/CopyHelper.html" title="class in com.gemstone.gemfire">CopyHelper</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributes.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributesFactory.html" title="class in com.gemstone.gemfire.cache.query">CqAttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributesFactory.CqAttributesImpl.html" title="class in com.gemstone.gemfire.cache.query">CqAttributesFactory.CqAttributesImpl</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributesMutator.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqAttributesMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqClosedException.html" title="class in com.gemstone.gemfire.cache.query">CqClosedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqEvent.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqException.html" title="class in com.gemstone.gemfire.cache.query">CqException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqExistsException.html" title="class in com.gemstone.gemfire.cache.query">CqExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqListener.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/CqListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">CqListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqQuery.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqQuery</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqResults.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqResults</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqServiceStatistics.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqServiceStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqState.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqState</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqStatistics.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqStatusListener.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">CqStatusListener</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/CreateRegionFunction.html" title="class in com.gemstone.gemfire.modules.util">CreateRegionFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache">CustomEvictionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">CustomExpiry</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></li>
+<li><a href="com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">DataSerializable</span></a></li>
+<li><a href="com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">DataSerializable.Replaceable</span></a></li>
+<li><a href="com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire">DataSerializer</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/DebugCacheListener.html" title="class in com.gemstone.gemfire.modules.util">DebugCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">Declarable</span></a></li>
+<li><a href="com/gemstone/gemfire/Delta.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">Delta</span></a></li>
+<li><a href="com/gemstone/gemfire/DeltaSerializationException.html" title="class in com.gemstone.gemfire">DeltaSerializationException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/DeltaSession.html" title="class in com.gemstone.gemfire.modules.session.catalina">DeltaSession</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/DeltaSessionFacade.html" title="class in com.gemstone.gemfire.modules.session.catalina">DeltaSessionFacade</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/DeltaSessionManager.html" title="class in com.gemstone.gemfire.modules.session.catalina">DeltaSessionManager</a></li>
+<li><a href="com/gemstone/gemfire/management/DependenciesNotFoundException.html" title="class in com.gemstone.gemfire.management">DependenciesNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/DestroyOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">DestroyOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache">DiskAccessException</a></li>
+<li><a href="com/gemstone/gemfire/management/DiskBackupResult.html" title="class in com.gemstone.gemfire.management">DiskBackupResult</a></li>
+<li><a href="com/gemstone/gemfire/management/DiskBackupStatus.html" title="class in com.gemstone.gemfire.management">DiskBackupStatus</a></li>
+<li><a href="com/gemstone/gemfire/management/DiskMetrics.html" title="class in com.gemstone.gemfire.management">DiskMetrics</a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">DiskStore</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">DiskStoreFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/DiskStoreMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">DiskStoreMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">DiskWriteAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache">DiskWriteAttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedLockService.html" title="class in com.gemstone.gemfire.distributed">DistributedLockService</a></li>
+<li><a href="com/gemstone/gemfire/management/DistributedLockServiceMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">DistributedLockServiceMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><span class="interfaceName">DistributedMember</span></a></li>
+<li><a href="com/gemstone/gemfire/management/DistributedRegionMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">DistributedRegionMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">DistributedSystemConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">DistributedSystemConfig.ConfigListener</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedSystemDisconnectedException.html" title="class in com.gemstone.gemfire.distributed">DistributedSystemDisconnectedException</a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">DistributedSystemHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/DistributedSystemMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">DistributedSystemMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">DistributionLocator</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">DistributionLocatorConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" title="class in com.gemstone.gemfire.cache">DuplicatePrimaryPartitionException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/DurableClientAttributes.html" title="class in com.gemstone.gemfire.distributed">DurableClientAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory.Config</a></li>
+<li><a href="com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">DynamicRegionListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/EmtpyRegionFunctionException.html" title="class in com.gemstone.gemfire.cache.execute">EmtpyRegionFunctionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache">EntryDestroyedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">EntryEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache">EntryExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache">EntryNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache">EntryNotFoundInRegion</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">EntryOperation</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/EnumType.html" title="class in com.gemstone.gemfire.modules.hibernate">EnumType</a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/EventSequenceID.html" title="class in com.gemstone.gemfire.cache.wan">EventSequenceID</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/management/EvictionAttributesData.html" title="class in com.gemstone.gemfire.management">EvictionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">EvictionAttributesMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">EvictionCriteria</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/ExecuteCQOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">ExecuteCQOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/ExecuteFunctionOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">ExecuteFunctionOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/Execution.html" title="interface in com.gemstone.gemfire.cache.execute"><span class="interfaceName">Execution</span></a></li>
+<li><a href="com/gemstone/gemfire/annotations/Experimental.html" title="annotation in com.gemstone.gemfire.annotations">Experimental</a></li>
+<li><a href="com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache">FailedSynchronizationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/FieldType.html" title="enum in com.gemstone.gemfire.pdx">FieldType</a></li>
+<li><a href="com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/management/FixedPartitionAttributesData.html" title="class in com.gemstone.gemfire.management">FixedPartitionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">FixedPartitionResolver</span></a></li>
+<li><a href="com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire">ForcedDisconnectException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/Function.html" title="interface in com.gemstone.gemfire.cache.execute"><span class="interfaceName">Function</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionAdapter.html" title="class in com.gemstone.gemfire.cache.execute">FunctionAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionContext.html" title="interface in com.gemstone.gemfire.cache.execute"><span class="interfaceName">FunctionContext</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/FunctionDomainException.html" title="class in com.gemstone.gemfire.cache.query">FunctionDomainException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionException.html" title="class in com.gemstone.gemfire.cache.execute">FunctionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionInvocationTargetException.html" title="class in com.gemstone.gemfire.cache.execute">FunctionInvocationTargetException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionService.html" title="class in com.gemstone.gemfire.cache.execute">FunctionService</a></li>
+<li><a href="com/gemstone/gemfire/distributed/FutureCancelledException.html" title="class in com.gemstone.gemfire.distributed">FutureCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/Gateway.html" title="class in com.gemstone.gemfire.cache.util">Gateway</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/Gateway.OrderPolicy.html" title="enum in com.gemstone.gemfire.cache.util">Gateway.OrderPolicy</a></li>
+<li><a href="com/gemstone/gemfire/distributed/GatewayCancelledException.html" title="class in com.gemstone.gemfire.distributed">GatewayCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache">GatewayConfigurationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/GatewayConflictHelper.html" title="interface in com.gemstone.gemfire.cache.util"><span class="interfaceName">GatewayConflictHelper</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/GatewayConflictResolver.html" title="interface in com.gemstone.gemfire.cache.util"><span class="interfaceName">GatewayConflictResolver</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDelta.html" title="interface in com.gemstone.gemfire.modules.gatewaydelta"><span class="interfaceName">GatewayDelta</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaCreateEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaCreateEvent</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaDestroyEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaDestroyEvent</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEvent.html" title="interface in com.gemstone.gemfire.modules.gatewaydelta"><span class="interfaceName">GatewayDeltaEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEventApplicationCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaEventApplicationCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaForwarderCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaForwarderCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/GatewayEvent.html" title="interface in com.gemstone.gemfire.cache.util"><span class="interfaceName">GatewayEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayEventFilter.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewayEventFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayEventSubstitutionFilter.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewayEventSubstitutionFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayQueueEvent.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewayQueueEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayReceiver.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewayReceiver</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayReceiverFactory.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewayReceiverFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/GatewayReceiverMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">GatewayReceiverMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewaySender</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewaySender.OrderPolicy.html" title="enum in com.gemstone.gemfire.cache.wan">GatewaySender.OrderPolicy</a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewaySenderFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/GatewaySenderMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">GatewaySenderMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayTransportFilter.html" title="interface in com.gemstone.gemfire.cache.wan"><span class="interfaceName">GatewayTransportFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">GemFireCache</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireCache.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireCache</a></li>
+<li><a href="com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire">GemFireCacheException</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireCacheListener.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireCacheProvider.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireCacheProvider</a></li>
+<li><a href="com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">GemFireCheckedException</a></li>
+<li><a href="com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire">GemFireConfigException</a></li>
+<li><a href="com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">GemFireHealth</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">GemFireHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire">GemFireIOException</a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin">GemFireMemberStatus</a></li>
+<li><a href="com/gemstone/gemfire/memcached/GemFireMemcachedServer.html" title="class in com.gemstone.gemfire.memcached">GemFireMemcachedServer</a></li>
+<li><a href="com/gemstone/gemfire/memcached/GemFireMemcachedServer.Protocol.html" title="enum in com.gemstone.gemfire.memcached">GemFireMemcachedServer.Protocol</a></li>
+<li><a href="com/gemstone/gemfire/management/GemFireProperties.html" title="class in com.gemstone.gemfire.management">GemFireProperties</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireQueryCacheFactory.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireQueryCacheFactory</a></li>
+<li><a href="com/gemstone/gemfire/redis/GemFireRedisServer.html" title="class in com.gemstone.gemfire.redis">GemFireRedisServer</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireRegionFactory.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireRegionFactory</a></li>
+<li><a href="com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire">GemFireRethrowable</a></li>
+<li><a href="com/gemstone/gemfire/security/GemFireSecurityException.html" title="class in com.gemstone.gemfire.security">GemFireSecurityException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/GetDurableCQsOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">GetDurableCQsOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/GetOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">GetOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/ra/GFConnection.html" title="interface in com.gemstone.gemfire.ra"><span class="interfaceName">GFConnection</span></a></li>
+<li><a href="com/gemstone/gemfire/ra/GFConnectionFactory.html" title="interface in com.gemstone.gemfire.ra"><span class="interfaceName">GFConnectionFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSIOException.html" title="class in com.gemstone.gemfire.cache.hdfs">HDFSIOException</a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSStore.html" title="interface in com.gemstone.gemfire.cache.hdfs"><span class="interfaceName">HDFSStore</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSStoreFactory.html" title="interface in com.gemstone.gemfire.cache.hdfs"><span class="interfaceName">HDFSStoreFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSStoreMutator.html" title="interface in com.gemstone.gemfire.cache.hdfs"><span class="interfaceName">HDFSStoreMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/lang/Identifiable.html" title="interface in com.gemstone.gemfire.lang"><span class="interfaceName">Identifiable</span></a></li>
+<li><a href="com/gemstone/gemfire/IncompatibleSystemException.html" title="class in com.gemstone.gemfire">IncompatibleSystemException</a></li>
+<li><a href="com/gemstone/gemfire/cache/IncompatibleVersionException.html" title="class in com.gemstone.gemfire.cache">IncompatibleVersionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Index.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">Index</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexCreationException.html" title="class in com.gemstone.gemfire.cache.query">IndexCreationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexExistsException.html" title="class in com.gemstone.gemfire.cache.query">IndexExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexInvalidException.html" title="class in com.gemstone.gemfire.cache.query">IndexInvalidException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexMaintenanceException.html" title="class in com.gemstone.gemfire.cache.query">IndexMaintenanceException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexNameConflictException.html" title="class in com.gemstone.gemfire.cache.query">IndexNameConflictException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexStatistics.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">IndexStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexType.html" title="class in com.gemstone.gemfire.cache.query">IndexType</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/Installer.html" title="class in com.gemstone.gemfire.modules.session.installer">Installer</a></li>
+<li><a href="com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/InterestOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">InterestOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">InterestRegistrationEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestRegistrationListener.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">InterestRegistrationListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache">InterestResultPolicy</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/InterestType.html" title="class in com.gemstone.gemfire.cache.operations">InterestType</a></li>
+<li><a href="com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire">InternalGemFireError</a></li>
+<li><a href="com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire">InternalGemFireException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/InvalidateOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">InvalidateOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire">InvalidDeltaException</a></li>
+<li><a href="com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire">InvalidValueException</a></li>
+<li><a href="com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire">InvalidVersionException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/JarClassLoader.html" title="class in com.gemstone.gemfire.modules.session.installer">JarClassLoader</a></li>
+<li><a href="com/gemstone/gemfire/management/JMXNotificationType.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">JMXNotificationType</span></a></li>
+<li><a href="com/gemstone/gemfire/management/JMXNotificationUserData.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">JMXNotificationUserData</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/JSONFormatter.html" title="class in com.gemstone.gemfire.pdx">JSONFormatter</a></li>
+<li><a href="com/gemstone/gemfire/pdx/JSONFormatterException.html" title="class in com.gemstone.gemfire.pdx">JSONFormatterException</a></li>
+<li><a href="com/gemstone/gemfire/management/JVMMetrics.html" title="class in com.gemstone.gemfire.management">JVMMetrics</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/JvmRouteBinderValve.html" title="class in com.gemstone.gemfire.modules.session.catalina">JvmRouteBinderValve</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/KeyOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">KeyOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/KeySetOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">KeySetOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/KeyValueOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">KeyValueOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LeaseExpiredException.html" title="class in com.gemstone.gemfire.distributed">LeaseExpiredException</a></li>
+<li><a href="com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire">LicenseException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/LifecycleTypeAdapter.html" title="enum in com.gemstone.gemfire.modules.session.bootstrap">LifecycleTypeAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/LoaderHelper.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">LoaderHelper</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheLoader.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheLoader</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheWriter.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheWriter</a></li>
+<li><a href="com/gemstone/gemfire/distributed/Locator.html" title="class in com.gemstone.gemfire.distributed">Locator</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.html" title="class in com.gemstone.gemfire.distributed">LocatorLauncher</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html" title="class in com.gemstone.gemfire.distributed">LocatorLauncher.Builder</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed">LocatorLauncher.Command</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html" title="class in com.gemstone.gemfire.distributed">LocatorLauncher.LocatorState</a></li>
+<li><a href="com/gemstone/gemfire/management/LocatorMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">LocatorMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/LockNotHeldException.html" title="class in com.gemstone.gemfire.distributed">LockNotHeldException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LockServiceDestroyedException.html" title="class in com.gemstone.gemfire.distributed">LockServiceDestroyedException</a></li>
+<li><a href="com/gemstone/gemfire/management/LockServiceMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">LockServiceMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">LogWriter</span></a></li>
+<li><a href="com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n"><span class="interfaceName">LogWriterI18n</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/LossAction.html" title="class in com.gemstone.gemfire.cache">LossAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/LowMemoryException.html" title="class in com.gemstone.gemfire.cache">LowMemoryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneIndex.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneIndex</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQuery.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneQuery</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneQueryFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneQueryProvider</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQueryResults.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneQueryResults</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneResultStruct.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneResultStruct</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneService.html" title="interface in com.gemstone.gemfire.cache.lucene"><span class="interfaceName">LuceneService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.html" title="class in com.gemstone.gemfire.cache.lucene">LuceneServiceProvider</a></li>
+<li><a href="com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">ManagedEntity</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">ManagedEntityConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/ManagementException.html" title="class in com.gemstone.gemfire.management">ManagementException</a></li>
+<li><a href="com/gemstone/gemfire/management/ManagementService.html" title="class in com.gemstone.gemfire.management">ManagementService</a></li>
+<li><a href="com/gemstone/gemfire/management/ManagerMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">ManagerMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/MapType.html" title="interface in com.gemstone.gemfire.cache.query.types"><span class="interfaceName">MapType</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">MemberHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/MemberMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">MemberMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache">MembershipAttributes</a></li>
+<li><a href="com/gemstone/gemfire/management/MembershipAttributesData.html" title="class in com.gemstone.gemfire.management">MembershipAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/management/membership/MembershipEvent.html" title="interface in com.gemstone.gemfire.management.membership"><span class="interfaceName">MembershipEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/management/membership/MembershipListener.html" title="interface in com.gemstone.gemfire.management.membership"><span class="interfaceName">MembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/MirrorType.html" title="class in com.gemstone.gemfire.cache">MirrorType</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ModuleStatistics.html" title="class in com.gemstone.gemfire.modules.util">ModuleStatistics</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/MultiIndexCreationException.html" title="class in com.gemstone.gemfire.cache.query">MultiIndexCreationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/NameNotFoundException.html" title="class in com.gemstone.gemfire.cache.query">NameNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/NameResolutionException.html" title="class in com.gemstone.gemfire.cache.query">NameResolutionException</a></li>
+<li><a href="com/gemstone/gemfire/management/NetworkMetrics.html" title="class in com.gemstone.gemfire.management">NetworkMetrics</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.html" title="class in com.gemstone.gemfire.cache.client">NoAvailableLocatorsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/NoAvailableServersException.html" title="class in com.gemstone.gemfire.cache.client">NoAvailableServersException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/NonPortableClassException.html" title="class in com.gemstone.gemfire.pdx">NonPortableClassException</a></li>
+<li><a href="com/gemstone/gemfire/cache/NoQueueServersAvailableException.html" title="class in com.gemstone.gemfire.cache">NoQueueServersAvailableException</a></li>
+<li><a href="com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.html" title="class in com.gemstone.gemfire.cache">NoSubscriptionServersAvailableException</a></li>
+<li><a href="com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire">NoSystemException</a></li>
+<li><a href="com/gemstone/gemfire/security/NotAuthorizedException.html" title="class in com.gemstone.gemfire.security">NotAuthorizedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util"><span class="interfaceName">ObjectSizer</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/ObjectSizerImpl.html" title="class in com.gemstone.gemfire.cache.util">ObjectSizerImpl</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/ObjectType.html" title="interface in com.gemstone.gemfire.cache.query.types"><span class="interfaceName">ObjectType</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a></li>
+<li><a href="com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">OperationAbortedException</a></li>
+<li><a href="com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin">OperationCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/OperationContext.html" title="class in com.gemstone.gemfire.cache.operations">OperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/OperationContext.OperationCode.html" title="class in com.gemstone.gemfire.cache.operations">OperationContext.OperationCode</a></li>
+<li><a href="com/gemstone/gemfire/distributed/OplogCancelledException.html" title="class in com.gemstone.gemfire.distributed">OplogCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/management/OSMetrics.html" title="class in com.gemstone.gemfire.management">OSMetrics</a></li>
+<li><a href="com/gemstone/gemfire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire">OutOfOffHeapMemoryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/ParameterCountInvalidException.html" title="class in com.gemstone.gemfire.cache.query">ParameterCountInvalidException</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">PartitionAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/management/PartitionAttributesData.html" title="class in com.gemstone.gemfire.management">PartitionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionAttributesFactory.html" title="class in com.gemstone.gemfire.cache">PartitionAttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionedRegionDistributionException.html" title="class in com.gemstone.gemfire.cache">PartitionedRegionDistributionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionedRegionStorageException.html" title="class in com.gemstone.gemfire.cache">PartitionedRegionStorageException</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionListener.html" title="interface in com.gemstone.gemfire.cache.partition"><span class="interfaceName">PartitionListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionListenerAdapter.html" title="class in com.gemstone.gemfire.cache.partition">PartitionListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionMemberInfo.html" title="interface in com.gemstone.gemfire.cache.partition"><span class="interfaceName">PartitionMemberInfo</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionNotAvailableException.html" title="class in com.gemstone.gemfire.cache.partition">PartitionNotAvailableException</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/PartitionOfflineException.html" title="class in com.gemstone.gemfire.cache.persistence">PartitionOfflineException</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionRebalanceInfo.html" title="interface in com.gemstone.gemfire.cache.partition"><span class="interfaceName">PartitionRebalanceInfo</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionRegionHelper.html" title="class in com.gemstone.gemfire.cache.partition">PartitionRegionHelper</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionRegionInfo.html" title="interface in com.gemstone.gemfire.cache.partition"><span class="interfaceName">PartitionRegionInfo</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">PartitionResolver</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxConfigurationException.html" title="class in com.gemstone.gemfire.pdx">PdxConfigurationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxFieldAlreadyExistsException.html" title="class in com.gemstone.gemfire.pdx">PdxFieldAlreadyExistsException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxFieldDoesNotExistException.html" title="class in com.gemstone.gemfire.pdx">PdxFieldDoesNotExistException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxFieldTypeMismatchException.html" title="class in com.gemstone.gemfire.pdx">PdxFieldTypeMismatchException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxInitializationException.html" title="class in com.gemstone.gemfire.pdx">PdxInitializationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxInstance.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxInstance</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxInstanceFactory.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxInstanceFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxReader.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxReader</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxRegistryMismatchException.html" title="class in com.gemstone.gemfire.pdx">PdxRegistryMismatchException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxSerializable.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxSerializable</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxSerializationException.html" title="class in com.gemstone.gemfire.pdx">PdxSerializationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxSerializer</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxUnreadFields.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxUnreadFields</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxWriter.html" title="interface in com.gemstone.gemfire.pdx"><span class="interfaceName">PdxWriter</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/PeerToPeerCache.html" title="class in com.gemstone.gemfire.modules.session.bootstrap">PeerToPeerCache</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/PeerToPeerCacheLifecycleListener.html" title="class in com.gemstone.gemfire.modules.session.catalina">PeerToPeerCacheLifecycleListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/PeerToPeerSessionCache.html" title="class in com.gemstone.gemfire.modules.session.catalina">PeerToPeerSessionCache</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence"><span class="interfaceName">PersistentID</span></a></li>
+<li><a href="com/gemstone/gemfire/management/PersistentMemberDetails.html" title="class in com.gemstone.gemfire.management">PersistentMemberDetails</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/PersistentReplicatesOfflineException.html" title="class in com.gemstone.gemfire.cache.persistence">PersistentReplicatesOfflineException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/Pool.html" title="interface in com.gemstone.gemfire.cache.client"><span class="interfaceName">Pool</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/PoolCancelledException.html" title="class in com.gemstone.gemfire.distributed">PoolCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/PoolFactory.html" title="interface in com.gemstone.gemfire.cache.client"><span class="interfaceName">PoolFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/PoolManager.html" title="class in com.gemstone.gemfire.cache.client">PoolManager</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/PutAllOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">PutAllOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/PutOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">PutOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Query.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">Query</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryException.html" title="class in com.gemstone.gemfire.cache.query">QueryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryExecutionLowMemoryException.html" title="class in com.gemstone.gemfire.cache.query">QueryExecutionLowMemoryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryExecutionTimeoutException.html" title="class in com.gemstone.gemfire.cache.query">QueryExecutionTimeoutException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryInvalidException.html" title="class in com.gemstone.gemfire.cache.query">QueryInvalidException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryInvocationTargetException.html" title="class in com.gemstone.gemfire.cache.query">QueryInvocationTargetException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/QueryOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">QueryOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryService.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">QueryService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryStatistics.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">QueryStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/control/RebalanceFactory.html" title="interface in com.gemstone.gemfire.cache.control"><span class="interfaceName">RebalanceFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/control/RebalanceOperation.html" title="interface in com.gemstone.gemfire.cache.control"><span class="interfaceName">RebalanceOperation</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/control/RebalanceResults.html" title="interface in com.gemstone.gemfire.cache.control"><span class="interfaceName">RebalanceResults</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/ReflectionBasedAutoSerializer.html" title="class in com.gemstone.gemfire.pdx">ReflectionBasedAutoSerializer</a></li>
+<li><a href="com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">Region</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">Region.Entry</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionAccessException.html" title="class in com.gemstone.gemfire.cache">RegionAccessException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">RegionAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/management/RegionAttributesData.html" title="class in com.gemstone.gemfire.management">RegionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionClearOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">RegionClearOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionConfiguration.html" title="class in com.gemstone.gemfire.modules.util">RegionConfiguration</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionConfigurationCacheListener.html" title="class in com.gemstone.gemfire.modules.util">RegionConfigurationCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionCreateOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">RegionCreateOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionDestroyedException.html" title="class in com.gemstone.gemfire.cache">RegionDestroyedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionDestroyOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">RegionDestroyOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionDistributionException.html" title="class in com.gemstone.gemfire.cache">RegionDistributionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">RegionEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/RegionFunctionContext.html" title="interface in com.gemstone.gemfire.cache.execute"><span class="interfaceName">RegionFunctionContext</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionHelper.html" title="class in com.gemstone.gemfire.modules.util">RegionHelper</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionMembershipListener.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">RegionMembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/RegionMembershipListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">RegionMembershipListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/management/RegionMXBean.html" title="interface in com.gemstone.gemfire.management"><span class="interfaceName">RegionMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin">RegionNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/RegionNotFoundException.html" title="class in com.gemstone.gemfire.cache.query">RegionNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">RegionOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionReinitializedException.html" title="class in com.gemstone.gemfire.cache">RegionReinitializedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionRoleException.html" title="class in com.gemstone.gemfire.cache">RegionRoleException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionRoleListener.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">RegionRoleListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/RegionRoleListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">RegionRoleListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">RegionService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache">RegionShortcut</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionSizeFunction.html" title="class in com.gemstone.gemfire.modules.util">RegionSizeFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/RegionSnapshotService.html" title="interface in com.gemstone.gemfire.cache.snapshot"><span class="interfaceName">RegionSnapshotService</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionStatus.html" title="enum in com.gemstone.gemfire.modules.util">RegionStatus</a></li>
+<li><a href="com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegisterInterestOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">RegisterInterestOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RemoteTransactionException.html" title="class in com.gemstone.gemfire.cache">RemoteTransactionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RemoveAllOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">RemoveAllOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RequiredRoles.html" title="class in com.gemstone.gemfire.cache">RequiredRoles</a></li>
+<li><a href="com/gemstone/gemfire/cache/ResourceException.html" title="class in com.gemstone.gemfire.cache">ResourceException</a></li>
+<li><a href="com/gemstone/gemfire/cache/control/ResourceManager.html" title="interface in com.gemstone.gemfire.cache.control"><span class="interfaceName">ResourceManager</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ResourceManagerValidator.html" title="class in com.gemstone.gemfire.modules.util">ResourceManagerValidator</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/Result.html" title="interface in com.gemstone.gemfire.management.cli"><span class="interfaceName">Result</span></a></li>
+<li><a href="com/gemstone/gemfire/management/cli/Result.Status.html" title="enum in com.gemstone.gemfire.management.cli">Result.Status</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/ResultCollector.html" title="interface in com.gemstone.gemfire.cache.execute"><span class="interfaceName">ResultCollector</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/ResultSender.html" title="interface in com.gemstone.gemfire.cache.execute"><span class="interfaceName">ResultSender</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/ResumptionAction.html" title="class in com.gemstone.gemfire.cache">ResumptionAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/RevokedPersistentDataException.html" title="class in com.gemstone.gemfire.cache.persistence">RevokedPersistentDataException</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/RevokeFailedException.html" title="class in com.gemstone.gemfire.cache.persistence">RevokeFailedException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/Role.html" title="interface in com.gemstone.gemfire.distributed"><span class="interfaceName">Role</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RoleEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">RoleEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RoleException.html" title="class in com.gemstone.gemfire.cache">RoleException</a></li>
+<li><a href="com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">RuntimeAdminException</a></li>
+<li><a href="com/gemstone/gemfire/cache/Scope.html" title="class in com.gemstone.gemfire.cache">Scope</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/SelectResults.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">SelectResults</span></a></li>
+<li><a href="com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire">SerializationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/SerializedCacheValue.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">SerializedCacheValue</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ServerConnectivityException.html" title="class in com.gemstone.gemfire.cache.client">ServerConnectivityException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.html" title="class in com.gemstone.gemfire.distributed">ServerLauncher</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.Builder.html" title="class in com.gemstone.gemfire.distributed">ServerLauncher.Builder</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed">ServerLauncher.Command</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html" title="class in com.gemstone.gemfire.distributed">ServerLauncher.ServerState</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html" title="interface in com.gemstone.gemfire.distributed"><span class="interfaceName">ServerLauncherCacheProvider</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerLoad.html" title="class in com.gemstone.gemfire.cache.server">ServerLoad</a></li>
+<li><a href="com/gemstone/gemfire/management/ServerLoadData.html" title="class in com.gemstone.gemfire.management">ServerLoadData</a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server"><span class="interfaceName">ServerLoadProbe</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerLoadProbeAdapter.html" title="class in com.gemstone.gemfire.cache.server">ServerLoadProbeAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerMetrics.html" title="interface in com.gemstone.gemfire.cache.server"><span class="interfaceName">ServerMetrics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ServerOperationException.html" title="class in com.gemstone.gemfire.cache.client">ServerOperationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ServerRefusedConnectionException.html" title="class in com.gemstone.gemfire.cache.client">ServerRefusedConnectionException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/SessionCache.html" title="interface in com.gemstone.gemfire.modules.session.catalina"><span class="interfaceName">SessionCache</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/filter/SessionCachingFilter.html" title="class in com.gemstone.gemfire.modules.session.filter">SessionCachingFilter</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/filter/SessionCachingFilter.RequestWrapper.html" title="class in com.gemstone.gemfire.modules.session.filter">SessionCachingFilter.RequestWrapper</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/SessionCustomExpiry.html" title="class in com.gemstone.gemfire.modules.util">SessionCustomExpiry</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/callback/SessionExpirationCacheListener.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">SessionExpirationCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/filter/SessionListener.html" title="class in com.gemstone.gemfire.modules.session.filter">SessionListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/SessionManager.html" title="interface in com.gemstone.gemfire.modules.session.catalina"><span class="interfaceName">SessionManager</span></a></li>
+<li><a href="com/gemstone/gemfire/compression/SnappyCompressor.html" title="class in com.gemstone.gemfire.compression">SnappyCompressor</a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/SnapshotFilter.html" title="interface in com.gemstone.gemfire.cache.snapshot"><span class="interfaceName">SnapshotFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/SnapshotIterator.html" title="interface in com.gemstone.gemfire.cache.snapshot"><span class="interfaceName">SnapshotIterator</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/SnapshotOptions.html" title="interface in com.gemstone.gemfire.cache.snapshot"><span class="interfaceName">SnapshotOptions</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/SnapshotOptions.SnapshotFormat.html" title="enum in com.gemstone.gemfire.cache.snapshot">SnapshotOptions.SnapshotFormat</a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/SnapshotReader.html" title="class in com.gemstone.gemfire.cache.snapshot">SnapshotReader</a></li>
+<li><a href="com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">Statistic</span></a></li>
+<li><a href="com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">StatisticDescriptor</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">StatisticResource</span></a></li>
+<li><a href="com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">Statistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></li>
+<li><a href="com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">StatisticsFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">StatisticsType</span></a></li>
+<li><a href="com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire"><span class="interfaceName">StatisticsTypeFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/StopCQOperationContext.html" title="class in com.gemstone.gemfire.cache.operations">StopCQOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/StoreExistsException.html" title="class in com.gemstone.gemfire.cache.hdfs">StoreExistsException</a></li>
+<li><a href="com/gemstone/gemfire/i18n/StringId.html" title="class in com.gemstone.gemfire.i18n">StringId</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Struct.html" title="interface in com.gemstone.gemfire.cache.query"><span class="interfaceName">Struct</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/StructType.html" title="interface in com.gemstone.gemfire.cache.query.types"><span class="interfaceName">StructType</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache">SubscriptionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/SubscriptionNotEnabledException.html" title="class in com.gemstone.gemfire.cache.client">SubscriptionNotEnabledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/SynchronizationCommitConflictException.html" title="class in com.gemstone.gemfire.cache">SynchronizationCommitConflictException</a></li>
+<li><a href="com/gemstone/gemfire/SystemConnectException.html" title="class in com.gemstone.gemfire">SystemConnectException</a></li>
+<li><a href="com/gemstone/gemfire/SystemFailure.html" title="class in com.gemstone.gemfire">SystemFailure</a></li>
+<li><a href="com/gemstone/gemfire/SystemIsRunningException.html" title="class in com.gemstone.gemfire">SystemIsRunningException</a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMember</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberBridgeServer</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberCache</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberCacheEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberCacheListener</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberCacheServer</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberRegion</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMemberRegionEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMembershipEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><span class="interfaceName">SystemMembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></li>
+<li><a href="com/gemstone/gemfire/ThreadInterruptedException.html" title="class in com.gemstone.gemfire">ThreadInterruptedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/TimestampedEntryEvent.html" title="interface in com.gemstone.gemfire.cache.util"><span class="interfaceName">TimestampedEntryEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/ToDataException.html" title="class in com.gemstone.gemfire">ToDataException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/Tomcat6DeltaSessionManager.html" title="class in com.gemstone.gemfire.modules.session.catalina">Tomcat6DeltaSessionManager</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/Tomcat7DeltaSessionManager.html" title="class in com.gemstone.gemfire.modules.session.catalina">Tomcat7DeltaSessionManager</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/TouchPartitionedRegionEntriesFunction.html" title="class in com.gemstone.gemfire.modules.util">TouchPartitionedRegionEntriesFunction</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/TouchReplicatedRegionEntriesFunction.html" title="class in com.gemstone.gemfire.modules.util">TouchReplicatedRegionEntriesFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.html" title="class in com.gemstone.gemfire.cache">TransactionDataNodeHasDepartedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/TransactionDataNotColocatedException.html" title="class in com.gemstone.gemfire.cache">TransactionDataNotColocatedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/TransactionDataRebalancedException.html" title="class in com.gemstone.gemfire.cache">TransactionDataRebalancedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/TransactionEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">TransactionEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">TransactionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache"><span class="interfaceName">TransactionId</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/Transactio

<TRUNCATED>


[32/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html
new file mode 100644
index 0000000..caeeb8c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html
@@ -0,0 +1,333 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>DistributedSystemHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DistributedSystemHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":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="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" target="_top">Frames</a></li>
+<li><a href="DistributedSystemHealthConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface DistributedSystemHealthConfig" class="title">Interface DistributedSystemHealthConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">DistributedSystemHealthConfig</span></pre>
+<div class="block">Provides configuration information relating to the health of an
+ entire GemFire distributed system.
+
+ <P>
+
+ If any of the following criteria is
+ true, then the distributed system is considered to be in
+ <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH"><code>OKAY_HEALTH</code></a>.
+
+ <UL>
+
+ </UL>
+
+ If any of the following criteria is true, then the distributed
+ system is considered to be in <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH"><code>POOR_HEALTH</code></a>.
+
+ <UL>
+
+ <LI>Too many application members <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#getMaxDepartedApplications--">unexpectedly leave</a> the distributed
+ system.</LI>
+
+ <LI>Too many application members <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#getMaxDepartedApplications--">unexpectedly leave</a> the distributed
+ system.</LI>
+
+ </UL></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>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="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#DEFAULT_MAX_DEPARTED_APPLICATIONS">DEFAULT_MAX_DEPARTED_APPLICATIONS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum number of application members that can
+ unexceptedly leave a healthy the distributed system.</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="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#getMaxDepartedApplications--">getMaxDepartedApplications</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of application members that can
+ unexceptedly leave a healthy the distributed system.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#setMaxDepartedApplications-long-">setMaxDepartedApplications</a></span>(long&nbsp;maxDepartedApplications)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum number of application members that can
+ unexceptedly leave a healthy the distributed system.</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_DEPARTED_APPLICATIONS">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_MAX_DEPARTED_APPLICATIONS</h4>
+<pre>static final&nbsp;long DEFAULT_MAX_DEPARTED_APPLICATIONS</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum number of application members that can
+ unexceptedly leave a healthy the distributed system.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemHealthConfig.DEFAULT_MAX_DEPARTED_APPLICATIONS">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="getMaxDepartedApplications--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxDepartedApplications</h4>
+<pre>long&nbsp;getMaxDepartedApplications()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of application members that can
+ unexceptedly leave a healthy the distributed system.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#DEFAULT_MAX_DEPARTED_APPLICATIONS"><code>DEFAULT_MAX_DEPARTED_APPLICATIONS</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxDepartedApplications-long-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setMaxDepartedApplications</h4>
+<pre>void&nbsp;setMaxDepartedApplications(long&nbsp;maxDepartedApplications)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum number of application members that can
+ unexceptedly leave a healthy the distributed system.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html#getMaxDepartedApplications--"><code>getMaxDepartedApplications()</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="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" target="_top">Frames</a></li>
+<li><a href="DistributedSystemHealthConfig.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocator.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocator.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocator.html
new file mode 100644
index 0000000..95173cf
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocator.html
@@ -0,0 +1,271 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>DistributionLocator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DistributionLocator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":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="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributionLocator.html" target="_top">Frames</a></li>
+<li><a href="DistributionLocator.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface DistributionLocator" class="title">Interface DistributionLocator</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">DistributionLocator</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></pre>
+<div class="block">Represents a single distribution locator server, of which a
+ distributed system may use zero or many.  The distributed system
+ will be configured to use either multicast discovery or locator
+ service.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><code>DistributionLocatorConfig</code></a></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="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><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html#getConfig--">getConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration object for this distribution locator.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html#getId--">getId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the identity name for this locator.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.ManagedEntity">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#getLog--">getLog</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#isRunning--">isRunning</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">start</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#stop--">stop</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStart-long-">waitToStart</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStop-long-">waitToStop</a></code></li>
+</ul>
+</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>java.lang.String&nbsp;getId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the identity name for this locator.</div>
+</li>
+</ul>
+<a name="getConfig--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getConfig</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</a>&nbsp;getConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration object for this distribution locator.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</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="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributionLocator.html" target="_top">Frames</a></li>
+<li><a href="DistributionLocator.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocatorConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocatorConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocatorConfig.html
new file mode 100644
index 0000000..8452549
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributionLocatorConfig.html
@@ -0,0 +1,374 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>DistributionLocatorConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DistributionLocatorConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":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="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributionLocatorConfig.html" target="_top">Frames</a></li>
+<li><a href="DistributionLocatorConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface DistributionLocatorConfig" class="title">Interface DistributionLocatorConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.Cloneable, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">DistributionLocatorConfig</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></pre>
+<div class="block">Describes the configuration of a <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><code>DistributionLocator</code></a>
+ managed by the GemFire administration APIs.  
+
+ <P>
+
+ A <code>DistributionLocatorConfig</code> can be modified using a
+ number of mutator methods until the
+ <code>DistributionLocator</code> configured by this object is
+ <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">started</a>.  After that,
+ attempts to modify most attributes in the
+ <code>DistributionLocatorConfig</code> will result in an <code>IllegalStateException</code> being thrown.  If you wish to use the same
+ <code>DistributionLocatorConfig</code> to configure another
+ <code>DistributionLocator</code>s, a copy of the
+ <code>DistributionLocatorConfig</code> object can be made by
+ invoking the <code>Object.clone()</code> method.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addDistributionLocator--"><code>AdminDistributedSystem.addDistributionLocator()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/distributed/Locator.html" title="class in com.gemstone.gemfire.distributed"><code>Locator</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html#getBindAddress--">getBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the address to which the distribution locator's port is
+ (or will be) bound.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.Properties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html#getDistributedSystemProperties--">getDistributedSystemProperties</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the properties used to configure the locator's
+ DistributedSystem.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html#getPort--">getPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port on which ths distribution locator listens for
+ members to connect.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html#setBindAddress-java.lang.String-">setBindAddress</a></span>(java.lang.String&nbsp;bindAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the address to which the distribution locator's port is
+ (or will be) bound.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html#setDistributedSystemProperties-java.util.Properties-">setDistributedSystemProperties</a></span>(java.util.Properties&nbsp;props)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the properties used to configure the locator's
+ DistributedSystem.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html#setPort-int-">setPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port on which the distribution locator listens for
+ members to connect.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.ManagedEntityConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#clone--">clone</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getHost--">getHost</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getProductDirectory--">getProductDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">getRemoteCommand</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getWorkingDirectory--">getWorkingDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setHost-java.lang.String-">setHost</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setProductDirectory-java.lang.String-">setProductDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityCo
 nfig.html#setWorkingDirectory-java.lang.String-">setWorkingDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#validate--">validate</a></code></li>
+</ul>
+</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="getPort--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPort</h4>
+<pre>int&nbsp;getPort()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port on which ths distribution locator listens for
+ members to connect.  There is no default locator port, so a
+ non-default port must be specified.</div>
+</li>
+</ul>
+<a name="setPort-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPort</h4>
+<pre>void&nbsp;setPort(int&nbsp;port)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port on which the distribution locator listens for
+ members to connect.</div>
+</li>
+</ul>
+<a name="getBindAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBindAddress</h4>
+<pre>java.lang.String&nbsp;getBindAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the address to which the distribution locator's port is
+ (or will be) bound.  By default, the bind address is
+ <code>null</code> meaning that the port will be bound to all
+ network addresses on the host.</div>
+</li>
+</ul>
+<a name="setBindAddress-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBindAddress</h4>
+<pre>void&nbsp;setBindAddress(java.lang.String&nbsp;bindAddress)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the address to which the distribution locator's port is
+ (or will be) bound.</div>
+</li>
+</ul>
+<a name="setDistributedSystemProperties-java.util.Properties-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDistributedSystemProperties</h4>
+<pre>void&nbsp;setDistributedSystemProperties(java.util.Properties&nbsp;props)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the properties used to configure the locator's
+ DistributedSystem.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getDistributedSystemProperties--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getDistributedSystemProperties</h4>
+<pre>java.util.Properties&nbsp;getDistributedSystemProperties()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the properties used to configure the locator's
+ DistributedSystem.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</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="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributionLocatorConfig.html" target="_top">Frames</a></li>
+<li><a href="DistributionLocatorConfig.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.Health.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.Health.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.Health.html
new file mode 100644
index 0000000..6b309fa
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.Health.html
@@ -0,0 +1,310 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>GemFireHealth.Health (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireHealth.Health (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireHealth.Health.html" target="_top">Frames</a></li>
+<li><a href="GemFireHealth.Health.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin</div>
+<h2 title="Class GemFireHealth.Health" class="title">Class GemFireHealth.Health</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.GemFireHealth.Health</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Enclosing interface:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin">GemFireHealth</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static class <span class="typeNameLabel">GemFireHealth.Health</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">An enumerated type for the health of GemFire.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.GemFireHealth.Health">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html#Health-java.lang.String-">Health</a></span>(java.lang.String&nbsp;healthString)</code>
+<div class="block">Creates a new <code>Health</code> with the given string</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html#readResolve--">readResolve</a></span>()</code>
+<div class="block">Returns the appropriate canonical instance of
+ <code>Health</code>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Health-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Health</h4>
+<pre>protected&nbsp;Health(java.lang.String&nbsp;healthString)</pre>
+<div class="block">Creates a new <code>Health</code> with the given string</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="readResolve--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readResolve</h4>
+<pre>public&nbsp;java.lang.Object&nbsp;readResolve()</pre>
+<div class="block">Returns the appropriate canonical instance of
+ <code>Health</code>.</div>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></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="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireHealth.Health.html" target="_top">Frames</a></li>
+<li><a href="GemFireHealth.Health.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.html
new file mode 100644
index 0000000..5be7eb0
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealth.html
@@ -0,0 +1,602 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>GemFireHealth (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireHealth (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":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="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireHealth.html" target="_top">Frames</a></li>
+<li><a href="GemFireHealth.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Interface GemFireHealth" class="title">Interface GemFireHealth</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">GemFireHealth</span></pre>
+<div class="block">Provides information about the aggregate health of the members of a
+ GemFire distributed system ("components").  The <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getHealth--"><code>getHealth</code></a> method provides an indication of the overall health.
+ Health is expressed as one of three levels: <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#GOOD_HEALTH"><code>GOOD_HEALTH</code></a>, <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH"><code>OKAY_HEALTH</code></a>, and <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH"><code>POOR_HEALTH</code></a>.  The <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getDiagnosis--"><code>getDiagnosis</code></a>
+ method provides a more detailed explanation of the cause of ill
+ health.
+
+ <P>
+
+ The aggregate health of the GemFire component is evaluated
+ <a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html#setHealthEvaluationInterval-int-">every
+ so often</a> and if certain criteria are met, then the overall health
+ of the component changes accordingly.  If any of the components is
+ in <code>OKAY_HEALTH</code>, then the overall health is
+ <code>OKAY_HEALTH</code>.  If any of the components is in
+ <code>POOR_HEALTH</code>, then the overall health is
+ <code>POOR_HEALTH</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Interface and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An enumerated type for the health of GemFire.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#GOOD_HEALTH">GOOD_HEALTH</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An indicator that the GemFire components are healthy.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH">OKAY_HEALTH</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An indicator that one or more GemFire components is slightly
+ unhealthy.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH">POOR_HEALTH</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An indicator that one or more GemFire components is unhealthy.</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>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#close--">close</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Closes this health monitor and releases all resources associated
+ with it.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getDefaultGemFireHealthConfig--">getDefaultGemFireHealthConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>GemFireHealthConfig</code> for GemFire
+ components whose configurations are not overridden on a per-host
+ basis.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getDiagnosis--">getDiagnosis</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a message that provides a description of the cause of a
+ component's ill health.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemHealthConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getDistributedSystemHealthConfig--">getDistributedSystemHealthConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration for determining the health of the
+ distributed system itself.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getGemFireHealthConfig-java.lang.String-">getGemFireHealthConfig</a></span>(java.lang.String&nbsp;hostName)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>GemFireHealthConfig</code> for GemFire
+ components that reside on a given host.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getHealth--">getHealth</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an indicator of the overall health of the GemFire
+ components.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#isClosed--">isClosed</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this <code>GemFireHealth</code> is
+ <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#close--">closed</a>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#resetHealth--">resetHealth</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Resets the overall health of the GemFire components to <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#GOOD_HEALTH"><code>GOOD_HEALTH</code></a>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#setDefaultGemFireHealthConfig-com.gemstone.gemfire.admin.GemFireHealthConfig-">setDefaultGemFireHealthConfig</a></span>(<a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a>&nbsp;config)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>GemFireHealthConfig</code> for
+ GemFire components whose configurations are not overridden on a
+ per-host basis.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#setDistributedSystemHealthConfig-com.gemstone.gemfire.admin.DistributedSystemHealthConfig-">setDistributedSystemHealthConfig</a></span>(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemHealthConfig</a>&nbsp;config)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the configuration for determining the health of the
+ distributed system itself.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#setGemFireHealthConfig-java.lang.String-com.gemstone.gemfire.admin.GemFireHealthConfig-">setGemFireHealthConfig</a></span>(java.lang.String&nbsp;hostName,
+                      <a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a>&nbsp;config)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>GemFireHealthConfig</code> for GemFire
+ components that reside on a given host.</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="GOOD_HEALTH">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GOOD_HEALTH</h4>
+<pre>static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a> GOOD_HEALTH</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An indicator that the GemFire components are healthy.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getHealth--"><code>getHealth()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="OKAY_HEALTH">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OKAY_HEALTH</h4>
+<pre>static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a> OKAY_HEALTH</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An indicator that one or more GemFire components is slightly
+ unhealthy.  The problem may or may not require configuration
+ changes and may not necessarily lead to poorer component health.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getHealth--"><code>getHealth()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="POOR_HEALTH">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>POOR_HEALTH</h4>
+<pre>static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a> POOR_HEALTH</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An indicator that one or more GemFire components is unhealthy.
+ While it may be possible for the components to recover on their
+ own, it is likely that they will have to be restarted.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getHealth--"><code>getHealth()</code></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="getHealth--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHealth</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a>&nbsp;getHealth()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an indicator of the overall health of the GemFire
+ components.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#GOOD_HEALTH"><code>GOOD_HEALTH</code></a>, 
+<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH"><code>OKAY_HEALTH</code></a>, 
+<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH"><code>POOR_HEALTH</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="resetHealth--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>resetHealth</h4>
+<pre>void&nbsp;resetHealth()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Resets the overall health of the GemFire components to <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#GOOD_HEALTH"><code>GOOD_HEALTH</code></a>.  This operation should be invoked when the
+ operator has determined that warnings about the components's
+ health do not need to be regarded.</div>
+</li>
+</ul>
+<a name="getDiagnosis--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiagnosis</h4>
+<pre>java.lang.String&nbsp;getDiagnosis()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a message that provides a description of the cause of a
+ component's ill health.</div>
+</li>
+</ul>
+<a name="getDistributedSystemHealthConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributedSystemHealthConfig</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemHealthConfig</a>&nbsp;getDistributedSystemHealthConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration for determining the health of the
+ distributed system itself.</div>
+</li>
+</ul>
+<a name="setDistributedSystemHealthConfig-com.gemstone.gemfire.admin.DistributedSystemHealthConfig-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDistributedSystemHealthConfig</h4>
+<pre>void&nbsp;setDistributedSystemHealthConfig(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemHealthConfig</a>&nbsp;config)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the configuration for determining the health of the
+ distributed system itself.</div>
+</li>
+</ul>
+<a name="getDefaultGemFireHealthConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDefaultGemFireHealthConfig</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a>&nbsp;getDefaultGemFireHealthConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>GemFireHealthConfig</code> for GemFire
+ components whose configurations are not overridden on a per-host
+ basis.  Note that changes made to the returned
+ <code>GemFireHealthConfig</code> will not take effect until
+ <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#setDefaultGemFireHealthConfig-com.gemstone.gemfire.admin.GemFireHealthConfig-"><code>setDefaultGemFireHealthConfig(com.gemstone.gemfire.admin.GemFireHealthConfig)</code></a> is invoked.</div>
+</li>
+</ul>
+<a name="setDefaultGemFireHealthConfig-com.gemstone.gemfire.admin.GemFireHealthConfig-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDefaultGemFireHealthConfig</h4>
+<pre>void&nbsp;setDefaultGemFireHealthConfig(<a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a>&nbsp;config)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>GemFireHealthConfig</code> for
+ GemFire components whose configurations are not overridden on a
+ per-host basis.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If <code>config</code> specifies the config for a host</dd>
+</dl>
+</li>
+</ul>
+<a name="getGemFireHealthConfig-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGemFireHealthConfig</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a>&nbsp;getGemFireHealthConfig(java.lang.String&nbsp;hostName)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>GemFireHealthConfig</code> for GemFire
+ components that reside on a given host.  This configuration will
+ override the <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getDefaultGemFireHealthConfig--">default</a>
+ configuration.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>hostName</code> - The canonical name of the host.</dd>
+</dl>
+</li>
+</ul>
+<a name="setGemFireHealthConfig-java.lang.String-com.gemstone.gemfire.admin.GemFireHealthConfig-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setGemFireHealthConfig</h4>
+<pre>void&nbsp;setGemFireHealthConfig(java.lang.String&nbsp;hostName,
+                            <a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a>&nbsp;config)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>GemFireHealthConfig</code> for GemFire
+ components that reside on a given host.  This configuration will
+ override the <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getDefaultGemFireHealthConfig--">default</a>
+ configuration.  Note that changes made to the returned
+ <code>GemFireHealthConfig</code> will not take effect until
+ <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#setDefaultGemFireHealthConfig-com.gemstone.gemfire.admin.GemFireHealthConfig-"><code>setDefaultGemFireHealthConfig(com.gemstone.gemfire.admin.GemFireHealthConfig)</code></a> is invoked.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>hostName</code> - The canonical name of the host.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If host <code>hostName</code> does not exist or if there
+         are no GemFire components running on that host or if
+         <code>config</code> does not configure host
+         <code>hostName</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="close--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Closes this health monitor and releases all resources associated
+ with it.</div>
+</li>
+</ul>
+<a name="isClosed--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isClosed</h4>
+<pre>boolean&nbsp;isClosed()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this <code>GemFireHealth</code> is
+ <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#close--">closed</a>.</div>
+</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="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireHealth.html" target="_top">Frames</a></li>
+<li><a href="GemFireHealth.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[41/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Statistics.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Statistics.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Statistics.html
new file mode 100644
index 0000000..ad66064
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Statistics.html
@@ -0,0 +1,1160 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>Statistics (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Statistics (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":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="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/Statistics.html" target="_top">Frames</a></li>
+<li><a href="Statistics.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">com.gemstone.gemfire</div>
+<h2 title="Interface Statistics" class="title">Interface Statistics</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">Statistics</span></pre>
+<div class="block">Instances of this interface maintain the values of various application-defined
+ statistics.  The statistics themselves are described by an instance
+ of <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a>.
+
+ <P>
+ To get an instance of this interface use an instance of
+ <a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><code>StatisticsFactory</code></a>.
+ <P>
+
+ For improved performance, each statistic may be referred to by
+ its <a href="../../../com/gemstone/gemfire/Statistics.html#nameToDescriptor-java.lang.String-"><code>descriptor</code></a>.
+ <P>
+ For optimal performance, each statistic may be referred to by
+ its <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>id</code></a> in the statistics object. Note that
+ ids can not be mapped back to their name and methods that take ids
+ are unsafe. It is important to call the correct type of method
+ for the given id. For example if your stat is a long then incLong
+ must be called instead of incInt.
+ <p>Note that as of the 5.1 release the <code>incInt</code>,
+ <code>incLong</code>, and <code>incDouble</code> methods no longer
+ return the new value of the statistic. They now return <code>void</code>.
+ This incompatible change was made
+ to allow for a more efficient concurrent increment implementation.
+ <P></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><A href="package-summary.html#statistics">Package introduction</A></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#close--">close</a></span>()</code>
+<div class="block">Closes these statistics.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.Number</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#get-com.gemstone.gemfire.StatisticDescriptor-">get</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</code>
+<div class="block">Returns the value of the identified statistic.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.Number</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#get-java.lang.String-">get</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the value of the named statistic.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getDouble-int-">getDouble</a></span>(int&nbsp;id)</code>
+<div class="block">Returns the value of the identified statistic of type <code>double</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getDouble-com.gemstone.gemfire.StatisticDescriptor-">getDouble</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</code>
+<div class="block">Returns the value of the described statistic of type <code>double</code>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getDouble-java.lang.String-">getDouble</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the value of the statistic of type <code>double</code> at
+ the given name.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getInt-int-">getInt</a></span>(int&nbsp;id)</code>
+<div class="block">Returns the value of the identified statistic of type <code>int</code>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getInt-com.gemstone.gemfire.StatisticDescriptor-">getInt</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</code>
+<div class="block">Returns the value of the described statistic of type <code>int</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getInt-java.lang.String-">getInt</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the value of the statistic of type <code>int</code> at
+ the given name.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getLong-int-">getLong</a></span>(int&nbsp;id)</code>
+<div class="block">Returns the value of the identified statistic of type <code>long</code>.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getLong-com.gemstone.gemfire.StatisticDescriptor-">getLong</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</code>
+<div class="block">Returns the value of the described statistic of type <code>long</code>.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getLong-java.lang.String-">getLong</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the value of the statistic of type <code>long</code> at
+ the given name.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getNumericId--">getNumericId</a></span>()</code>
+<div class="block">Gets the number associated with this instance that helps identify it.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getRawBits-com.gemstone.gemfire.StatisticDescriptor-">getRawBits</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</code>
+<div class="block">Returns the bits that represent the raw value of the described statistic.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getRawBits-java.lang.String-">getRawBits</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the bits that represent the raw value of the named statistic.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getTextId--">getTextId</a></span>()</code>
+<div class="block">Gets the text associated with this instance that helps identify it.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getType--">getType</a></span>()</code>
+<div class="block">Gets the <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> of this instance.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#getUniqueId--">getUniqueId</a></span>()</code>
+<div class="block">Gets a value that uniquely identifies this statistics.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incDouble-int-double-">incDouble</a></span>(int&nbsp;id,
+         double&nbsp;delta)</code>
+<div class="block">Increments the value of the identified statistic of type <code>double</code>
+ by the given amount.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incDouble-com.gemstone.gemfire.StatisticDescriptor-double-">incDouble</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+         double&nbsp;delta)</code>
+<div class="block">Increments the value of the described statistic of type <code>double</code>
+ by the given amount.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incDouble-java.lang.String-double-">incDouble</a></span>(java.lang.String&nbsp;name,
+         double&nbsp;delta)</code>
+<div class="block">Increments the value of the statistic of type <code>double</code> with
+ the given name by a given amount.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incInt-int-int-">incInt</a></span>(int&nbsp;id,
+      int&nbsp;delta)</code>
+<div class="block">Increments the value of the identified statistic of type <code>int</code>
+ by the given amount.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incInt-com.gemstone.gemfire.StatisticDescriptor-int-">incInt</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+      int&nbsp;delta)</code>
+<div class="block">Increments the value of the described statistic of type <code>int</code>
+ by the given amount.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incInt-java.lang.String-int-">incInt</a></span>(java.lang.String&nbsp;name,
+      int&nbsp;delta)</code>
+<div class="block">Increments the value of the statistic of type <code>int</code> with
+ the given name by a given amount.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incLong-int-long-">incLong</a></span>(int&nbsp;id,
+       long&nbsp;delta)</code>
+<div class="block">Increments the value of the identified statistic of type <code>long</code>
+ by the given amount.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incLong-com.gemstone.gemfire.StatisticDescriptor-long-">incLong</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+       long&nbsp;delta)</code>
+<div class="block">Increments the value of the described statistic of type <code>long</code>
+ by the given amount.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#incLong-java.lang.String-long-">incLong</a></span>(java.lang.String&nbsp;name,
+       long&nbsp;delta)</code>
+<div class="block">Increments the value of the statistic of type <code>long</code> with
+ the given name by a given amount.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--">isAtomic</a></span>()</code>
+<div class="block">Returns true if modifications are atomic.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#isClosed--">isClosed</a></span>()</code>
+<div class="block">Returns true if the instance has been <a href="../../../com/gemstone/gemfire/Statistics.html#close--"><code>closed</code></a>.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#nameToDescriptor-java.lang.String-">nameToDescriptor</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the descriptor of the statistic with the given name in this
+ statistics instance.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-">nameToId</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the id of the statistic with the given name in this
+ statistics instance.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setDouble-int-double-">setDouble</a></span>(int&nbsp;id,
+         double&nbsp;value)</code>
+<div class="block">Sets the value of a statistic with the given <code>id</code>
+ whose type is <code>double</code>.</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setDouble-com.gemstone.gemfire.StatisticDescriptor-double-">setDouble</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+         double&nbsp;value)</code>
+<div class="block">Sets the value of a described statistic of type <code>double</code></div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setDouble-java.lang.String-double-">setDouble</a></span>(java.lang.String&nbsp;name,
+         double&nbsp;value)</code>
+<div class="block">Sets the value of a named statistic of type <code>double</code>.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setInt-int-int-">setInt</a></span>(int&nbsp;id,
+      int&nbsp;value)</code>
+<div class="block">Sets the value of a statistic with the given <code>id</code>
+ whose type is <code>int</code>.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setInt-com.gemstone.gemfire.StatisticDescriptor-int-">setInt</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+      int&nbsp;value)</code>
+<div class="block">Sets the value of a described statistic of type <code>int</code></div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setInt-java.lang.String-int-">setInt</a></span>(java.lang.String&nbsp;name,
+      int&nbsp;value)</code>
+<div class="block">Sets the value of a named statistic of type <code>int</code></div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setLong-int-long-">setLong</a></span>(int&nbsp;id,
+       long&nbsp;value)</code>
+<div class="block">Sets the value of a statistic with the given <code>id</code>
+ whose type is <code>long</code>.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setLong-com.gemstone.gemfire.StatisticDescriptor-long-">setLong</a></span>(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+       long&nbsp;value)</code>
+<div class="block">Sets the value of a described statistic of type <code>long</code></div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Statistics.html#setLong-java.lang.String-long-">setLong</a></span>(java.lang.String&nbsp;name,
+       long&nbsp;value)</code>
+<div class="block">Sets the value of a named statistic of type <code>long</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="close--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close()</pre>
+<div class="block">Closes these statistics.  After statistics have been closed, they
+ are no longer archived.
+ A value access on a closed statistics always results in zero.
+ A value modification on a closed statistics is ignored.</div>
+</li>
+</ul>
+<a name="nameToId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>nameToId</h4>
+<pre>int&nbsp;nameToId(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the id of the statistic with the given name in this
+ statistics instance.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - No statistic named <code>name</code> exists in this
+         statistics instance.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="nameToDescriptor-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>nameToDescriptor</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;nameToDescriptor(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the descriptor of the statistic with the given name in this
+ statistics instance.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - No statistic named <code>name</code> exists in this
+         statistics instance.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToDescriptor-java.lang.String-"><code>StatisticsType.nameToDescriptor(java.lang.String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getUniqueId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUniqueId</h4>
+<pre>long&nbsp;getUniqueId()</pre>
+<div class="block">Gets a value that uniquely identifies this statistics.</div>
+</li>
+</ul>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;getType()</pre>
+<div class="block">Gets the <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> of this instance.</div>
+</li>
+</ul>
+<a name="getTextId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTextId</h4>
+<pre>java.lang.String&nbsp;getTextId()</pre>
+<div class="block">Gets the text associated with this instance that helps identify it.</div>
+</li>
+</ul>
+<a name="getNumericId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNumericId</h4>
+<pre>long&nbsp;getNumericId()</pre>
+<div class="block">Gets the number associated with this instance that helps identify it.</div>
+</li>
+</ul>
+<a name="isAtomic--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isAtomic</h4>
+<pre>boolean&nbsp;isAtomic()</pre>
+<div class="block">Returns true if modifications are atomic. This means that multiple threads,
+ can safely modify this instance without extra synchronization.
+ <p>
+ Returns false if modifications are not atomic. This means that modifications
+ to this instance are cheaper but not thread safe.</div>
+</li>
+</ul>
+<a name="isClosed--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isClosed</h4>
+<pre>boolean&nbsp;isClosed()</pre>
+<div class="block">Returns true if the instance has been <a href="../../../com/gemstone/gemfire/Statistics.html#close--"><code>closed</code></a>.</div>
+</li>
+</ul>
+<a name="setInt-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setInt</h4>
+<pre>void&nbsp;setInt(int&nbsp;id,
+            int&nbsp;value)</pre>
+<div class="block">Sets the value of a statistic with the given <code>id</code>
+ whose type is <code>int</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="setInt-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setInt</h4>
+<pre>void&nbsp;setInt(java.lang.String&nbsp;name,
+            int&nbsp;value)</pre>
+<div class="block">Sets the value of a named statistic of type <code>int</code></div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists named <code>name</code> or
+         if the statistic with name <code>name</code> is not of
+         type <code>int</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setInt-com.gemstone.gemfire.StatisticDescriptor-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setInt</h4>
+<pre>void&nbsp;setInt(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+            int&nbsp;value)</pre>
+<div class="block">Sets the value of a described statistic of type <code>int</code></div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists for the given <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>int</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setLong-int-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLong</h4>
+<pre>void&nbsp;setLong(int&nbsp;id,
+             long&nbsp;value)</pre>
+<div class="block">Sets the value of a statistic with the given <code>id</code>
+ whose type is <code>long</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="setLong-com.gemstone.gemfire.StatisticDescriptor-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLong</h4>
+<pre>void&nbsp;setLong(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+             long&nbsp;value)</pre>
+<div class="block">Sets the value of a described statistic of type <code>long</code></div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists for the given <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>long</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setLong-java.lang.String-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLong</h4>
+<pre>void&nbsp;setLong(java.lang.String&nbsp;name,
+             long&nbsp;value)</pre>
+<div class="block">Sets the value of a named statistic of type <code>long</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists named <code>name</code> or
+         if the statistic with name <code>name</code> is not of
+         type <code>long</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setDouble-int-double-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDouble</h4>
+<pre>void&nbsp;setDouble(int&nbsp;id,
+               double&nbsp;value)</pre>
+<div class="block">Sets the value of a statistic with the given <code>id</code>
+ whose type is <code>double</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="setDouble-com.gemstone.gemfire.StatisticDescriptor-double-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDouble</h4>
+<pre>void&nbsp;setDouble(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+               double&nbsp;value)</pre>
+<div class="block">Sets the value of a described statistic of type <code>double</code></div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists for the given <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>double</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setDouble-java.lang.String-double-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDouble</h4>
+<pre>void&nbsp;setDouble(java.lang.String&nbsp;name,
+               double&nbsp;value)</pre>
+<div class="block">Sets the value of a named statistic of type <code>double</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists named <code>name</code> or
+         if the statistic with name <code>name</code> is not of
+         type <code>double</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getInt-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInt</h4>
+<pre>int&nbsp;getInt(int&nbsp;id)</pre>
+<div class="block">Returns the value of the identified statistic of type <code>int</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="getInt-com.gemstone.gemfire.StatisticDescriptor-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInt</h4>
+<pre>int&nbsp;getInt(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</pre>
+<div class="block">Returns the value of the described statistic of type <code>int</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with the specified <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>int</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getInt-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInt</h4>
+<pre>int&nbsp;getInt(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the value of the statistic of type <code>int</code> at
+ the given name.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with name <code>name</code> or
+         if the statistic named <code>name</code> is not of
+         type <code>int</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getLong-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLong</h4>
+<pre>long&nbsp;getLong(int&nbsp;id)</pre>
+<div class="block">Returns the value of the identified statistic of type <code>long</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="getLong-com.gemstone.gemfire.StatisticDescriptor-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLong</h4>
+<pre>long&nbsp;getLong(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</pre>
+<div class="block">Returns the value of the described statistic of type <code>long</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with the specified <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>long</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getLong-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLong</h4>
+<pre>long&nbsp;getLong(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the value of the statistic of type <code>long</code> at
+ the given name.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with name <code>name</code> or
+         if the statistic named <code>name</code> is not of
+         type <code>long</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getDouble-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDouble</h4>
+<pre>double&nbsp;getDouble(int&nbsp;id)</pre>
+<div class="block">Returns the value of the identified statistic of type <code>double</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="getDouble-com.gemstone.gemfire.StatisticDescriptor-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDouble</h4>
+<pre>double&nbsp;getDouble(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</pre>
+<div class="block">Returns the value of the described statistic of type <code>double</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with the specified <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>double</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="getDouble-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDouble</h4>
+<pre>double&nbsp;getDouble(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the value of the statistic of type <code>double</code> at
+ the given name.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with name <code>name</code> or
+         if the statistic named <code>name</code> is not of
+         type <code>double</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="get-com.gemstone.gemfire.StatisticDescriptor-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>get</h4>
+<pre>java.lang.Number&nbsp;get(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</pre>
+<div class="block">Returns the value of the identified statistic.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>descriptor</code> - a statistic descriptor obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToDescriptor-java.lang.String-"><code>nameToDescriptor(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToDescriptor-java.lang.String-"><code>StatisticsType.nameToDescriptor(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If the described statistic does not exist</dd>
+</dl>
+</li>
+</ul>
+<a name="get-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>get</h4>
+<pre>java.lang.Number&nbsp;get(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the value of the named statistic.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If the named statistic does not exist</dd>
+</dl>
+</li>
+</ul>
+<a name="getRawBits-com.gemstone.gemfire.StatisticDescriptor-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRawBits</h4>
+<pre>long&nbsp;getRawBits(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor)</pre>
+<div class="block">Returns the bits that represent the raw value of the described statistic.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>descriptor</code> - a statistic descriptor obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToDescriptor-java.lang.String-"><code>nameToDescriptor(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToDescriptor-java.lang.String-"><code>StatisticsType.nameToDescriptor(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If the described statistic does not exist</dd>
+</dl>
+</li>
+</ul>
+<a name="getRawBits-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRawBits</h4>
+<pre>long&nbsp;getRawBits(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the bits that represent the raw value of the named statistic.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If the named statistic does not exist</dd>
+</dl>
+</li>
+</ul>
+<a name="incInt-int-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incInt</h4>
+<pre>void&nbsp;incInt(int&nbsp;id,
+            int&nbsp;delta)</pre>
+<div class="block">Increments the value of the identified statistic of type <code>int</code>
+ by the given amount.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="incInt-com.gemstone.gemfire.StatisticDescriptor-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incInt</h4>
+<pre>void&nbsp;incInt(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+            int&nbsp;delta)</pre>
+<div class="block">Increments the value of the described statistic of type <code>int</code>
+ by the given amount.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with the given <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>int</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="incInt-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incInt</h4>
+<pre>void&nbsp;incInt(java.lang.String&nbsp;name,
+            int&nbsp;delta)</pre>
+<div class="block">Increments the value of the statistic of type <code>int</code> with
+ the given name by a given amount.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with name <code>name</code> or
+         if the statistic named <code>name</code> is not of
+         type <code>int</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="incLong-int-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incLong</h4>
+<pre>void&nbsp;incLong(int&nbsp;id,
+             long&nbsp;delta)</pre>
+<div class="block">Increments the value of the identified statistic of type <code>long</code>
+ by the given amount.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="incLong-com.gemstone.gemfire.StatisticDescriptor-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incLong</h4>
+<pre>void&nbsp;incLong(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+             long&nbsp;delta)</pre>
+<div class="block">Increments the value of the described statistic of type <code>long</code>
+ by the given amount.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with the given <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>long</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="incLong-java.lang.String-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incLong</h4>
+<pre>void&nbsp;incLong(java.lang.String&nbsp;name,
+             long&nbsp;delta)</pre>
+<div class="block">Increments the value of the statistic of type <code>long</code> with
+ the given name by a given amount.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with name <code>name</code> or
+         if the statistic named <code>name</code> is not of
+         type <code>long</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="incDouble-int-double-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incDouble</h4>
+<pre>void&nbsp;incDouble(int&nbsp;id,
+               double&nbsp;delta)</pre>
+<div class="block">Increments the value of the identified statistic of type <code>double</code>
+ by the given amount.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - a statistic id obtained with <a href="../../../com/gemstone/gemfire/Statistics.html#nameToId-java.lang.String-"><code>nameToId(java.lang.String)</code></a>
+ or <a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-"><code>StatisticsType.nameToId(java.lang.String)</code></a>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - If the id is invalid.</dd>
+</dl>
+</li>
+</ul>
+<a name="incDouble-com.gemstone.gemfire.StatisticDescriptor-double-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>incDouble</h4>
+<pre>void&nbsp;incDouble(<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;descriptor,
+               double&nbsp;delta)</pre>
+<div class="block">Increments the value of the described statistic of type <code>double</code>
+ by the given amount.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with the given <code>descriptor</code> or
+         if the described statistic is not of
+         type <code>double</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="incDouble-java.lang.String-double-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>incDouble</h4>
+<pre>void&nbsp;incDouble(java.lang.String&nbsp;name,
+               double&nbsp;delta)</pre>
+<div class="block">Increments the value of the statistic of type <code>double</code> with
+ the given name by a given amount.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If no statistic exists with name <code>name</code> or
+         if the statistic named <code>name</code> is not of
+         type <code>double</code>.</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="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/Statistics.html" target="_top">Frames</a></li>
+<li><a href="Statistics.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsFactory.html
new file mode 100644
index 0000000..21700bc
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsFactory.html
@@ -0,0 +1,482 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>StatisticsFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="StatisticsFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":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="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticsFactory.html" target="_top">Frames</a></li>
+<li><a href="StatisticsFactory.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">com.gemstone.gemfire</div>
+<h2 title="Interface StatisticsFactory" class="title">Interface StatisticsFactory</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire">StatisticsTypeFactory</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">StatisticsFactory</span>
+extends <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire">StatisticsTypeFactory</a></pre>
+<div class="block">Instances of this interface provide methods that create instances
+ of <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a>.
+ It can also be used to create instances of <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a>
+ and <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> because it implements <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire"><code>StatisticsTypeFactory</code></a>.
+ <a href="../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a> is the only
+ instance of this interface.
+
+ <P>
+
+ A <code>StatisticsFactory</code> can create a <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>statistic</code></a> of three numeric types:
+ <code>int</code>, <code>long</code>, and <code>double</code>.  A
+ statistic (<code>StatisticDescriptor</code>) can either be a
+ <I>gauge</I> meaning that its value can increase and decrease or a
+ <I>counter</I> meaning that its value is strictly increasing.
+ Marking a statistic as a counter allows statistic display tools
+ to properly display a statistics whose value "wraps around" (that
+ is, exceeds its maximum value).
+ 
+ <P>The following code is an example of how to create a type using the api.
+ In this example the type has two stats whose values always increase:
+ <pre>
+    StatisticsFactory f = ...;
+    StatisticsType t = f.createType(
+        "StatSampler",
+        "Stats on the statistic sampler.",
+        new StatisticDescriptor[] {
+            f.createIntCounter("sampleCount",
+                               "Total number of samples taken by this sampler.",
+                               "samples"),
+            f.createLongCounter("sampleTime",
+                                "Total amount of time spent taking samples.",
+                                "milliseconds"),
+        }
+    );
+    this.samplerStats = f.createStatistics(t, "statSampler");
+    this.sampleCountId = this.samplerStats.nameToId("sampleCount");
+    this.sampleTimeId = this.samplerStats.nameToId("sampleTime");
+ </pre>
+ Later on the stat ids can be used to increment the stats:
+ <pre>
+    this.samplerStats.incInt(this.sampleCountId, 1);
+    this.samplerStats.incLong(this.sampleTimeId, nanosSpentWorking / 1000000);
+ </pre>
+ <P>The following is an example of how to create the same type using XML.
+ The XML data:
+ <pre>
+    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
+    &lt;!DOCTYPE statistics PUBLIC
+      "-//GemStone Systems, Inc.//GemFire Statistics Type//EN"
+      "http://www.gemstone.com/dtd/statisticsType.dtd"&gt;
+    &lt;statistics&gt;
+      &lt;type name="StatSampler"&gt;
+        &lt;description&gt;Stats on the statistic sampler.&lt;/description&gt;
+        &lt;stat name="sampleCount" storage="int" counter="true"&gt;
+          &lt;description&gt;Total number of samples taken by this sampler.&lt;/description&gt;
+          &lt;unit&gt;samples&lt;/unit&gt;
+        &lt;/stat&gt;
+        &lt;stat name="sampleTime" storage="long" counter="true"&gt;
+          &lt;description&gt;Total amount of time spent taking samples.&lt;/description&gt;
+          &lt;unit&gt;milliseconds&lt;/unit&gt;
+        &lt;/stat&gt;
+      &lt;/type&gt;
+    &lt;/statistics&gt;
+ </pre>
+ The code to create the type:
+ <pre>
+      StatisticsFactory f = ...;
+      Reader r = new InputStreamReader("fileContainingXmlData"));
+      StatisticsType type = f.createTypesFromXml(r)[0];
+ </pre>
+ <P></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><A href="package-summary.html#statistics">Package introduction</A></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>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.com.gemstone.gemfire.StatisticsTypeFactory">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire">StatisticsTypeFactory</a></h3>
+<code><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#MAX_DESCRIPTORS_PER_TYPE">MAX_DESCRIPTORS_PER_TYPE</a></code></li>
+</ul>
+</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></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="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#createAtomicStatistics-com.gemstone.gemfire.StatisticsType-">createAtomicStatistics</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type)</code>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a> with default ids.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#createAtomicStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-">createAtomicStatistics</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                      java.lang.String&nbsp;textId)</code>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and with a default numeric id.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#createAtomicStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-long-">createAtomicStatistics</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                      java.lang.String&nbsp;textId,
+                      long&nbsp;numericId)</code>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and <code>numericId</code>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#createStatistics-com.gemstone.gemfire.StatisticsType-">createStatistics</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type)</code>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a> with default ids.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#createStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-">createStatistics</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                java.lang.String&nbsp;textId)</code>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and with a default numeric id.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#createStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-long-">createStatistics</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                java.lang.String&nbsp;textId,
+                long&nbsp;numericId)</code>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and <code>numericId</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#findStatisticsByNumericId-long-">findStatisticsByNumericId</a></span>(long&nbsp;numericId)</code>
+<div class="block">Returns an array of all the existing statistics with the given numericId.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#findStatisticsByTextId-java.lang.String-">findStatisticsByTextId</a></span>(java.lang.String&nbsp;textId)</code>
+<div class="block">Returns an array of all the existing statistics with the given textId.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsFactory.html#findStatisticsByType-com.gemstone.gemfire.StatisticsType-">findStatisticsByType</a></span>(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type)</code>
+<div class="block">Returns an array of all the existing statistics of the given type.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.StatisticsTypeFactory">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire">StatisticsTypeFactory</a></h3>
+<code><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleCounter-java.lang.String-java.lang.String-java.lang.String-">createDoubleCounter</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">createDoubleCounter</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleGauge-java.lang.String-java.lang.String-java.lang.String-">createDoubleGauge</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">createDoubleGauge</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntCounter-java.lang.String-java.lang.String-java.lang.String-">createIntCounter</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">createIntCounter</a>, <a 
 href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntGauge-java.lang.String-java.lang.String-java.lang.String-">createIntGauge</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">createIntGauge</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongCounter-java.lang.String-java.lang.String-java.lang.String-">createLongCounter</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">createLongCounter</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongGauge-java.lang.String-java.lang.String-java.lang.String-">createLongGauge</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">createLongGauge</a>, <a href="../../../com/gemstone/gemfi
 re/StatisticsTypeFactory.html#createType-java.lang.String-java.lang.String-com.gemstone.gemfire.StatisticDescriptor:A-">createType</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createTypesFromXml-java.io.Reader-">createTypesFromXml</a>, <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#findType-java.lang.String-">findType</a></code></li>
+</ul>
+</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="createStatistics-com.gemstone.gemfire.StatisticsType-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>&nbsp;createStatistics(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type)</pre>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a> with default ids.
+ <p>
+ The created instance may not be <a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--"><code>atomic</code></a>.</div>
+</li>
+</ul>
+<a name="createStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>&nbsp;createStatistics(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                            java.lang.String&nbsp;textId)</pre>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and with a default numeric id.
+ <p>
+ The created instance may not be <a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--"><code>atomic</code></a>.</div>
+</li>
+</ul>
+<a name="createStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>&nbsp;createStatistics(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                            java.lang.String&nbsp;textId,
+                            long&nbsp;numericId)</pre>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and <code>numericId</code>.
+ <p>
+ The created instance may not be <a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--"><code>atomic</code></a>.</div>
+</li>
+</ul>
+<a name="createAtomicStatistics-com.gemstone.gemfire.StatisticsType-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createAtomicStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>&nbsp;createAtomicStatistics(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type)</pre>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a> with default ids.
+ <p>
+ The created instance will be <a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--"><code>atomic</code></a>.</div>
+</li>
+</ul>
+<a name="createAtomicStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createAtomicStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>&nbsp;createAtomicStatistics(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                                  java.lang.String&nbsp;textId)</pre>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and with a default numeric id.
+ <p>
+ The created instance will be <a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--"><code>atomic</code></a>.</div>
+</li>
+</ul>
+<a name="createAtomicStatistics-com.gemstone.gemfire.StatisticsType-java.lang.String-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createAtomicStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>&nbsp;createAtomicStatistics(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type,
+                                  java.lang.String&nbsp;textId,
+                                  long&nbsp;numericId)</pre>
+<div class="block">Creates and returns a <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a> instance of the given <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>type</code></a>, <code>textId</code>, and <code>numericId</code>.
+ <p>
+ The created instance will be <a href="../../../com/gemstone/gemfire/Statistics.html#isAtomic--"><code>atomic</code></a>.</div>
+</li>
+</ul>
+<a name="findStatisticsByType-com.gemstone.gemfire.StatisticsType-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findStatisticsByType</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>[]&nbsp;findStatisticsByType(<a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;type)</pre>
+<div class="block">Returns an array of all the existing statistics of the given type.</div>
+</li>
+</ul>
+<a name="findStatisticsByTextId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findStatisticsByTextId</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>[]&nbsp;findStatisticsByTextId(java.lang.String&nbsp;textId)</pre>
+<div class="block">Returns an array of all the existing statistics with the given textId.</div>
+</li>
+</ul>
+<a name="findStatisticsByNumericId-long-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>findStatisticsByNumericId</h4>
+<pre><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire">Statistics</a>[]&nbsp;findStatisticsByNumericId(long&nbsp;numericId)</pre>
+<div class="block">Returns an array of all the existing statistics with the given numericId.</div>
+</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="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticsFactory.html" target="_top">Frames</a></li>
+<li><a href="StatisticsFactory.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>


[13/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheTransactionManager.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheTransactionManager.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheTransactionManager.html
new file mode 100644
index 0000000..095bf2c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheTransactionManager.html
@@ -0,0 +1,853 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheTransactionManager (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheTransactionManager (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":38,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":38,"i17":6,"i18":6,"i19":6,"i20":6};
+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="../../../../com/gemstone/gemfire/cache/CacheStatistics.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheTransactionManager.html" target="_top">Frames</a></li>
+<li><a href="CacheTransactionManager.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheTransactionManager" class="title">Interface CacheTransactionManager</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheTransactionManager</span></pre>
+<div class="block"><p>The CacheTransactionManager interface allows applications to manage
+ transactions on a per <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> basis.  
+ 
+ <p>The life cycle of a GemFire transaction starts with a begin
+ operation. The life cycle ends with either a commit or rollback
+ operation.  Between the begin and the commit/rollback are typically
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> operations.  In general, those that either create,
+ destroy, invalidate or update <a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a> are considered
+ transactional, that is they modify transactional state.
+ 
+ <p>A GemFire transaction may involve operations on multiple regions,
+ each of which may have different attributes.
+ 
+ <p>While a GemFire transaction and its operations are invoked in
+ the local VM, the resulting transaction state is distributed to
+ other VM's at commit time as per the attributes of each
+ participant Region.
+ 
+ <p>A transaction can have no more than one thread associated with
+ it and conversely a thread can only operate on one transaction at
+ any given time. Child threads will not inherit the existing
+ transaction.
+
+ <p>Each of the following methods operate on the current thread.  All
+ methods throw <a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><code>CacheClosedException</code></a> if the Cache is closed.
+ 
+ <p>GemFire Transactions currently only support Read Committed
+ isolation.  In addition, they are optimistic transactions in that
+ write locking and conflict checks are performed as part of the
+ commit operation.
+
+ <p>For guaranteed Read Committed isolation, avoid making "in place"
+ changes, because such changes will be "seen" by other transactions
+ and break the Read Committed isolation guarantee. e.g.
+
+  <pre>
+    CacheTransactionManager txMgr = cache.getCacheTransactionManager();
+    txMgr.begin();
+    StringBuffer s = (StringBuffer) r.get("stringBuf");
+    s.append("Changes seen before commit. NOT Read Committed!");
+    r.put("stringBuf", s);
+    txMgr.commit();
+  </pre>
+ 
+  <p>To aid in creating copies, the "copy on read"
+  <code>Cache</code> attribute and the <a href="../../../../com/gemstone/gemfire/CopyHelper.html#copy-T-"><code>CopyHelper.copy(T)</code></a> method are provided.
+  The following is a Read Committed safe example using the
+  <code>CopyHelper.copy</code> method.
+ 
+  <pre>
+    CacheTransactionManager txMgr = cache.getCacheTransactionManager();
+    txMgr.begin();
+    Object o = r.get("stringBuf");
+    StringBuffer s = (StringBuffer) CopyHelper.copy(o);
+    s.append("Changes unseen before commit. Read Committed.");
+    r.put("stringBuf", s);
+    txMgr.commit();
+  </pre>
+
+  <p>Its important to note that creating copies can negatively
+  impact both performance and memory consumption.
+
+ <p>Partitioned Regions, Distributed No Ack and Distributed Ack Regions are supported
+ (see <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>AttributesFactory</code></a> for Scope).  For both scopes, a
+ consistent configuration (per VM) is enforced.
+ 
+ <p>Global Regions, client Regions (see com.gemstone.gemfire.cache.client package)
+ and persistent Regions (see <a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>DiskWriteAttributes</code></a>) do not
+ support transactions.
+ 
+ <p>When PartitionedRegions are involved in a transaction, all data in the 
+ transaction must be colocated together on one data node. See the GemFire 
+ Developer Guide for details on using transactions with Partitioned Regions.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a></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="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="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#addListener-com.gemstone.gemfire.cache.TransactionListener-">addListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;aListener)</code>
+<div class="block">Adds a transaction listener to the end of the list of transaction listeners on this cache.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#begin--">begin</a></span>()</code>
+<div class="block">Creates a new transaction and associates it with the current thread.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#commit--">commit</a></span>()</code>
+<div class="block">Commit the transaction associated with the current thread.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#exists--">exists</a></span>()</code>
+<div class="block">Reports the existence of a Transaction for this thread</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#exists-com.gemstone.gemfire.cache.TransactionId-">exists</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</code>
+<div class="block">Reports the existence of a transaction for the given transactionId.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#getListener--">getListener</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#getListeners--"><code>getListeners()</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#getListeners--">getListeners</a></span>()</code>
+<div class="block">Returns an array of all the transaction listeners on this cache.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#getTransactionId--">getTransactionId</a></span>()</code>
+<div class="block">Returns the transaction identifier for the current thread</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache">TransactionWriter</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#getWriter--">getWriter</a></span>()</code>
+<div class="block">Returns the current <a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache"><code>TransactionWriter</code></a></div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#initListeners-com.gemstone.gemfire.cache.TransactionListener:A-">initListeners</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>[]&nbsp;newListeners)</code>
+<div class="block">Removes all transaction listeners, calling <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> on each of them, and then adds each listener in the specified array.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#isDistributed--">isDistributed</a></span>()</code>
+<div class="block">Returns the execution mode of transactions</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#isSuspended-com.gemstone.gemfire.cache.TransactionId-">isSuspended</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</code>
+<div class="block">This method can be used to determine if a transaction with the given
+ transaction identifier is currently suspended locally.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#removeListener-com.gemstone.gemfire.cache.TransactionListener-">removeListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;aListener)</code>
+<div class="block">Removes a transaction listener from the list of transaction listeners on this cache.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#resume-com.gemstone.gemfire.cache.TransactionId-">resume</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</code>
+<div class="block">On the current thread, resumes a transaction that was previously suspended
+ using <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--"><code>suspend()</code></a></div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#rollback--">rollback</a></span>()</code>
+<div class="block">Roll back the transaction associated with the current thread.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#setDistributed-boolean-">setDistributed</a></span>(boolean&nbsp;distributed)</code>
+<div class="block">Sets whether transactions should be executed in distributed or
+ non-distributed mode.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#setListener-com.gemstone.gemfire.cache.TransactionListener-">setListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;newListener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#addListener-com.gemstone.gemfire.cache.TransactionListener-"><code>addListener(com.gemstone.gemfire.cache.TransactionListener)</code></a> or <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#initListeners-com.gemstone.gemfire.cache.TransactionListener:A-"><code>initListeners(com.gemstone.gemfire.cache.TransactionListener[])</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#setWriter-com.gemstone.gemfire.cache.TransactionWriter-">setWriter</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache">TransactionWriter</a>&nbsp;writer)</code>
+<div class="block">Set the TransactionWriter for the cache</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--">suspend</a></span>()</code>
+<div class="block">Suspends the transaction on the current thread.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#tryResume-com.gemstone.gemfire.cache.TransactionId-">tryResume</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</code>
+<div class="block">On the current thread, resumes a transaction that was previously suspended
+ using <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--"><code>suspend()</code></a>.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#tryResume-com.gemstone.gemfire.cache.TransactionId-long-java.util.concurrent.TimeUnit-">tryResume</a></span>(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId,
+         long&nbsp;time,
+         java.util.concurrent.TimeUnit&nbsp;unit)</code>
+<div class="block">On the current thread, resumes a transaction that was previously suspended
+ using <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--"><code>suspend()</code></a>, or waits for the specified timeout interval if
+ the transaction has not been suspended.</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="begin--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>begin</h4>
+<pre>void&nbsp;begin()</pre>
+<div class="block">Creates a new transaction and associates it with the current thread.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the thread is already associated with a transaction</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="commit--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>commit</h4>
+<pre>void&nbsp;commit()
+     throws <a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache">CommitConflictException</a></pre>
+<div class="block">Commit the transaction associated with the current thread. If
+  the commit operation fails due to a conflict it will destroy
+  the transaction state and throw a <a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache"><code>CommitConflictException</code></a>.  If the commit operation succeeds,
+  it returns after the transaction state has been merged with
+  committed state.  When this method completes, the thread is no
+  longer associated with a transaction.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the thread is not associated with a transaction</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache">CommitConflictException</a></code> - if the commit operation fails due to
+   a write conflict.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TransactionDataNodeHasDepartedException.html" title="class in com.gemstone.gemfire.cache">TransactionDataNodeHasDepartedException</a></code> - if the node hosting the
+ transaction data has departed. This is only relevant for transaction that
+ involve PartitionedRegions.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TransactionDataNotColocatedException.html" title="class in com.gemstone.gemfire.cache">TransactionDataNotColocatedException</a></code> - if at commit time, the data
+ involved in the transaction has moved away from the transaction hosting 
+ node. This can only happen if rebalancing/recovery happens during a 
+ transaction that involves a PartitionedRegion.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TransactionInDoubtException.html" title="class in com.gemstone.gemfire.cache">TransactionInDoubtException</a></code> - when GemFire cannot tell which nodes
+ have applied the transaction and which have not. This only occurs if nodes
+ fail mid-commit, and only then in very rare circumstances.</dd>
+</dl>
+</li>
+</ul>
+<a name="rollback--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>rollback</h4>
+<pre>void&nbsp;rollback()</pre>
+<div class="block">Roll back the transaction associated with the current thread. When
+  this method completes, the thread is no longer associated with a
+  transaction and the transaction context is destroyed.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the thread is not associated with a transaction</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="suspend--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>suspend</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;suspend()</pre>
+<div class="block">Suspends the transaction on the current thread. All subsequent operations
+ performed by this thread will be non-transactional. The suspended
+ transaction can be resumed by calling <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#resume-com.gemstone.gemfire.cache.TransactionId-"><code>resume(TransactionId)</code></a></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the transaction identifier of the suspended transaction or null if
+         the thread was not associated with a transaction</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+</dl>
+</li>
+</ul>
+<a name="resume-com.gemstone.gemfire.cache.TransactionId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>resume</h4>
+<pre>void&nbsp;resume(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</pre>
+<div class="block">On the current thread, resumes a transaction that was previously suspended
+ using <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--"><code>suspend()</code></a></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>transactionId</code> - the transaction to resume</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the thread is associated with a transaction or if
+           <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#isSuspended-com.gemstone.gemfire.cache.TransactionId-"><code>isSuspended(TransactionId)</code></a> would return false for the
+           given transactionId</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#tryResume-com.gemstone.gemfire.cache.TransactionId-"><code>tryResume(TransactionId)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="isSuspended-com.gemstone.gemfire.cache.TransactionId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isSuspended</h4>
+<pre>boolean&nbsp;isSuspended(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</pre>
+<div class="block">This method can be used to determine if a transaction with the given
+ transaction identifier is currently suspended locally. This method does not
+ check other members for transaction status.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>transactionId</code> - </dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the transaction is in suspended state, false otherwise</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#exists-com.gemstone.gemfire.cache.TransactionId-"><code>exists(TransactionId)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="tryResume-com.gemstone.gemfire.cache.TransactionId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>tryResume</h4>
+<pre>boolean&nbsp;tryResume(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</pre>
+<div class="block">On the current thread, resumes a transaction that was previously suspended
+ using <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--"><code>suspend()</code></a>.
+ 
+ This method is equivalent to
+ <pre>
+ if (isSuspended(txId)) {
+   resume(txId);
+ }
+ </pre>
+ except that this action is performed atomically</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>transactionId</code> - the transaction to resume</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the transaction was resumed, false otherwise</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+</dl>
+</li>
+</ul>
+<a name="tryResume-com.gemstone.gemfire.cache.TransactionId-long-java.util.concurrent.TimeUnit-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>tryResume</h4>
+<pre>boolean&nbsp;tryResume(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId,
+                  long&nbsp;time,
+                  java.util.concurrent.TimeUnit&nbsp;unit)</pre>
+<div class="block">On the current thread, resumes a transaction that was previously suspended
+ using <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#suspend--"><code>suspend()</code></a>, or waits for the specified timeout interval if
+ the transaction has not been suspended. This method will return if:
+ <ul>
+ <li>Another thread suspends the transaction</li>
+ <li>Another thread calls commit/rollback on the transaction</li>
+ <li>This thread has waited for the specified timeout</li>
+ </ul>
+ 
+ This method returns immediately if <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#exists-com.gemstone.gemfire.cache.TransactionId-"><code>exists(TransactionId)</code></a> returns false.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>transactionId</code> - the transaction to resume</dd>
+<dd><code>time</code> - the maximum time to wait</dd>
+<dd><code>unit</code> - the time unit of the <code>time</code> argument</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the transaction was resumed, false otherwise</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#tryResume-com.gemstone.gemfire.cache.TransactionId-"><code>tryResume(TransactionId)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="exists-com.gemstone.gemfire.cache.TransactionId-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exists</h4>
+<pre>boolean&nbsp;exists(<a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;transactionId)</pre>
+<div class="block">Reports the existence of a transaction for the given transactionId. This
+ method can be used to determine if a transaction with the given transaction
+ identifier is currently in progress locally.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>transactionId</code> - the given transaction identifier</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the transaction is in progress, false otherwise.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#isSuspended-com.gemstone.gemfire.cache.TransactionId-"><code>isSuspended(TransactionId)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="exists--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exists</h4>
+<pre>boolean&nbsp;exists()</pre>
+<div class="block">Reports the existence of a Transaction for this thread</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if a transaction exists, false otherwise</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getTransactionId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTransactionId</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;getTransactionId()</pre>
+<div class="block">Returns the transaction identifier for the current thread</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the transaction identifier or null if no transaction exists</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getListener--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getListener</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;getListener()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#getListeners--"><code>getListeners()</code></a> instead</span></div>
+<div class="block">Gets the transaction listener for this Cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The TransactionListener instance or null if no listener.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if more than one listener exists on this cache</dd>
+</dl>
+</li>
+</ul>
+<a name="getListeners--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getListeners</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>[]&nbsp;getListeners()</pre>
+<div class="block">Returns an array of all the transaction listeners on this cache.
+ Modifications to the returned array will not effect what listeners are on this cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the cache's <code>TransactionListener</code>s; an empty array if no listeners</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setListener-com.gemstone.gemfire.cache.TransactionListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setListener</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;setListener(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;newListener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#addListener-com.gemstone.gemfire.cache.TransactionListener-"><code>addListener(com.gemstone.gemfire.cache.TransactionListener)</code></a> or <a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#initListeners-com.gemstone.gemfire.cache.TransactionListener:A-"><code>initListeners(com.gemstone.gemfire.cache.TransactionListener[])</code></a> instead.</span></div>
+<div class="block">Sets the transaction listener for this Cache.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newListener</code> - the TransactionListener to register with the Cache.
+   Use a <code>null</code> to deregister the current listener without
+   registering a new one.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous TransactionListener</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if more than one listener exists on this cache</dd>
+</dl>
+</li>
+</ul>
+<a name="addListener-com.gemstone.gemfire.cache.TransactionListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addListener</h4>
+<pre>void&nbsp;addListener(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;aListener)</pre>
+<div class="block">Adds a transaction listener to the end of the list of transaction listeners on this cache.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - the user defined transaction listener to add to the cache.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>aListener</code> is null</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="removeListener-com.gemstone.gemfire.cache.TransactionListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeListener</h4>
+<pre>void&nbsp;removeListener(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>&nbsp;aListener)</pre>
+<div class="block">Removes a transaction listener from the list of transaction listeners on this cache.
+ Does nothing if the specified listener has not been added.
+ If the specified listener has been added then <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> will
+ be called on it; otherwise does nothing.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - the transaction listener to remove from the cache.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>aListener</code> is null</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="initListeners-com.gemstone.gemfire.cache.TransactionListener:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initListeners</h4>
+<pre>void&nbsp;initListeners(<a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>[]&nbsp;newListeners)</pre>
+<div class="block">Removes all transaction listeners, calling <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> on each of them, and then adds each listener in the specified array.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newListeners</code> - a possibly null or empty array of listeners to add to this cache.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the <code>newListeners</code> array has a null element</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setWriter-com.gemstone.gemfire.cache.TransactionWriter-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWriter</h4>
+<pre>void&nbsp;setWriter(<a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache">TransactionWriter</a>&nbsp;writer)</pre>
+<div class="block">Set the TransactionWriter for the cache</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>writer</code> - </dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache"><code>TransactionWriter</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getWriter--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWriter</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache">TransactionWriter</a>&nbsp;getWriter()</pre>
+<div class="block">Returns the current <a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache"><code>TransactionWriter</code></a></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the current <a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache"><code>TransactionWriter</code></a></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#setWriter-com.gemstone.gemfire.cache.TransactionWriter-"><code>setWriter(TransactionWriter)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setDistributed-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDistributed</h4>
+<pre>void&nbsp;setDistributed(boolean&nbsp;distributed)</pre>
+<div class="block">Sets whether transactions should be executed in distributed or
+ non-distributed mode.  Once set this mode should not be changed during
+ the course of transactions.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if a transaction is already in progress
+ and this method sets the distributed mode to a different value.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>9.0</dd>
+</dl>
+</li>
+</ul>
+<a name="isDistributed--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isDistributed</h4>
+<pre>boolean&nbsp;isDistributed()</pre>
+<div class="block">Returns the execution mode of transactions</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if distributed,
+ false otherwise.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>9.0</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="../../../../com/gemstone/gemfire/cache/CacheStatistics.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheTransactionManager.html" target="_top">Frames</a></li>
+<li><a href="CacheTransactionManager.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriter.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriter.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriter.html
new file mode 100644
index 0000000..c2b6e1c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriter.html
@@ -0,0 +1,419 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheWriter (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheWriter (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":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="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheWriter.html" target="_top">Frames</a></li>
+<li><a href="CacheWriter.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheWriter" class="title">Interface CacheWriter&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/util/CacheWriterAdapter.html" title="class in com.gemstone.gemfire.cache.util">CacheWriterAdapter</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheWriter.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheWriter</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheWriter&lt;K,V&gt;</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></pre>
+<div class="block">A user-defined object defined in the <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a> that is
+ called synchronously before a region or entry in the cache is
+ modified. The typical use for a <code>CacheWriter</code> is to update a database.
+ Application writers should implement these methods to execute
+ application-specific behavior before the cache is modified.
+
+ <p>Before the region is updated via a put, create, or destroy operation,
+ GemFire will call a <code>CacheWriter</code> that is installed anywhere in any
+ participating cache for that region, preferring a local <code>CacheWriter</code>
+ if there is one. Usually there will be only one <code>CacheWriter</code> in
+ the distributed system. If there are multiple <code>CacheWriter</code>s
+ available in the distributed system, the GemFire
+ implementation always prefers one that is stored locally, or else picks one
+ arbitrarily; in any case only one <code>CacheWriter</code> will be invoked.
+
+ <p>The <code>CacheWriter</code> is capable of aborting the update to the cache by throwing
+ a <code>CacheWriterException</code>. This exception or any runtime exception
+ thrown by the <code>CacheWriter</code> will abort the operation and the
+ exception will be propagated to the initiator of the operation, regardless
+ of whether the initiator is in the same VM as the <code>CacheWriter</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-"><code>AttributesFactory.setCacheWriter(com.gemstone.gemfire.cache.CacheWriter&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheWriter--"><code>RegionAttributes.getCacheWriter()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-"><code>AttributesMutator.setCacheWriter(com.gemstone.gemfire.cache.CacheWriter&lt;K, V&gt;)</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html#beforeCreate-com.gemstone.gemfire.cache.EntryEvent-">beforeCreate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)</code>
+<div class="block">Called before an entry is created.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html#beforeDestroy-com.gemstone.gemfire.cache.EntryEvent-">beforeDestroy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)</code>
+<div class="block">Called before an entry is destroyed.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html#beforeRegionClear-com.gemstone.gemfire.cache.RegionEvent-">beforeRegionClear</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)</code>
+<div class="block">Called before a region is cleared.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html#beforeRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">beforeRegionDestroy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)</code>
+<div class="block">Called before a region is destroyed.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html#beforeUpdate-com.gemstone.gemfire.cache.EntryEvent-">beforeUpdate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)</code>
+<div class="block">Called before an entry is updated.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheCallback">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></code></li>
+</ul>
+</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="beforeUpdate-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeUpdate</h4>
+<pre>void&nbsp;beforeUpdate(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)
+           throws <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></pre>
+<div class="block">Called before an entry is updated. The entry update is initiated by a <code>put</code>
+ or a <code>get</code> that causes the loader to update an existing entry.
+ The entry previously existed in the cache where the operation was
+ initiated, although the old value may have been null. The entry being
+ updated may or may not exist in the local cache where the CacheWriter is
+ installed.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - an EntryEvent that provides information about the operation in progress</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - if thrown will abort the operation in progress,
+         and the exception will be propagated back to caller that initiated
+         the operation</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="beforeCreate-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeCreate</h4>
+<pre>void&nbsp;beforeCreate(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)
+           throws <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></pre>
+<div class="block">Called before an entry is created. Entry creation is initiated by a
+ <code>create</code>, a <code>put</code>, or a <code>get</code>.
+ The <code>CacheWriter</code> can determine whether this value comes from a
+ <code>get</code> or not by evaluating the <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getOperation--"><code>Operation</code></a>'s <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isLoad--"><code>Operation.isLoad()</code></a> method.
+ The entry being created may already exist in the local cache where this <code>CacheWriter</code>
+ is installed, but it does not yet exist in the cache where the operation was initiated.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - an EntryEvent that provides information about the operation in progress</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - if thrown will abort the operation in progress,
+         and the exception will be propagated back to caller that initiated
+         the operation</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="beforeDestroy-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeDestroy</h4>
+<pre>void&nbsp;beforeDestroy(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)
+            throws <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></pre>
+<div class="block">Called before an entry is destroyed. The entry being destroyed may or may
+ not exist in the local cache where the CacheWriter is installed. This method
+ is <em>not</em> called as a result of expiration or 
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroy-java.lang.Object-"><code>Region.localDestroy(Object)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - an EntryEvent that provides information about the operation in progress</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - if thrown will abort the operation in progress,
+         and the exception will be propagated back to caller that initiated
+         the operation</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#destroy-java.lang.Object-"><code>Region.destroy(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="beforeRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeRegionDestroy</h4>
+<pre>void&nbsp;beforeRegionDestroy(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)
+                  throws <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></pre>
+<div class="block">Called before a region is destroyed. The <code>CacheWriter</code>
+ will not additionally be called for each entry that is destroyed
+ in the region as a result of a region destroy. If the region's
+ subregions have <code>CacheWriter</code>s installed, then they
+ will be called for the cascading subregion destroys.
+ This method is <em>not</em> called as a result of
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a>, <a href="../../../../com/gemstone/gemfire/cache/Cache.html#close-boolean-"><code>Cache.close(boolean)</code></a>, or <a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroyRegion--"><code>Region.localDestroyRegion()</code></a>.  However, the
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a> method is invoked regardless of whether a
+ region is destroyed locally.  A non-local region destroy results
+ in an invocation of <a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html#beforeRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-"><code>beforeRegionDestroy(com.gemstone.gemfire.cache.RegionEvent&lt;K, V&gt;)</code></a> followed by an
+ invocation of <a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a>.
+<p>
+ WARNING: This method should not destroy or create any regions itself or a
+ deadlock will occur.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - a RegionEvent that provides information about the operation</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - if thrown, will abort the operation in progress, and the
+         exception will be propagated back to the caller that
+         initiated the operation</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#destroyRegion--"><code>Region.destroyRegion()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="beforeRegionClear-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>beforeRegionClear</h4>
+<pre>void&nbsp;beforeRegionClear(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="type parameter in CacheWriter">V</a>&gt;&nbsp;event)
+                throws <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></pre>
+<div class="block">Called before a region is cleared. The <code>CacheWriter</code>
+ will not additionally be called for each entry that is cleared
+ in the region as a result of a region clear. 
+ 
+<p>
+ WARNING: This method should not clear/destroy any regions</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - a RegionEvent that provides information about the operation</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - if thrown, will abort the operation in progress, and the
+         exception will be propagated back to the caller that
+         initiated the operation</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#clear--"><code>Region.clear()</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="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheWriter.html" target="_top">Frames</a></li>
+<li><a href="CacheWriter.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriterException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriterException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriterException.html
new file mode 100644
index 0000000..e3a1e7c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheWriterException.html
@@ -0,0 +1,370 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheWriterException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheWriterException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheWriterException.html" target="_top">Frames</a></li>
+<li><a href="CacheWriterException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheWriterException" class="title">Class CacheWriterException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.OperationAbortedException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheWriterException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CacheWriterException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">OperationAbortedException</a></pre>
+<div class="block">An exception thrown by a <code>CacheWriter</code> method. This exception
+ is propagated back to the caller that initiated modification of the
+ cache, even if the caller is not in the same cache VM.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><code>CacheWriter</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#destroy-java.lang.Object-"><code>Region.destroy(Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#destroyRegion--"><code>Region.destroyRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheWriterException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html#CacheWriterException--">CacheWriterException</a></span>()</code>
+<div class="block">Creates a new instance of <code>CacheWriterException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html#CacheWriterException-java.lang.String-">CacheWriterException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of <code>CacheWriterException</code> with the specified detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html#CacheWriterException-java.lang.String-java.lang.Throwable-">CacheWriterException</a></span>(java.lang.String&nbsp;msg,
+                    java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheWriterException</code> with the specified detail message
+ and cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html#CacheWriterException-java.lang.Throwable-">CacheWriterException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheWriterException</code> with the specified cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheWriterException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheWriterException</h4>
+<pre>public&nbsp;CacheWriterException()</pre>
+<div class="block">Creates a new instance of <code>CacheWriterException</code>.</div>
+</li>
+</ul>
+<a name="CacheWriterException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheWriterException</h4>
+<pre>public&nbsp;CacheWriterException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of <code>CacheWriterException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheWriterException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheWriterException</h4>
+<pre>public&nbsp;CacheWriterException(java.lang.String&nbsp;msg,
+                            java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheWriterException</code> with the specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheWriterException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheWriterException</h4>
+<pre>public&nbsp;CacheWriterException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheWriterException</code> with the specified cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheWriterException.html" target="_top">Frames</a></li>
+<li><a href="CacheWriterException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[22/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
new file mode 100644
index 0000000..3cb666f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html
@@ -0,0 +1,2842 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AgentConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AgentConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":38,"i46":38,"i47":38,"i48":38,"i49":38,"i50":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="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/AgentConfig.html" target="_top">Frames</a></li>
+<li><a href="AgentConfig.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">com.gemstone.gemfire.admin.jmx</div>
+<h2 title="Interface AgentConfig" class="title">Interface AgentConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.Cloneable, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</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="../../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">AgentConfig</span>
+extends <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></pre>
+<div class="block">A configuration object for a JMX administration <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx">agent</a> that is hosted by a GemFire application VM.  A file named
+ <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_PROPERTY_FILE"><code>"agent.properties"</code></a> can be used to
+ override the default values of <code>AgentConfig</code> attributes.
+ The "gfAgentPropertyFile" system
+ property can be used to specify an agent properties file other
+ than "agent.properties".  System properties prefixed with
+ <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SYSTEM_PROPERTY_PREFIX">"gemfire.agent."</a> can be used to
+ override the values in the properties file.  For instance
+ "-Dgemfire.agent.http-port=8081" can be used to override the
+ default port for the HTTP adapter.  Configuration related to the
+ distributed system that the JMX agent administers is inherited from
+ and described in <code>AgentConfig</code>'s superinterface, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><code>DistributedSystemConfig</code></a>.
+
+ <P>
+
+ An <code>AgentConfig</code> can be modified using a number of
+ mutator methods until it is used to create an <code>Agent</code>.
+ After that, attempts to modify most attributes in the
+ <code>AgentConfig</code> will result in an <code>IllegalStateException</code> being thrown.  If you wish to use the same
+ <code>AgentConfig</code> to configure multiple <code>Agent</code>s,
+ a copy of the <code>AgentConfig</code> object can be made by
+ invoking its <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#clone--"><code>clone()</code></a> method.
+
+ <P>
+
+ <B>JMX Administation Agent Configuration Properties</B>
+
+ <dl>
+   <a name="auto-connect"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AUTO_CONNECT_NAME">auto-connect</a></dt></a>
+   <dd><U>Description</U>: whether or not a JMX agent will
+   automatically connect to the distributed system it is configured to
+   administer.</dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AUTO_CONNECT">Default</a></U>: false</dd>
+ </dl>
+
+ <B>JMX Agent SSL Configuration Properties</B>
+
+ <P>
+
+ These parameters configure sockets that are created by the GemFire
+ JMX Agent regardless of which adapters are enabled.  These setting
+ apply to all adapters.  For example, if clients connect to the RMI
+ adapter using SSL, then clients must also connect to the HTTP
+ adapter using SSL (HTTPS).  Note that these configuration
+ attributes do <b>not</b> effect how the agent connects to the
+ distributed system it administers, only how JMX clients connect to
+ the agent.
+
+ <dl>
+   <a name="agent-ssl-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_ENABLED_NAME">agent-ssl-enabled</a></dt></a>
+   <dd><U>Description</U>: whether or not connections to the JMX agent
+   require SSL
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_ENABLED">Default</a></U>: false</dd>
+ </dl>
+ 
+ <dl>
+   <a name="agent-ssl-protocols"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_PROTOCOLS_NAME">agent-ssl-protocols</a></dt></a>
+   <dd><U>Description</U>: the SSL protocols to be used when connecting
+   to the JMX agent
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_PROTOCOLS">Default</a></U>: any</dd>
+ </dl>
+
+ <dl>
+   <a name="agent-ssl-ciphers"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_CIPHERS_NAME">agent-ssl-ciphers</a></dt></a>
+   <dd><U>Description</U>: the SSL ciphers to be used when connecting
+   to the JMX agent
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_CIPHERS">Default</a></U>: any</dd>
+ </dl>
+
+ <dl>
+   <a name="agent-ssl-require-authentication"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_REQUIRE_AUTHENTICATION_NAME">agent-ssl-require-authentication</a></dt></a>
+   <dd><U>Description</U>: whether or not SSL connections to the RMI
+   adapter require authentication
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_REQUIRE_AUTHENTICATION">Default</a></U>: true</dd>
+ </dl>
+
+ <dl>
+   <a name="http-ssl-require-authentication"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_SSL_REQUIRE_AUTHENTICATION_NAME">http-ssl-require-authentication</a></dt></a>
+   <dd><U>Description</U>: whether or not SSL connections to the HTTP
+   adapter require authentication
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_SSL_REQUIRE_AUTHENTICATION">Default</a></U>: false</dd>
+ </dl>
+
+ <B>HTTP Adapter Configuration</B>
+
+ <dl>
+   <a name="http-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_ENABLED_NAME">http-enabled</a></dt></a>
+   <dd><U>Description</U>: whether or not the HTTP adapter is
+   enabled in the JMX agent.</dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_ENABLED">Default</a></U>: true</dd>
+ </dl>
+ 
+ <dl>
+   <a name="http-port"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_PORT_NAME">http-port</a></dt></a>
+   <dd><U>Description</U>: the port on which the HTTP adapter should
+   listen for client connections.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_PORT">Default</a></U>: 8080</dd>
+ </dl>
+
+ <dl>
+   <a name="http-bind-address"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_BIND_ADDRESS_NAME">http-bind-address</a></dt></a>
+   <dd><U>Description</U>: the machine name or IP address to which
+   the HTTP listening socket should be bound.  If this value is
+   "localhost", then the socket will be bound to the loopback
+   address (127.0.0.1) and the adapter will only be accessible via
+   the URL <code>http://localhost:8080</code>.</dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_BIND_ADDRESS">Default</a></U>: ""
+   (all network addresses)</dd>
+ </dl>
+
+ <dl>
+   <a name="http-authentication-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_AUTHENTICATION_ENABLED_NAME">http-authentication-enabled</a></dt></a>
+   <dd><U>Description</U>: Whether or not connections to the HTTP
+   adapter should be authenticated with a user name and password.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_AUTHENTICATION_ENABLED">Default</a></U>: false</dd>
+ </dl>
+
+ <dl>
+   <a name="http-authentication-user"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_AUTHENTICATION_USER_NAME">http-authentication-user</a></dt></a>
+   <dd><U>Description</U>: the user name for authenticating secure
+   communication. 
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_AUTHENTICATION_USER">Default</a></U>: admin</dd>
+ </dl>
+
+ <dl>
+   <a name="http-authentication-password"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_AUTHENTICATION_PASSWORD_NAME">http-authentication-password</a></dt></a>
+   <dd><U>Description</U>: the password for authenticating secure
+   communication. 
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_AUTHENTICATION_PASSWORD">Default</a></U>: password</dd>
+ </dl>
+
+ <B>RMI Adapter Configuration Properties</B>
+
+ <dl>
+   <a name="rmi-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_ENABLED_NAME">rmi-enabled</a></dt></a>
+   <dd><U>Description</U>: whether or not the RMI JMX adapter is enabled
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_ENABLED">Default</a></U>: true</dd>
+ </dl>
+
+ <dl>
+   <a name="rmi-registry-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_REGISTRY_ENABLED_NAME">rmi-registry-enabled</a></dt></a>
+   <dd><U>Description</U>: whether or not the JMX agent should start
+   an RMI registry.  Alternatively, a registry outside of the JMX
+   agent VM can be used.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_REGISTRY_ENABLED">Default</a></U>: true</dd>
+ </dl>
+
+ <dl>
+   <a name="rmi-port"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_PORT_NAME">rmi-port</a></dt></a>
+   <dd><U>Description</U>: the port of the RMI registry in which the
+   JMX Agent should bind remote objects.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_PORT">Default</a></U>: 1099</dd>
+ </dl>
+ 
+ <dl>
+   <a name="rmi-server-port"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_PORT_NAME">rmi-server-port</a></dt></a>
+   <dd><U>Description</U>: the port to be used by the RMI Server started by
+   JMX Agent.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_SERVER_PORT">Default</a></U>: 0</dd>
+ </dl> 
+
+ <dl>
+   <a name="rmi-bind-address"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_BIND_ADDRESS_NAME">rmi-bind-address</a></dt></a>
+   <dd><U>Description</U>: the bind address on which the RMI
+   registry binds its sockets.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_BIND_ADDRESS">Default</a></U>: ""
+   (all network addresses)</dd>
+ </dl>
+
+ <B>AdventNet SNMP Adapter Configuration Properties</B>
+
+ <dl>
+   <a name="snmp-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SNMP_ENABLED_NAME">snmp-enabled</a></dt></a>
+   <dd><U>Description</U>: whether or not the SNMP JMX adapter is
+   enabled 
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_SNMP_ENABLED">Default</a></U>: false</dd>
+ </dl>
+ 
+ <dl>
+   <a name="snmp-bind-address"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SNMP_BIND_ADDRESS_NAME">snmp-bind-address</a></dt></a>
+   <dd><U>Description</U>: the host name to which sockets used by the
+   SNMP adapter should be bound.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_SNMP_BIND_ADDRESS">Default</a></U>: the name of
+   the local machine (not <code>localhost</code>)</dd>
+ </dl>
+
+ <dl>
+   <a name="snmp-directory"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SNMP_DIRECTORY_NAME">snmp-directory</a></dt></a>
+   <dd><U>Description</U>: the deployment directory for AdventNet
+   SNMP Adaptor 
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_SNMP_DIRECTORY">Default</a></U>: ""</dd>
+ </dl>
+ 
+ <B>JMX Agent Email Notification Properties (for statistics alerts)</B>
+ 
+ <dl>
+   <a name="email-notification-enabled"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_ENABLED_NAME">email-notification-enabled</a></dt></a>
+   <dd><U>Description</U>: Whether or not email notifications are enabled for statistics alerts.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_NOTIFICATIONS_ENABLED">Default</a></U>: false</dd>
+ </dl>
+ 
+ <dl>
+   <a name="email-notification-from"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_FROM_NAME">email-notification-from</a></dt></a>
+   <dd><U>Description</U>: Email address to be used to send email notifications.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_FROM">Default</a></U>: ""</dd>
+ </dl>
+ 
+ <dl>
+   <a name="email-notification-host"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_HOST_NAME">email-notification-host</a></dt></a>
+   <dd><U>Description</U>: The host name of the mail server to be used for email communication. 
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_HOST">Default</a></U>: ""</dd>
+ </dl>
+ 
+ <dl>
+   <a name="email-notification-to"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_TO_LIST_NAME">email-notification-to</a></dt></a>
+   <dd><U>Description</U>: Email address where the email notifications should be sent.
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_TO_LIST">Default</a></U>: ""</dd>
+ </dl>
+ 
+ <dl>
+   <a name="state-save-file"><dt><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#STATE_SAVE_FILE_NAME">state-save-file</a></dt></a>
+   <dd><U>Description</U>: The name of the file to be used for saving agent state. The file
+         is stored in the same directory in which the agent.properties file is located
+   </dd>
+   <dd><U><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_STATE_SAVE_FILE">Default</a></U>: ""</dd>
+ </dl></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.com.gemstone.gemfire.admin.DistributedSystemConfig">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></h3>
+<code><a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig.ConfigListener</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_CIPHERS_NAME">AGENT_SSL_CIPHERS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "agent-ssl-ciphers" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_ENABLED_NAME">AGENT_SSL_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "agent-ssl-enabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_PROTOCOLS_NAME">AGENT_SSL_PROTOCOLS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "agent-ssl-protocols" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AGENT_SSL_REQUIRE_AUTHENTICATION_NAME">AGENT_SSL_REQUIRE_AUTHENTICATION_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "agent-ssl-require-authentication" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#AUTO_CONNECT_NAME">AUTO_CONNECT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "auto-connect" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_CIPHERS">DEFAULT_AGENT_SSL_CIPHERS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "agent-ssl-ciphers" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_ENABLED">DEFAULT_AGENT_SSL_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "agent-ssl-enabled" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_PROTOCOLS">DEFAULT_AGENT_SSL_PROTOCOLS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "agent-ssl-protocols" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AGENT_SSL_REQUIRE_AUTHENTICATION">DEFAULT_AGENT_SSL_REQUIRE_AUTHENTICATION</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "agent-ssl-require-authentication"
+ property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_AUTO_CONNECT">DEFAULT_AUTO_CONNECT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "auto-connect" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_FROM">DEFAULT_EMAIL_FROM</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "email-notification-from" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_HOST">DEFAULT_EMAIL_HOST</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "email-notification-host" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_NOTIFICATIONS_ENABLED">DEFAULT_EMAIL_NOTIFICATIONS_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "email-notification-enabled" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_EMAIL_TO_LIST">DEFAULT_EMAIL_TO_LIST</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "email-notification-to" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_AUTHENTICATION_ENABLED">DEFAULT_HTTP_AUTHENTICATION_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "http-authentication-enabled" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_AUTHENTICATION_PASSWORD">DEFAULT_HTTP_AUTHENTICATION_PASSWORD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "http-authentication-password" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_AUTHENTICATION_USER">DEFAULT_HTTP_AUTHENTICATION_USER</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "http-authentication-user" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_BIND_ADDRESS">DEFAULT_HTTP_BIND_ADDRESS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "httpBindAddress" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_ENABLED">DEFAULT_HTTP_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "httpEnabled" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_PORT">DEFAULT_HTTP_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "httpPort" property (8080)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_HTTP_SSL_REQUIRE_AUTHENTICATION">DEFAULT_HTTP_SSL_REQUIRE_AUTHENTICATION</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "http-ssl-require-authentication"
+ property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_PROPERTY_FILE">DEFAULT_PROPERTY_FILE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default "propertyFile" value</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_BIND_ADDRESS">DEFAULT_RMI_BIND_ADDRESS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_BIND_ADDRESS_NAME">rmi-bind-address</a> property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_ENABLED">DEFAULT_RMI_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_ENABLED_NAME">rmi-enabled</a> property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_PORT">DEFAULT_RMI_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_PORT_NAME">rmi-port</a> property (1099)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_REGISTRY_ENABLED">DEFAULT_RMI_REGISTRY_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_REGISTRY_ENABLED_NAME">rmi-registry-enabled</a> property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_RMI_SERVER_PORT">DEFAULT_RMI_SERVER_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_SERVER_PORT_NAME">rmi-server-port</a> 
+ property (0)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_SNMP_BIND_ADDRESS">DEFAULT_SNMP_BIND_ADDRESS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "snmpBindAddress" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_SNMP_DIRECTORY">DEFAULT_SNMP_DIRECTORY</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "snmpDirectory" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_SNMP_ENABLED">DEFAULT_SNMP_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "snmpEnabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#DEFAULT_STATE_SAVE_FILE">DEFAULT_STATE_SAVE_FILE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default name for file that has "agent state saved serialized"</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_ENABLED_NAME">EMAIL_NOTIFICATIONS_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "email-notification-enabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_FROM_NAME">EMAIL_NOTIFICATIONS_FROM_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "email-notification-from" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_HOST_NAME">EMAIL_NOTIFICATIONS_HOST_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "email-notification-host" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#EMAIL_NOTIFICATIONS_TO_LIST_NAME">EMAIL_NOTIFICATIONS_TO_LIST_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "email-notification-to" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_AUTHENTICATION_ENABLED_NAME">HTTP_AUTHENTICATION_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "http-authentication-enabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_AUTHENTICATION_PASSWORD_NAME">HTTP_AUTHENTICATION_PASSWORD_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "http-authentication-password" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_AUTHENTICATION_USER_NAME">HTTP_AUTHENTICATION_USER_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "http-authentication-user" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_BIND_ADDRESS_NAME">HTTP_BIND_ADDRESS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "httpBindAddress" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_ENABLED_NAME">HTTP_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "httpEnabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_PORT_NAME">HTTP_PORT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "httpPort" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#HTTP_SSL_REQUIRE_AUTHENTICATION_NAME">HTTP_SSL_REQUIRE_AUTHENTICATION_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "http-ssl-require-authentication" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#MAX_HTTP_PORT">MAX_HTTP_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum httpPort (65535)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#MAX_RMI_PORT">MAX_RMI_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum value for <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_PORT_NAME">rmi-port</a> or
+ <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_SERVER_PORT_NAME">rmi-server-port</a> (65535)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#MIN_HTTP_PORT">MIN_HTTP_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum httpPort (0)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#MIN_RMI_PORT">MIN_RMI_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum value for <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_PORT_NAME">rmi-port</a> or
+ <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_SERVER_PORT_NAME">rmi-server-port</a> (0)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_BIND_ADDRESS_NAME">RMI_BIND_ADDRESS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "rmiBindAddress" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_ENABLED_NAME">RMI_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "rmiEnabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_PORT_NAME">RMI_PORT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "rmiPort" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_REGISTRY_ENABLED_NAME">RMI_REGISTRY_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "rmi-registry-enabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#RMI_SERVER_PORT_NAME">RMI_SERVER_PORT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "rmi-server-port" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SNMP_BIND_ADDRESS_NAME">SNMP_BIND_ADDRESS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "snmpBindAddress" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SNMP_DIRECTORY_NAME">SNMP_DIRECTORY_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "snmpDirectory" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SNMP_ENABLED_NAME">SNMP_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "snmpEnabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#STATE_SAVE_FILE_NAME">STATE_SAVE_FILE_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "state-save-file-name" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#SYSTEM_PROPERTY_PREFIX">SYSTEM_PROPERTY_PREFIX</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The prefix for JMX Agent configuration system properties</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.com.gemstone.gemfire.admin.DistributedSystemConfig">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></h3>
+<code><a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#BIND_ADDRESS_NAME">BIND_ADDRESS_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ACK_SEVERE_ALERT_THRESHOLD">DEFAULT_ACK_SEVERE_ALERT_THRESHOLD</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ACK_WAIT_THRESHOLD">DEFAULT_ACK_WAIT_THRESHOLD</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_BIND_ADDRESS">DEFAULT_BIND_ADDRESS</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_DISABLE_AUTO_RECONNECT">DEFAULT_DISABLE_AUTO_RECONNECT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_DISABLE_TCP">DEFAULT_DISABLE_TCP</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION">DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION</a>,
  <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ENTITY_CONFIG_XML_FILE">DEFAULT_ENTITY_CONFIG_XML_FILE</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOCATORS">DEFAULT_LOCATORS</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_DISK_SPACE_LIMIT">DEFAULT_LOG_DISK_SPACE_LIMIT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_FILE">DEFAULT_LOG_FILE</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_FILE_SIZE_LIMIT">DEFAULT_LOG_FILE_SIZE_LIMIT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_LEVEL">DEFAULT_LOG_LEVEL</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MCAST_ADDRESS">DEFAULT_MCAST_ADDRESS</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemCo
 nfig.html#DEFAULT_MCAST_PORT">DEFAULT_MCAST_PORT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MEMBER_TIMEOUT">DEFAULT_MEMBER_TIMEOUT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MEMBERSHIP_PORT_RANGE">DEFAULT_MEMBERSHIP_PORT_RANGE</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_NAME">DEFAULT_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_REFRESH_INTERVAL">DEFAULT_REFRESH_INTERVAL</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_REMOTE_COMMAND">DEFAULT_REMOTE_COMMAND</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_CIPHERS">DEFAULT_SSL_CIPHERS</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_ENABLED">DEFAULT_SSL_ENABLED</a>, <a href="../../../../../com/gemst
 one/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_PROTOCOLS">DEFAULT_SSL_PROTOCOLS</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_REQUIRE_AUTHENTICATION">DEFAULT_SSL_REQUIRE_AUTHENTICATION</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SYSTEM_ID">DEFAULT_SYSTEM_ID</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_TCP_PORT">DEFAULT_TCP_PORT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#ENTITY_CONFIG_XML_FILE_NAME">ENTITY_CONFIG_XML_FILE_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOCATORS_NAME">LOCATORS_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_DISK_SPACE_LIMIT_NAME">LOG_DISK_SPACE_LIMIT_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_FILE_NAME">LOG_FILE_NAME
 </a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_FILE_SIZE_LIMIT_NAME">LOG_FILE_SIZE_LIMIT_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_LEVEL_NAME">LOG_LEVEL_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_ACK_SEVERE_ALERT_THRESHOLD">MAX_ACK_SEVERE_ALERT_THRESHOLD</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_ACK_WAIT_THRESHOLD">MAX_ACK_WAIT_THRESHOLD</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_LOG_DISK_SPACE_LIMIT">MAX_LOG_DISK_SPACE_LIMIT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_LOG_FILE_SIZE_LIMIT">MAX_LOG_FILE_SIZE_LIMIT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_MCAST_PORT">MAX_MCAST_PORT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfi
 g.html#MCAST_ADDRESS_NAME">MCAST_ADDRESS_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MCAST_PORT_NAME">MCAST_PORT_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MEMBERSHIP_PORT_RANGE_NAME">MEMBERSHIP_PORT_RANGE_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_ACK_SEVERE_ALERT_THRESHOLD">MIN_ACK_SEVERE_ALERT_THRESHOLD</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_ACK_WAIT_THRESHOLD">MIN_ACK_WAIT_THRESHOLD</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_LOG_DISK_SPACE_LIMIT">MIN_LOG_DISK_SPACE_LIMIT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_LOG_FILE_SIZE_LIMIT">MIN_LOG_FILE_SIZE_LIMIT</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_MCAST_PORT">MIN_MCAST_PORT</a>, <a href="../../../../.
 ./com/gemstone/gemfire/admin/DistributedSystemConfig.html#NAME_NAME">NAME_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#REFRESH_INTERVAL_NAME">REFRESH_INTERVAL_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#REMOTE_COMMAND_NAME">REMOTE_COMMAND_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_CIPHERS_NAME">SSL_CIPHERS_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_ENABLED_NAME">SSL_ENABLED_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_PROTOCOLS_NAME">SSL_PROTOCOLS_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_REQUIRE_AUTHENTICATION_NAME">SSL_REQUIRE_AUTHENTICATION_NAME</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SYSTEM_ID_NAME">SYSTEM_ID_NAME</a>, <a href="../../../../../com
 /gemstone/gemfire/admin/DistributedSystemConfig.html#TCP_PORT_NAME">TCP_PORT_NAME</a></code></li>
+</ul>
+</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>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#clone--">clone</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an <code>AgentConfig</code> with the same configuration
+ as this <code>AgentConfig</code>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getAgentSSLCiphers--">getAgentSSLCiphers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the SSL ciphers used when connecting to the JMX agent.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getAgentSSLProtocols--">getAgentSSLProtocols</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the SSL protocols used when connecting to the JMX agent.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getAutoConnect--">getAutoConnect</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not the JMX agent will automatically connect
+ to the distributed system it administers.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getEmailNotificationFrom--">getEmailNotificationFrom</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EmailID from whom notification emails are sent.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getEmailNotificationHost--">getEmailNotificationHost</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the Host Name using which notification emails are sent.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getEmailNotificationToList--">getEmailNotificationToList</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the comma separated EmailID list to whom notification
+ emails are sent.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getHttpAuthPassword--">getHttpAuthPassword</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the password for HTTP adapter authentication.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getHttpAuthUser--">getHttpAuthUser</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the user name for HTTP adapter authentication.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getHttpBindAddress--">getHttpBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the bind address to which the HTTP adapter's listening
+ socket is bound.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getHttpPort--">getHttpPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port of the HTTP adapter.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getRmiBindAddress--">getRmiBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the bind address to which the RMI adapter's listening
+ sockets are bound.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getRmiPort--">getRmiPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port of the RMI adapter.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getRmiServerPort--">getRmiServerPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port of the RMI Connector Server.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getSnmpBindAddress--">getSnmpBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the bind address used with the SNMP adapter.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getSnmpDirectory--">getSnmpDirectory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the directory for the SNMP adapater.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#getStateSaveFile--">getStateSaveFile</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the file to be used for saving agent state
+
+ See <a href="#state-save-file">description</a> above.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isAgentSSLEnabled--">isAgentSSLEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not SSL is required for the JMX agent.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isAgentSSLRequireAuth--">isAgentSSLRequireAuth</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether SSL authentication is used when connecting to the
+ RMI connector.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isEmailNotificationEnabled--">isEmailNotificationEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether Emails for Notifications is enabled
+
+ See <a href="#email-notification-enabled">description</a> above.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isHttpAuthEnabled--">isHttpAuthEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not the HTTP adapter authenticates
+ connections.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isHttpEnabled--">isHttpEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not the HTTP adapter is enabled.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isHttpSSLRequireAuth--">isHttpSSLRequireAuth</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether SSL authentication is used when connecting to the
+ HTTP connector.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isRmiEnabled--">isRmiEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not the RMI adapter is enabled.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isRmiRegistryEnabled--">isRmiRegistryEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not the agent hosts an RMI registry.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#isSnmpEnabled--">isSnmpEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not the SNMP adapter is enabled.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setAgentSSLCiphers-java.lang.String-">setAgentSSLCiphers</a></span>(java.lang.String&nbsp;ciphers)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the SSL ciphers used when connecting to the JMX agent.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setAgentSSLEnabled-boolean-">setAgentSSLEnabled</a></span>(boolean&nbsp;enabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not SSL is required for the JMX agent.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setAgentSSLProtocols-java.lang.String-">setAgentSSLProtocols</a></span>(java.lang.String&nbsp;protocols)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the SSL protocols used when connecting to the JMX agent.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setAgentSSLRequireAuth-boolean-">setAgentSSLRequireAuth</a></span>(boolean&nbsp;require)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether SSL authentication is used when connecting to the
+ RMI connector.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setAutoConnect-boolean-">setAutoConnect</a></span>(boolean&nbsp;autoConnect)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the JMX agent will automatically connect
+ to the distributed system it administers.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setEmailNotificationEnabled-boolean-">setEmailNotificationEnabled</a></span>(boolean&nbsp;enabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether Emails for Notifications is enabled
+
+ See <a href="#email-notification-enabled">description</a> above.</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setEmailNotificationFrom-java.lang.String-">setEmailNotificationFrom</a></span>(java.lang.String&nbsp;emailID)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the EmailID from whom notification emails are sent.</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setEmailNotificationHost-java.lang.String-">setEmailNotificationHost</a></span>(java.lang.String&nbsp;hostName)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the Host Name from whom notification emails are sent.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setEmailNotificationToList-java.lang.String-">setEmailNotificationToList</a></span>(java.lang.String&nbsp;emailIDs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the EmailID from whom notification emails are sent as a
+ comma separated list.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpAuthEnabled-boolean-">setHttpAuthEnabled</a></span>(boolean&nbsp;enabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the HTTP adapter authenticates connections.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpAuthPassword-java.lang.String-">setHttpAuthPassword</a></span>(java.lang.String&nbsp;password)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the password for HTTP adapter authentication.</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpAuthUser-java.lang.String-">setHttpAuthUser</a></span>(java.lang.String&nbsp;user)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the user name for HTTP adapter authentication.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpBindAddress-java.lang.String-">setHttpBindAddress</a></span>(java.lang.String&nbsp;address)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the bind address to which the HTTP adapter's listening
+ socket is bound.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpEnabled-boolean-">setHttpEnabled</a></span>(boolean&nbsp;httpEnabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the HTTP adapter is enabled.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpPort-int-">setHttpPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port of the HTTP adapter.</div>
+</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setHttpSSLRequireAuth-boolean-">setHttpSSLRequireAuth</a></span>(boolean&nbsp;require)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether SSL authentication is used when connecting to the
+ HTTP connector.</div>
+</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setRmiBindAddress-java.lang.String-">setRmiBindAddress</a></span>(java.lang.String&nbsp;address)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the bind address to which the RMI adapter's listening
+ sockets are bound.</div>
+</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setRmiEnabled-boolean-">setRmiEnabled</a></span>(boolean&nbsp;rmiEnabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the RMI adapter is enabled.</div>
+</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setRmiPort-int-">setRmiPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port of the RMI adapter.</div>
+</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setRmiRegistryEnabled-boolean-">setRmiRegistryEnabled</a></span>(boolean&nbsp;enabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the agent hosts an RMI registry.</div>
+</td>
+</tr>
+<tr id="i46" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setRmiServerPort-int-">setRmiServerPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port of the RMI Connector Server.</div>
+</td>
+</tr>
+<tr id="i47" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setSnmpBindAddress-java.lang.String-">setSnmpBindAddress</a></span>(java.lang.String&nbsp;address)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the bind address used with the SNMP adapter.</div>
+</td>
+</tr>
+<tr id="i48" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setSnmpDirectory-java.lang.String-">setSnmpDirectory</a></span>(java.lang.String&nbsp;snmpDirectory)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the directory for the SNMP adapater.</div>
+</td>
+</tr>
+<tr id="i49" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setSnmpEnabled-boolean-">setSnmpEnabled</a></span>(boolean&nbsp;enabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the SNMP adapter is enabled.</div>
+</td>
+</tr>
+<tr id="i50" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html#setStateSaveFile-java.lang.String-">setStateSaveFile</a></span>(java.lang.String&nbsp;file)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the file to be used for saving agent state
+
+ See <a href="#state-save-file">description</a> above.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.DistributedSystemConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></h3>
+<code><a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#addListener-com.gemstone.gemfire.admin.DistributedSystemConfig.ConfigListener-">addListener</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#addSSLProperty-java.lang.String-java.lang.String-">addSSLProperty</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createCacheServerConfig--">createCacheServerConfig</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createCacheVmConfig--">createCacheVmConfig</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createDistributionLocatorConfig--">createDistributionLocatorConfig</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getAckSevereAlertThreshold--">getAckSevereAlertThreshold</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getAckWaitThreshold--">ge
 tAckWaitThreshold</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getBindAddress--">getBindAddress</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getCacheServerConfigs--">getCacheServerConfigs</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getCacheVmConfigs--">getCacheVmConfigs</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getDisableAutoReconnect--">getDisableAutoReconnect</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getDisableTcp--">getDisableTcp</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getDistributionLocatorConfigs--">getDistributionLocatorConfigs</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getEnableNetworkPartitionDetection--">getEnableNetworkPartitionDetection</a>, <a href="../../../../../com/gemstone/gemfi
 re/admin/DistributedSystemConfig.html#getEntityConfigXMLFile--">getEntityConfigXMLFile</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLocators--">getLocators</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogDiskSpaceLimit--">getLogDiskSpaceLimit</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogFile--">getLogFile</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogFileSizeLimit--">getLogFileSizeLimit</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogLevel--">getLogLevel</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMcastAddress--">getMcastAddress</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMcastPort--">getMcastPort</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html
 #getMembershipPortRange--">getMembershipPortRange</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMemberTimeout--">getMemberTimeout</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getRefreshInterval--">getRefreshInterval</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getRemoteCommand--">getRemoteCommand</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getServerBindAddress--">getServerBindAddress</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSSLCiphers--">getSSLCiphers</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSSLProperties--">getSSLProperties</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSSLProtocols--">getSSLProtocols</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getS
 ystemId--">getSystemId</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSystemName--">getSystemName</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getTcpPort--">getTcpPort</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#isSSLAuthenticationRequired--">isSSLAuthenticationRequired</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#isSSLEnabled--">isSSLEnabled</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeCacheServerConfig-com.gemstone.gemfire.admin.CacheServerConfig-">removeCacheServerConfig</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeCacheVmConfig-com.gemstone.gemfire.admin.CacheVmConfig-">removeCacheVmConfig</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeDistributionLocatorConfig-com.gemstone.gemfire.admi
 n.DistributionLocatorConfig-">removeDistributionLocatorConfig</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeListener-com.gemstone.gemfire.admin.DistributedSystemConfig.ConfigListener-">removeListener</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeSSLProperty-java.lang.String-">removeSSLProperty</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setAckSevereAlertThreshold-int-">setAckSevereAlertThreshold</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setAckWaitThreshold-int-">setAckWaitThreshold</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setBindAddress-java.lang.String-">setBindAddress</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setDisableAutoReconnect-boolean-">setDisableAutoReconnect</a>, <a href="../../../../../com/gemstone/gemfire/admin/Dis
 tributedSystemConfig.html#setDisableTcp-boolean-">setDisableTcp</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setEnableNetworkPartitionDetection-boolean-">setEnableNetworkPartitionDetection</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setEntityConfigXMLFile-java.lang.String-">setEntityConfigXMLFile</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLocators-java.lang.String-">setLocators</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogDiskSpaceLimit-int-">setLogDiskSpaceLimit</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogFile-java.lang.String-">setLogFile</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogFileSizeLimit-int-">setLogFileSizeLimit</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogLevel-jav
 a.lang.String-">setLogLevel</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMcastAddress-java.lang.String-">setMcastAddress</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMcastPort-int-">setMcastPort</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMembershipPortRange-java.lang.String-">setMembershipPortRange</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMemberTimeout-int-">setMemberTimeout</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setRefreshInterval-int-">setRefreshInterval</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setServerBindAddress-java.lang.String-">setServerBindAddress</a>, <a href="../../../../..
 /com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLAuthenticationRequired-boolean-">setSSLAuthenticationRequired</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLCiphers-java.lang.String-">setSSLCiphers</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLEnabled-boolean-">setSSLEnabled</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLProperties-java.util.Properties-">setSSLProperties</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLProtocols-java.lang.String-">setSSLProtocols</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSystemId-java.lang.String-">setSystemId</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSystemName-java.lang.String-">setSystemName</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig
 .html#setTcpPort-int-">setTcpPort</a>, <a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#validate--">validate</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<

<TRUNCATED>


[45/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Delta.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Delta.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Delta.html
new file mode 100644
index 0000000..e9b67c3
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Delta.html
@@ -0,0 +1,292 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>Delta (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Delta (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":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="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DeltaSerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/Delta.html" target="_top">Frames</a></li>
+<li><a href="Delta.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">com.gemstone.gemfire</div>
+<h2 title="Interface Delta" class="title">Interface Delta</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../com/gemstone/gemfire/modules/session/catalina/DeltaSession.html" title="class in com.gemstone.gemfire.modules.session.catalina">DeltaSession</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">Delta</span></pre>
+<div class="block">This interface defines a contract between the application and GemFire that
+ allows GemFire to determine whether an application object contains a delta,
+ allows GemFire to extract the delta from an application object, and generate
+ a new application object by applying a delta to an existing application
+ object. The difference in object state is contained in the <code>DataOutput</code>
+ and <code>DataInput</code> parameters.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.1</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Delta.html#fromDelta-java.io.DataInput-">fromDelta</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">This method is invoked on an existing application object when an update is
+ received as a delta.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Delta.html#hasDelta--">hasDelta</a></span>()</code>
+<div class="block">Returns true if this object has pending changes it can write out.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Delta.html#toDelta-java.io.DataOutput-">toDelta</a></span>(java.io.DataOutput&nbsp;out)</code>
+<div class="block">This method is invoked on an application object at the delta sender, if
+ GemFire determines the presence of a delta by calling
+ <a href="../../../com/gemstone/gemfire/Delta.html#hasDelta--"><code>hasDelta()</code></a> on the object.</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="hasDelta--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasDelta</h4>
+<pre>boolean&nbsp;hasDelta()</pre>
+<div class="block">Returns true if this object has pending changes it can write out.</div>
+</li>
+</ul>
+<a name="toDelta-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toDelta</h4>
+<pre>void&nbsp;toDelta(java.io.DataOutput&nbsp;out)
+      throws java.io.IOException</pre>
+<div class="block">This method is invoked on an application object at the delta sender, if
+ GemFire determines the presence of a delta by calling
+ <a href="../../../com/gemstone/gemfire/Delta.html#hasDelta--"><code>hasDelta()</code></a> on the object. The delta is written to the
+ <code>DataOutput</code> object provided by GemFire.
+ 
+ Any delta state should be reset in this method.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="fromDelta-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>fromDelta</h4>
+<pre>void&nbsp;fromDelta(java.io.DataInput&nbsp;in)
+        throws java.io.IOException,
+               <a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire">InvalidDeltaException</a></pre>
+<div class="block">This method is invoked on an existing application object when an update is
+ received as a delta. This method throws an <a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire"><code>InvalidDeltaException</code></a>
+ when the delta in the <code>DataInput</code> cannot be applied to the object.
+ GemFire automatically handles an <a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire"><code>InvalidDeltaException</code></a> by
+ reattempting the update by sending the full application object.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire">InvalidDeltaException</a></code></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="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DeltaSerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/Delta.html" target="_top">Frames</a></li>
+<li><a href="Delta.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DeltaSerializationException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DeltaSerializationException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DeltaSerializationException.html
new file mode 100644
index 0000000..fca14c5
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DeltaSerializationException.html
@@ -0,0 +1,324 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DeltaSerializationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DeltaSerializationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/Delta.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DeltaSerializationException.html" target="_top">Frames</a></li>
+<li><a href="DeltaSerializationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class DeltaSerializationException" class="title">Class DeltaSerializationException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.DeltaSerializationException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">DeltaSerializationException</span>
+extends java.lang.RuntimeException</pre>
+<div class="block">This exception wraps any checked exception encountered during invocation of
+ <a href="../../../com/gemstone/gemfire/Delta.html#fromDelta-java.io.DataInput-"><code>Delta.fromDelta(java.io.DataInput)</code></a> or
+ <a href="../../../com/gemstone/gemfire/Delta.html#toDelta-java.io.DataOutput-"><code>Delta.toDelta(java.io.DataOutput)</code></a> in GemFire.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.DeltaSerializationException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DeltaSerializationException.html#DeltaSerializationException--">DeltaSerializationException</a></span>()</code>
+<div class="block">Default constructor</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DeltaSerializationException.html#DeltaSerializationException-java.lang.String-">DeltaSerializationException</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DeltaSerializationException.html#DeltaSerializationException-java.lang.String-java.lang.Throwable-">DeltaSerializationException</a></span>(java.lang.String&nbsp;message,
+                           java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DeltaSerializationException.html#DeltaSerializationException-java.lang.Throwable-">DeltaSerializationException</a></span>(java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DeltaSerializationException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DeltaSerializationException</h4>
+<pre>public&nbsp;DeltaSerializationException()</pre>
+<div class="block">Default constructor</div>
+</li>
+</ul>
+<a name="DeltaSerializationException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DeltaSerializationException</h4>
+<pre>public&nbsp;DeltaSerializationException(java.lang.String&nbsp;message)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="DeltaSerializationException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DeltaSerializationException</h4>
+<pre>public&nbsp;DeltaSerializationException(java.lang.Throwable&nbsp;cause)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="DeltaSerializationException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DeltaSerializationException</h4>
+<pre>public&nbsp;DeltaSerializationException(java.lang.String&nbsp;message,
+                                   java.lang.Throwable&nbsp;cause)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - </dd>
+<dd><code>cause</code> - </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="../../../com/gemstone/gemfire/Delta.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DeltaSerializationException.html" target="_top">Frames</a></li>
+<li><a href="DeltaSerializationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ForcedDisconnectException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ForcedDisconnectException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ForcedDisconnectException.html
new file mode 100644
index 0000000..1a7cc99
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ForcedDisconnectException.html
@@ -0,0 +1,316 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>ForcedDisconnectException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ForcedDisconnectException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/DeltaSerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/ForcedDisconnectException.html" target="_top">Frames</a></li>
+<li><a href="ForcedDisconnectException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class ForcedDisconnectException" class="title">Class ForcedDisconnectException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.CancelException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.ForcedDisconnectException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">ForcedDisconnectException</span>
+extends <a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></pre>
+<div class="block">An <code>ForcedDisconnectException</code> is thrown when a GemFire
+ application is removed from the distributed system due to membership
+ constraints such as network partition detection.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.ForcedDisconnectException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/ForcedDisconnectException.html#ForcedDisconnectException-java.lang.String-">ForcedDisconnectException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>SystemConnectException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/ForcedDisconnectException.html#ForcedDisconnectException-java.lang.String-java.lang.Throwable-">ForcedDisconnectException</a></span>(java.lang.String&nbsp;message,
+                         java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ForcedDisconnectException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ForcedDisconnectException</h4>
+<pre>public&nbsp;ForcedDisconnectException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>SystemConnectException</code>.</div>
+</li>
+</ul>
+<a name="ForcedDisconnectException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ForcedDisconnectException</h4>
+<pre>public&nbsp;ForcedDisconnectException(java.lang.String&nbsp;message,
+                                 java.lang.Throwable&nbsp;cause)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/DeltaSerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/ForcedDisconnectException.html" target="_top">Frames</a></li>
+<li><a href="ForcedDisconnectException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCacheException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCacheException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCacheException.html
new file mode 100644
index 0000000..ee6f46d
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCacheException.html
@@ -0,0 +1,338 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireCacheException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireCacheException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireCacheException.html" target="_top">Frames</a></li>
+<li><a href="GemFireCacheException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class GemFireCacheException" class="title">Class GemFireCacheException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.GemFireCacheException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">GemFireCacheException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">An <code>GemFireCacheException</code> is used to wrap a
+ <a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><code>CacheException</code></a>. This is needed in contexts that can
+ not throw the cache exception directly because of it being
+ a typed exception.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.GemFireCacheException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCacheException.html#GemFireCacheException-com.gemstone.gemfire.cache.CacheException-">GemFireCacheException</a></span>(<a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a>&nbsp;ex)</code>
+<div class="block">Creates a new <code>GemFireCacheException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCacheException.html#GemFireCacheException-java.lang.String-com.gemstone.gemfire.cache.CacheException-">GemFireCacheException</a></span>(java.lang.String&nbsp;message,
+                     <a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a>&nbsp;ex)</code>
+<div class="block">Creates a new <code>GemFireCacheException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCacheException.html#getCacheException--">getCacheException</a></span>()</code>
+<div class="block">Gets the wrapped <a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><code>CacheException</code></a></div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireCacheException-java.lang.String-com.gemstone.gemfire.cache.CacheException-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireCacheException</h4>
+<pre>public&nbsp;GemFireCacheException(java.lang.String&nbsp;message,
+                             <a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a>&nbsp;ex)</pre>
+<div class="block">Creates a new <code>GemFireCacheException</code>.</div>
+</li>
+</ul>
+<a name="GemFireCacheException-com.gemstone.gemfire.cache.CacheException-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireCacheException</h4>
+<pre>public&nbsp;GemFireCacheException(<a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a>&nbsp;ex)</pre>
+<div class="block">Creates a new <code>GemFireCacheException</code>.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getCacheException--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getCacheException</h4>
+<pre>public&nbsp;<a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a>&nbsp;getCacheException()</pre>
+<div class="block">Gets the wrapped <a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><code>CacheException</code></a></div>
+</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="../../../com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireCacheException.html" target="_top">Frames</a></li>
+<li><a href="GemFireCacheException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCheckedException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCheckedException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCheckedException.html
new file mode 100644
index 0000000..74d1747
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireCheckedException.html
@@ -0,0 +1,367 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireCheckedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireCheckedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireCheckedException.html" target="_top">Frames</a></li>
+<li><a href="GemFireCheckedException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class GemFireCheckedException" class="title">Class GemFireCheckedException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.GemFireCheckedException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a>, <a href="../../../com/gemstone/gemfire/cache/query/QueryException.html" title="class in com.gemstone.gemfire.cache.query">QueryException</a>, <a href="../../../com/gemstone/gemfire/cache/VersionException.html" title="class in com.gemstone.gemfire.cache">VersionException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">GemFireCheckedException</span>
+extends java.lang.Exception</pre>
+<div class="block">This is the abstract superclass of exceptions that are thrown and
+ declared.
+ <p>
+ This class ought to be called <em>GemFireException</em>, but that name
+ is reserved for an older class that extends <code>RuntimeException</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire"><code>GemFireException</code></a>, 
+<a href="../../../serialized-form.html#com.gemstone.gemfire.GemFireCheckedException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html#GemFireCheckedException--">GemFireCheckedException</a></span>()</code>
+<div class="block">Creates a new <code>GemFireException</code> with no detailed message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html#GemFireCheckedException-java.lang.String-">GemFireCheckedException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>GemFireCheckedException</code> with the given detail
+ message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html#GemFireCheckedException-java.lang.String-java.lang.Throwable-">GemFireCheckedException</a></span>(java.lang.String&nbsp;message,
+                       java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>GemFireException</code> with the given detail
+ message and cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html#GemFireCheckedException-java.lang.Throwable-">GemFireCheckedException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>GemFireCheckedException</code> with the given cause and
+ no detail message</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.Throwable</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html#getRootCause--">getRootCause</a></span>()</code>
+<div class="block">Returns the root cause of this <code>GemFireCheckedException</code> or
+ <code>null</code> if the cause is nonexistent or unknown.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireCheckedException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireCheckedException</h4>
+<pre>public&nbsp;GemFireCheckedException()</pre>
+<div class="block">Creates a new <code>GemFireException</code> with no detailed message.</div>
+</li>
+</ul>
+<a name="GemFireCheckedException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireCheckedException</h4>
+<pre>public&nbsp;GemFireCheckedException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>GemFireCheckedException</code> with the given detail
+ message.</div>
+</li>
+</ul>
+<a name="GemFireCheckedException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireCheckedException</h4>
+<pre>public&nbsp;GemFireCheckedException(java.lang.String&nbsp;message,
+                               java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>GemFireException</code> with the given detail
+ message and cause.</div>
+</li>
+</ul>
+<a name="GemFireCheckedException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireCheckedException</h4>
+<pre>public&nbsp;GemFireCheckedException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>GemFireCheckedException</code> with the given cause and
+ no detail message</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getRootCause--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getRootCause</h4>
+<pre>public&nbsp;java.lang.Throwable&nbsp;getRootCause()</pre>
+<div class="block">Returns the root cause of this <code>GemFireCheckedException</code> or
+ <code>null</code> if the cause is nonexistent or unknown.</div>
+</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="../../../com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireCheckedException.html" target="_top">Frames</a></li>
+<li><a href="GemFireCheckedException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireConfigException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireConfigException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireConfigException.html
new file mode 100644
index 0000000..e85f4dd
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireConfigException.html
@@ -0,0 +1,299 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireConfigException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireConfigException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireConfigException.html" target="_top">Frames</a></li>
+<li><a href="GemFireConfigException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class GemFireConfigException" class="title">Class GemFireConfigException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.GemFireConfigException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">GemFireConfigException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>GemFireConfigException</code> is used for failures
+ while processing a GemFire configuration XML file.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.GemFireConfigException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireConfigException.html#GemFireConfigException-java.lang.String-">GemFireConfigException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>GemFireConfigException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireConfigException.html#GemFireConfigException-java.lang.String-java.lang.Throwable-">GemFireConfigException</a></span>(java.lang.String&nbsp;message,
+                      java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>GemFireConfigException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireConfigException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireConfigException</h4>
+<pre>public&nbsp;GemFireConfigException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>GemFireConfigException</code>.</div>
+</li>
+</ul>
+<a name="GemFireConfigException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireConfigException</h4>
+<pre>public&nbsp;GemFireConfigException(java.lang.String&nbsp;message,
+                              java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>GemFireConfigException</code>.</div>
+</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="../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireConfigException.html" target="_top">Frames</a></li>
+<li><a href="GemFireConfigException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[18/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesMutator.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesMutator.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesMutator.html
new file mode 100644
index 0000000..71aeab6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesMutator.html
@@ -0,0 +1,723 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>AttributesMutator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AttributesMutator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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":38,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6};
+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="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/AttributesMutator.html" target="_top">Frames</a></li>
+<li><a href="AttributesMutator.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface AttributesMutator" class="title">Interface AttributesMutator&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">AttributesMutator&lt;K,V&gt;</span></pre>
+<div class="block">Supports modification of certain region attributes after the region has been
+ created. It is recommended that the attributes be completely initialized
+ using an <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>AttributesFactory</code></a> before creating the region instead of
+ using an <code>AttributesMutator</code> after region creation. This will
+ avoid a potential performance penalty due to the additional
+ network traffic.
+<p>
+ The setter methods all return the previous value of the attribute.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#getAttributesMutator--"><code>Region.getAttributesMutator()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>AttributesFactory</code></a></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="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="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addAsyncEventQueueId-java.lang.String-">addAsyncEventQueueId</a></span>(java.lang.String&nbsp;asyncEventQueueId)</code>
+<div class="block">Adds AsyncEventQueueId to the list of AsyncEventQueueId of the region.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-">addCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;aListener)</code>
+<div class="block">Adds a cache listener to the end of the list of cache listeners on this region.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addGatewaySenderId-java.lang.String-">addGatewaySenderId</a></span>(java.lang.String&nbsp;gatewaySenderId)</code>
+<div class="block">Adds GatewaySenderId to the list of GatewaySenderIds of the region.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#getCloningEnabled--">getCloningEnabled</a></span>()</code>
+<div class="block">Returns whether or not cloning is enabled on region</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache">EvictionAttributesMutator</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#getEvictionAttributesMutator--">getEvictionAttributesMutator</a></span>()</code>
+<div class="block">Allows changing the eviction controller attributes for the region.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#getRegion--">getRegion</a></span>()</code>
+<div class="block">Returns the Region whose attributes this mutator affects.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-">initCacheListeners</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;[]&nbsp;newListeners)</code>
+<div class="block">Removes all cache listeners, calling <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> on each of them, and then adds each listener in the specified array.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#removeAsyncEventQueueId-java.lang.String-">removeAsyncEventQueueId</a></span>(java.lang.String&nbsp;asyncEventQueueId)</code>
+<div class="block">Removes AsyncEventQueueId from the list of AsyncEventQueuesId of the region.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#removeCacheListener-com.gemstone.gemfire.cache.CacheListener-">removeCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;aListener)</code>
+<div class="block">Removes a cache listener from the list of cache listeners on this region.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#removeGatewaySenderId-java.lang.String-">removeGatewaySenderId</a></span>(java.lang.String&nbsp;gatewaySenderId)</code>
+<div class="block">Removes GatewaySenderId from the list of GatewaySenderIds of the region.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheListener-com.gemstone.gemfire.cache.CacheListener-">setCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;aListener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a> or <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-">setCacheLoader</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;cacheLoader)</code>
+<div class="block">Changes the cache loader for the region.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache">CacheWriter</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-">setCacheWriter</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache">CacheWriter</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;cacheWriter)</code>
+<div class="block">Changes the cache writer for the region.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCloningEnabled-boolean-">setCloningEnabled</a></span>(boolean&nbsp;cloningEnable)</code>
+<div class="block">Sets cloning on region</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCustomEntryIdleTimeout-com.gemstone.gemfire.cache.CustomExpiry-">setCustomEntryIdleTimeout</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;custom)</code>
+<div class="block">Changes the CustomExpiry for idleTimeout for values in the region</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCustomEntryTimeToLive-com.gemstone.gemfire.cache.CustomExpiry-">setCustomEntryTimeToLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;custom)</code>
+<div class="block">Changes the custom timeToLive for values in this region</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache">CustomEvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCustomEvictionAttributes-long-long-">setCustomEvictionAttributes</a></span>(long&nbsp;newStart,
+                           long&nbsp;newInterval)</code>
+<div class="block">Changes the evictor frequency for custom eviction attributes.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setEntryIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">setEntryIdleTimeout</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</code>
+<div class="block">Changes the idleTimeout expiration attributes for values in the region.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setEntryTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">setEntryTimeToLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</code>
+<div class="block">Changes the timeToLive expiration attributes for values in this region.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setRegionIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">setRegionIdleTimeout</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</code>
+<div class="block">Changes the idleTimeout expiration attributes for the region as a whole.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setRegionTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">setRegionTimeToLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</code>
+<div class="block">Changes the timeToLive expiration attributes for the region as a whole</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="getRegion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;getRegion()</pre>
+<div class="block">Returns the Region whose attributes this mutator affects.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the Region this mutator affects</dd>
+</dl>
+</li>
+</ul>
+<a name="setRegionTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRegionTimeToLive</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;setRegionTimeToLive(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</pre>
+<div class="block">Changes the timeToLive expiration attributes for the region as a whole</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeToLive</code> - the expiration attributes for the region timeToLive</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous value of region timeToLive</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if timeToLive is null or if the
+ ExpirationAction is LOCAL_INVALIDATE and the region is
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replicated</code></a></dd>
+<dd><code>java.lang.IllegalStateException</code> - if statistics are disabled for this region.</dd>
+</dl>
+</li>
+</ul>
+<a name="setRegionIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRegionIdleTimeout</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;setRegionIdleTimeout(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</pre>
+<div class="block">Changes the idleTimeout expiration attributes for the region as a whole.
+ Resets the <a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastAccessedTime--"><code>CacheStatistics.getLastAccessedTime()</code></a> for the region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>idleTimeout</code> - the ExpirationAttributes for this region idleTimeout</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous value of region idleTimeout</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if idleTimeout is null or if the
+ ExpirationAction is LOCAL_INVALIDATE and the region is
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replicated</code></a></dd>
+<dd><code>java.lang.IllegalStateException</code> - if statistics are disabled for this region.</dd>
+</dl>
+</li>
+</ul>
+<a name="setEntryTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEntryTimeToLive</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;setEntryTimeToLive(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</pre>
+<div class="block">Changes the timeToLive expiration attributes for values in this region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeToLive</code> - the timeToLive expiration attributes for entries</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous value of entry timeToLive</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if timeToLive is null or if the
+ ExpirationAction is LOCAL_DESTROY and the region is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replicated</code></a> or if 
+ the ExpirationAction is LOCAL_INVALIDATE and the region is 
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replicated</code></a></dd>
+<dd><code>java.lang.IllegalStateException</code> - if statistics are disabled for this region.</dd>
+</dl>
+</li>
+</ul>
+<a name="setCustomEntryTimeToLive-com.gemstone.gemfire.cache.CustomExpiry-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCustomEntryTimeToLive</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;setCustomEntryTimeToLive(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;custom)</pre>
+<div class="block">Changes the custom timeToLive for values in this region</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>custom</code> - the new CustomExpiry</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the old CustomExpiry</dd>
+</dl>
+</li>
+</ul>
+<a name="setEntryIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEntryIdleTimeout</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;setEntryIdleTimeout(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</pre>
+<div class="block">Changes the idleTimeout expiration attributes for values in the region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>idleTimeout</code> - the idleTimeout expiration attributes for entries</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous value of entry idleTimeout</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if idleTimeout is null or if the
+ ExpirationAction is LOCAL_DESTROY and the region is
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replicated</code></a>
+ or if the the ExpirationAction is LOCAL_INVALIDATE and the region is 
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replicated</code></a></dd>
+<dd><code>java.lang.IllegalStateException</code> - if statistics are disabled for this region.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setStatisticsEnabled-boolean-"><code>AttributesFactory.setStatisticsEnabled(boolean)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setCustomEntryIdleTimeout-com.gemstone.gemfire.cache.CustomExpiry-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCustomEntryIdleTimeout</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;setCustomEntryIdleTimeout(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;custom)</pre>
+<div class="block">Changes the CustomExpiry for idleTimeout for values in the region</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>custom</code> - the new CustomExpiry</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the old CustomExpiry</dd>
+</dl>
+</li>
+</ul>
+<a name="setCacheListener-com.gemstone.gemfire.cache.CacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheListener</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;setCacheListener(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;aListener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a> or <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a> instead.</span></div>
+<div class="block">Changes the CacheListener for the region.
+ Removes listeners already added and calls <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> on each of them.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - a user defined cache listener</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous CacheListener if a single one exists; otherwise null.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if more than one cache listener has already been added</dd>
+</dl>
+</li>
+</ul>
+<a name="addCacheListener-com.gemstone.gemfire.cache.CacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheListener</h4>
+<pre>void&nbsp;addCacheListener(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;aListener)</pre>
+<div class="block">Adds a cache listener to the end of the list of cache listeners on this region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - the user defined cache listener to add to the region.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>aListener</code> is null</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="removeCacheListener-com.gemstone.gemfire.cache.CacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeCacheListener</h4>
+<pre>void&nbsp;removeCacheListener(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;aListener)</pre>
+<div class="block">Removes a cache listener from the list of cache listeners on this region.
+ Does nothing if the specified listener has not been added.
+ If the specified listener has been added then <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> will
+ be called on it; otherwise does nothing.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - the cache listener to remove from the region.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>aListener</code> is null</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initCacheListeners</h4>
+<pre>void&nbsp;initCacheListeners(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;[]&nbsp;newListeners)</pre>
+<div class="block">Removes all cache listeners, calling <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> on each of them, and then adds each listener in the specified array.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newListeners</code> - a possibly null or empty array of listeners to add to this region.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the <code>newListeners</code> array has a null element</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheWriter</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache">CacheWriter</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;setCacheWriter(<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache">CacheWriter</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;cacheWriter)</pre>
+<div class="block">Changes the cache writer for the region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cacheWriter</code> - the cache writer</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous CacheWriter</dd>
+</dl>
+</li>
+</ul>
+<a name="setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheLoader</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;setCacheLoader(<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="type parameter in AttributesMutator">V</a>&gt;&nbsp;cacheLoader)</pre>
+<div class="block">Changes the cache loader for the region.
+ 
+ Changing the cache loader for partitioned regions is not recommended due to
+ the fact that it can result in an inconsistent cache loader configuration.
+ This feature may be removed in future releases.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cacheLoader</code> - the cache loader</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous CacheLoader</dd>
+</dl>
+</li>
+</ul>
+<a name="getEvictionAttributesMutator--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEvictionAttributesMutator</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache">EvictionAttributesMutator</a>&nbsp;getEvictionAttributesMutator()</pre>
+<div class="block">Allows changing the eviction controller attributes for the region.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionAttributesMutator</code></a> used to change the EvictionAttributes</dd>
+</dl>
+</li>
+</ul>
+<a name="setCustomEvictionAttributes-long-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCustomEvictionAttributes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache">CustomEvictionAttributes</a>&nbsp;setCustomEvictionAttributes(long&nbsp;newStart,
+                                                     long&nbsp;newInterval)</pre>
+<div class="block">Changes the evictor frequency for custom eviction attributes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newStart</code> - the new start time in millis since epoch for the evictor task</dd>
+<dd><code>newInterval</code> - the new interval between evictor task invocations in millis</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the updated <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>CustomEvictionAttributes</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setCloningEnabled-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCloningEnabled</h4>
+<pre>void&nbsp;setCloningEnabled(boolean&nbsp;cloningEnable)</pre>
+<div class="block">Sets cloning on region</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cloningEnable</code> - </dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.1</dd>
+</dl>
+</li>
+</ul>
+<a name="getCloningEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCloningEnabled</h4>
+<pre>boolean&nbsp;getCloningEnabled()</pre>
+<div class="block">Returns whether or not cloning is enabled on region</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>True if cloning is enabled (default);
+         false cloning is not enabled.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.1</dd>
+</dl>
+</li>
+</ul>
+<a name="addGatewaySenderId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addGatewaySenderId</h4>
+<pre>void&nbsp;addGatewaySenderId(java.lang.String&nbsp;gatewaySenderId)</pre>
+<div class="block">Adds GatewaySenderId to the list of GatewaySenderIds of the region.
+ If the GatewaySenderId is not present on this VM then it will try to send it to other VM's</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>gatewaySenderId</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="removeGatewaySenderId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeGatewaySenderId</h4>
+<pre>void&nbsp;removeGatewaySenderId(java.lang.String&nbsp;gatewaySenderId)</pre>
+<div class="block">Removes GatewaySenderId from the list of GatewaySenderIds of the region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>gatewaySenderId</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="addAsyncEventQueueId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addAsyncEventQueueId</h4>
+<pre>void&nbsp;addAsyncEventQueueId(java.lang.String&nbsp;asyncEventQueueId)</pre>
+<div class="block">Adds AsyncEventQueueId to the list of AsyncEventQueueId of the region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>asyncEventQueueId</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="removeAsyncEventQueueId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>removeAsyncEventQueueId</h4>
+<pre>void&nbsp;removeAsyncEventQueueId(java.lang.String&nbsp;asyncEventQueueId)</pre>
+<div class="block">Removes AsyncEventQueueId from the list of AsyncEventQueuesId of the region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>asyncEventQueueId</code> - </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="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/AttributesMutator.html" target="_top">Frames</a></li>
+<li><a href="AttributesMutator.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>



[37/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystem.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystem.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystem.html
new file mode 100644
index 0000000..399aafe
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystem.html
@@ -0,0 +1,1386 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AdminDistributedSystem (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AdminDistributedSystem (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":38,"i46":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="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminDistributedSystem.html" target="_top">Frames</a></li>
+<li><a href="AdminDistributedSystem.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface AdminDistributedSystem" class="title">Interface AdminDistributedSystem</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">AdminDistributedSystem</span></pre>
+<div class="block">Administrative interface for managing an entire GemFire distributed
+ system.  This interface should not be confused with <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a> that represents a connection to a GemFire
+ distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><code>AdminDistributedSystemFactory</code></a></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="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="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addAlertListener-com.gemstone.gemfire.admin.AlertListener-">addAlertListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin">AlertListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers an <code>AlertListener</code> that will receive all
+ alerts that are at or above the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setAlertLevel-com.gemstone.gemfire.admin.AlertLevel-">alert
+ level</a>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheListener-com.gemstone.gemfire.admin.SystemMemberCacheListener-">addCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers a cache event listener.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheServer--">addCacheServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheVm--"><code>addCacheVm()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheVm--">addCacheVm</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new cache vm that is ready to <a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">configure</a> and <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">start</a>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">DistributionLocator</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addDistributionLocator--">addDistributionLocator</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>DistributionLocator</code> that is ready to
+ <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html#getConfig--">configure</a> and
+ <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">start</a>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addMembershipListener-com.gemstone.gemfire.admin.SystemMembershipListener-">addMembershipListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers a listener that receives callbacks when a member joins
+ or leaves the distributed system.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin">BackupStatus</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#backupAllMembers-java.io.File-">backupAllMembers</a></span>(java.io.File&nbsp;targetDir)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Backup the persistent files for all of the members of the distributed
+ system that the admin member is connected to.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin">BackupStatus</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#backupAllMembers-java.io.File-java.io.File-">backupAllMembers</a></span>(java.io.File&nbsp;targetDir,
+                java.io.File&nbsp;baselineDir)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Incrementally backup the persistent files for all of the members of the distributed
+ system that the admin member is connected to.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.util.Map&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>,java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#compactAllDiskStores--">compactAllDiskStores</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Compact the persistent files for all of the members of the distributed
+ system that the admin member connected to.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#connect--">connect</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Connects to the distributed system.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#disconnect--">disconnect</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Disconnects from the distributed system.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#displayMergedLogs--">displayMergedLogs</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Merges and returns all system logs as a single formatted log.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getAlertLevel--">getAlertLevel</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the lowest level of alerts that should be delivered to
+ the <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getAlertLevelAsString--">getAlertLevelAsString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the lowest level of alerts that should be delivered to
+ the <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getCacheServers--">getCacheServers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getCacheVms--"><code>getCacheVms()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getCacheServers-java.lang.String-">getCacheServers</a></span>(java.lang.String&nbsp;durableClientId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns all the cache server members of the distributed system which are
+ hosting a client queue for the particular durable-client having the given
+ durableClientId</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getCacheVms--">getCacheVms</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns all of the dedicated cache server vm members of the
+ distributed system.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getConfig--">getConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns this system's configuration .</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">DistributionLocator</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getDistributionLocators--">getDistributionLocators</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns array of <code>DistributionLocator</code>s administered
+ by this <code>AdminDistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin">GemFireHealth</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getGemFireHealth--">getGemFireHealth</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an object for monitoring the health of GemFire.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getId--">getId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the unique id for this system.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getLatestAlert--">getLatestAlert</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Display in readable format the latest Alert in this distributed system.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>java.util.Properties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getLicense--">getLicense</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Removed licensing in 8.0.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getLocators--">getLocators</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves comma-delimited list locators to be used if multi-cast port is
+ zero.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getMcastAddress--">getMcastAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the multicast address in use by this system.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getMcastPort--">getMcastPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the multicast port in use by this system.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getMissingPersistentMembers--">getMissingPersistentMembers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieve the set of persistent files that the existing members are waiting
+ for.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves display friendly name for this system.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getRemoteCommand--">getRemoteCommand</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the remote command and formatting this system should use to 
+ access and/or manipulate resources on remote machines.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getSystemMemberApplications--">getSystemMemberApplications</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves SystemMember instances for every
+ application that is running and currently connection to this
+ system.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#isConnected--">isConnected</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns <code>true</code> if this is currently connected to the
+ system.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#isMcastEnabled--">isMcastEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this system has enabled the use of multicast for communications</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#isRunning--">isRunning</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if any members of this system are currently running.</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#lookupSystemMember-com.gemstone.gemfire.distributed.DistributedMember-">lookupSystemMember</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&nbsp;distributedMember)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the administrative SystemMember specified by the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a>.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#removeAlertListener-com.gemstone.gemfire.admin.AlertListener-">removeAlertListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin">AlertListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Unregisters an <code>AlertListener</code></div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#removeCacheListener-com.gemstone.gemfire.admin.SystemMemberCacheListener-">removeCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Unregisters a cache listener.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#removeMembershipListener-com.gemstone.gemfire.admin.SystemMembershipListener-">removeMembershipListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Unregisters a membership listener</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#revokePersistentMember-java.net.InetAddress-java.lang.String-">revokePersistentMember</a></span>(java.net.InetAddress&nbsp;host,
+                      java.lang.String&nbsp;directory)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#revokePersistentMember-java.util.UUID-"><code>revokePersistentMember(UUID)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#revokePersistentMember-java.util.UUID-">revokePersistentMember</a></span>(java.util.UUID&nbsp;diskStoreID)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicate to the distributed system that persistent files have been lost.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setAlertLevel-com.gemstone.gemfire.admin.AlertLevel-">setAlertLevel</a></span>(<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;level)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the lowest level of alert that should be delivered to the
+ <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setAlertLevelAsString-java.lang.String-">setAlertLevelAsString</a></span>(java.lang.String&nbsp;level)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the lowest level of alert that should be delivered to the
+ <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a></span>(java.lang.String&nbsp;remoteCommand)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the remote command and formatting this system should use to access 
+ and/or manipulate resources on remote machines.</div>
+</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#shutDownAllMembers--">shutDownAllMembers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Shuts down all the members of the distributed system with a cache that the admin 
+ member is connected to, excluding the stand-alone locators.</div>
+</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#shutDownAllMembers-long-">shutDownAllMembers</a></span>(long&nbsp;timeout)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Shuts down all the members of the distributed system with a cache that the
+ admin member is connected to, excluding the stand-alone locators.</div>
+</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">start</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts all managed entities that are not currently running.</div>
+</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#stop--">stop</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops all managed entities that are currently running.</div>
+</td>
+</tr>
+<tr id="i46" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#waitToBeConnected-long-">waitToBeConnected</a></span>(long&nbsp;timeout)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Wait for up to a given number of milliseconds for the connection
+ to the distributed system to be made.</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>java.lang.String&nbsp;getId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the unique id for this system.</div>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves display friendly name for this system.  If this administrative
+ VM defined an optional name for its connection to the distributed system,
+ that name will be returned.  Otherwise the returned value will be <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getId--"><code>getId()</code></a>.</div>
+</li>
+</ul>
+<a name="getRemoteCommand--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRemoteCommand</h4>
+<pre>java.lang.String&nbsp;getRemoteCommand()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the remote command and formatting this system should use to 
+ access and/or manipulate resources on remote machines.</div>
+</li>
+</ul>
+<a name="setRemoteCommand-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRemoteCommand</h4>
+<pre>void&nbsp;setRemoteCommand(java.lang.String&nbsp;remoteCommand)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the remote command and formatting this system should use to access 
+ and/or manipulate resources on remote machines.</div>
+</li>
+</ul>
+<a name="setAlertLevel-com.gemstone.gemfire.admin.AlertLevel-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAlertLevel</h4>
+<pre>void&nbsp;setAlertLevel(<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;level)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the lowest level of alert that should be delivered to the
+ <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.  The default level is <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#WARNING"><code>AlertLevel.WARNING</code></a>.</div>
+</li>
+</ul>
+<a name="getAlertLevel--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAlertLevel</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;getAlertLevel()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the lowest level of alerts that should be delivered to
+ the <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setAlertLevel-com.gemstone.gemfire.admin.AlertLevel-"><code>setAlertLevel(com.gemstone.gemfire.admin.AlertLevel)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setAlertLevelAsString-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAlertLevelAsString</h4>
+<pre>void&nbsp;setAlertLevelAsString(java.lang.String&nbsp;level)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the lowest level of alert that should be delivered to the
+ <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.  The default level is <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#WARNING"><code>AlertLevel.WARNING</code></a>.</div>
+</li>
+</ul>
+<a name="getAlertLevelAsString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAlertLevelAsString</h4>
+<pre>java.lang.String&nbsp;getAlertLevelAsString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the lowest level of alerts that should be delivered to
+ the <a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a>s registered on this
+ <code>AdminDistributedSystem</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setAlertLevelAsString-java.lang.String-"><code>setAlertLevelAsString(java.lang.String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="addAlertListener-com.gemstone.gemfire.admin.AlertListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addAlertListener</h4>
+<pre>void&nbsp;addAlertListener(<a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin">AlertListener</a>&nbsp;listener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers an <code>AlertListener</code> that will receive all
+ alerts that are at or above the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#setAlertLevel-com.gemstone.gemfire.admin.AlertLevel-">alert
+ level</a>.</div>
+</li>
+</ul>
+<a name="removeAlertListener-com.gemstone.gemfire.admin.AlertListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeAlertListener</h4>
+<pre>void&nbsp;removeAlertListener(<a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin">AlertListener</a>&nbsp;listener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Unregisters an <code>AlertListener</code></div>
+</li>
+</ul>
+<a name="getMcastAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMcastAddress</h4>
+<pre>java.lang.String&nbsp;getMcastAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the multicast address in use by this system.</div>
+</li>
+</ul>
+<a name="getMcastPort--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMcastPort</h4>
+<pre>int&nbsp;getMcastPort()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the multicast port in use by this system.</div>
+</li>
+</ul>
+<a name="getLocators--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocators</h4>
+<pre>java.lang.String&nbsp;getLocators()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves comma-delimited list locators to be used if multi-cast port is
+ zero.  Format of each locators must be host[port].</div>
+</li>
+</ul>
+<a name="isMcastEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isMcastEnabled</h4>
+<pre>boolean&nbsp;isMcastEnabled()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this system has enabled the use of multicast for communications</div>
+</li>
+</ul>
+<a name="isRunning--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRunning</h4>
+<pre>boolean&nbsp;isRunning()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if any members of this system are currently running.</div>
+</li>
+</ul>
+<a name="isConnected--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isConnected</h4>
+<pre>boolean&nbsp;isConnected()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns <code>true</code> if this is currently connected to the
+ system.</div>
+</li>
+</ul>
+<a name="start--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>void&nbsp;start()
+    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts all managed entities that are not currently running.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while starting the managed
+         entities.</dd>
+</dl>
+</li>
+</ul>
+<a name="stop--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>stop</h4>
+<pre>void&nbsp;stop()
+   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops all managed entities that are currently running.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while starting the managed
+         entities.</dd>
+</dl>
+</li>
+</ul>
+<a name="displayMergedLogs--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>displayMergedLogs</h4>
+<pre>java.lang.String&nbsp;displayMergedLogs()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Merges and returns all system logs as a single formatted log.</div>
+</li>
+</ul>
+<a name="getLicense--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLicense</h4>
+<pre>java.util.Properties&nbsp;getLicense()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Removed licensing in 8.0.</span></div>
+<div class="block">Retrieves the license information for this installation of GemFire.</div>
+</li>
+</ul>
+<a name="addDistributionLocator--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addDistributionLocator</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">DistributionLocator</a>&nbsp;addDistributionLocator()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>DistributionLocator</code> that is ready to
+ <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html#getConfig--">configure</a> and
+ <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">start</a>.
+
+ <P>
+
+ It is presumed that the newly-added locator is used to discover
+ members of the distributed system.  That is, the host/port of the
+ new locator is appended to the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getLocators--"><code>locators</code></a>
+ attribute of this <code>AdminDistributedSystem</code>.</div>
+</li>
+</ul>
+<a name="getDistributionLocators--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributionLocators</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">DistributionLocator</a>[]&nbsp;getDistributionLocators()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns array of <code>DistributionLocator</code>s administered
+ by this <code>AdminDistributedSystem</code>.</div>
+</li>
+</ul>
+<a name="getSystemMemberApplications--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSystemMemberApplications</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>[]&nbsp;getSystemMemberApplications()
+                                    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves SystemMember instances for every
+ application that is running and currently connection to this
+ system.  Note that this list does not include dedicated
+ <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getCacheVms--">cache server vms</a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getLatestAlert--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLatestAlert</h4>
+<pre>java.lang.String&nbsp;getLatestAlert()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Display in readable format the latest Alert in this distributed system.</div>
+</li>
+</ul>
+<a name="getGemFireHealth--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGemFireHealth</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin">GemFireHealth</a>&nbsp;getGemFireHealth()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an object for monitoring the health of GemFire.</div>
+</li>
+</ul>
+<a name="connect--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>connect</h4>
+<pre>void&nbsp;connect()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Connects to the distributed system.  This method will return
+ immediately after spawning a background thread that connects to
+ the distributed system.  As a result, a
+ <code>AdminDistributedSystem</code> can be "connected" to before
+ any members of the system have been started or have been seen.
+ The <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#waitToBeConnected-long-"><code>waitToBeConnected(long)</code></a> method will wait for the
+ connection to be made.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#isConnected--"><code>isConnected()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#isRunning--"><code>isRunning()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#waitToBeConnected-long-"><code>waitToBeConnected(long)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="waitToBeConnected-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>waitToBeConnected</h4>
+<pre>boolean&nbsp;waitToBeConnected(long&nbsp;timeout)
+                   throws java.lang.InterruptedException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Wait for up to a given number of milliseconds for the connection
+ to the distributed system to be made.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeout</code> - The number of milliseconds to wait for the connection to
+        to be made.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Whether or not the connection was made.
+         <code>false</code>, if the method times out</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.InterruptedException</code> - If the thread invoking this method is interrupted while
+         waiting.</dd>
+<dd><code>java.lang.IllegalStateException</code> - If <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#connect--"><code>connect()</code></a> has not yet been called.</dd>
+</dl>
+</li>
+</ul>
+<a name="disconnect--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>disconnect</h4>
+<pre>void&nbsp;disconnect()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Disconnects from the distributed system.</div>
+</li>
+</ul>
+<a name="getConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfig</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;getConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns this system's configuration .</div>
+</li>
+</ul>
+<a name="addMembershipListener-com.gemstone.gemfire.admin.SystemMembershipListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addMembershipListener</h4>
+<pre>void&nbsp;addMembershipListener(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipListener</a>&nbsp;listener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers a listener that receives callbacks when a member joins
+ or leaves the distributed system.</div>
+</li>
+</ul>
+<a name="removeMembershipListener-com.gemstone.gemfire.admin.SystemMembershipListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeMembershipListener</h4>
+<pre>void&nbsp;removeMembershipListener(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipListener</a>&nbsp;listener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Unregisters a membership listener</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addMembershipListener-com.gemstone.gemfire.admin.SystemMembershipListener-"><code>addMembershipListener(com.gemstone.gemfire.admin.SystemMembershipListener)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="addCacheListener-com.gemstone.gemfire.admin.SystemMemberCacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheListener</h4>
+<pre>void&nbsp;addCacheListener(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheListener</a>&nbsp;listener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers a cache event listener.
+ Does nothing if the listener is already registered. The listeners are called
+ in the order they are registered.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>listener</code> - the listener to register.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="removeCacheListener-com.gemstone.gemfire.admin.SystemMemberCacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>removeCacheListener</h4>
+<pre>void&nbsp;removeCacheListener(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheListener</a>&nbsp;listener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Unregisters a cache listener. Does nothing if the listener is
+ not registered.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>listener</code> - the listener to unregister.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="addCacheServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheServer</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>&nbsp;addCacheServer()
+                                throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheVm--"><code>addCacheVm()</code></a> instead.</span></div>
+<div class="block">Creates a new cache server that is ready to <a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">configure</a> and <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">start</a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getCacheServers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheServers</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>[]&nbsp;getCacheServers()
+                                   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getCacheVms--"><code>getCacheVms()</code></a> instead.</span></div>
+<div class="block">Returns all of the dedicated cache server members of the
+ distributed system.  Because they are not managed entities,
+ application VMs that host a server cache are not included in the
+ array.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getCacheServers-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheServers</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>[]&nbsp;getCacheServers(java.lang.String&nbsp;durableClientId)
+                       throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns all the cache server members of the distributed system which are
+ hosting a client queue for the particular durable-client having the given
+ durableClientId</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>durableClientId</code> - -
+                durable-id of the client</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>array of CacheServer(s) having the queue for the durable client</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.6</dd>
+</dl>
+</li>
+</ul>
+<a name="addCacheVm--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheVm</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</a>&nbsp;addCacheVm()
+            throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new cache vm that is ready to <a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">configure</a> and <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">start</a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getCacheVms--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheVms</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</a>[]&nbsp;getCacheVms()
+               throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns all of the dedicated cache server vm members of the
+ distributed system.  Because they are not managed entities,
+ application VMs that host a server cache are not included in the
+ array.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="lookupSystemMember-com.gemstone.gemfire.distributed.DistributedMember-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>lookupSystemMember</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>&nbsp;lookupSystemMember(<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&nbsp;distributedMember)
+                         throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the administrative SystemMember specified by the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>distributedMember</code> - the distributed member to lookup</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>administrative SystemMember for that distributed member</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="revokePersistentMember-java.net.InetAddress-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>revokePersistentMember</h4>
+<pre>void&nbsp;revokePersistentMember(java.net.InetAddress&nbsp;host,
+                            java.lang.String&nbsp;directory)
+                     throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">use <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#revokePersistentMember-java.util.UUID-"><code>revokePersistentMember(UUID)</code></a> instead</span></div>
+<div class="block">Indicate to the distributed system that persistent files have been lost.
+ When a member recovers from a set of persistent files, it will wait for
+ other members that were also persisting the same region to start up. If the
+ persistent files for those other members were lost, this method can be used
+ to tell the remaining members to stop waiting for the lost data.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>host</code> - The host of the member whose files were lost.</dd>
+<dd><code>directory</code> - The directory where those files resided.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="revokePersistentMember-java.util.UUID-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>revokePersistentMember</h4>
+<pre>void&nbsp;revokePersistentMember(java.util.UUID&nbsp;diskStoreID)
+                     throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicate to the distributed system that persistent files have been lost.
+ When a member recovers from a set of persistent files, it will wait for
+ other members that were also persisting the same region to start up. If the
+ persistent files for those other members were lost, this method can be used
+ to tell the remaining members to stop waiting for the lost data.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>diskStoreID</code> - The unique id of the disk store which you are revoking. The unique
+          id can be discovered from <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getMissingPersistentMembers--"><code>getMissingPersistentMembers()</code></a></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getMissingPersistentMembers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMissingPersistentMembers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;&nbsp;getMissingPersistentMembers()
+                                                 throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieve the set of persistent files that the existing members are waiting
+ for. See <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#revokePersistentMember-java.net.InetAddress-java.lang.String-"><code>revokePersistentMember(InetAddress, String)</code></a></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The persistent members that were known to the existing persistent members,
+ when the existing members were last online.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="shutDownAllMembers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shutDownAllMembers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;&nbsp;shutDownAllMembers()
+                                             throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Shuts down all the members of the distributed system with a cache that the admin 
+ member is connected to, excluding the stand-alone locators. Calling this method
+ will ensure that regions with the <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>DataPolicy.PERSISTENT_PARTITION</code></a> to
+ be shutdown in a way which allows for a faster recovery when the members are 
+ restarted.
+ 
+ Killing individual members can lead to inconsistencies in the members persistent
+ data, which gemfire repairs on startup. Calling shutDownAllMembers makes sure
+ that the persistent files are consistent on shutdown, which makes recovery faster.
+  
+ This is equivalent to calling shutDownAllMembers(0);</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The set of members that were shutdown</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="shutDownAllMembers-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shutDownAllMembers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;&nbsp;shutDownAllMembers(long&nbsp;timeout)
+                                             throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Shuts down all the members of the distributed system with a cache that the
+ admin member is connected to, excluding the stand-alone locators. Calling
+ this method will ensure that regions with the
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>DataPolicy.PERSISTENT_PARTITION</code></a> to be shutdown in a way which
+ allows for a faster recovery when the members are restarted.
+ 
+ Killing individual members can lead to inconsistencies in the members
+ persistent data, which gemfire repairs on startup. Calling
+ shutDownAllMembers makes sure that the persistent files are consistent on
+ shutdown, which makes recovery faster.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeout</code> - The amount of time to wait (in milliseconds) for the shutdown all to
+          complete.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The set of members that were shutdown, or null if the timeout is exceeded.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="backupAllMembers-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>backupAllMembers</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin">BackupStatus</a>&nbsp;backupAllMembers(java.io.File&nbsp;targetDir)
+                       throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Backup the persistent files for all of the members of the distributed
+ system that the admin member is connected to.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>targetDir</code> - The directory where each member's backup should be placed.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The status of the backup, which includes the set of members
+ that were backed up and the set of members that were known to be
+ offline at the time of backup.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="backupAllMembers-java.io.File-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>backupAllMembers</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin">BackupStatus</a>&nbsp;backupAllMembers(java.io.File&nbsp;targetDir,
+                              java.io.File&nbsp;baselineDir)
+                       throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Incrementally backup the persistent files for all of the members of the distributed
+ system that the admin member is connected to. Only new operation log files since the previous backup will be copied during this backup.
+ The generated restore script will reference and copy operation log files from the previous backup.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>targetDir</code> - The directory where each member's backup should be placed.</dd>
+<dd><code>baselineDir</code> - The directory of a previous backup.
+ If this parameter is null or the directory does not exist (on a member by member basis)
+ a full backup will be performed for the member.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The status of the backup, which includes the set of members
+ that were backed up and the set of members that were known to be
+ offline at the time of backup.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="compactAllDiskStores--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>compactAllDiskStores</h4>
+<pre>java.util.Map&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>,java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;&gt;&nbsp;compactAllDiskStores()
+                                                                           throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Compact the persistent files for all of the members of the distributed
+ system that the admin member connected to. 
+ 
+ This is equivalent to calling {DiskStore#forceCompaction} on all members.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The set of members that compacted their disk stores.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminDistributedSystem.html" target="_top">Frames</a></li>
+<li><a href="AdminDistributedSystem.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>


[02/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
new file mode 100644
index 0000000..717149a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html
@@ -0,0 +1,782 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireCache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireCache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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};
+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="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/IncompatibleVersionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/GemFireCache.html" target="_top">Frames</a></li>
+<li><a href="GemFireCache.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface GemFireCache" class="title">Interface GemFireCache</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.AutoCloseable, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache">RegionService</a></dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>, <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html" title="interface in com.gemstone.gemfire.cache.client">ClientCache</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">GemFireCache</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache">RegionService</a></pre>
+<div class="block">GemFireCache represents the singleton cache that must be created
+ in order to use GemFire in a Java virtual machine.
+ Users must create either a <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> for a peer/server JVM
+ or a <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html" title="interface in com.gemstone.gemfire.cache.client"><code>ClientCache</code></a> for a client JVM.
+ Instances of this interface are created using one of the following methods:
+ <ul>
+ <li> <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>CacheFactory.create()</code></a> creates a peer/server instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a>.
+ <li> <a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html#create--"><code>ClientCacheFactory.create()</code></a> creates a client instance of <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html" title="interface in com.gemstone.gemfire.cache.client"><code>ClientCache</code></a>.
+ </ul></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#createDiskStoreFactory--">createDiskStoreFactory</a></span>()</code>
+<div class="block">create diskstore factory</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySenderFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#createGatewaySenderFactory--">createGatewaySenderFactory</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#findDiskStore-java.lang.String-">findDiskStore</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the DiskStore by name or <code>null</code> if no disk store is found.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache">CacheTransactionManager</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getCacheTransactionManager--">getCacheTransactionManager</a></span>()</code>
+<div class="block">Get the CacheTransactionManager instance for this Cache.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getCopyOnRead--">getCopyOnRead</a></span>()</code>
+<div class="block">Indicates whether the "copy on read" is enabled for this cache.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getDistributedSystem--">getDistributedSystem</a></span>()</code>
+<div class="block">Returns the distributed system used by this cache.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache">Declarable</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getInitializer--">getInitializer</a></span>()</code>
+<div class="block">Returns the Declarable used to initialize this cache or <code>null</code>
+ if it does not have an initializer.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.util.Properties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getInitializerProps--">getInitializerProps</a></span>()</code>
+<div class="block">Returns the Properties used to initialize the cache initializer or
+ <code>null</code> if no initializer properties exist.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>javax.naming.Context</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getJNDIContext--">getJNDIContext</a></span>()</code>
+<div class="block">Returns the JNDI context associated with the Cache.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire">LogWriter</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getLogger--">getLogger</a></span>()</code>
+<div class="block">Gets the logging object for GemFire.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getName--">getName</a></span>()</code>
+<div class="block">Returns the name of this cache.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxDiskStore--">getPdxDiskStore</a></span>()</code>
+<div class="block">Returns the disk store used for PDX meta data</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxIgnoreUnreadFields--">getPdxIgnoreUnreadFields</a></span>()</code>
+<div class="block">Returns true if fields that are not read during PDX deserialization
+ should be ignored during the PDX serialization.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxPersistent--">getPdxPersistent</a></span>()</code>
+<div class="block">Returns true if the PDX metadata for this
+ cache is persistent</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxReadSerialized--">getPdxReadSerialized</a></span>()</code>
+<div class="block">Returns whether { @link PdxInstance} is preferred for PDX types instead of Java object.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx">PdxSerializer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxSerializer--">getPdxSerializer</a></span>()</code>
+<div class="block">Returns the PdxSerializer used by this cache, or null
+ if no PDX serializer is defined.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getRegionAttributes-java.lang.String-">getRegionAttributes</a></span>(java.lang.String&nbsp;id)</code>
+<div class="block">Returns the <code>RegionAttributes</code> with the given
+ <code>id</code> or <code>null</code> if no
+ <code>RegionAttributes</code> with that id exists.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/control/ResourceManager.html" title="interface in com.gemstone.gemfire.cache.control">ResourceManager</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getResourceManager--">getResourceManager</a></span>()</code>
+<div class="block">Returns the <code>ResourceManager</code> for managing this cache's 
+ resources.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire">LogWriter</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getSecurityLogger--">getSecurityLogger</a></span>()</code>
+<div class="block">Gets the security logging object for GemFire.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#listRegionAttributes--">listRegionAttributes</a></span>()</code>
+<div class="block">Returns an unmodifiable mapping of ids to region attributes.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#loadCacheXml-java.io.InputStream-">loadCacheXml</a></span>(java.io.InputStream&nbsp;is)</code>
+<div class="block">Loads the cache configuration described in a <a
+ href="package-summary.html#declarative">declarative caching XML
+ file</a> into this cache.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#setCopyOnRead-boolean-">setCopyOnRead</a></span>(boolean&nbsp;copyOnRead)</code>
+<div class="block">Sets the "copy on read" feature for cache read operations.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#setRegionAttributes-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">setRegionAttributes</a></span>(java.lang.String&nbsp;id,
+                   <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;attrs)</code>
+<div class="block">Sets the <code>id</code> of the given
+ <code>RegionAttributes</code>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.RegionService">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache">RegionService</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--">close</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#createPdxEnum-java.lang.String-java.lang.String-int-">createPdxEnum</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#createPdxInstanceFactory-java.lang.String-">createPdxInstanceFactory</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#getCancelCriterion--">getCancelCriterion</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#getQueryService--">getQueryService</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#getRegion-java.lang.String-">getRegion</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#isClosed--">isClosed</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#rootRegions--">rootRegions</a></code></li>
+</ul>
+</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>java.lang.String&nbsp;getName()</pre>
+<div class="block">Returns the name of this cache.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the String name of this cache</dd>
+</dl>
+</li>
+</ul>
+<a name="getDistributedSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributedSystem</h4>
+<pre><a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;getDistributedSystem()</pre>
+<div class="block">Returns the distributed system used by this cache.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+</li>
+</ul>
+<a name="getResourceManager--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getResourceManager</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/control/ResourceManager.html" title="interface in com.gemstone.gemfire.cache.control">ResourceManager</a>&nbsp;getResourceManager()</pre>
+<div class="block">Returns the <code>ResourceManager</code> for managing this cache's 
+ resources.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>ResourceManager</code> for managing this cache's resources</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setCopyOnRead-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCopyOnRead</h4>
+<pre>void&nbsp;setCopyOnRead(boolean&nbsp;copyOnRead)</pre>
+<div class="block">Sets the "copy on read" feature for cache read operations.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getCopyOnRead--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCopyOnRead</h4>
+<pre>boolean&nbsp;getCopyOnRead()</pre>
+<div class="block">Indicates whether the "copy on read" is enabled for this cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if "copy on read" is enabled, false otherwise.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getRegionAttributes-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionAttributes</h4>
+<pre>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;getRegionAttributes(java.lang.String&nbsp;id)</pre>
+<div class="block">Returns the <code>RegionAttributes</code> with the given
+ <code>id</code> or <code>null</code> if no
+ <code>RegionAttributes</code> with that id exists.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#setRegionAttributes-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>setRegionAttributes(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;K, V&gt;)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setRegionAttributes-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRegionAttributes</h4>
+<pre>&lt;K,V&gt;&nbsp;void&nbsp;setRegionAttributes(java.lang.String&nbsp;id,
+                               <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;attrs)</pre>
+<div class="block">Sets the <code>id</code> of the given
+ <code>RegionAttributes</code>.  If a region attributes named
+ <code>name</code> already exists, the mapping will be overwritten
+ with <code>attrs</code>.  However, changing the mapping will not
+ effect existing regions.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>id</code> - The id of the region attributes</dd>
+<dd><code>attrs</code> - The attributes to associate with <code>id</code>.  If
+        <code>attrs</code> is <code>null</code>, any existing
+        <code>RegionAttributes</code> associated with
+        <code>id</code> will be removed.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getRegionAttributes-java.lang.String-"><code>getRegionAttributes(java.lang.String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="listRegionAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>listRegionAttributes</h4>
+<pre>&lt;K,V&gt;&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&gt;&nbsp;listRegionAttributes()</pre>
+<div class="block">Returns an unmodifiable mapping of ids to region attributes.  The
+ keys of the map are <code>String</code>s and the values of the map are
+ <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.1</dd>
+</dl>
+</li>
+</ul>
+<a name="loadCacheXml-java.io.InputStream-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>loadCacheXml</h4>
+<pre>void&nbsp;loadCacheXml(java.io.InputStream&nbsp;is)
+           throws <a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a>,
+                  <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a>,
+                  <a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a>,
+                  <a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></pre>
+<div class="block">Loads the cache configuration described in a <a
+ href="package-summary.html#declarative">declarative caching XML
+ file</a> into this cache.  If the XML describes a region that
+ already exists, any mutable region attributes, indexes, and
+ region entries that are defined in the XML are updated/added.
+
+ <P>
+
+ Because this method may perform a <a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>put</code></a> on a
+ <code>Region</code>, it declares that it throws a
+ <code>TimeoutException</code>, <code>CacheWriterException</code>,
+ <code>GatewayException</code>,
+ or <code>RegionExistsException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache">CacheXmlException</a></code> - If the XML read from <code>is</code> does not conform to
+         the dtd or if an <code>IOException</code> occurs while
+         reading the XML.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></code></dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code></dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a></code></dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.1</dd>
+</dl>
+</li>
+</ul>
+<a name="getLogger--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLogger</h4>
+<pre><a href="../../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire">LogWriter</a>&nbsp;getLogger()</pre>
+<div class="block">Gets the logging object for GemFire.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the logging object</dd>
+</dl>
+</li>
+</ul>
+<a name="getSecurityLogger--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSecurityLogger</h4>
+<pre><a href="../../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire">LogWriter</a>&nbsp;getSecurityLogger()</pre>
+<div class="block">Gets the security logging object for GemFire.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the security logging object</dd>
+</dl>
+</li>
+</ul>
+<a name="findDiskStore-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findDiskStore</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a>&nbsp;findDiskStore(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the DiskStore by name or <code>null</code> if no disk store is found.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the disk store to find. If <code>null</code> then the
+ default disk store, if it exists, is returned.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="createDiskStoreFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDiskStoreFactory</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;createDiskStoreFactory()</pre>
+<div class="block">create diskstore factory</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="createGatewaySenderFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createGatewaySenderFactory</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySenderFactory</a>&nbsp;createGatewaySenderFactory()</pre>
+</li>
+</ul>
+<a name="getPdxReadSerialized--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPdxReadSerialized</h4>
+<pre>boolean&nbsp;getPdxReadSerialized()</pre>
+<div class="block">Returns whether { @link PdxInstance} is preferred for PDX types instead of Java object.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxReadSerialized-boolean-"><code>CacheFactory.setPdxReadSerialized(boolean)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html#setPdxReadSerialized-boolean-"><code>ClientCacheFactory.setPdxReadSerialized(boolean)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getPdxSerializer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPdxSerializer</h4>
+<pre><a href="../../../../com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx">PdxSerializer</a>&nbsp;getPdxSerializer()</pre>
+<div class="block">Returns the PdxSerializer used by this cache, or null
+ if no PDX serializer is defined.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxSerializer-com.gemstone.gemfire.pdx.PdxSerializer-"><code>CacheFactory.setPdxSerializer(PdxSerializer)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html#setPdxSerializer-com.gemstone.gemfire.pdx.PdxSerializer-"><code>ClientCacheFactory.setPdxSerializer(PdxSerializer)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getPdxDiskStore--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPdxDiskStore</h4>
+<pre>java.lang.String&nbsp;getPdxDiskStore()</pre>
+<div class="block">Returns the disk store used for PDX meta data</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxDiskStore-java.lang.String-"><code>CacheFactory.setPdxDiskStore(String)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html#setPdxDiskStore-java.lang.String-"><code>ClientCacheFactory.setPdxDiskStore(String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getPdxPersistent--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPdxPersistent</h4>
+<pre>boolean&nbsp;getPdxPersistent()</pre>
+<div class="block">Returns true if the PDX metadata for this
+ cache is persistent</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxPersistent-boolean-"><code>CacheFactory.setPdxPersistent(boolean)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html#setPdxPersistent-boolean-"><code>ClientCacheFactory.setPdxPersistent(boolean)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getPdxIgnoreUnreadFields--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPdxIgnoreUnreadFields</h4>
+<pre>boolean&nbsp;getPdxIgnoreUnreadFields()</pre>
+<div class="block">Returns true if fields that are not read during PDX deserialization
+ should be ignored during the PDX serialization.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxIgnoreUnreadFields-boolean-"><code>CacheFactory.setPdxIgnoreUnreadFields(boolean)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html#setPdxIgnoreUnreadFields-boolean-"><code>ClientCacheFactory.setPdxIgnoreUnreadFields(boolean)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getCacheTransactionManager--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheTransactionManager</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache">CacheTransactionManager</a>&nbsp;getCacheTransactionManager()</pre>
+<div class="block">Get the CacheTransactionManager instance for this Cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The CacheTransactionManager instance.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if the cache is closed.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getJNDIContext--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getJNDIContext</h4>
+<pre>javax.naming.Context&nbsp;getJNDIContext()</pre>
+<div class="block">Returns the JNDI context associated with the Cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>javax.naming.Context
+ Added as part of providing JTA implementation in Gemfire.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getInitializer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInitializer</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache">Declarable</a>&nbsp;getInitializer()</pre>
+<div class="block">Returns the Declarable used to initialize this cache or <code>null</code>
+ if it does not have an initializer.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+</dl>
+</li>
+</ul>
+<a name="getInitializerProps--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getInitializerProps</h4>
+<pre>java.util.Properties&nbsp;getInitializerProps()</pre>
+<div class="block">Returns the Properties used to initialize the cache initializer or
+ <code>null</code> if no initializer properties exist.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</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="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/IncompatibleVersionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/GemFireCache.html" target="_top">Frames</a></li>
+<li><a href="GemFireCache.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/IncompatibleVersionException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/IncompatibleVersionException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/IncompatibleVersionException.html
new file mode 100644
index 0000000..edfe29a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/IncompatibleVersionException.html
@@ -0,0 +1,310 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>IncompatibleVersionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="IncompatibleVersionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/IncompatibleVersionException.html" target="_top">Frames</a></li>
+<li><a href="IncompatibleVersionException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class IncompatibleVersionException" class="title">Class IncompatibleVersionException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireCheckedException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/VersionException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.VersionException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.IncompatibleVersionException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">IncompatibleVersionException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/VersionException.html" title="class in com.gemstone.gemfire.cache">VersionException</a></pre>
+<div class="block">An <code>IncompatibleVersionException</code> that the client version
+ was not compatible with the server version.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.IncompatibleVersionException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/IncompatibleVersionException.html#IncompatibleVersionException-java.lang.Object-java.lang.Object-">IncompatibleVersionException</a></span>(java.lang.Object&nbsp;clientVersion,
+                            java.lang.Object&nbsp;serverVersion)</code>
+<div class="block">Constructs a new <code>IncompatibleVersionException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/IncompatibleVersionException.html#IncompatibleVersionException-java.lang.String-">IncompatibleVersionException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Constructs a new <code>IncompatibleVersionException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">GemFireCheckedException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="IncompatibleVersionException-java.lang.Object-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>IncompatibleVersionException</h4>
+<pre>public&nbsp;IncompatibleVersionException(java.lang.Object&nbsp;clientVersion,
+                                    java.lang.Object&nbsp;serverVersion)</pre>
+<div class="block">Constructs a new <code>IncompatibleVersionException</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>clientVersion</code> - The client <code>Version</code></dd>
+<dd><code>serverVersion</code> - The server <code>Version</code></dd>
+</dl>
+</li>
+</ul>
+<a name="IncompatibleVersionException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>IncompatibleVersionException</h4>
+<pre>public&nbsp;IncompatibleVersionException(java.lang.String&nbsp;message)</pre>
+<div class="block">Constructs a new <code>IncompatibleVersionException</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - The exception message</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="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/IncompatibleVersionException.html" target="_top">Frames</a></li>
+<li><a href="IncompatibleVersionException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestPolicy.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestPolicy.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestPolicy.html
new file mode 100644
index 0000000..fdc681d
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestPolicy.html
@@ -0,0 +1,461 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InterestPolicy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InterestPolicy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/IncompatibleVersionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/InterestPolicy.html" target="_top">Frames</a></li>
+<li><a href="InterestPolicy.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">com.gemstone.gemfire.cache</div>
+<h2 title="Class InterestPolicy" class="title">Class InterestPolicy</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.InterestPolicy</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">InterestPolicy</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Enumerated type for region subscription interest policy.
+ The interest policy specifies what data a subscriber is interested in having
+ in it's region.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>SubscriptionAttributes</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.InterestPolicy">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#ALL">ALL</a></span></code>
+<div class="block">This subscriber is interested in all data.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#CACHE_CONTENT">CACHE_CONTENT</a></span></code>
+<div class="block">This subscriber is interested in data that is already in its cache.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#DEFAULT">DEFAULT</a></span></code>
+<div class="block">The interest policy used by default; it is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#CACHE_CONTENT"><code>CACHE_CONTENT</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#ordinal">ordinal</a></span></code>
+<div class="block">used as ordinal to represent this InterestPolicy</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#fromOrdinal-byte-">fromOrdinal</a></span>(byte&nbsp;ordinal)</code>
+<div class="block">Return the InterestPolicy represented by specified ordinal</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#isAll--">isAll</a></span>()</code>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#ALL"><code>ALL</code></a>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#isCacheContent--">isCacheContent</a></span>()</code>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#CACHE_CONTENT"><code>CACHE_CONTENT</code></a>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#isDefault--">isDefault</a></span>()</code>
+<div class="block">Return true if this policy is the default.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#toString--">toString</a></span>()</code>
+<div class="block">Returns a string representation for this interest policy.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="ALL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ALL</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a> ALL</pre>
+<div class="block">This subscriber is interested in all data.
+ More specifically operations done in this cache and
+ distributed operations done in remote caches.
+ <p>
+ When combined with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#EMPTY"><code>DataPolicy.EMPTY</code></a> this region will receive
+ events for every distributed operation but will not store the data.
+ <p>
+ When combined with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>DataPolicy.NORMAL</code></a> or
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>DataPolicy.PRELOADED</code></a> this region will accept
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object, Object)</code></a> operations done remotely. Without
+ the <code>ALL</code> interest policy, <code>NORMAL</code> and
+ <code>PRELOADED</code> ignore <code>creates</code> that the region
+ does  not have an existing entry for.
+ <p>
+ When combined with the <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replication
+ policies</code></a> this interest has no effect.
+ <p>
+ When combined with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a> this interest policy
+ causes cache listeners to be notified of changes regardless of the
+ physical location of the data affected.  That is, a listener in a VM
+ using this policy will receive notification of all changes to the
+ partitioned region.</div>
+</li>
+</ul>
+<a name="CACHE_CONTENT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CACHE_CONTENT</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a> CACHE_CONTENT</pre>
+<div class="block">This subscriber is interested in data that is already in its cache.
+ More specifically operations done in this cache and
+ distributed operations done in remote caches.
+ <p>
+ When combined with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#EMPTY"><code>DataPolicy.EMPTY</code></a> this region will never
+ receive events for distributed operations since its content is always
+ empty.  It will continue to get events for operations done locally.
+ <p>
+ When combined with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>DataPolicy.NORMAL</code></a> or
+ <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>DataPolicy.PRELOADED</code></a> this region will accept remote operations
+ done to entries it already has in its cache.
+ <p>
+ When combined with the <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--"><code>replication
+ policies</code></a> * this interest has no effect.
+ <p>
+ When combined with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a> this interest policy
+ causes cache listeners to be notified in the VM holding the affected data.
+  That is, listeners are only notified if the affected* key-value pair is
+ in the same process as the listener.</div>
+</li>
+</ul>
+<a name="DEFAULT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a> DEFAULT</pre>
+<div class="block">The interest policy used by default; it is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#CACHE_CONTENT"><code>CACHE_CONTENT</code></a>.</div>
+</li>
+</ul>
+<a name="ordinal">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ordinal</h4>
+<pre>public final&nbsp;byte ordinal</pre>
+<div class="block">used as ordinal to represent this InterestPolicy</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="fromOrdinal-byte-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromOrdinal</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache">InterestPolicy</a>&nbsp;fromOrdinal(byte&nbsp;ordinal)</pre>
+<div class="block">Return the InterestPolicy represented by specified ordinal</div>
+</li>
+</ul>
+<a name="isAll--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isAll</h4>
+<pre>public&nbsp;boolean&nbsp;isAll()</pre>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#ALL"><code>ALL</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#ALL"><code>ALL</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="isCacheContent--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCacheContent</h4>
+<pre>public&nbsp;boolean&nbsp;isCacheContent()</pre>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#CACHE_CONTENT"><code>CACHE_CONTENT</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#CACHE_CONTENT"><code>CACHE_CONTENT</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="isDefault--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDefault</h4>
+<pre>public&nbsp;boolean&nbsp;isDefault()</pre>
+<div class="block">Return true if this policy is the default.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is the default.</dd>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">Returns a string representation for this interest policy.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of this interest policy.</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="../../../../com/gemstone/gemfire/cache/IncompatibleVersionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/InterestPolicy.html" target="_top">Frames</a></li>
+<li><a href="InterestPolicy.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationEvent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationEvent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationEvent.html
new file mode 100644
index 0000000..f84a377
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/InterestRegistrationEvent.html
@@ -0,0 +1,378 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InterestRegistrationEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InterestRegistrationEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":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="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/InterestRegistrationEvent.html" target="_top">Frames</a></li>
+<li><a href="InterestRegistrationEvent.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface InterestRegistrationEvent" class="title">Interface InterestRegistrationEvent</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">InterestRegistrationEvent</span></pre>
+<div class="block">Interface <code>InterestRegistrationEvent</code> encapsulated interest
+ event information like region and keys of interest.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.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="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache">ClientSession</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#getClientSession--">getClientSession</a></span>()</code>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><code>ClientSession</code></a> that initiated this event</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#getInterestType--">getInterestType</a></span>()</code>
+<div class="block">Returns this event's interest type.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;?&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#getKeysOfInterest--">getKeysOfInterest</a></span>()</code>
+<div class="block">Returns a <code>Set</code> of keys of interest.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;?,?&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#getRegion--">getRegion</a></span>()</code>
+<div class="block">Returns the region to which this interest belongs.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#getRegionName--">getRegionName</a></span>()</code>
+<div class="block">Returns the name of the region to which this interest event belongs.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#isKey--">isKey</a></span>()</code>
+<div class="block">Returns whether this event's interest type is
+ <code>InterestType.KEY</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#isRegister--">isRegister</a></span>()</code>
+<div class="block">Returns whether this event represents a register interest.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationEvent.html#isRegularExpression--">isRegularExpression</a></span>()</code>
+<div class="block">Returns whether this event's interest type is
+ <code>InterestType.REGULAR_EXPRESSION</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="getRegionName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionName</h4>
+<pre>java.lang.String&nbsp;getRegionName()</pre>
+<div class="block">Returns the name of the region to which this interest event belongs.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of the region to which this interest event belongs</dd>
+</dl>
+</li>
+</ul>
+<a name="getRegion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;?,?&gt;&nbsp;getRegion()</pre>
+<div class="block">Returns the region to which this interest belongs.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the region to which this interest belongs</dd>
+</dl>
+</li>
+</ul>
+<a name="getKeysOfInterest--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKeysOfInterest</h4>
+<pre>java.util.Set&lt;?&gt;&nbsp;getKeysOfInterest()</pre>
+<div class="block">Returns a <code>Set</code> of keys of interest.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a <code>Set</code> of keys of interest</dd>
+</dl>
+</li>
+</ul>
+<a name="getInterestType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInterestType</h4>
+<pre>int&nbsp;getInterestType()</pre>
+<div class="block">Returns this event's interest type.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this event's interest type</dd>
+</dl>
+</li>
+</ul>
+<a name="isRegister--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRegister</h4>
+<pre>boolean&nbsp;isRegister()</pre>
+<div class="block">Returns whether this event represents a register interest.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this event represents a register interest</dd>
+</dl>
+</li>
+</ul>
+<a name="isKey--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isKey</h4>
+<pre>boolean&nbsp;isKey()</pre>
+<div class="block">Returns whether this event's interest type is
+ <code>InterestType.KEY</code>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this event's interest type is
+         <code>InterestType.KEY</code></dd>
+</dl>
+</li>
+</ul>
+<a name="isRegularExpression--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRegularExpression</h4>
+<pre>boolean&nbsp;isRegularExpression()</pre>
+<div class="block">Returns whether this event's interest type is
+ <code>InterestType.REGULAR_EXPRESSION</code>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this event's interest type is
+         <code>InterestType.REGULAR_EXPRESSION</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getClientSession--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getClientSession</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache">ClientSession</a>&nbsp;getClientSession()</pre>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><code>ClientSession</code></a> that initiated this event</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><code>ClientSession</code></a> that initiated this event</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="../../../../com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/InterestRegistrationEvent.html" target="_top">Frames</a></li>
+<li><a href="InterestRegistrationEvent.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>


[24/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
new file mode 100644
index 0000000..2d698bc
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html
@@ -0,0 +1,1130 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberRegion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberRegion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberRegion.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberRegion.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberRegion" class="title">Interface SystemMemberRegion</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMemberRegion</span></pre>
+<div class="block">Administrative interface that represent's the <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a>'s view of one of its cache's <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a>s.  If the region in the remote
+ system member is closed or destroyed, the methods of
+ <code>SystemMemberRegion</code> will throw <a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin"><code>RegionNotFoundException</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">createSubregion</a></span>(java.lang.String&nbsp;name,
+               <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&nbsp;attrs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a subregion of this region.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCacheListener--">getCacheListener</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.0 use getCacheListeners() instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCacheListeners--">getCacheListeners</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">This method will return an empty array if there are no CacheListeners
+ defined on the region.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCacheLoader--">getCacheLoader</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a description of any CacheLoader associated with this region.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCacheWriter--">getCacheWriter</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a description of any CacheWriter associated with this region.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getConcurrencyChecksEnabled--">getConcurrencyChecksEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not conflicting concurrent operations on this region
+ are prevented</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getConcurrencyLevel--">getConcurrencyLevel</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the ConcurrencyLevel in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCustomEntryIdleTimeout--">getCustomEntryIdleTimeout</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">string describing the CustomExpiry for entry-idle-timeout</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCustomEntryTimeToLive--">getCustomEntryTimeToLive</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">string describing the CustomExpiry for entry-time-to-live</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getDataPolicy--">getDataPolicy</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the DataPolicy in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>java.io.File[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getDiskDirs--">getDiskDirs</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the directories to which the region's data are written.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getDiskWriteAttributes--">getDiskWriteAttributes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>DiskWriteAttributes</code> that configure how
+ the region is written to disk.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEarlyAck--">getEarlyAck</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not acks are sent after an update is processed.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEntryCount--">getEntryCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the number of entries currently in this region.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEntryIdleTimeoutAction--">getEntryIdleTimeoutAction</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryIdleTimeout action in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEntryIdleTimeoutTimeLimit--">getEntryIdleTimeoutTimeLimit</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryIdleTimeout time limit in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEntryTimeToLiveAction--">getEntryTimeToLiveAction</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryTimeToLive action in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEntryTimeToLiveTimeLimit--">getEntryTimeToLiveTimeLimit</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryTimeToLive time limit in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getEvictionAttributes--">getEvictionAttributes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>EvictionAttributes</code> that configure how
+ entries in the the region are evicted</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getFullPath--">getFullPath</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the full path name that identifies this region in its
+ cache.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getHitCount--">getHitCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the HitCount obtained from this region's statistics.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getHitRatio--">getHitRatio</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the HitRatio obtained from this region's statistics.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getInitialCapacity--">getInitialCapacity</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the InitialCapacity in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getKeyConstraint--">getKeyConstraint</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the KeyConstraint in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getLastAccessedTime--">getLastAccessedTime</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the LastAccessedTime obtained from this region's statistics.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getLastModifiedTime--">getLastModifiedTime</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the LastModifiedTime obtained from this region's statistics.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getLoadFactor--">getLoadFactor</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the LoadFactor in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache">MembershipAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getMembershipAttributes--">getMembershipAttributes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>MembershipAttributes</code> that configure required
+ roles for reliable access to the region.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/MirrorType.html" title="class in com.gemstone.gemfire.cache">MirrorType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getMirrorType--">getMirrorType</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.0, you should use getDataPolicy instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getMissCount--">getMissCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the MissCount obtained from this region's statistics.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name that identifies this region in its cache.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache">PartitionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getPartitionAttributes--">getPartitionAttributes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>PartitionAttributes</code> for the region.</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getPersistBackup--">getPersistBackup</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not a persistent backup should be made of the
+ region (as opposed to just writing the overflow data to disk).</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getRegionIdleTimeoutAction--">getRegionIdleTimeoutAction</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionIdleTimeout action in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getRegionIdleTimeoutTimeLimit--">getRegionIdleTimeoutTimeLimit</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionIdleTimeout time limit in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getRegionTimeToLiveAction--">getRegionTimeToLiveAction</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionTimeToLive action in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getRegionTimeToLiveTimeLimit--">getRegionTimeToLiveTimeLimit</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionTimeToLive time limit in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Scope.html" title="class in com.gemstone.gemfire.cache">Scope</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getScope--">getScope</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">/**
+ Returns the Scope in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getStatisticsEnabled--">getStatisticsEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the StatisticsEnabled in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getSubregionCount--">getSubregionCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the number of subregions currently in this region.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getSubregionFullPaths--">getSubregionFullPaths</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the full path of each of the subregions of this region.</div>
+</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getSubregionNames--">getSubregionNames</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the names of all the subregions of this region.</div>
+</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache">SubscriptionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getSubscriptionAttributes--">getSubscriptionAttributes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>SubscriptionAttributes</code> for the region.</div>
+</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getUserAttribute--">getUserAttribute</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a description of any user attribute associated with this
+ region.</div>
+</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getValueConstraint--">getValueConstraint</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the ValueConstraint in this region's attributes.</div>
+</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#refresh--">refresh</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the state of this region instance.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name that identifies this region in its cache.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#getName--"><code>Region.getName()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getFullPath--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFullPath</h4>
+<pre>java.lang.String&nbsp;getFullPath()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the full path name that identifies this region in its
+ cache.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#getFullPath--"><code>Region.getFullPath()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getSubregionNames--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSubregionNames</h4>
+<pre>java.util.Set&nbsp;getSubregionNames()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the names of all the subregions of this region.</div>
+</li>
+</ul>
+<a name="getSubregionFullPaths--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSubregionFullPaths</h4>
+<pre>java.util.Set&nbsp;getSubregionFullPaths()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the full path of each of the subregions of this region.
+ These paths are suitable for use with <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getRegion-java.lang.String-"><code>SystemMemberCache.getRegion(java.lang.String)</code></a>.</div>
+</li>
+</ul>
+<a name="getUserAttribute--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUserAttribute</h4>
+<pre>java.lang.String&nbsp;getUserAttribute()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a description of any user attribute associated with this
+ region.  The description includes the classname of the user
+ attribute object as well as its <code>toString</code>
+ representation.</div>
+</li>
+</ul>
+<a name="getCacheLoader--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheLoader</h4>
+<pre>java.lang.String&nbsp;getCacheLoader()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a description of any CacheLoader associated with this region.</div>
+</li>
+</ul>
+<a name="getCacheWriter--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheWriter</h4>
+<pre>java.lang.String&nbsp;getCacheWriter()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a description of any CacheWriter associated with this region.</div>
+</li>
+</ul>
+<a name="getEvictionAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEvictionAttributes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;getEvictionAttributes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>EvictionAttributes</code> that configure how
+ entries in the the region are evicted</div>
+</li>
+</ul>
+<a name="getCacheListener--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheListener</h4>
+<pre>@Deprecated
+java.lang.String&nbsp;getCacheListener()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.0 use getCacheListeners() instead</span></div>
+<div class="block">Returns a description of the CacheListener in this region's attributes. If
+ there is more than 1 CacheListener defined for a region this method will
+ return the description of the 1st CacheListener returned from
+ <a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html#getCacheListeners--"><code>getCacheListeners()</code></a></div>
+</li>
+</ul>
+<a name="getCacheListeners--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheListeners</h4>
+<pre>java.lang.String[]&nbsp;getCacheListeners()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">This method will return an empty array if there are no CacheListeners
+ defined on the region. If there are one or more than 1 CacheListeners
+ defined, this method will return an array which has the names of all the
+ CacheListeners</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>String[] the region's <code>CacheListeners</code> as a String array</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getKeyConstraint--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKeyConstraint</h4>
+<pre>java.lang.String&nbsp;getKeyConstraint()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the KeyConstraint in this region's attributes.</div>
+</li>
+</ul>
+<a name="getValueConstraint--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueConstraint</h4>
+<pre>java.lang.String&nbsp;getValueConstraint()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the ValueConstraint in this region's attributes.</div>
+</li>
+</ul>
+<a name="getRegionTimeToLiveTimeLimit--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionTimeToLiveTimeLimit</h4>
+<pre>int&nbsp;getRegionTimeToLiveTimeLimit()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionTimeToLive time limit in this region's attributes.</div>
+</li>
+</ul>
+<a name="getRegionTimeToLiveAction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionTimeToLiveAction</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;getRegionTimeToLiveAction()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionTimeToLive action in this region's attributes.</div>
+</li>
+</ul>
+<a name="getEntryTimeToLiveTimeLimit--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntryTimeToLiveTimeLimit</h4>
+<pre>int&nbsp;getEntryTimeToLiveTimeLimit()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryTimeToLive time limit in this region's attributes.</div>
+</li>
+</ul>
+<a name="getEntryTimeToLiveAction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntryTimeToLiveAction</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;getEntryTimeToLiveAction()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryTimeToLive action in this region's attributes.</div>
+</li>
+</ul>
+<a name="getCustomEntryTimeToLive--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCustomEntryTimeToLive</h4>
+<pre>java.lang.String&nbsp;getCustomEntryTimeToLive()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">string describing the CustomExpiry for entry-time-to-live</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the CustomExpiry for entry-time-to-live</dd>
+</dl>
+</li>
+</ul>
+<a name="getRegionIdleTimeoutTimeLimit--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionIdleTimeoutTimeLimit</h4>
+<pre>int&nbsp;getRegionIdleTimeoutTimeLimit()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionIdleTimeout time limit in this region's attributes.</div>
+</li>
+</ul>
+<a name="getRegionIdleTimeoutAction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionIdleTimeoutAction</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;getRegionIdleTimeoutAction()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the RegionIdleTimeout action in this region's attributes.</div>
+</li>
+</ul>
+<a name="getEntryIdleTimeoutTimeLimit--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntryIdleTimeoutTimeLimit</h4>
+<pre>int&nbsp;getEntryIdleTimeoutTimeLimit()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryIdleTimeout time limit in this region's attributes.</div>
+</li>
+</ul>
+<a name="getEntryIdleTimeoutAction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntryIdleTimeoutAction</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;getEntryIdleTimeoutAction()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the EntryIdleTimeout action in this region's attributes.</div>
+</li>
+</ul>
+<a name="getCustomEntryIdleTimeout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCustomEntryIdleTimeout</h4>
+<pre>java.lang.String&nbsp;getCustomEntryIdleTimeout()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">string describing the CustomExpiry for entry-idle-timeout</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the CustomExpiry for entry-idle-timeout</dd>
+</dl>
+</li>
+</ul>
+<a name="getMirrorType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMirrorType</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/cache/MirrorType.html" title="class in com.gemstone.gemfire.cache">MirrorType</a>&nbsp;getMirrorType()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.0, you should use getDataPolicy instead</span></div>
+<div class="block">Returns the MirrorType in this region's attributes.</div>
+</li>
+</ul>
+<a name="getDataPolicy--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDataPolicy</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a>&nbsp;getDataPolicy()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the DataPolicy in this region's attributes.</div>
+</li>
+</ul>
+<a name="getScope--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getScope</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Scope.html" title="class in com.gemstone.gemfire.cache">Scope</a>&nbsp;getScope()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">/**
+ Returns the Scope in this region's attributes.</div>
+</li>
+</ul>
+<a name="getInitialCapacity--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInitialCapacity</h4>
+<pre>int&nbsp;getInitialCapacity()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the InitialCapacity in this region's attributes.</div>
+</li>
+</ul>
+<a name="getLoadFactor--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLoadFactor</h4>
+<pre>float&nbsp;getLoadFactor()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the LoadFactor in this region's attributes.</div>
+</li>
+</ul>
+<a name="getConcurrencyLevel--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConcurrencyLevel</h4>
+<pre>int&nbsp;getConcurrencyLevel()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the ConcurrencyLevel in this region's attributes.</div>
+</li>
+</ul>
+<a name="getConcurrencyChecksEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConcurrencyChecksEnabled</h4>
+<pre>boolean&nbsp;getConcurrencyChecksEnabled()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not conflicting concurrent operations on this region
+ are prevented</div>
+</li>
+</ul>
+<a name="getStatisticsEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStatisticsEnabled</h4>
+<pre>boolean&nbsp;getStatisticsEnabled()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the StatisticsEnabled in this region's attributes.</div>
+</li>
+</ul>
+<a name="getPersistBackup--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPersistBackup</h4>
+<pre>boolean&nbsp;getPersistBackup()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not a persistent backup should be made of the
+ region (as opposed to just writing the overflow data to disk).</div>
+</li>
+</ul>
+<a name="getDiskWriteAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskWriteAttributes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a>&nbsp;getDiskWriteAttributes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>DiskWriteAttributes</code> that configure how
+ the region is written to disk.</div>
+</li>
+</ul>
+<a name="getDiskDirs--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskDirs</h4>
+<pre>java.io.File[]&nbsp;getDiskDirs()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the directories to which the region's data are written.  If
+ multiple directories are used, GemFire will attempt to distribute the
+ data evenly amongst them.</div>
+</li>
+</ul>
+<a name="getEntryCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntryCount</h4>
+<pre>int&nbsp;getEntryCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the number of entries currently in this region.</div>
+</li>
+</ul>
+<a name="getSubregionCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSubregionCount</h4>
+<pre>int&nbsp;getSubregionCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the number of subregions currently in this region.</div>
+</li>
+</ul>
+<a name="getLastModifiedTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLastModifiedTime</h4>
+<pre>long&nbsp;getLastModifiedTime()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the LastModifiedTime obtained from this region's statistics.</div>
+</li>
+</ul>
+<a name="getLastAccessedTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLastAccessedTime</h4>
+<pre>long&nbsp;getLastAccessedTime()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the LastAccessedTime obtained from this region's statistics.</div>
+</li>
+</ul>
+<a name="getHitCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHitCount</h4>
+<pre>long&nbsp;getHitCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the HitCount obtained from this region's statistics.</div>
+</li>
+</ul>
+<a name="getMissCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMissCount</h4>
+<pre>long&nbsp;getMissCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the MissCount obtained from this region's statistics.</div>
+</li>
+</ul>
+<a name="getHitRatio--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHitRatio</h4>
+<pre>float&nbsp;getHitRatio()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the HitRatio obtained from this region's statistics.</div>
+</li>
+</ul>
+<a name="getEarlyAck--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEarlyAck</h4>
+<pre>boolean&nbsp;getEarlyAck()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not acks are sent after an update is processed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>False if acks are sent after updates are processed;
+         true if acks are sent before updates are processed.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.1</dd>
+</dl>
+</li>
+</ul>
+<a name="refresh--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>refresh</h4>
+<pre>void&nbsp;refresh()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the state of this region instance. Note that once a cache
+ instance is closed refresh will never change the state of its regions.</div>
+</li>
+</ul>
+<a name="createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createSubregion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a>&nbsp;createSubregion(java.lang.String&nbsp;name,
+                                   <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&nbsp;attrs)
+                            throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a subregion of this region.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The name of the region to create</dd>
+<dd><code>attrs</code> - The attributes of the root region</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If the region cannot be created</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getMembershipAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMembershipAttributes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache">MembershipAttributes</a>&nbsp;getMembershipAttributes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>MembershipAttributes</code> that configure required
+ roles for reliable access to the region.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getSubscriptionAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSubscriptionAttributes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache">SubscriptionAttributes</a>&nbsp;getSubscriptionAttributes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>SubscriptionAttributes</code> for the region.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getPartitionAttributes--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getPartitionAttributes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache">PartitionAttributes</a>&nbsp;getPartitionAttributes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>PartitionAttributes</code> for the region.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberRegion.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberRegion.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegionEvent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegionEvent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegionEvent.html
new file mode 100644
index 0000000..f7e72a0
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegionEvent.html
@@ -0,0 +1,253 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberRegionEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberRegionEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberRegionEvent.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberRegionEvent" class="title">Interface SystemMemberRegionEvent</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMemberRegionEvent</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a></pre>
+<div class="block">An event that describes an operation on a region.
+ Instances of this are delivered to a <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMemberCacheListener</code></a> when a
+ a region comes or goes.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.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><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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html#getRegionPath--">getRegionPath</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the full path of the region the event was done on.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.SystemMemberCacheEvent">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html#getOperation--">getOperation</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.SystemMembershipEvent">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html#getDistributedMember--">getDistributedMember</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html#getMemberId--">getMemberId</a></code></li>
+</ul>
+</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="getRegionPath--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getRegionPath</h4>
+<pre>java.lang.String&nbsp;getRegionPath()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the full path of the region the event was done on.</div>
+</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="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberRegionEvent.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberType.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberType.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberType.html
new file mode 100644
index 0000000..ab96058
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberType.html
@@ -0,0 +1,536 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberType (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberType (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":41,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberType.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberType.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">com.gemstone.gemfire.admin</div>
+<h2 title="Class SystemMemberType" class="title">Class SystemMemberType</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.SystemMemberType</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">SystemMemberType</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Type-safe definition for system members.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.SystemMemberType">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#APPLICATION">APPLICATION</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Application connected to the distributed system</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#CACHE_SERVER">CACHE_SERVER</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#CACHE_VM"><code>CACHE_VM</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#CACHE_VM">CACHE_VM</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">GemFire Cache VM connected to the distributed system</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#MANAGER">MANAGER</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">GemFire shared-memory manager connected to the distributed system</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#ordinal">ordinal</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">int used as ordinal to represent this Scope</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;other)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicates whether some other object is "equal to" this one.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#fromOrdinal-int-">fromOrdinal</a></span>(int&nbsp;ordinal)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return the SystemMemberType represented by specified ordinal</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#hashCode--">hashCode</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a hash code for the object.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#isApplication--">isApplication</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return whether this is <code>APPLICATION</code>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#isCacheServer--">isCacheServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#isCacheVm--"><code>isCacheVm()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#isCacheVm--">isCacheVm</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return whether this is <code>CACHE_VM</code>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#isManager--">isManager</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return whether this is <code>MANAGER</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#toString--">toString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representation for this system member type.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="MANAGER">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MANAGER</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a> MANAGER</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">GemFire shared-memory manager connected to the distributed system</div>
+</li>
+</ul>
+<a name="APPLICATION">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>APPLICATION</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a> APPLICATION</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Application connected to the distributed system</div>
+</li>
+</ul>
+<a name="CACHE_VM">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CACHE_VM</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a> CACHE_VM</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">GemFire Cache VM connected to the distributed system</div>
+</li>
+</ul>
+<a name="CACHE_SERVER">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CACHE_SERVER</h4>
+<pre>@Deprecated
+public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a> CACHE_SERVER</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#CACHE_VM"><code>CACHE_VM</code></a> instead.</span></div>
+<div class="block">GemFire Cache Server connected to the distributed system</div>
+</li>
+</ul>
+<a name="ordinal">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ordinal</h4>
+<pre>public final&nbsp;int ordinal</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">int used as ordinal to represent this Scope</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="fromOrdinal-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromOrdinal</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a>&nbsp;fromOrdinal(int&nbsp;ordinal)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return the SystemMemberType represented by specified ordinal</div>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="isManager--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isManager</h4>
+<pre>public&nbsp;boolean&nbsp;isManager()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return whether this is <code>MANAGER</code>.</div>
+</li>
+</ul>
+<a name="isApplication--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isApplication</h4>
+<pre>public&nbsp;boolean&nbsp;isApplication()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return whether this is <code>APPLICATION</code>.</div>
+</li>
+</ul>
+<a name="isCacheServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCacheServer</h4>
+<pre>@Deprecated
+public&nbsp;boolean&nbsp;isCacheServer()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html#isCacheVm--"><code>isCacheVm()</code></a> instead.</span></div>
+<div class="block">Return whether this is <code>CACHE_SERVER</code>.</div>
+</li>
+</ul>
+<a name="isCacheVm--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCacheVm</h4>
+<pre>public&nbsp;boolean&nbsp;isCacheVm()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return whether this is <code>CACHE_VM</code>.</div>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representation for this system member type.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of this system member type</dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;other)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicates whether some other object is "equal to" this one.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>other</code> - the reference object with which to compare.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this object is the same as the obj argument;
+         false otherwise.</dd>
+</dl>
+</li>
+</ul>
+<a name="hashCode--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a hash code for the object. This method is supported for the
+ benefit of hashtables such as those provided by java.util.Hashtable.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the integer 0 if description is null; otherwise a unique integer.</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="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberType.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberType.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>



[17/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Cache.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Cache.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Cache.html
new file mode 100644
index 0000000..868a6ee
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Cache.html
@@ -0,0 +1,1234 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>Cache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Cache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":38,"i2":6,"i3":6,"i4":6,"i5":38,"i6":6,"i7":6,"i8":6,"i9":6,"i10":38,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":38,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":38,"i28":6,"i29":6,"i30":6,"i31":38,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6};
+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="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/Cache.html" target="_top">Frames</a></li>
+<li><a href="Cache.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface Cache" class="title">Interface Cache</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.AutoCloseable, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache">GemFireCache</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache">RegionService</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">Cache</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache">GemFireCache</a></pre>
+<div class="block">Caches are obtained from the <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>CacheFactory.create()</code></a> method.
+ See <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache"><code>CacheFactory</code></a> for common usage patterns for creating the cache instance.
+ <p>
+ When a cache is created a <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a> is also created.
+ This system tells the cache where to find other caches on the network
+ and how to communicate with them.
+ The system can also specify a
+ <a href="../distribution/DistributedSystem.html#cache-xml-file">"cache-xml-file"</a>
+ property which will cause this cache to be initialized with the contents
+ of that file. The contents must comply with the
+ <code>"doc-files/cache8_0.dtd"</code> file
+ and the top level element must be a <code>cache</code> element.
+ <p>
+ When a cache will no longer be used it should be <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--"><code>closed</code></a>.
+ Once it <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#isClosed--"><code>is closed</code></a> any attempt to use it or any <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a>
+ obtained from it will cause a <a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><code>CacheClosedException</code></a> to be thrown.
+
+ <p>A cache can have multiple root regions, each with a different name.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.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><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><a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server">CacheServer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#addCacheServer--">addCacheServer</a></span>()</code>
+<div class="block">Creates a new cache server, with the default configuration,
+ that will allow clients to access this cache.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#close-boolean-">close</a></span>(boolean&nbsp;keepalive)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html#close-boolean-"><code>ClientCache.close(boolean)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventQueueFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createAsyncEventQueueFactory--">createAsyncEventQueueFactory</a></span>()</code>
+<div class="block">Creates <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueueFactory</code></a> for creating a
+ AsyncEventQueue</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiverFactory.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayReceiverFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createGatewayReceiverFactory--">createGatewayReceiverFactory</a></span>()</code>
+<div class="block">Creates <a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiverFactory.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewayReceiverFactory</code></a> for creating a GatewayReceiver</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySenderFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createGatewaySenderFactory--">createGatewaySenderFactory</a></span>()</code>
+<div class="block">Creates <a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewaySenderFactory</code></a> for creating a
+ SerialGatewaySender</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">createRegion</a></span>(java.lang.String&nbsp;name,
+            <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;aRegionAttributes)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegionFactory(RegionAttributes)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory--">createRegionFactory</a></span>()</code>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> which can be used to specify additional
+ attributes for <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> creation.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionAttributes-">createRegionFactory</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;regionAttributes)</code>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> for creating a <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> from
+ the given regionAttributes</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionShortcut-">createRegionFactory</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache">RegionShortcut</a>&nbsp;atts)</code>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> for the most commonly used <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> types
+ defined by <a href="../../../../com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache"><code>RegionShortcut</code></a></div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-java.lang.String-">createRegionFactory</a></span>(java.lang.String&nbsp;regionAttributesId)</code>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> for creating a <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> from
+ <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a> mapped to this regionAttributesId</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createVMRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">createVMRegion</a></span>(java.lang.String&nbsp;name,
+              <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;aRegionAttributes)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;K, V&gt;)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getAdminMembers--">getAdminMembers</a></span>()</code>
+<div class="block">Returns a set of the administrative members in the distributed system.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventQueue</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getAsyncEventQueue-java.lang.String-">getAsyncEventQueue</a></span>(java.lang.String&nbsp;id)</code>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueue</code></a> with the given id added to this Cache.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventQueue</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getAsyncEventQueues--">getAsyncEventQueues</a></span>()</code>
+<div class="block">Returns all <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueue</code></a>s for this Cache</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server">CacheServer</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getCacheServers--">getCacheServers</a></span>()</code>
+<div class="block">Returns a collection of all of the <code>CacheServer</code>s
+ that can serve the contents of this <code>Cache</code> to clients.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/util/GatewayConflictResolver.html" title="interface in com.gemstone.gemfire.cache.util">GatewayConflictResolver</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getGatewayConflictResolver--">getGatewayConflictResolver</a></span>()</code>
+<div class="block">Returns the current gateway event conflict resolver</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiver.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayReceiver</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getGatewayReceivers--">getGatewayReceivers</a></span>()</code>
+<div class="block">Returns all <a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiver.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewayReceiver</code></a>s for this Cache</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySender</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getGatewaySender-java.lang.String-">getGatewaySender</a></span>(java.lang.String&nbsp;id)</code>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewaySender</code></a> with the given id added to this Cache.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySender</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getGatewaySenders--">getGatewaySenders</a></span>()</code>
+<div class="block">Returns all <a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewaySender</code></a>s for this Cache.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getLockLease--">getLockLease</a></span>()</code>
+<div class="block">Gets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getLockTimeout--">getLockTimeout</a></span>()</code>
+<div class="block">Gets the number of seconds a cache operation will wait to obtain
+ a distributed lock lease.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getLoggerI18n--">getLoggerI18n</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use getLogger().convertToLogWriterI18n() instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getMembers--">getMembers</a></span>()</code>
+<div class="block">Returns a set of the other non-administrative members in the distributed system.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getMembers-com.gemstone.gemfire.cache.Region-">getMembers</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;r)</code>
+<div class="block">Returns a set of the members in the distributed system that have the
+ given region.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getMessageSyncInterval--">getMessageSyncInterval</a></span>()</code>
+<div class="block">Gets the frequency (in seconds) at which a message will be sent by the
+ primary cache-server to all the secondary cache-server nodes to remove the
+ events which have already been dispatched from the queue.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getReconnectedCache--">getReconnectedCache</a></span>()</code>
+<div class="block">Returns the new Cache if there was an auto-reconnect and the cache was
+ recreated.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getSearchTimeout--">getSearchTimeout</a></span>()</code>
+<div class="block">Gets the number of seconds a cache
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>get</code></a> operation
+ can spend searching for a value before it times out.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getSecurityLoggerI18n--">getSecurityLoggerI18n</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use getSecurityLogger().convertToLogWriterI18n() instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/snapshot/CacheSnapshotService.html" title="interface in com.gemstone.gemfire.cache.snapshot">CacheSnapshotService</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getSnapshotService--">getSnapshotService</a></span>()</code>
+<div class="block">Obtains the snapshot service to allow the cache data to be imported
+ or exported.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#isReconnecting--">isReconnecting</a></span>()</code>
+<div class="block">Test to see whether the Cache is in the process of reconnecting
+ and recreating a new cache after it has been removed from the system
+ by other members or has shut down due to missing Roles and is reconnecting.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#isServer--">isServer</a></span>()</code>
+<div class="block">Returns whether or not this cache resides in a "cache server" VM.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#readyForEvents--">readyForEvents</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html#readyForEvents--"><code>ClientCache.readyForEvents()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setGatewayConflictResolver-com.gemstone.gemfire.cache.util.GatewayConflictResolver-">setGatewayConflictResolver</a></span>(<a href="../../../../com/gemstone/gemfire/cache/util/GatewayConflictResolver.html" title="interface in com.gemstone.gemfire.cache.util">GatewayConflictResolver</a>&nbsp;resolver)</code>
+<div class="block">Adds a gateway event conflict resolution resolver.</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setIsServer-boolean-">setIsServer</a></span>(boolean&nbsp;isServer)</code>
+<div class="block">Sets whether or not this <code>Cache</code> resides in a
+ long-running "cache server" VM.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setLockLease-int-">setLockLease</a></span>(int&nbsp;seconds)</code>
+<div class="block">Sets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setLockTimeout-int-">setLockTimeout</a></span>(int&nbsp;seconds)</code>
+<div class="block">Sets the number of seconds a cache operation may wait to obtain a
+ distributed lock lease before timing out.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setMessageSyncInterval-int-">setMessageSyncInterval</a></span>(int&nbsp;seconds)</code>
+<div class="block">Sets the frequency (in seconds) at which a message will be sent by the
+ primary cache-server node to all the secondary cache-server nodes to remove
+ the events which have already been dispatched from the queue.</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setSearchTimeout-int-">setSearchTimeout</a></span>(int&nbsp;seconds)</code>
+<div class="block">Sets the number of seconds a cache get operation can spend searching
+ for a value.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#stopReconnecting--">stopReconnecting</a></span>()</code>
+<div class="block">Force the Cache to stop reconnecting.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Cache.html#waitUntilReconnected-long-java.util.concurrent.TimeUnit-">waitUntilReconnected</a></span>(long&nbsp;time,
+                    java.util.concurrent.TimeUnit&nbsp;units)</code>
+<div class="block">Wait for the Cache to finish reconnecting to the distributed system
+ and recreate a new Cache.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.GemFireCache">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache">GemFireCache</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#createDiskStoreFactory--">createDiskStoreFactory</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#findDiskStore-java.lang.String-">findDiskStore</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getCacheTransactionManager--">getCacheTransactionManager</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getCopyOnRead--">getCopyOnRead</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getDistributedSystem--">getDistributedSystem</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getInitializer--">getInitializer</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getInitializerProps--">getInitializerProps</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getJNDIContext--">getJNDIContext</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getLogger--">getLog
 ger</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getName--">getName</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxDiskStore--">getPdxDiskStore</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxIgnoreUnreadFields--">getPdxIgnoreUnreadFields</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxPersistent--">getPdxPersistent</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxReadSerialized--">getPdxReadSerialized</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getPdxSerializer--">getPdxSerializer</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getRegionAttributes-java.lang.String-">getRegionAttributes</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getResourceManager--">getResourceManager</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getSecurityLogger--">getSecu
 rityLogger</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#listRegionAttributes--">listRegionAttributes</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#loadCacheXml-java.io.InputStream-">loadCacheXml</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#setCopyOnRead-boolean-">setCopyOnRead</a>, <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#setRegionAttributes-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">setRegionAttributes</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.RegionService">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache">RegionService</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--">close</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#createPdxEnum-java.lang.String-java.lang.String-int-">createPdxEnum</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#createPdxInstanceFactory-java.lang.String-">createPdxInstanceFactory</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#getCancelCriterion--">getCancelCriterion</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#getQueryService--">getQueryService</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#getRegion-java.lang.String-">getRegion</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#isClosed--">isClosed</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#rootRegions--">rootRegions</a></code></li>
+</ul>
+</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="close-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>close</h4>
+<pre>@Deprecated
+void&nbsp;close(boolean&nbsp;keepalive)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html#close-boolean-"><code>ClientCache.close(boolean)</code></a> instead.</span></div>
+<div class="block">Terminates this object cache and releases all the resources.
+ Calls <a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a> on each region in the cache.
+ After this cache is closed, any further
+ method call on this cache or any region object will throw
+ <a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><code>CacheClosedException</code></a>, unless otherwise noted.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>keepalive</code> - whether the server should keep the durable client's queues alive for the timeout period</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if the cache is already closed.</dd>
+</dl>
+</li>
+</ul>
+<a name="createVMRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createVMRegion</h4>
+<pre>@Deprecated
+&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;K,V&gt;&nbsp;createVMRegion(java.lang.String&nbsp;name,
+                                             <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;aRegionAttributes)
+                                      throws <a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a>,
+                                             <a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;K, V&gt;)</code></a> instead.</span></div>
+<div class="block">Creates a VM region using the specified
+ RegionAttributes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the region to create</dd>
+<dd><code>aRegionAttributes</code> - the attributes of the root region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the region object</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></code> - if a region is already in
+ this cache</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/distributed/LeaseExpiredException.html" title="class in com.gemstone.gemfire.distributed">LeaseExpiredException</a></code> - if lease expired on distributed lock for Scope.GLOBAL</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></code> - if timed out getting distributed lock for Scope.GLOBAL</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if the cache is closed</dd>
+<dd><code>java.lang.IllegalStateException</code> - If the supplied RegionAttributes violate the
+         <a href="AttributesFactory.html#creationConstraints">region creation constraints</a>
+         with a region of the same name in another cache in the distributed system</dd>
+</dl>
+</li>
+</ul>
+<a name="createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createRegion</h4>
+<pre>@Deprecated
+&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;K,V&gt;&nbsp;createRegion(java.lang.String&nbsp;name,
+                                           <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;aRegionAttributes)
+                                    throws <a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a>,
+                                           <a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegionFactory(RegionAttributes)</code></a> instead</span></div>
+<div class="block">Creates a region using the specified RegionAttributes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the region to create</dd>
+<dd><code>aRegionAttributes</code> - the attributes of the root region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the region object</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></code> - if a region is already in this cache</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/distributed/LeaseExpiredException.html" title="class in com.gemstone.gemfire.distributed">LeaseExpiredException</a></code> - if lease expired on distributed lock for Scope.GLOBAL</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></code> - if timed out getting distributed lock for Scope.GLOBAL</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if the cache is closed</dd>
+<dd><code>java.lang.IllegalStateException</code> - If the supplied RegionAttributes violate the
+         <a href="AttributesFactory.html#creationConstraints">region creation constraints</a>
+         with a region of the same name in another cache in the distributed system</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="createRegionFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createRegionFactory</h4>
+<pre>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;&nbsp;createRegionFactory()</pre>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> which can be used to specify additional
+ attributes for <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> creation.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionShortcut-"><code>createRegionFactory(RegionShortcut)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createRegionFactory-com.gemstone.gemfire.cache.RegionShortcut-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createRegionFactory</h4>
+<pre>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;&nbsp;createRegionFactory(<a href="../../../../com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache">RegionShortcut</a>&nbsp;atts)</pre>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> for the most commonly used <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> types
+ defined by <a href="../../../../com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache"><code>RegionShortcut</code></a></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="createRegionFactory-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createRegionFactory</h4>
+<pre>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;&nbsp;createRegionFactory(java.lang.String&nbsp;regionAttributesId)</pre>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> for creating a <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> from
+ <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a> mapped to this regionAttributesId</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionAttributesId</code> - the Id of RegionAttributes to be used</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#setRegionAttributes-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>GemFireCache.setRegionAttributes(String, RegionAttributes)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createRegionFactory-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createRegionFactory</h4>
+<pre>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache">RegionFactory</a>&lt;K,V&gt;&nbsp;createRegionFactory(<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;K,V&gt;&nbsp;regionAttributes)</pre>
+<div class="block">Creates a <a href="../../../../com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>RegionFactory</code></a> for creating a <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> from
+ the given regionAttributes</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionAttributes</code> - regionAttributes for the new region</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionShortcut-"><code>createRegionFactory(RegionShortcut)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getLoggerI18n--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLoggerI18n</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a>&nbsp;getLoggerI18n()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use getLogger().convertToLogWriterI18n() instead</span></div>
+<div class="block">Internal GemStone method for accessing the internationalized 
+ logging object for GemFire, use <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getLogger--"><code>GemFireCache.getLogger()</code></a> instead.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the logging object</dd>
+</dl>
+</li>
+</ul>
+<a name="getSecurityLoggerI18n--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSecurityLoggerI18n</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a>&nbsp;getSecurityLoggerI18n()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use getSecurityLogger().convertToLogWriterI18n() instead</span></div>
+<div class="block">Internal GemStone method for accessing the internationalized 
+ logging object for GemFire, use <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#getSecurityLogger--"><code>GemFireCache.getSecurityLogger()</code></a> instead.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the security logging object</dd>
+</dl>
+</li>
+</ul>
+<a name="getLockTimeout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLockTimeout</h4>
+<pre>int&nbsp;getLockTimeout()</pre>
+<div class="block">Gets the number of seconds a cache operation will wait to obtain
+ a distributed lock lease.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+</li>
+</ul>
+<a name="setLockTimeout-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLockTimeout</h4>
+<pre>void&nbsp;setLockTimeout(int&nbsp;seconds)</pre>
+<div class="block">Sets the number of seconds a cache operation may wait to obtain a
+ distributed lock lease before timing out.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>seconds</code> is less than zero</dd>
+</dl>
+</li>
+</ul>
+<a name="getMessageSyncInterval--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMessageSyncInterval</h4>
+<pre>int&nbsp;getMessageSyncInterval()</pre>
+<div class="block">Gets the frequency (in seconds) at which a message will be sent by the
+ primary cache-server to all the secondary cache-server nodes to remove the
+ events which have already been dispatched from the queue.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The time interval in seconds</dd>
+</dl>
+</li>
+</ul>
+<a name="setMessageSyncInterval-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMessageSyncInterval</h4>
+<pre>void&nbsp;setMessageSyncInterval(int&nbsp;seconds)</pre>
+<div class="block">Sets the frequency (in seconds) at which a message will be sent by the
+ primary cache-server node to all the secondary cache-server nodes to remove
+ the events which have already been dispatched from the queue.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>seconds</code> - -
+          the time interval in seconds</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>seconds</code> is less than zero</dd>
+</dl>
+</li>
+</ul>
+<a name="getLockLease--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLockLease</h4>
+<pre>int&nbsp;getLockLease()</pre>
+<div class="block">Gets the length, in seconds, of distributed lock leases obtained
+ by this cache.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+</li>
+</ul>
+<a name="setLockLease-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLockLease</h4>
+<pre>void&nbsp;setLockLease(int&nbsp;seconds)</pre>
+<div class="block">Sets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>seconds</code> is less than zero.</dd>
+</dl>
+</li>
+</ul>
+<a name="getSearchTimeout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSearchTimeout</h4>
+<pre>int&nbsp;getSearchTimeout()</pre>
+<div class="block">Gets the number of seconds a cache
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>get</code></a> operation
+ can spend searching for a value before it times out.
+ The search includes any time spent loading the object.
+ When the search times out it causes the get to fail by throwing
+ an exception.
+ This method does not throw
+ <code>CacheClosedException</code> if the cache is closed.</div>
+</li>
+</ul>
+<a name="setSearchTimeout-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSearchTimeout</h4>
+<pre>void&nbsp;setSearchTimeout(int&nbsp;seconds)</pre>
+<div class="block">Sets the number of seconds a cache get operation can spend searching
+ for a value.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>seconds</code> is less than zero</dd>
+</dl>
+</li>
+</ul>
+<a name="addCacheServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheServer</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server">CacheServer</a>&nbsp;addCacheServer()</pre>
+<div class="block">Creates a new cache server, with the default configuration,
+ that will allow clients to access this cache.
+ <p>For the default configuration see the constants in
+ <a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server"><code>CacheServer</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server"><code>CacheServer</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getCacheServers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheServers</h4>
+<pre>java.util.List&lt;<a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server">CacheServer</a>&gt;&nbsp;getCacheServers()</pre>
+<div class="block">Returns a collection of all of the <code>CacheServer</code>s
+ that can serve the contents of this <code>Cache</code> to clients.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#addCacheServer--"><code>addCacheServer()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setGatewayConflictResolver-com.gemstone.gemfire.cache.util.GatewayConflictResolver-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setGatewayConflictResolver</h4>
+<pre>void&nbsp;setGatewayConflictResolver(<a href="../../../../com/gemstone/gemfire/cache/util/GatewayConflictResolver.html" title="interface in com.gemstone.gemfire.cache.util">GatewayConflictResolver</a>&nbsp;resolver)</pre>
+<div class="block">Adds a gateway event conflict resolution resolver.  This is invoked
+ if an event is processed that comes from a different distributed system
+ than the last event to modify the affected entry.  It may alter
+ the event or disallow the event.  If it does neither the event is applied
+ to the cache if its timestamp is newer than what is in the cache or if
+ it is the same and the event's distributed system ID is larger than that
+ of the last event to modify the affected entry.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>resolver</code> - </dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getGatewayConflictResolver--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGatewayConflictResolver</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/util/GatewayConflictResolver.html" title="interface in com.gemstone.gemfire.cache.util">GatewayConflictResolver</a>&nbsp;getGatewayConflictResolver()</pre>
+<div class="block">Returns the current gateway event conflict resolver</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setIsServer-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsServer</h4>
+<pre>void&nbsp;setIsServer(boolean&nbsp;isServer)</pre>
+<div class="block">Sets whether or not this <code>Cache</code> resides in a
+ long-running "cache server" VM.  A cache server may be an
+ application VM or may be a stand-along VM launched using <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheServer--">administration API</a> or the <code>cacheserver</code> command line
+ utility.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="isServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isServer</h4>
+<pre>boolean&nbsp;isServer()</pre>
+<div class="block">Returns whether or not this cache resides in a "cache server" VM.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setIsServer-boolean-"><code>setIsServer(boolean)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readyForEvents--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readyForEvents</h4>
+<pre>@Deprecated
+void&nbsp;readyForEvents()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html#readyForEvents--"><code>ClientCache.readyForEvents()</code></a> instead.</span></div>
+<div class="block">Notifies the server that this client is ready to receive updates.
+ This method is used by durable clients to notify servers that they
+ are ready to receive updates. As soon as the server receives this message, 
+ it will forward updates to this client (if necessary).
+ <p>
+ Durable clients must call this method after they are done creating regions.
+ If it is called before the client creates the regions then updates will be lost.
+ Any time a new <a href="../../../../com/gemstone/gemfire/cache/client/Pool.html" title="interface in com.gemstone.gemfire.cache.client"><code>Pool</code></a> is created and regions have been added to it then
+ this method needs to be called again.
+ <p></div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if called by a non-durable client</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.5</dd>
+</dl>
+</li>
+</ul>
+<a name="createGatewaySenderFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createGatewaySenderFactory</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySenderFactory</a>&nbsp;createGatewaySenderFactory()</pre>
+<div class="block">Creates <a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewaySenderFactory</code></a> for creating a
+ SerialGatewaySender</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#createGatewaySenderFactory--">createGatewaySenderFactory</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache">GemFireCache</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>SerialGatewaySenderFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="createAsyncEventQueueFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createAsyncEventQueueFactory</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventQueueFactory</a>&nbsp;createAsyncEventQueueFactory()</pre>
+<div class="block">Creates <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueueFactory</code></a> for creating a
+ AsyncEventQueue</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>AsyncEventQueueFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="createGatewayReceiverFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createGatewayReceiverFactory</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiverFactory.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayReceiverFactory</a>&nbsp;createGatewayReceiverFactory()</pre>
+<div class="block">Creates <a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiverFactory.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewayReceiverFactory</code></a> for creating a GatewayReceiver</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>GatewayReceiverFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getGatewaySenders--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGatewaySenders</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySender</a>&gt;&nbsp;getGatewaySenders()</pre>
+<div class="block">Returns all <a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewaySender</code></a>s for this Cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Set of GatewaySenders</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getGatewaySender-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGatewaySender</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan">GatewaySender</a>&nbsp;getGatewaySender(java.lang.String&nbsp;id)</pre>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewaySender</code></a> with the given id added to this Cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>GatewaySender with id</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getGatewayReceivers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGatewayReceivers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiver.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayReceiver</a>&gt;&nbsp;getGatewayReceivers()</pre>
+<div class="block">Returns all <a href="../../../../com/gemstone/gemfire/cache/wan/GatewayReceiver.html" title="interface in com.gemstone.gemfire.cache.wan"><code>GatewayReceiver</code></a>s for this Cache</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Set of GatewaySenders</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getAsyncEventQueues--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAsyncEventQueues</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventQueue</a>&gt;&nbsp;getAsyncEventQueues()</pre>
+<div class="block">Returns all <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueue</code></a>s for this Cache</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Set of AsyncEventQueue</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getAsyncEventQueue-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAsyncEventQueue</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventQueue</a>&nbsp;getAsyncEventQueue(java.lang.String&nbsp;id)</pre>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueue</code></a> with the given id added to this Cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>AsyncEventQueue with id</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>7.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getMembers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMembers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;&nbsp;getMembers()</pre>
+<div class="block">Returns a set of the other non-administrative members in the distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+</dl>
+</li>
+</ul>
+<a name="getAdminMembers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAdminMembers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;&nbsp;getAdminMembers()</pre>
+<div class="block">Returns a set of the administrative members in the distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+</dl>
+</li>
+</ul>
+<a name="getMembers-com.gemstone.gemfire.cache.Region-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMembers</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&gt;&nbsp;getMembers(<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;r)</pre>
+<div class="block">Returns a set of the members in the distributed system that have the
+ given region.  For regions with local scope an empty set is returned.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>r</code> - a Region in the cache</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+</dl>
+</li>
+</ul>
+<a name="getSnapshotService--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSnapshotService</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/snapshot/CacheSnapshotService.html" title="interface in com.gemstone.gemfire.cache.snapshot">CacheSnapshotService</a>&nbsp;getSnapshotService()</pre>
+<div class="block">Obtains the snapshot service to allow the cache data to be imported
+ or exported.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the snapshot service</dd>
+</dl>
+</li>
+</ul>
+<a name="isReconnecting--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isReconnecting</h4>
+<pre>boolean&nbsp;isReconnecting()</pre>
+<div class="block">Test to see whether the Cache is in the process of reconnecting
+ and recreating a new cache after it has been removed from the system
+ by other members or has shut down due to missing Roles and is reconnecting.<p>
+ This will also return true if the Cache has finished reconnecting.
+ When reconnect has completed you can use <a href="../../../../com/gemstone/gemfire/cache/Cache.html#getReconnectedCache--"><code>getReconnectedCache()</code></a> to
+ retrieve the new cache instance.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the Cache is attempting to reconnect or has finished reconnecting</dd>
+</dl>
+</li>
+</ul>
+<a name="waitUntilReconnected-long-java.util.concurrent.TimeUnit-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>waitUntilReconnected</h4>
+<pre>boolean&nbsp;waitUntilReconnected(long&nbsp;time,
+                             java.util.concurrent.TimeUnit&nbsp;units)
+                      throws java.lang.InterruptedException</pre>
+<div class="block">Wait for the Cache to finish reconnecting to the distributed system
+ and recreate a new Cache.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>time</code> - amount of time to wait, or -1 to wait forever</dd>
+<dd><code>units</code> - </dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the cache was reconnected</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.InterruptedException</code> - if the thread is interrupted while waiting</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getReconnectedCache--"><code>getReconnectedCache()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="stopReconnecting--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>stopReconnecting</h4>
+<pre>void&nbsp;stopReconnecting()</pre>
+<div class="block">Force the Cache to stop reconnecting.  If the Cache
+ is currently connected this will disconnect and close it.</div>
+</li>
+</ul>
+<a name="getReconnectedCache--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getReconnectedCache</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;getReconnectedCache()</pre>
+<div class="block">Returns the new Cache if there was an auto-reconnect and the cache was
+ recreated.</div>
+</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="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/Cache.html" target="_top">Frames</a></li>
+<li><a href="Cache.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>


[48/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelCriterion.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelCriterion.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelCriterion.html
new file mode 100644
index 0000000..8fa6929
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelCriterion.html
@@ -0,0 +1,383 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CancelCriterion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CancelCriterion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":10,"i2":10,"i3":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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>Prev&nbsp;Class</li>
+<li><a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CancelCriterion.html" target="_top">Frames</a></li>
+<li><a href="CancelCriterion.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class CancelCriterion" class="title">Class CancelCriterion</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.CancelCriterion</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">CancelCriterion</span>
+extends java.lang.Object</pre>
+<div class="block">Abstract cancellation proxy for cancelling an operation, esp. a thread.
+ 
+ Creators of services or threads should implement a subclass of CancelCriterion,
+ and implement the two methods - cancelInProgress, and generateCancelledException(e).
+ 
+ Code inside the service can check to see if the service is cancelled by calling
+ <a href="../../../com/gemstone/gemfire/CancelCriterion.html#checkCancelInProgress-java.lang.Throwable-"><code>checkCancelInProgress(Throwable)</code></a>. Generally the pattern is to check
+ before performing an operation, check if the service is canceled before propgrating 
+ an exception futher up the stack, and check for cancelation inside a long loop.
+ Eg.
+ 
+ <code>
+ while(true) {
+   c.checkCancelInProgress(null);
+   try {
+      dispatchEvents();
+   } catch(IOException e) {
+     c.checkCancelInProgress(e);
+     throw e;
+   }
+ }
+ </code></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire"><code>CancelException</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelCriterion.html#CancelCriterion--">CancelCriterion</a></span>()</code>&nbsp;</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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>abstract java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelCriterion.html#cancelInProgress--">cancelInProgress</a></span>()</code>
+<div class="block">Indicate if the service is in the progress of being cancelled.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelCriterion.html#checkCancelInProgress-java.lang.Throwable-">checkCancelInProgress</a></span>(java.lang.Throwable&nbsp;e)</code>
+<div class="block">See if the current operation is being cancelled.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelCriterion.html#checkFailure--">checkFailure</a></span>()</code>
+<div class="block">Use this utility  function in your implementation of cancelInProgress()
+ and cancelled() to indicate a system failure</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>abstract java.lang.RuntimeException</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelCriterion.html#generateCancelledException-java.lang.Throwable-">generateCancelledException</a></span>(java.lang.Throwable&nbsp;e)</code>
+<div class="block">Template factory method for generating the exception to be thrown by
+ <a href="../../../com/gemstone/gemfire/CancelCriterion.html#checkCancelInProgress-java.lang.Throwable-"><code>checkCancelInProgress(Throwable)</code></a>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CancelCriterion--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CancelCriterion</h4>
+<pre>public&nbsp;CancelCriterion()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="cancelInProgress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>cancelInProgress</h4>
+<pre>public abstract&nbsp;java.lang.String&nbsp;cancelInProgress()</pre>
+<div class="block">Indicate if the service is in the progress of being cancelled.  The
+ typical use of this is to indicate, in the case of an <code>InterruptedException</code>,
+ that the current operation should be cancelled.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>null if the service is not shutting down, or a message that can be used to
+ construct an exception indicating the service is shut down.</dd>
+</dl>
+</li>
+</ul>
+<a name="checkFailure--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>checkFailure</h4>
+<pre>protected final&nbsp;java.lang.String&nbsp;checkFailure()</pre>
+<div class="block">Use this utility  function in your implementation of cancelInProgress()
+ and cancelled() to indicate a system failure</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>failure string if system failure has occurred</dd>
+</dl>
+</li>
+</ul>
+<a name="checkCancelInProgress-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>checkCancelInProgress</h4>
+<pre>public final&nbsp;void&nbsp;checkCancelInProgress(java.lang.Throwable&nbsp;e)</pre>
+<div class="block">See if the current operation is being cancelled.  If so, it either
+ throws a <code>RuntimeException</code> (usually a <a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire"><code>CancelException</code></a>).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>e</code> - an underlying exception or null if there is no exception 
+ that triggered this check</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/CancelCriterion.html#cancelInProgress--"><code>cancelInProgress()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="generateCancelledException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>generateCancelledException</h4>
+<pre>public abstract&nbsp;java.lang.RuntimeException&nbsp;generateCancelledException(java.lang.Throwable&nbsp;e)</pre>
+<div class="block">Template factory method for generating the exception to be thrown by
+ <a href="../../../com/gemstone/gemfire/CancelCriterion.html#checkCancelInProgress-java.lang.Throwable-"><code>checkCancelInProgress(Throwable)</code></a>. Override this to specify
+ different exception for checkCancelInProgress() to throw.
+ 
+ This method should wrap the exception in a service specific 
+ CancelationException (eg CacheClosedException). 
+ or return null if the service is not being canceled.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>e</code> - an underlying exception, if any</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>RuntimeException to be thrown by checkCancelInProgress(), null if
+         the receiver has not been cancelled.</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>Prev&nbsp;Class</li>
+<li><a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CancelCriterion.html" target="_top">Frames</a></li>
+<li><a href="CancelCriterion.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelException.html
new file mode 100644
index 0000000..377dd1b
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelException.html
@@ -0,0 +1,360 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CancelException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CancelException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/CancelCriterion.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CancelException.html" target="_top">Frames</a></li>
+<li><a href="CancelException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class CancelException" class="title">Class CancelException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.CancelException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a>, <a href="../../../com/gemstone/gemfire/distributed/DistributedSystemDisconnectedException.html" title="class in com.gemstone.gemfire.distributed">DistributedSystemDisconnectedException</a>, <a href="../../../com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire">ForcedDisconnectException</a>, <a href="../../../com/gemstone/gemfire/distributed/FutureCancelledException.html" title="class in com.gemstone.gemfire.distributed">FutureCancelledException</a>, <a href="../../../com/gemstone/gemfire/distributed/GatewayCancelledException.html" title="class in com.gemstone.gemfire.distributed">GatewayCancelledException</a>, <a href="../../../com/gemstone/gemfire/distributed/OplogCancelledException.html" title="class in com.gemstone.gemfire.distributed">OplogCancelledException</a>, <a href="../../../com/gemstone/gemf
 ire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire">OutOfOffHeapMemoryException</a>, <a href="../../../com/gemstone/gemfire/distributed/PoolCancelledException.html" title="class in com.gemstone.gemfire.distributed">PoolCancelledException</a>, <a href="../../../com/gemstone/gemfire/ThreadInterruptedException.html" title="class in com.gemstone.gemfire">ThreadInterruptedException</a>, <a href="../../../com/gemstone/gemfire/distributed/TXManagerCancelledException.html" title="class in com.gemstone.gemfire.distributed">TXManagerCancelledException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">CancelException</span>
+extends <a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre>
+<div class="block">Abstract root class of all GemFire exceptions representing system
+ cancellation</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.CancelException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelException.html#CancelException--">CancelException</a></span>()</code>
+<div class="block">for serialization</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelException.html#CancelException-java.lang.String-">CancelException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Create instance with given message</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelException.html#CancelException-java.lang.String-java.lang.Throwable-">CancelException</a></span>(java.lang.String&nbsp;message,
+               java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Create instance with given message and cause</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CancelException.html#CancelException-java.lang.Throwable-">CancelException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Create instance with empty message and given cause</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CancelException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CancelException</h4>
+<pre>public&nbsp;CancelException()</pre>
+<div class="block">for serialization</div>
+</li>
+</ul>
+<a name="CancelException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CancelException</h4>
+<pre>public&nbsp;CancelException(java.lang.String&nbsp;message)</pre>
+<div class="block">Create instance with given message</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the message</dd>
+</dl>
+</li>
+</ul>
+<a name="CancelException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CancelException</h4>
+<pre>public&nbsp;CancelException(java.lang.String&nbsp;message,
+                       java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Create instance with given message and cause</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the message</dd>
+<dd><code>cause</code> - the cause</dd>
+</dl>
+</li>
+</ul>
+<a name="CancelException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CancelException</h4>
+<pre>public&nbsp;CancelException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Create instance with empty message and given cause</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the cause</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="../../../com/gemstone/gemfire/CancelCriterion.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CancelException.html" target="_top">Frames</a></li>
+<li><a href="CancelException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CanonicalInstantiator.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CanonicalInstantiator.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CanonicalInstantiator.html
new file mode 100644
index 0000000..edc1774
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CanonicalInstantiator.html
@@ -0,0 +1,364 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CanonicalInstantiator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CanonicalInstantiator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CanonicalInstantiator.html" target="_top">Frames</a></li>
+<li><a href="CanonicalInstantiator.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class CanonicalInstantiator" class="title">Class CanonicalInstantiator</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.Instantiator</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.CanonicalInstantiator</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">CanonicalInstantiator</span>
+extends <a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a></pre>
+<div class="block"><code>CanonicalInstantiator</code> is much like its parent
+ <code>Instantiator</code> except that instead of
+ needing to implement <code>newInstance()</code>
+ you now must implement <code>newInstance(DataInput)</code>.
+ The addition of the <code>DataInput</code> parameter allows the instance
+ creator to optionally read data from the data input stream and use it to
+ decide the instance to create. This allows a value that represents a
+ canonical instance to be written by a class's <a href="../../../com/gemstone/gemfire/DataSerializer.html#toData-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.toData(java.lang.Object, java.io.DataOutput)</code></a>
+ and then be read by <code>newInstance(DataInput)</code>
+ and map it back to a canonical instance.
+ <p>
+ Note that <a href="../../../com/gemstone/gemfire/DataSerializer.html#fromData-java.io.DataInput-"><code>DataSerializer.fromData(java.io.DataInput)</code></a> is always called on the instance
+ returned from <code>newInstance(DataInput)</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html#CanonicalInstantiator-java.lang.Class-int-">CanonicalInstantiator</a></span>(java.lang.Class&lt;? extends <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&gt;&nbsp;c,
+                     int&nbsp;classId)</code>
+<div class="block">Creates a new <code>CanonicalInstantiator</code> that instantiates a given
+ class.</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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html#newInstance--">newInstance</a></span>()</code>
+<div class="block">This method is not supported and if called will
+ throw UnsupportedOperationException.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>abstract <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html#newInstance-java.io.DataInput-">newInstance</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Creates a new "empty" instance of a <Code>DataSerializable</code>
+ class whose state will be filled in by invoking its 
+ <a href="../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-"><code>fromData</code></a> method.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.Instantiator">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a></h3>
+<code><a href="../../../com/gemstone/gemfire/Instantiator.html#getContext--">getContext</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#getEventId--">getEventId</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#getId--">getId</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#getInstantiatedClass--">getInstantiatedClass</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-">register</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-boolean-">register</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#setContext-java.lang.Object-">setContext</a>, <a href="../../../com/gemstone/gemfire/Instantiator.html#setEventId-java.lang.Object-">setEventId</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CanonicalInstantiator-java.lang.Class-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CanonicalInstantiator</h4>
+<pre>public&nbsp;CanonicalInstantiator(java.lang.Class&lt;? extends <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&gt;&nbsp;c,
+                             int&nbsp;classId)</pre>
+<div class="block">Creates a new <code>CanonicalInstantiator</code> that instantiates a given
+ class.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>c</code> - The <code>DataSerializable</code> class to register.  This
+        class must have a static initializer that registers this
+        <code>Instantiator</code>.</dd>
+<dd><code>classId</code> - A unique id for class <code>c</code>.  The
+        <code>classId</code> must not be zero.
+        This has been an <code>int</code> since dsPhase1.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If <code>c</code> does not implement
+         <code>DataSerializable</code>, <code>classId</code> is
+         less than or equal to zero.</dd>
+<dd><code>java.lang.NullPointerException</code> - If <code>c</code> is <code>null</code></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="newInstance--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>newInstance</h4>
+<pre>public final&nbsp;<a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&nbsp;newInstance()</pre>
+<div class="block">This method is not supported and if called will
+ throw UnsupportedOperationException.
+ Use <a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html#newInstance-java.io.DataInput-"><code>newInstance(DataInput)</code></a> instead.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../com/gemstone/gemfire/Instantiator.html#newInstance--">newInstance</a></code>&nbsp;in class&nbsp;<code><a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a></code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.UnsupportedOperationException</code> - in all cases</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readObject-java.io.DataInput-"><code>DataSerializer.readObject(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="newInstance-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>newInstance</h4>
+<pre>public abstract&nbsp;<a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&nbsp;newInstance(java.io.DataInput&nbsp;in)
+                                      throws java.io.IOException</pre>
+<div class="block">Creates a new "empty" instance of a <Code>DataSerializable</code>
+ class whose state will be filled in by invoking its 
+ <a href="../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-"><code>fromData</code></a> method.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>in</code> - the data input that can be read to decide what instance to create.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the new "empty" instance.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - if a read from <code>in</code> fails.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</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="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CanonicalInstantiator.html" target="_top">Frames</a></li>
+<li><a href="CanonicalInstantiator.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyException.html
new file mode 100644
index 0000000..f8103dc
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyException.html
@@ -0,0 +1,346 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CopyException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CopyException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/CopyHelper.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CopyException.html" target="_top">Frames</a></li>
+<li><a href="CopyException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class CopyException" class="title">Class CopyException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.CopyException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CopyException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">Indicates a failure to copy an object.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/CopyHelper.html#copy-T-"><code>CopyHelper.copy(T)</code></a>, 
+<a href="../../../serialized-form.html#com.gemstone.gemfire.CopyException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyException.html#CopyException--">CopyException</a></span>()</code>
+<div class="block">Constructs a new <code>CopyException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyException.html#CopyException-java.lang.String-">CopyException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs a new <code>CopyException</code> with a message string.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyException.html#CopyException-java.lang.String-java.lang.Throwable-">CopyException</a></span>(java.lang.String&nbsp;msg,
+             java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a new <code>CopyException</code> with a message string
+ and a cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyException.html#CopyException-java.lang.Throwable-">CopyException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a new <code>CopyException</code> with a cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CopyException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CopyException</h4>
+<pre>public&nbsp;CopyException()</pre>
+<div class="block">Constructs a new <code>CopyException</code>.</div>
+</li>
+</ul>
+<a name="CopyException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CopyException</h4>
+<pre>public&nbsp;CopyException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs a new <code>CopyException</code> with a message string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - a message string</dd>
+</dl>
+</li>
+</ul>
+<a name="CopyException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CopyException</h4>
+<pre>public&nbsp;CopyException(java.lang.String&nbsp;msg,
+                     java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a new <code>CopyException</code> with a message string
+ and a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the message string</dd>
+<dd><code>cause</code> - a causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="CopyException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CopyException</h4>
+<pre>public&nbsp;CopyException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a new <code>CopyException</code> with a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - a causal Throwable</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="../../../com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/CopyHelper.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CopyException.html" target="_top">Frames</a></li>
+<li><a href="CopyException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyHelper.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyHelper.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyHelper.html
new file mode 100644
index 0000000..ef7d856
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CopyHelper.html
@@ -0,0 +1,372 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CopyHelper (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CopyHelper (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9,"i2":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CopyHelper.html" target="_top">Frames</a></li>
+<li><a href="CopyHelper.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">com.gemstone.gemfire</div>
+<h2 title="Class CopyHelper" class="title">Class CopyHelper</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.CopyHelper</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public final class <span class="typeNameLabel">CopyHelper</span>
+extends java.lang.Object</pre>
+<div class="block">A static helper for optimally creating copies.  Creating copies
+ of cache values provides improved concurrency as well as isolation.
+ For transactions, creating a copy is the guaranteed way to enforce
+ "Read Committed" isolation on changes to cache
+ <code>Entries</code>.
+
+ <p>Here is a simple example of how to use <code>CopyHelper.copy</code>
+  <pre>
+    Object o = r.get("stringBuf");
+    StringBuffer s = (StringBuffer) CopyHelper.copy(o);
+    s.append("... and they lived happily ever after.  The End.");
+    r.put("stringBuf", s);
+  </pre></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>Cloneable</code>, 
+<code>Serializable</code>, 
+<a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><code>DataSerializer</code></a>, 
+<a href="../../../com/gemstone/gemfire/cache/GemFireCache.html#setCopyOnRead-boolean-"><code>GemFireCache.setCopyOnRead(boolean)</code></a>, 
+<a href="../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache"><code>CacheTransactionManager</code></a></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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static &lt;T&gt;&nbsp;T</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyHelper.html#copy-T-">copy</a></span>(T&nbsp;o)</code>
+<div class="block">Makes a copy of the specified object.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static &lt;T&gt;&nbsp;T</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyHelper.html#deepCopy-T-">deepCopy</a></span>(T&nbsp;o)</code>
+<div class="block">Makes a deep copy of the specified object o using serialization, so the object
+ has to be serializable by GemFire.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/CopyHelper.html#isWellKnownImmutableInstance-java.lang.Object-">isWellKnownImmutableInstance</a></span>(java.lang.Object&nbsp;o)</code>
+<div class="block">Return true if the given object is an instance of a well known
+ immutable class.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</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="isWellKnownImmutableInstance-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isWellKnownImmutableInstance</h4>
+<pre>public static&nbsp;boolean&nbsp;isWellKnownImmutableInstance(java.lang.Object&nbsp;o)</pre>
+<div class="block">Return true if the given object is an instance of a well known
+ immutable class.
+ The well known classes are:
+ <ul>
+ <li>String
+ <li>Byte
+ <li>Character
+ <li>Short
+ <li>Integer
+ <li>Long
+ <li>Float
+ <li>Double
+ <li>BigInteger
+ <li>BigDecimal
+ <li>UUID
+ <li>PdxInstance but not WritablePdxInstance
+ </ul></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>o</code> - the object to check</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if o is an instance of a well known immutable class.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6.2</dd>
+</dl>
+</li>
+</ul>
+<a name="copy-java.lang.Object-">
+<!--   -->
+</a><a name="copy-T-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>copy</h4>
+<pre>public static&nbsp;&lt;T&gt;&nbsp;T&nbsp;copy(T&nbsp;o)</pre>
+<div class="block"><p>Makes a copy of the specified object. The object returned is not guaranteed
+ to be a deep copy of the original object, as explained below.
+ 
+ <p>Copies can only be made if the original is a <tt>Cloneable</tt> or serializable by 
+ GemFire.
+ If o is a <a href="../../../com/gemstone/gemfire/CopyHelper.html#isWellKnownImmutableInstance-java.lang.Object-"><code>well known immutable instance</code></a>
+ then it will be returned without copying it.
+ 
+ <p>If the argument o is an instance of <code>Cloneable</code>, a copy is
+ made by invoking <tt>clone</tt> on it. Note that not all implementations of <tt>clone</tt> 
+ make deep copies (e.g. <code>HashMap.clone</code>). Otherwise, if the
+ argument is not an instance of <tt>Cloneable</tt>, a copy is made using serialization: if 
+ GemFire serialization is implemented, it is used; otherwise, java serialization is used.
+ 
+ <p> The difference between this method and <a href="../../../com/gemstone/gemfire/CopyHelper.html#deepCopy-T-"><code>deepCopy</code></a>, is that
+ this method uses <tt>clone</tt> if available, whereas <tt>deepCopy</tt> does not. As a
+ result, for <tt>Cloneable</tt> objects copied using this method, how deep a copy the 
+ returned object is depends on its implementation of <tt>clone</tt>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>o</code> - the original object that a copy is needed of</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the new instance that is a copy of of the original</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire">CopyException</a></code> - if copying fails because a class could not
+ be found or could not be serialized.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/CopyHelper.html#deepCopy-T-"><code>deepCopy(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="deepCopy-java.lang.Object-">
+<!--   -->
+</a><a name="deepCopy-T-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>deepCopy</h4>
+<pre>public static&nbsp;&lt;T&gt;&nbsp;T&nbsp;deepCopy(T&nbsp;o)</pre>
+<div class="block">Makes a deep copy of the specified object o using serialization, so the object
+ has to be serializable by GemFire. 
+ 
+ <p>If o is a <a href="../../../com/gemstone/gemfire/CopyHelper.html#isWellKnownImmutableInstance-java.lang.Object-"><code>well known immutable 
+ instance</code></a> then it will be returned without copying it.
+ 
+ <p>The passed in object is serialized in memory, and then deserialized into 
+ a new instance, which is returned. If GemFire serialization is implemented 
+ for the object, it is used; otherwise, java serialization is used.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>o</code> - the original object to be copied</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the new instance that is a copy of the original</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire">CopyException</a></code> - if copying fails because a class could not
+ be found or could not be serialized</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/CopyHelper.html#copy-T-"><code>copy(Object)</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="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/CopyHelper.html" target="_top">Frames</a></li>
+<li><a href="CopyHelper.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.Replaceable.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.Replaceable.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.Replaceable.html
new file mode 100644
index 0000000..47659ec
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.Replaceable.html
@@ -0,0 +1,248 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DataSerializable.Replaceable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DataSerializable.Replaceable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DataSerializable.Replaceable.html" target="_top">Frames</a></li>
+<li><a href="DataSerializable.Replaceable.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">com.gemstone.gemfire</div>
+<h2 title="Interface DataSerializable.Replaceable" class="title">Interface DataSerializable.Replaceable</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Enclosing interface:</dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static interface <span class="typeNameLabel">DataSerializable.Replaceable</span></pre>
+<div class="block"><code>Replaceable</code> allows an object to write an alternative
+ version of itself to a <code>DataOutput</code>.  It is similar to
+ the <code>writeReplace</code> method of standard Java
+ serialization.  
+
+ <P>
+
+ Note that if a <code>Replaceable</code> is also
+ <code>DataSerializable</code>, its <code>toData</code> method
+ will <B>not</B> be invoked.  Instead, its replacement object will
+ be written to the stream using <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.writeObject(Object, DataOutput)</code></a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.writeObject(Object, DataOutput)</code></a></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>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializable.Replaceable.html#replace--">replace</a></span>()</code>
+<div class="block">Replaces this object with another in the "output stream"
+ written by <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.writeObject(Object, DataOutput)</code></a>.</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="replace--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>replace</h4>
+<pre>java.lang.Object&nbsp;replace()
+                  throws java.io.IOException</pre>
+<div class="block">Replaces this object with another in the "output stream"
+ written by <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.writeObject(Object, DataOutput)</code></a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></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="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DataSerializable.Replaceable.html" target="_top">Frames</a></li>
+<li><a href="DataSerializable.Replaceable.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>


[27/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMember.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMember.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMember.html
new file mode 100644
index 0000000..d6b2e56
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMember.html
@@ -0,0 +1,617 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMember (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMember (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":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="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMember.html" target="_top">Frames</a></li>
+<li><a href="SystemMember.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMember" class="title">Interface SystemMember</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMember</span></pre>
+<div class="block">Administrative interface for monitoring a GemFire system member.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getCache--">getCache</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an object that provides admin access to this member's cache.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getConfiguration--">getConfiguration</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the configuration parameters for this member.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedMember--">getDistributedMember</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a>
+ that represents this system member.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedSystem--">getDistributedSystem</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><code>AdminDistributedSystem</code></a> this member belongs to.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getHost--">getHost</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets host name of the machine this member resides on.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>java.net.InetAddress</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getHostAddress--">getHostAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the host of this member as an <code>java.net.InetAddress<code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getId--">getId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets identifying name of this member.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.util.Properties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getLicense--">getLicense</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Removed licensing in 8.0.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getLog--">getLog</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the log for this member.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves display friendly name for this member.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getRoles--">getRoles</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the names of the membership roles filled by this member.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin">StatisticResource</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getStat-java.lang.String-">getStat</a></span>(java.lang.String&nbsp;statisticsTypeName)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves this members statistic resources.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin">StatisticResource</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getStats--">getStats</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves this members statistic resources.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getType--">getType</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the type of <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><code>SystemMemberType</code></a> this member is.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getVersion--">getVersion</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns this member's GemFire version information.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#hasCache--">hasCache</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this system member hosts a GemFire <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a>.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#refreshConfig--">refreshConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Refreshes this member's configuration from the member or it's properties</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#setConfiguration-com.gemstone.gemfire.admin.ConfigurationParameter:A-">setConfiguration</a></span>(<a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a>[]&nbsp;parms)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the configuration of this member.</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="getDistributedSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributedSystem</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a>&nbsp;getDistributedSystem()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><code>AdminDistributedSystem</code></a> this member belongs to.</div>
+</li>
+</ul>
+<a name="getId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getId</h4>
+<pre>java.lang.String&nbsp;getId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets identifying name of this member.
+ For applications this is the string form of <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedMember--"><code>getDistributedMember()</code></a>.
+ For cache servers it is a unique cache server string.</div>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves display friendly name for this member.  If this member defined 
+ an optional name for its connection to the distributed system, that name 
+ will be returned.  Otherwise the returned value will be <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getId--"><code>getId()</code></a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#connect-java.util.Properties-"><code>DistributedSystem.connect(java.util.Properties)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#getName--"><code>DistributedSystem.getName()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a>&nbsp;getType()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the type of <a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><code>SystemMemberType</code></a> this member is.</div>
+</li>
+</ul>
+<a name="getHost--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHost</h4>
+<pre>java.lang.String&nbsp;getHost()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets host name of the machine this member resides on.</div>
+</li>
+</ul>
+<a name="getHostAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHostAddress</h4>
+<pre>java.net.InetAddress&nbsp;getHostAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the host of this member as an <code>java.net.InetAddress<code>.</div>
+</li>
+</ul>
+<a name="getLog--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLog</h4>
+<pre>java.lang.String&nbsp;getLog()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves the log for this member.</div>
+</li>
+</ul>
+<a name="getLicense--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLicense</h4>
+<pre>@Deprecated
+java.util.Properties&nbsp;getLicense()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Removed licensing in 8.0.</span></div>
+<div class="block">Returns the GemFire license this member is using.</div>
+</li>
+</ul>
+<a name="getVersion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVersion</h4>
+<pre>java.lang.String&nbsp;getVersion()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns this member's GemFire version information.</div>
+</li>
+</ul>
+<a name="getConfiguration--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfiguration</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a>[]&nbsp;getConfiguration()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the configuration parameters for this member.</div>
+</li>
+</ul>
+<a name="setConfiguration-com.gemstone.gemfire.admin.ConfigurationParameter:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConfiguration</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a>[]&nbsp;setConfiguration(<a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a>[]&nbsp;parms)
+                                   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the configuration of this member.  The argument is an array of any
+ and all configuration parameters that are to be updated in the member.
+ <p>
+ The entire array of configuration parameters is then returned.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>parms</code> - subset of the configuration parameters to be changed</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>all configuration parameters including those that were changed</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this fails to make the configuration changes</dd>
+</dl>
+</li>
+</ul>
+<a name="refreshConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>refreshConfig</h4>
+<pre>void&nbsp;refreshConfig()
+            throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Refreshes this member's configuration from the member or it's properties</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getStat-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStat</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin">StatisticResource</a>[]&nbsp;getStat(java.lang.String&nbsp;statisticsTypeName)
+                     throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves this members statistic resources. If the member is not running 
+ then an empty array is returned.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>statisticsTypeName</code> - String ame of the Statistics Type</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>array of runtime statistic resources owned by this member</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getStats--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStats</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin">StatisticResource</a>[]&nbsp;getStats()
+                      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Retrieves this members statistic resources. If the member is not running 
+ then an empty array is returned. All Stats are returned</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>array of runtime statistic resources owned by this member</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="hasCache--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasCache</h4>
+<pre>boolean&nbsp;hasCache()
+          throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this system member hosts a GemFire <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getCache--"><code>getCache()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getCache--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCache</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCache</a>&nbsp;getCache()
+                    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an object that provides admin access to this member's cache.
+ If the member currently has no cache then <code>null</code> is returned.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getRoles--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRoles</h4>
+<pre>java.lang.String[]&nbsp;getRoles()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the names of the membership roles filled by this member.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>array of string membership role names</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getDistributedMember--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getDistributedMember</h4>
+<pre><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&nbsp;getDistributedMember()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a>
+ that represents this system member.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>DistributedMember instance representing this system member</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</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="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMember.html" target="_top">Frames</a></li>
+<li><a href="SystemMember.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberBridgeServer.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberBridgeServer.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberBridgeServer.html
new file mode 100644
index 0000000..fc121d6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberBridgeServer.html
@@ -0,0 +1,1020 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberBridgeServer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberBridgeServer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":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="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberBridgeServer.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberBridgeServer" class="title">Interface SystemMemberBridgeServer</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMemberCacheServer</code></a> instead.</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public interface <span class="typeNameLabel">SystemMemberBridgeServer</span></pre>
+<div class="block">Administrative interface that represents a CacheServer that
+ serves the contents of a system member's cache.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#addCacheServer--"><code>SystemMemberCache.addCacheServer()</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getBindAddress--">getBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that this server
+ will listen on.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getGroups--">getGroups</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the list of server groups that this bridge server belongs to.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getHostnameForClients--">getHostnameForClients</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that server locators
+ will tell clients that this server is listening on.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getLoadPollInterval--">getLoadPollInterval</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get the frequency in milliseconds to poll the load probe on this bridge
+ server.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getLoadProbe--">getLoadProbe</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get a description of the load probe for this bridge server.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getMaxConnections--">getMaxConnections</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum allowed client connections</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getMaximumMessageCount--">getMaximumMessageCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of messages that can be enqueued in a
+ client-queue.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getMaximumTimeBetweenPings--">getMaximumTimeBetweenPings</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum amount of time between client pings.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getMaxThreads--">getMaxThreads</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maxium number of threads allowed in this server to service
+ client requests.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getMessageTimeToLive--">getMessageTimeToLive</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getNotifyBySubscription--">getNotifyBySubscription</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Answers whether or not this bridge server should notify clients based on
+ key subscription.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getPort--">getPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port on which this bridge server listens for bridge
+ clients to connect.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#getSocketBufferSize--">getSocketBufferSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configured buffer size of the socket connection for this
+ <code>BridgeServer</code>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#isRunning--">isRunning</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this bridge server is running</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#refresh--">refresh</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the information about this bridge server.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setBindAddress-java.lang.String-">setBindAddress</a></span>(java.lang.String&nbsp;address)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setGroups-java.lang.String:A-">setGroups</a></span>(java.lang.String[]&nbsp;groups)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the list of server groups this bridge server will belong to.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setHostnameForClients-java.lang.String-">setHostnameForClients</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setLoadPollInterval-long-">setLoadPollInterval</a></span>(long&nbsp;loadPollInterval)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the frequency in milliseconds to poll the load probe on this bridge
+ server</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setLoadProbe-com.gemstone.gemfire.cache.server.ServerLoadProbe-">setLoadProbe</a></span>(<a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server">ServerLoadProbe</a>&nbsp;loadProbe)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the load probe for this bridge server.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setMaxConnections-int-">setMaxConnections</a></span>(int&nbsp;maxCons)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of client connections allowed.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setMaximumMessageCount-int-">setMaximumMessageCount</a></span>(int&nbsp;maxMessageCount)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets maximum number of messages that can be enqueued in a client-queue.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setMaximumTimeBetweenPings-int-">setMaximumTimeBetweenPings</a></span>(int&nbsp;maximumTimeBetweenPings)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum amount of time between client pings.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setMaxThreads-int-">setMaxThreads</a></span>(int&nbsp;maxThreads)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of threads allowed in this server to service
+ client requests.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setMessageTimeToLive-int-">setMessageTimeToLive</a></span>(int&nbsp;messageTimeToLive)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setNotifyBySubscription-boolean-">setNotifyBySubscription</a></span>(boolean&nbsp;b)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not this bridge server should notify clients based on
+ key subscription.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setPort-int-">setPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port on which this bridge server listens for bridge
+ clients to connect.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#setSocketBufferSize-int-">setSocketBufferSize</a></span>(int&nbsp;socketBufferSize)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the buffer size in bytes of the socket connection for this
+ <code>BridgeServer</code>.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#start--">start</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this bridge server.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html#stop--">stop</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops this bridge server.</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="getPort--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPort</h4>
+<pre>int&nbsp;getPort()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port on which this bridge server listens for bridge
+ clients to connect.</div>
+</li>
+</ul>
+<a name="setPort-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPort</h4>
+<pre>void&nbsp;setPort(int&nbsp;port)
+      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port on which this bridge server listens for bridge
+ clients to connect.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If this bridge server is running</dd>
+</dl>
+</li>
+</ul>
+<a name="start--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>void&nbsp;start()
+    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this bridge server.  Once the server is running, its
+ configuration cannot be changed.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If an error occurs while starting the bridge server</dd>
+</dl>
+</li>
+</ul>
+<a name="isRunning--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRunning</h4>
+<pre>boolean&nbsp;isRunning()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this bridge server is running</div>
+</li>
+</ul>
+<a name="stop--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>stop</h4>
+<pre>void&nbsp;stop()
+   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops this bridge server.  Note that the
+ <code>BridgeServer</code> can be reconfigured and restarted if
+ desired.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="refresh--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>refresh</h4>
+<pre>void&nbsp;refresh()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the information about this bridge server.</div>
+</li>
+</ul>
+<a name="getBindAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBindAddress</h4>
+<pre>java.lang.String&nbsp;getBindAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that this server
+ will listen on.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the ip address or host name that this server is to listen on</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setBindAddress-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBindAddress</h4>
+<pre>void&nbsp;setBindAddress(java.lang.String&nbsp;address)
+             throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.
+ <p>Setting a specific bind address will cause the bridge server to always
+ use this address and ignore any address specified by "server-bind-address"
+ or "bind-address" in the <code>gemfire.properties</code> file
+ (see <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a>
+ for a description of these properties).
+ <p> A <code>null</code> value will be treated the same as the default "".
+ <p> The default value does not override the gemfire.properties. If you wish to
+ override the properties and want to have your server bind to all local
+ addresses then use this string <code>"0.0.0.0"</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>address</code> - the ip address or host name that this server is to listen on</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getHostnameForClients--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHostnameForClients</h4>
+<pre>java.lang.String&nbsp;getHostnameForClients()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that server locators
+ will tell clients that this server is listening on.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the ip address or host name to give to clients so they can connect
+         to this server</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setHostnameForClients-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHostnameForClients</h4>
+<pre>void&nbsp;setHostnameForClients(java.lang.String&nbsp;name)
+                    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.
+ <p>Setting a specific hostname-for-clients will cause server locators
+ to use this value when telling clients how to connect to this server.
+ <p> The default value causes the bind-address to be given to clients
+ <p> A <code>null</code> value will be treated the same as the default "".</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the ip address or host name that will be given to clients
+   so they can connect to this server</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setNotifyBySubscription-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setNotifyBySubscription</h4>
+<pre>void&nbsp;setNotifyBySubscription(boolean&nbsp;b)
+                      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not this bridge server should notify clients based on
+ key subscription.
+
+ If false, then an update to any key on the server causes an update to
+ be sent to all clients. This update does not push the actual data to the
+ clients. Instead, it causes the client to locally invalidate or destroy
+ the corresponding entry. The next time the client requests the key, it
+ goes to the bridge server for the value.
+
+ If true, then an update to any key on the server causes an update to be
+ sent to only those clients who have registered interest in that key. Other
+ clients are not notified of the change. In addition, the actual value is
+ pushed to the client. The client does not need to request the new value
+ from the bridge server.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getNotifyBySubscription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNotifyBySubscription</h4>
+<pre>boolean&nbsp;getNotifyBySubscription()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Answers whether or not this bridge server should notify clients based on
+ key subscription.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setSocketBufferSize-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSocketBufferSize</h4>
+<pre>void&nbsp;setSocketBufferSize(int&nbsp;socketBufferSize)
+                  throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the buffer size in bytes of the socket connection for this
+ <code>BridgeServer</code>. The default is 32768 bytes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>socketBufferSize</code> - The size in bytes of the socket buffer</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configured buffer size of the socket connection for this
+ <code>BridgeServer</code>. The default is 32768 bytes.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the configured buffer size of the socket connection for this
+ <code>BridgeServer</code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaximumTimeBetweenPings-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaximumTimeBetweenPings</h4>
+<pre>void&nbsp;setMaximumTimeBetweenPings(int&nbsp;maximumTimeBetweenPings)
+                         throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum amount of time between client pings. This value is
+ used by the <code>ClientHealthMonitor</code> to determine the health
+ of this <code>BridgeServer</code>'s clients. The default is 60000 ms.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumTimeBetweenPings</code> - The maximum amount of time between client
+ pings</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaximumTimeBetweenPings--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximumTimeBetweenPings</h4>
+<pre>int&nbsp;getMaximumTimeBetweenPings()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum amount of time between client pings. This value is
+ used by the <code>ClientHealthMonitor</code> to determine the health
+ of this <code>BridgeServer</code>'s clients. The default is 60000 ms.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the maximum amount of time between client pings.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum allowed client connections</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxConnections-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxConnections</h4>
+<pre>void&nbsp;setMaxConnections(int&nbsp;maxCons)
+                throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of client connections allowed.
+ When the maximum is reached the server will stop accepting
+ connections.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxThreads--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxThreads</h4>
+<pre>int&nbsp;getMaxThreads()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maxium number of threads allowed in this server to service
+ client requests.
+ The default of <code>0</code> causes the server to dedicate a thread for
+ every client connection.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxThreads-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxThreads</h4>
+<pre>void&nbsp;setMaxThreads(int&nbsp;maxThreads)
+            throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of threads allowed in this server to service
+ client requests.
+ The default of <code>0</code> causes the server to dedicate a thread for
+ every client connection.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaximumMessageCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximumMessageCount</h4>
+<pre>int&nbsp;getMaximumMessageCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of messages that can be enqueued in a
+ client-queue.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaximumMessageCount-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaximumMessageCount</h4>
+<pre>void&nbsp;setMaximumMessageCount(int&nbsp;maxMessageCount)
+                     throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets maximum number of messages that can be enqueued in a client-queue.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMessageTimeToLive--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMessageTimeToLive</h4>
+<pre>int&nbsp;getMessageTimeToLive()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMessageTimeToLive-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMessageTimeToLive</h4>
+<pre>void&nbsp;setMessageTimeToLive(int&nbsp;messageTimeToLive)
+                   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setGroups-java.lang.String:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setGroups</h4>
+<pre>void&nbsp;setGroups(java.lang.String[]&nbsp;groups)
+        throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the list of server groups this bridge server will belong to.
+ By default bridge servers belong to the default global server group
+ which all bridge servers always belong to.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>groups</code> - possibly empty array of <code>String</code> where each string
+ is a server groups that this bridge server will be a member of.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getGroups--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGroups</h4>
+<pre>java.lang.String[]&nbsp;getGroups()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the list of server groups that this bridge server belongs to.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a possibly empty array of <code>String</code>s where
+ each string is a server group. Modifying this array will not change the
+ server groups that this bridge server belongs to.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getLoadProbe--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLoadProbe</h4>
+<pre>java.lang.String&nbsp;getLoadProbe()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get a description of the load probe for this bridge server.
+ <a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server"><code>ServerLoadProbe</code></a> for details on the load probe.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the load probe used by this bridge
+ server.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setLoadProbe-com.gemstone.gemfire.cache.server.ServerLoadProbe-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLoadProbe</h4>
+<pre>void&nbsp;setLoadProbe(<a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server">ServerLoadProbe</a>&nbsp;loadProbe)
+           throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the load probe for this bridge server. See
+ <a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server"><code>ServerLoadProbe</code></a> for details on how to implement
+ a load probe.
+ 
+ The load probe should implement DataSerializable if 
+ it is used with this interface, because it will be sent to the remote
+ VM.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>loadProbe</code> - the load probe to use for
+ this bridge server.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if the bridge server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getLoadPollInterval--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLoadPollInterval</h4>
+<pre>long&nbsp;getLoadPollInterval()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get the frequency in milliseconds to poll the load probe on this bridge
+ server.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the frequency in milliseconds that we will poll the load probe.</dd>
+</dl>
+</li>
+</ul>
+<a name="setLoadPollInterval-long-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setLoadPollInterval</h4>
+<pre>void&nbsp;setLoadPollInterval(long&nbsp;loadPollInterval)
+                  throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the frequency in milliseconds to poll the load probe on this bridge
+ server</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>loadPollInterval</code> - the frequency in milliseconds to poll
+ the load probe. Must be greater than 0.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if the bridge server is running</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="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberBridgeServer.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>


[34/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServerConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServerConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServerConfig.html
new file mode 100644
index 0000000..1a2e028
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServerConfig.html
@@ -0,0 +1,327 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>CacheServerConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheServerConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":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="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheServerConfig.html" target="_top">Frames</a></li>
+<li><a href="CacheServerConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface CacheServerConfig" class="title">Interface CacheServerConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a>, java.lang.Cloneable, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVmConfig</code></a> instead.</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public interface <span class="typeNameLabel">CacheServerConfig</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></pre>
+<div class="block">Configuration for a GemFire cache server that is managed by the
+ administration API.  The cache server may or may not be running.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheServer--"><code>AdminDistributedSystem.addCacheServer()</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html#getCacheXMLFile--">getCacheXMLFile</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html#getClassPath--">getClassPath</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html#setCacheXMLFile-java.lang.String-">setCacheXMLFile</a></span>(java.lang.String&nbsp;cacheXml)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html#setClassPath-java.lang.String-">setClassPath</a></span>(java.lang.String&nbsp;classpath)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.ManagedEntityConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#clone--">clone</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getHost--">getHost</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getProductDirectory--">getProductDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">getRemoteCommand</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getWorkingDirectory--">getWorkingDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setHost-java.lang.String-">setHost</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setProductDirectory-java.lang.String-">setProductDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityCo
 nfig.html#setWorkingDirectory-java.lang.String-">setWorkingDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#validate--">validate</a></code></li>
+</ul>
+</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="getCacheXMLFile--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheXMLFile</h4>
+<pre>java.lang.String&nbsp;getCacheXMLFile()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.  By
+ default, a cache server VM is started without an XML file.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#getCacheXMLFile--">getCacheXMLFile</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setCacheXMLFile-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheXMLFile</h4>
+<pre>void&nbsp;setCacheXMLFile(java.lang.String&nbsp;cacheXml)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#setCacheXMLFile-java.lang.String-">setCacheXMLFile</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="getClassPath--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassPath</h4>
+<pre>java.lang.String&nbsp;getClassPath()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#getClassPath--">getClassPath</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="setClassPath-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setClassPath</h4>
+<pre>void&nbsp;setClassPath(java.lang.String&nbsp;classpath)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#setClassPath-java.lang.String-">setClassPath</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></code></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="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheServerConfig.html" target="_top">Frames</a></li>
+<li><a href="CacheServerConfig.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVm.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVm.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVm.html
new file mode 100644
index 0000000..21249de
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVm.html
@@ -0,0 +1,258 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>CacheVm (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheVm (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheVm.html" target="_top">Frames</a></li>
+<li><a href="CacheVm.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface CacheVm" class="title">Interface CacheVm</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheVm</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></pre>
+<div class="block">A dedicated cache server VM that is managed by the administration
+ API.
+ <p>Note that this may not represent an instance of
+ <a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server"><code>CacheServer</code></a>. It is possible for
+ a cache VM to be started but for it not to listen for client connections
+ in which case it is not a 
+ <a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server"><code>CacheServer</code></a>
+ but is an instance of this interface.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>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="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><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html#getVmConfig--">getVmConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration of this cache vm</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.SystemMember">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getCache--">getCache</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getConfiguration--">getConfiguration</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedMember--">getDistributedMember</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedSystem--">getDistributedSystem</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getHost--">getHost</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getHostAddress--">getHostAddress</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getId--">getId</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getLicense--">getLicense</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getLog--">getLog</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getName--">getName</a>, <a hr
 ef="../../../../com/gemstone/gemfire/admin/SystemMember.html#getRoles--">getRoles</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getStat-java.lang.String-">getStat</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getStats--">getStats</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getType--">getType</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getVersion--">getVersion</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#hasCache--">hasCache</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#refreshConfig--">refreshConfig</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#setConfiguration-com.gemstone.gemfire.admin.ConfigurationParameter:A-">setConfiguration</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.ManagedEntity">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#getLog--">getLog</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#isRunning--">isRunning</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">start</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#stop--">stop</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStart-long-">waitToStart</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStop-long-">waitToStop</a></code></li>
+</ul>
+</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="getVmConfig--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getVmConfig</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a>&nbsp;getVmConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration of this cache vm</div>
+</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="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheVm.html" target="_top">Frames</a></li>
+<li><a href="CacheVm.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVmConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVmConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVmConfig.html
new file mode 100644
index 0000000..011b7fe
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheVmConfig.html
@@ -0,0 +1,314 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>CacheVmConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheVmConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":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="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheVmConfig.html" target="_top">Frames</a></li>
+<li><a href="CacheVmConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface CacheVmConfig" class="title">Interface CacheVmConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.Cloneable, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheVmConfig</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></pre>
+<div class="block">Configuration for a GemFire cache server VM that is managed by the
+ administration API.  The VM may or may not be running.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheVm--"><code>AdminDistributedSystem.addCacheVm()</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#getCacheXMLFile--">getCacheXMLFile</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#getClassPath--">getClassPath</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#setCacheXMLFile-java.lang.String-">setCacheXMLFile</a></span>(java.lang.String&nbsp;cacheXml)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html#setClassPath-java.lang.String-">setClassPath</a></span>(java.lang.String&nbsp;classpath)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.ManagedEntityConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#clone--">clone</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getHost--">getHost</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getProductDirectory--">getProductDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">getRemoteCommand</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getWorkingDirectory--">getWorkingDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setHost-java.lang.String-">setHost</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setProductDirectory-java.lang.String-">setProductDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityCo
 nfig.html#setWorkingDirectory-java.lang.String-">setWorkingDirectory</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#validate--">validate</a></code></li>
+</ul>
+</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="getCacheXMLFile--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheXMLFile</h4>
+<pre>java.lang.String&nbsp;getCacheXMLFile()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.  By
+ default, a cache server VM is started without an XML file.</div>
+</li>
+</ul>
+<a name="setCacheXMLFile-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheXMLFile</h4>
+<pre>void&nbsp;setCacheXMLFile(java.lang.String&nbsp;cacheXml)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>cache.xml</code> declarative caching
+ initialization file used to configure this cache server VM.</div>
+</li>
+</ul>
+<a name="getClassPath--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassPath</h4>
+<pre>java.lang.String&nbsp;getClassPath()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+</li>
+</ul>
+<a name="setClassPath-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setClassPath</h4>
+<pre>void&nbsp;setClassPath(java.lang.String&nbsp;classpath)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the location(s) of user classes (such as cache loaders)
+ required by the cache server VM.</div>
+</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="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheVmConfig.html" target="_top">Frames</a></li>
+<li><a href="CacheVmConfig.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ConfigurationParameter.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ConfigurationParameter.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ConfigurationParameter.html
new file mode 100644
index 0000000..565070e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ConfigurationParameter.html
@@ -0,0 +1,438 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>ConfigurationParameter (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ConfigurationParameter (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":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="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/ConfigurationParameter.html" target="_top">Frames</a></li>
+<li><a href="ConfigurationParameter.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface ConfigurationParameter" class="title">Interface ConfigurationParameter</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">ConfigurationParameter</span></pre>
+<div class="block">A single configuration parameter of a <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getDescription--">getDescription</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the full description of this configuration parameter</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the identifying name of this configuration parameter.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getValue--">getValue</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the current value</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getValueAsString--">getValueAsString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the current value as a string</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.Class</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getValueType--">getValueType</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the class type of the value</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#isArray--">isArray</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter uses a string array for value.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#isFile--">isFile</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents a File value.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#isInetAddress--">isInetAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents an InetAddress value.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#isModifiable--">isModifiable</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">True if this is modifiable; false if read-only</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#isOctal--">isOctal</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents an octal value.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#isString--">isString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents a string value.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#setValue-java.lang.Object-">setValue</a></span>(java.lang.Object&nbsp;value)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets a new value for this configuration parameter.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the identifying name of this configuration parameter.</div>
+</li>
+</ul>
+<a name="getDescription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>java.lang.String&nbsp;getDescription()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the full description of this configuration parameter</div>
+</li>
+</ul>
+<a name="getValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>java.lang.Object&nbsp;getValue()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the current value</div>
+</li>
+</ul>
+<a name="getValueAsString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueAsString</h4>
+<pre>java.lang.String&nbsp;getValueAsString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the current value as a string</div>
+</li>
+</ul>
+<a name="getValueType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValueType</h4>
+<pre>java.lang.Class&nbsp;getValueType()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the class type of the value</div>
+</li>
+</ul>
+<a name="isModifiable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isModifiable</h4>
+<pre>boolean&nbsp;isModifiable()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">True if this is modifiable; false if read-only</div>
+</li>
+</ul>
+<a name="isArray--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isArray</h4>
+<pre>boolean&nbsp;isArray()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter uses a string array for value.</div>
+</li>
+</ul>
+<a name="isInetAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isInetAddress</h4>
+<pre>boolean&nbsp;isInetAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents an InetAddress value.</div>
+</li>
+</ul>
+<a name="isFile--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isFile</h4>
+<pre>boolean&nbsp;isFile()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents a File value.</div>
+</li>
+</ul>
+<a name="isOctal--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isOctal</h4>
+<pre>boolean&nbsp;isOctal()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents an octal value.</div>
+</li>
+</ul>
+<a name="isString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isString</h4>
+<pre>boolean&nbsp;isString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this config parameter represents a string value.</div>
+</li>
+</ul>
+<a name="setValue-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setValue</h4>
+<pre>void&nbsp;setValue(java.lang.Object&nbsp;value)
+       throws <a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin">UnmodifiableConfigurationException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets a new value for this configuration parameter.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>value</code> - the new value which must be of type <a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getValueType--"><code>getValueType()</code></a></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if value type does not match <a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html#getValueType--"><code>getValueType()</code></a></dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin">UnmodifiableConfigurationException</a></code> - if attempting to set value when isModifiable is false</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="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/ConfigurationParameter.html" target="_top">Frames</a></li>
+<li><a href="ConfigurationParameter.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html
new file mode 100644
index 0000000..69de7a6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html
@@ -0,0 +1,233 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>DistributedSystemConfig.ConfigListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DistributedSystemConfig.ConfigListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" target="_top">Frames</a></li>
+<li><a href="DistributedSystemConfig.ConfigListener.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface DistributedSystemConfig.ConfigListener" class="title">Interface DistributedSystemConfig.ConfigListener</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.util.EventListener</dd>
+</dl>
+<dl>
+<dt>Enclosing interface:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static interface <span class="typeNameLabel">DistributedSystemConfig.ConfigListener</span>
+extends java.util.EventListener</pre>
+<div class="block">A listener whose callback methods are invoked when this config
+ changes.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html#configChanged-com.gemstone.gemfire.admin.DistributedSystemConfig-">configChanged</a></span>(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;config)</code>
+<div class="block">Invoked when this configurated is changed.</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="configChanged-com.gemstone.gemfire.admin.DistributedSystemConfig-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>configChanged</h4>
+<pre>void&nbsp;configChanged(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;config)</pre>
+<div class="block">Invoked when this configurated is changed.</div>
+</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="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" target="_top">Frames</a></li>
+<li><a href="DistributedSystemConfig.ConfigListener.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>


[21/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentFactory.html
new file mode 100644
index 0000000..520068b
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentFactory.html
@@ -0,0 +1,314 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AgentFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AgentFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":41,"i1":41};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete 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="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/AgentFactory.html" target="_top">Frames</a></li>
+<li><a href="AgentFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin.jmx</div>
+<h2 title="Class AgentFactory" class="title">Class AgentFactory</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.jmx.AgentFactory</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AgentFactory</span>
+extends java.lang.Object</pre>
+<div class="block">A factory class that creates JMX administration entities.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html#AgentFactory--">AgentFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>static <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html#defineAgent--">defineAgent</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Defines a "default" GemFire JMX administration agent
+ configuration.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx">Agent</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html#getAgent-com.gemstone.gemfire.admin.jmx.AgentConfig-">getAgent</a></span>(<a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a>&nbsp;config)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates an unstarted GemFire JMX administration agent with the
+ given configuration.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AgentFactory--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AgentFactory</h4>
+<pre>public&nbsp;AgentFactory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="defineAgent--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defineAgent</h4>
+<pre>public static&nbsp;<a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a>&nbsp;defineAgent()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Defines a "default" GemFire JMX administration agent
+ configuration.</div>
+</li>
+</ul>
+<a name="getAgent-com.gemstone.gemfire.admin.jmx.AgentConfig-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getAgent</h4>
+<pre>public static&nbsp;<a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx">Agent</a>&nbsp;getAgent(<a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a>&nbsp;config)
+                      throws <a href="../../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates an unstarted GemFire JMX administration agent with the
+ given configuration.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#start--"><code>Agent.start()</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="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/AgentFactory.html" target="_top">Frames</a></li>
+<li><a href="AgentFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-frame.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-frame.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-frame.html
new file mode 100644
index 0000000..927d7ec
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-frame.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.admin.jmx (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<h1 class="bar"><a href="../../../../../com/gemstone/gemfire/admin/jmx/package-summary.html" target="classFrame">com.gemstone.gemfire.admin.jmx</a></h1>
+<div class="indexContainer">
+<h2 title="Interfaces">Interfaces</h2>
+<ul title="Interfaces">
+<li><a href="Agent.html" title="interface in com.gemstone.gemfire.admin.jmx" target="classFrame"><span class="interfaceName">Agent</span></a></li>
+<li><a href="AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx" target="classFrame"><span class="interfaceName">AgentConfig</span></a></li>
+</ul>
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx" target="classFrame">AgentFactory</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-summary.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-summary.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-summary.html
new file mode 100644
index 0000000..e9ef93f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-summary.html
@@ -0,0 +1,180 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.admin.jmx (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="com.gemstone.gemfire.admin.jmx (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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 class="navBarCell1Rev">Package</li>
+<li>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="../../../../../com/gemstone/gemfire/admin/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a href="../../../../../com/gemstone/gemfire/annotations/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package&nbsp;com.gemstone.gemfire.admin.jmx</h1>
+<div class="docSummary">
+<div class="block">Provides administrative access to a GemFire distributed system via
+the Java Management Extensions (JMX).</div>
+</div>
+<p>See:&nbsp;<a href="#package.description">Description</a></p>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
+<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Interface</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx">Agent</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx">AgentFactory</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="package.description">
+<!--   -->
+</a>
+<h2 title="Package com.gemstone.gemfire.admin.jmx Description">Package com.gemstone.gemfire.admin.jmx Description</h2>
+<div class="block"><P>Provides administrative access to a GemFire distributed system via
+the Java Management Extensions (JMX).</P>
+
+<P>Click <A href="doc-files/mbeans-descriptions.html">here</A> for a
+description of the attributes, operations, and notifications of the
+GemFire JMX MBeans.</P></div>
+</div>
+<!-- ======= 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 class="navBarCell1Rev">Package</li>
+<li>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="../../../../../com/gemstone/gemfire/admin/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a href="../../../../../com/gemstone/gemfire/annotations/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-tree.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-tree.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-tree.html
new file mode 100644
index 0000000..c105d23
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/package-tree.html
@@ -0,0 +1,148 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.admin.jmx Class Hierarchy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="com.gemstone.gemfire.admin.jmx Class Hierarchy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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</li>
+<li class="navBarCell1Rev">Tree</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="../../../../../com/gemstone/gemfire/admin/package-tree.html">Prev</a></li>
+<li><a href="../../../../../com/gemstone/gemfire/annotations/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package com.gemstone.gemfire.admin.jmx</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.jmx.<a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">AgentFactory</span></a></li>
+</ul>
+</li>
+</ul>
+<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.jmx.<a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Agent</span></a></li>
+<li type="circle">java.lang.Cloneable
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">DistributedSystemConfig</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.jmx.<a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">AgentConfig</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= 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</li>
+<li class="navBarCell1Rev">Tree</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="../../../../../com/gemstone/gemfire/admin/package-tree.html">Prev</a></li>
+<li><a href="../../../../../com/gemstone/gemfire/annotations/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-frame.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-frame.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-frame.html
new file mode 100644
index 0000000..4a2277e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-frame.html
@@ -0,0 +1,72 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.admin (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<h1 class="bar"><a href="../../../../com/gemstone/gemfire/admin/package-summary.html" target="classFrame">com.gemstone.gemfire.admin</a></h1>
+<div class="indexContainer">
+<h2 title="Interfaces">Interfaces</h2>
+<ul title="Interfaces">
+<li><a href="AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">AdminDistributedSystem</span></a></li>
+<li><a href="Alert.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">Alert</span></a></li>
+<li><a href="AlertListener.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">AlertListener</span></a></li>
+<li><a href="BackupStatus.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">BackupStatus</span></a></li>
+<li><a href="CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheHealthConfig</span></a></li>
+<li><a href="CacheServer.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheServer</span></a></li>
+<li><a href="CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheServerConfig</span></a></li>
+<li><a href="CacheVm.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheVm</span></a></li>
+<li><a href="CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheVmConfig</span></a></li>
+<li><a href="ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">ConfigurationParameter</span></a></li>
+<li><a href="DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributedSystemConfig</span></a></li>
+<li><a href="DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributedSystemConfig.ConfigListener</span></a></li>
+<li><a href="DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributedSystemHealthConfig</span></a></li>
+<li><a href="DistributionLocator.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributionLocator</span></a></li>
+<li><a href="DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributionLocatorConfig</span></a></li>
+<li><a href="GemFireHealth.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">GemFireHealth</span></a></li>
+<li><a href="GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">GemFireHealthConfig</span></a></li>
+<li><a href="ManagedEntity.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">ManagedEntity</span></a></li>
+<li><a href="ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">ManagedEntityConfig</span></a></li>
+<li><a href="MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">MemberHealthConfig</span></a></li>
+<li><a href="Statistic.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">Statistic</span></a></li>
+<li><a href="StatisticResource.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">StatisticResource</span></a></li>
+<li><a href="SystemMember.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMember</span></a></li>
+<li><a href="SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberBridgeServer</span></a></li>
+<li><a href="SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberCache</span></a></li>
+<li><a href="SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberCacheEvent</span></a></li>
+<li><a href="SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberCacheListener</span></a></li>
+<li><a href="SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberCacheServer</span></a></li>
+<li><a href="SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberRegion</span></a></li>
+<li><a href="SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMemberRegionEvent</span></a></li>
+<li><a href="SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMembershipEvent</span></a></li>
+<li><a href="SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">SystemMembershipListener</span></a></li>
+</ul>
+<h2 title="Classes">Classes</h2>
+<ul title="Classes">
+<li><a href="AdminConfig.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminConfig</a></li>
+<li><a href="AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminConfig.Entry</a></li>
+<li><a href="AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminDistributedSystemFactory</a></li>
+<li><a href="AlertLevel.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AlertLevel</a></li>
+<li><a href="GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin" target="classFrame">GemFireHealth.Health</a></li>
+<li><a href="GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin" target="classFrame">GemFireMemberStatus</a></li>
+<li><a href="RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin" target="classFrame">RegionSubRegionSnapshot</a></li>
+<li><a href="SystemMemberType.html" title="class in com.gemstone.gemfire.admin" target="classFrame">SystemMemberType</a></li>
+</ul>
+<h2 title="Exceptions">Exceptions</h2>
+<ul title="Exceptions">
+<li><a href="AdminException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminException</a></li>
+<li><a href="AdminXmlException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminXmlException</a></li>
+<li><a href="CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">CacheDoesNotExistException</a></li>
+<li><a href="OperationCancelledException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">OperationCancelledException</a></li>
+<li><a href="RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">RegionNotFoundException</a></li>
+<li><a href="RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">RuntimeAdminException</a></li>
+<li><a href="UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">UnmodifiableConfigurationException</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-summary.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-summary.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-summary.html
new file mode 100644
index 0000000..7563ad6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-summary.html
@@ -0,0 +1,498 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.admin (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="com.gemstone.gemfire.admin (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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 class="navBarCell1Rev">Package</li>
+<li>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="../../../../com/gemstone/gemfire/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/jmx/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package&nbsp;com.gemstone.gemfire.admin</h1>
+<div class="docSummary">
+<div class="block">Provides an API for administering various GemFire components such
+as a GemFire distributed
+system, and processes that host GemFire Caches.</div>
+</div>
+<p>See:&nbsp;<a href="#package.description">Description</a></p>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
+<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Interface</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin">Alert</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin">AlertListener</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin">BackupStatus</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">CacheHealthConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVm</code></a> instead.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVmConfig</code></a> instead.</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin">ConfigurationParameter</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig.ConfigListener</a></td>
+<td class="colLast">
+<div class="block">A listener whose callback methods are invoked when this config
+ changes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemHealthConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">DistributionLocator</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin">GemFireHealth</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin">GemFireHealthConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin">ManagedEntityConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">MemberHealthConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin">Statistic</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin">StatisticResource</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin">SystemMemberBridgeServer</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMemberCacheServer</code></a> instead.</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCache</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheListener</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheServer</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipListener</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin">AdminConfig</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin">AdminDistributedSystemFactory</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin">GemFireHealth.Health</a></td>
+<td class="colLast">
+<div class="block">An enumerated type for the health of GemFire.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin">GemFireMemberStatus</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin">SystemMemberType</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
+<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Exception</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin">AdminXmlException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin">CacheDoesNotExistException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin">OperationCancelledException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin">RegionNotFoundException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">RuntimeAdminException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin">UnmodifiableConfigurationException</a></td>
+<td class="colLast">Deprecated
+<div class="block"><span class="deprecationComment">as of 7.0 use the <code><a href="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+<a name="package.description">
+<!--   -->
+</a>
+<h2 title="Package com.gemstone.gemfire.admin Description">Package com.gemstone.gemfire.admin Description</h2>
+<div class="block"><P>Provides an API for administering various GemFire components such
+as a GemFire distributed
+system, and processes that host GemFire Caches.</P>
+
+<H3>Administration of a GemFire Distributed System</H3>
+
+The Admin API provides interfaces for administrative control, 
+monitoring, and custom management of a GemFire system.
+<P>
+The <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><code>AdminDistributedSystemFactory</code></a>
+is the starting point.  It creates an instance of
+<code>AdminDistributedSystem</code> that administers the distributed
+system to which a VM is <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">connected</a>.
+<P>
+<pre><code>
+DistributedSystem connection = DistributedSystem.connect(new Properties());
+AdminDistributedSystem system = 
+    AdminDistributedSystemFactory.getDistributedSystem(connection);
+system.connect(new File("admin.log"), "info");
+</code></pre>
+<P>
+This <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><code>AdminDistributedSystem</code></a>
+interface exposes methods for such tasks as connecting to the system,
+merging system logs, getting administrative interfaces to 
+applications that host GemFire Caches.
+
+<H3>Monitoring the Health of GemFire</H3>
+
+<P>The <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><code>GemFireHealth</code></a> interface
+allows the overall health of GemFire to be monitored.
+<code>GemFireHealth</code> monitors the behavior the members of a
+distributed system namely 
+application VMs that may host <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>cache</code></a> instances.  There are three levels of health: <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#GOOD_HEALTH">good health</a> that
+indicates that all GemFire components are behaving reasonably,
+<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH">okay
+health</a> that indicates that one or more GemFire components is slightly
+unhealthy and may need some attention, and <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH">poor health</a> that
+indicates that a GemFire component is unhealthy and needs immediate
+attention.</P>
+
+<P>Because each GemFire application has its own definition of what it
+means to be "healthy", the metrics that are used to determine health
+are configurable.  <a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><code>GemFireHealthConfig</code></a> provides methods for
+configuring how the health of <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin">the
+distributed system</a>,
+<a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">members that
+host Cache instances</a>, and <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">individual members</a> of
+the distributed system.  <code>GemFireHealthConfig</code> also allows
+you to configure how often GemFire's health is evaluated.</P></div>
+</div>
+<!-- ======= 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 class="navBarCell1Rev">Package</li>
+<li>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="../../../../com/gemstone/gemfire/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/jmx/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-tree.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-tree.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-tree.html
new file mode 100644
index 0000000..5a90fb9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/package-tree.html
@@ -0,0 +1,253 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.admin Class Hierarchy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="com.gemstone.gemfire.admin Class Hierarchy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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</li>
+<li class="navBarCell1Rev">Tree</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="../../../../com/gemstone/gemfire/package-tree.html">Prev</a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/jmx/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package com.gemstone.gemfire.admin</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">AdminConfig</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">AdminConfig.Entry</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">AdminDistributedSystemFactory</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">AlertLevel</span></a> (implements java.io.Serializable)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">GemFireHealth.Health</span></a> (implements java.io.Serializable)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">GemFireMemberStatus</span></a> (implements java.io.Serializable)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">RegionSubRegionSnapshot</span></a> (implements com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberType</span></a> (implements java.io.Serializable)</li>
+<li type="circle">java.lang.Throwable (implements java.io.Serializable)
+<ul>
+<li type="circle">java.lang.Exception
+<ul>
+<li type="circle">com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">GemFireCheckedException</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">AdminException</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheDoesNotExistException</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">UnmodifiableConfigurationException</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li type="circle">java.lang.RuntimeException
+<ul>
+<li type="circle">com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">GemFireException</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">CacheRuntimeException</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">RegionNotFoundException</span></a></li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">RuntimeAdminException</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">AdminXmlException</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">OperationCancelledException</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">AdminDistributedSystem</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Alert</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">BackupStatus</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheHealthConfig</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">GemFireHealthConfig</span></a> (also extends com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">MemberHealthConfig</a>)</li>
+</ul>
+</li>
+<li type="circle">java.lang.Cloneable
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">DistributedSystemConfig</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">ManagedEntityConfig</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheVmConfig</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheServerConfig</span></a></li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">DistributionLocatorConfig</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">ConfigurationParameter</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">DistributedSystemHealthConfig</span></a></li>
+<li type="circle">java.util.EventListener
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">AlertListener</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">DistributedSystemConfig.ConfigListener</span></a></li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">GemFireHealth</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">ManagedEntity</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheServer</span></a> (also extends com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheVm</span></a> (also extends com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">DistributionLocator</span></a></li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">MemberHealthConfig</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">GemFireHealthConfig</span></a> (also extends com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">CacheHealthConfig</a>)</li>
+</ul>
+</li>
+<li type="circle">java.io.Serializable
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Statistic</span></a></li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">StatisticResource</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMember</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheServer</span></a> (also extends com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a>)</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">CacheVm</span></a> (also extends com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a>)</li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberBridgeServer</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberCache</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberCacheListener</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberCacheServer</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberRegion</span></a></li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMembershipEvent</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberCacheEvent</span></a>
+<ul>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMemberRegionEvent</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li type="circle">com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">SystemMembershipListener</span></a></li>
+</ul>
+</div>
+<!-- ======= 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</li>
+<li class="navBarCell1Rev">Tree</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="../../../../com/gemstone/gemfire/package-tree.html">Prev</a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/jmx/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>



[39/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemFailure.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemFailure.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemFailure.html
new file mode 100644
index 0000000..92a31d1
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemFailure.html
@@ -0,0 +1,1088 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>SystemFailure (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemFailure (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/SystemConnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SystemIsRunningException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SystemFailure.html" target="_top">Frames</a></li>
+<li><a href="SystemFailure.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">com.gemstone.gemfire</div>
+<h2 title="Class SystemFailure" class="title">Class SystemFailure</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.SystemFailure</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public final class <span class="typeNameLabel">SystemFailure</span>
+extends java.lang.Object</pre>
+<div class="block">Catches and responds to JVM failure
+ <p>
+ This class represents a catastrophic failure of the system,
+ especially the Java virtual machine.  Any class may,
+ at any time, indicate that a system failure has occurred by calling
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure(Error)</code></a> (or, less commonly,
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailure-java.lang.Error-"><code>setFailure(Error)</code></a>).
+ <p>
+ In practice, the most common type of failure that is likely to be
+ reported by an otherwise healthy JVM is <code>OutOfMemoryError</code>.  However,
+ GemFire will report any occurrence of <code>VirtualMachineError</code> as
+ a JVM failure.
+ <p>
+ When a failure is reported, you must assume that the JVM has <em>broken 
+ its fundamental execution contract</em> with your application. 
+ No programming invariant can be assumed to be true, and your 
+ entire application must be regarded as corrupted.
+ <h1>Failure Hooks</h1>
+ GemFire uses this class to disable its distributed system (group
+ communication) and any open caches.  It also provides a hook for you
+ to respond to after GemFire disables itself.
+ <h1>Failure WatchDog</h1>
+ When <a href="../../../com/gemstone/gemfire/SystemFailure.html#startThreads--"><code>startThreads()</code></a> is called, a "watchdog" <code>Thread</code> is started that 
+ periodically checks to see if system corruption has been reported.  When 
+ system corruption is detected, this thread proceeds to:
+ <p>
+ <ol>
+ <li>
+ <em>Close GemFire</em> -- Group communication is ceased (this cache
+ member recuses itself from the distributed system) and the cache
+ is further poisoned (it is pointless to try to cleanly close it at this
+ point.).
+ <p>
+ After this has successfully ended, we launch a
+ </li>
+ <li>
+ <em>failure action</em>, a user-defined Runnable
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureAction-java.lang.Runnable-"><code>setFailureAction(Runnable)</code></a>.
+ By default, this Runnable performs nothing.  If you feel you need to perform
+ an action before exiting the JVM, this hook gives you a
+ means of attempting some action.  Whatever you attempt should be extremely
+ simple, since your Java execution environment has been corrupted.
+ <p>
+ GemStone recommends that you employ 
+ <a href="http://wrapper.tanukisoftware.org/doc/english/introduction.html">
+ Java Service Wrapper</a> to detect when your JVM exits and to perform
+ appropriate failure and restart actions.
+ </li>
+ <li>
+ Finally, if the application has granted the watchdog permission to exit the JVM
+ (via <a href="../../../com/gemstone/gemfire/SystemFailure.html#setExitOK-boolean-"><code>setExitOK(boolean)</code></a>), the watchdog calls <code>System.exit(int)</code> with
+ an argument of 1.  If you have not granted this class permission to
+ close the JVM, you are <em>strongly</em>  advised to call it in your
+ failure action (in the previous step).
+ </li>
+ </ol>
+ <p> 
+ Each of these actions will be run exactly once in the above described
+ order.  However, if either step throws any type of error (<code>Throwable</code>), 
+ the watchdog will assume that the JVM is still under duress (esp. an 
+ <code>OutOfMemoryError</code>), will wait a bit, and then retry the failed action.
+ <p>
+ It bears repeating that you should be very cautious of any Runnables you
+ ask this class to run.  By definition the JVM is <em>very sick</em>
+ when failure has been signalled.  
+ <p>
+ <h1>Failure Proctor</h1>
+ In addition to the failure watchdog, <a href="../../../com/gemstone/gemfire/SystemFailure.html#startThreads--"><code>startThreads()</code></a> creates a second
+ thread (the "proctor") that monitors free memory. It does this by examining
+ <code>free memory</code>,  
+ <code>total memory</code> and 
+ <code>maximum memory</code>.  If the amount of available 
+ memory stays below a given 
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-"><code>threshold</code></a>, for
+ more than <a href="../../../com/gemstone/gemfire/SystemFailure.html#WATCHDOG_WAIT"><code>WATCHDOG_WAIT</code></a> seconds, the watchdog is notified.
+ <p>
+ Note that the proctor can be effectively disabled by
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-"><code>setting</code></a> the failure memory threshold
+ to a negative value.
+ <p>
+ The proctor is a second line of defense, attempting to detect 
+ OutOfMemoryError conditions in circumstances where nothing alerted the
+ watchdog.  For instance, a third-party jar might incorrectly handle this
+ error and leave your virtual machine in a "stuck" state.
+ <p>
+ Note that the proctor does not relieve you of the obligation to
+ follow the best practices in the next section.
+ <h1>Best Practices</h1>
+ <h2>Catch and Handle VirtualMachineError</h2>
+ If you feel obliged to catch <em>either</em> <code>Error</code>, or 
+ <code>Throwable</code>, you <em>must</em>also check for 
+ <code>VirtualMachineError</code> like so:
+ <p>
+ <pre>
+        catch (VirtualMachineError err) {
+          SystemFailure.<a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure</code></a>(err);
+          // If this ever returns, rethrow the error.  We're poisoned
+          // now, so don't let this thread continue.
+          throw err;
+        }
+ </pre>
+ <h2>Periodically Check For Errors</h2>
+ Check for serious system errors at
+ appropriate points in your algorithms.  You may elect to use
+ the <a href="../../../com/gemstone/gemfire/SystemFailure.html#checkFailure--"><code>checkFailure()</code></a> utility function, but you are
+ not required to (you could just see if <a href="../../../com/gemstone/gemfire/SystemFailure.html#getFailure--"><code>getFailure()</code></a>
+ returns a non-null result).  
+ <p>
+ A job processing loop is a good candidate, for
+ instance, in com.gemstone.org.jgroups.protocols.UDP#run(), 
+ which implements <code>Thread.run()</code>:
+ <p>
+ <pre>
+         for (;;)  {
+           SystemFailure.<a href="../../../com/gemstone/gemfire/SystemFailure.html#checkFailure--"><code>checkFailure</code></a>();
+           if (mcast_recv_sock == null || mcast_recv_sock.isClosed()) break;
+           if (Thread.currentThread().isInterrupted()) break;
+          ...
+ </pre>
+ <h2>Create Logging ThreadGroups</h2>
+ If you create any Thread, a best practice is to catch severe errors
+ and signal failure appropriately.  One trick to do this is to create a 
+ ThreadGroup that handles uncaught exceptions by overriding 
+ <code>ThreadGroup.uncaughtException(Thread, Throwable)</code> and to declare 
+ your thread as a member of that <code>ThreadGroup</code>.  This also has a 
+ significant side-benefit in that most uncaught exceptions 
+ can be detected:
+ <p>
+ <pre>
+    ThreadGroup tg = new ThreadGroup("Worker Threads") {
+        public void uncaughtException(Thread t, Throwable e) {
+          // Do this *before* any object allocation in case of
+          // OutOfMemoryError (for instance)
+          if (e instanceof VirtualMachineError) {
+            SystemFailure.<a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailure-java.lang.Error-"><code>setFailure</code></a>((VirtualMachineError)e); // don't throw
+          }
+          String s = "Uncaught exception in thread " + t;
+          system.getLogWriter().severe(s, e);
+        }
+        Thread t = new Thread(myRunnable, tg, "My Thread");
+        t.start();
+      }; * </pre>
+ <p>
+ <h2>Catches of Error and Throwable Should Check for Failure</h2>
+ Keep in mind that peculiar or flat-out<em>impossible</em>  exceptions may 
+ ensue after a VirtualMachineError has been thrown <em>anywhere</em> in
+ your virtual machine. Whenever you catch <code>Error</code> or <code>Throwable</code>, 
+ you should also make sure that you aren't dealing with a corrupted JVM:
+ <p>
+ <pre>
+        catch (Throwable t) {
+          // Whenever you catch Error or Throwable, you must also
+          // catch VirtualMachineError (see above).  However, there is
+          // _still_ a possibility that you are dealing with a cascading
+          // error condition, so you also need to check to see if the JVM
+          // is still usable:
+          SystemFailure.<a href="../../../com/gemstone/gemfire/SystemFailure.html#checkFailure--"><code>checkFailure</code></a>();
+          ...
+        }
+ </pre></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</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 java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#DISTRIBUTED_SYSTEM_DISCONNECTED_MESSAGE">DISTRIBUTED_SYSTEM_DISCONNECTED_MESSAGE</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#DISTRIBUTION_HALTED_MESSAGE">DISTRIBUTION_HALTED_MESSAGE</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static java.lang.Error</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#failure">failure</a></span></code>
+<div class="block">the underlying failure
+ 
+ This is usually an instance of <code>VirtualMachineError</code>, but it
+ is not required to be such.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#MEMORY_MAX_WAIT">MEMORY_MAX_WAIT</a></span></code>
+<div class="block">This is the maximum amount of time, in seconds, that the proctor thread
+ will tolerate seeing free memory stay below
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-"><code>setFailureMemoryThreshold(long)</code></a>, after which point it will 
+ declare a system failure.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#MEMORY_POLL_INTERVAL">MEMORY_POLL_INTERVAL</a></span></code>
+<div class="block">This is the interval, in seconds, that the proctor
+ thread will awaken and poll system free memory.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#MONITOR_MEMORY">MONITOR_MEMORY</a></span></code>
+<div class="block">Flag that determines whether or not we monitor memory on our own.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#PROCTOR_NAME">PROCTOR_NAME</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#TRACE_CLOSE">TRACE_CLOSE</a></span></code>
+<div class="block">If true, we track the progress of emergencyClose
+ on System.err</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#WATCHDOG_NAME">WATCHDOG_NAME</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#WATCHDOG_WAIT">WATCHDOG_WAIT</a></span></code>
+<div class="block">This is the amount of time, in seconds, the watchdog periodically awakens
+ to see if the system has been corrupted.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#checkFailure--">checkFailure</a></span>()</code>
+<div class="block">Utility function to check for failures.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#emergencyClose--">emergencyClose</a></span>()</code>
+<div class="block">Attempt to close any and all GemFire resources.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static java.lang.Error</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#getFailure--">getFailure</a></span>()</code>
+<div class="block">Returns the catastrophic system failure, if any.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-">initiateFailure</a></span>(java.lang.Error&nbsp;f)</code>
+<div class="block">Signals that a system failure has occurred and then throws an
+ AssertionError.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#isJVMFailureError-java.lang.Error-">isJVMFailureError</a></span>(java.lang.Error&nbsp;err)</code>
+<div class="block">Returns true if the given Error is a fatal to the JVM and it should be shut
+ down.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#loadEmergencyClasses--">loadEmergencyClasses</a></span>()</code>
+<div class="block">Since it requires object memory to unpack a jar file,
+ make sure this JVM has loaded the classes necessary for
+ closure <em>before</em> it becomes necessary to use them.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#logFine-java.lang.String-java.lang.String-">logFine</a></span>(java.lang.String&nbsp;name,
+       java.lang.String&nbsp;s)</code>
+<div class="block">Logging can require allocation of objects, so we wrap the
+ logger so that failures are silently ignored.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#logInfo-java.lang.String-java.lang.String-">logInfo</a></span>(java.lang.String&nbsp;name,
+       java.lang.String&nbsp;s)</code>
+<div class="block">Logging can require allocation of objects, so we wrap the
+ logger so that failures are silently ignored.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>protected static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#logWarning-java.lang.String-java.lang.String-java.lang.Throwable-">logWarning</a></span>(java.lang.String&nbsp;name,
+          java.lang.String&nbsp;s,
+          java.lang.Throwable&nbsp;t)</code>
+<div class="block">Logging can require allocation of objects, so we wrap the
+ logger so that failures are silently ignored.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#runProctor--">runProctor</a></span>()</code>
+<div class="block">This is the run loop for the proctor thread (formally known
+ as the "watchcat" (grin)</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>protected static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#runWatchDog--">runWatchDog</a></span>()</code>
+<div class="block">This is the run loop for the watchdog thread.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#setExitOK-boolean-">setExitOK</a></span>(boolean&nbsp;newVal)</code>
+<div class="block">Indicate whether it is acceptable to call <code>System.exit(int)</code> after
+ failure processing has completed.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailure-java.lang.Error-">setFailure</a></span>(java.lang.Error&nbsp;failure)</code>
+<div class="block">Set the underlying system failure, if not already set.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>static java.lang.Runnable</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureAction-java.lang.Runnable-">setFailureAction</a></span>(java.lang.Runnable&nbsp;action)</code>
+<div class="block">Sets a user-defined action that is run in the event
+ that failure has been detected.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-">setFailureMemoryThreshold</a></span>(long&nbsp;newVal)</code>
+<div class="block">Set the memory threshold under which system failure will be
+ notified.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#signalCacheClose--">signalCacheClose</a></span>()</code>
+<div class="block">Should be invoked when GemFire cache is closing or closed.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#signalCacheCreate--">signalCacheCreate</a></span>()</code>
+<div class="block">Should be invoked when GemFire cache is being created.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#startThreads--">startThreads</a></span>()</code>
+<div class="block">This starts up the watchdog and proctor threads.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemFailure.html#stopThreads--">stopThreads</a></span>()</code>
+<div class="block">This stops the threads that implement this service.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="DISTRIBUTION_HALTED_MESSAGE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DISTRIBUTION_HALTED_MESSAGE</h4>
+<pre>public static final&nbsp;java.lang.String DISTRIBUTION_HALTED_MESSAGE</pre>
+</li>
+</ul>
+<a name="DISTRIBUTED_SYSTEM_DISCONNECTED_MESSAGE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DISTRIBUTED_SYSTEM_DISCONNECTED_MESSAGE</h4>
+<pre>public static final&nbsp;java.lang.String DISTRIBUTED_SYSTEM_DISCONNECTED_MESSAGE</pre>
+</li>
+</ul>
+<a name="failure">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>failure</h4>
+<pre>protected static volatile&nbsp;java.lang.Error failure</pre>
+<div class="block">the underlying failure
+ 
+ This is usually an instance of <code>VirtualMachineError</code>, but it
+ is not required to be such.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/SystemFailure.html#getFailure--"><code>getFailure()</code></a>, 
+<a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure(Error)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="WATCHDOG_WAIT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>WATCHDOG_WAIT</h4>
+<pre>public static final&nbsp;int WATCHDOG_WAIT</pre>
+<div class="block">This is the amount of time, in seconds, the watchdog periodically awakens
+ to see if the system has been corrupted.
+ <p>
+ The watchdog will be explicitly awakened by calls to
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailure-java.lang.Error-"><code>setFailure(Error)</code></a> or <a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure(Error)</code></a>, but
+ it will awaken of its own accord periodically to check for failure even
+ if the above calls do not occur.
+ <p>
+ This can be set with the system property 
+ <code>gemfire.WATCHDOG_WAIT</code>. The default is 15 sec.</div>
+</li>
+</ul>
+<a name="MEMORY_POLL_INTERVAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MEMORY_POLL_INTERVAL</h4>
+<pre>public static final&nbsp;long MEMORY_POLL_INTERVAL</pre>
+<div class="block">This is the interval, in seconds, that the proctor
+ thread will awaken and poll system free memory.
+ 
+ The default is 1 sec.  This can be set using the system property
+ <code>gemfire.SystemFailure.MEMORY_POLL_INTERVAL</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-"><code>setFailureMemoryThreshold(long)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="MEMORY_MAX_WAIT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MEMORY_MAX_WAIT</h4>
+<pre>public static final&nbsp;long MEMORY_MAX_WAIT</pre>
+<div class="block">This is the maximum amount of time, in seconds, that the proctor thread
+ will tolerate seeing free memory stay below
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-"><code>setFailureMemoryThreshold(long)</code></a>, after which point it will 
+ declare a system failure.
+ 
+ The default is 15 sec.  This can be set using the system property
+ <code>gemfire.SystemFailure.MEMORY_MAX_WAIT</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailureMemoryThreshold-long-"><code>setFailureMemoryThreshold(long)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="MONITOR_MEMORY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MONITOR_MEMORY</h4>
+<pre>public static final&nbsp;boolean MONITOR_MEMORY</pre>
+<div class="block">Flag that determines whether or not we monitor memory on our own.
+ If this flag is set, we will check freeMemory, invoke GC if free memory 
+ gets low, and start throwing our own OutOfMemoryException if 
+ 
+ The default is false, so this monitoring is turned off. This monitoring has been found 
+ to be unreliable in non-Sun VMs when the VM is under stress or behaves in unpredictable ways.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="TRACE_CLOSE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TRACE_CLOSE</h4>
+<pre>public static final&nbsp;boolean TRACE_CLOSE</pre>
+<div class="block">If true, we track the progress of emergencyClose
+ on System.err</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../constant-values.html#com.gemstone.gemfire.SystemFailure.TRACE_CLOSE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="WATCHDOG_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>WATCHDOG_NAME</h4>
+<pre>protected static final&nbsp;java.lang.String WATCHDOG_NAME</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../constant-values.html#com.gemstone.gemfire.SystemFailure.WATCHDOG_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="PROCTOR_NAME">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>PROCTOR_NAME</h4>
+<pre>protected static final&nbsp;java.lang.String PROCTOR_NAME</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../constant-values.html#com.gemstone.gemfire.SystemFailure.PROCTOR_NAME">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="setExitOK-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setExitOK</h4>
+<pre>public static&nbsp;boolean&nbsp;setExitOK(boolean&nbsp;newVal)</pre>
+<div class="block">Indicate whether it is acceptable to call <code>System.exit(int)</code> after
+ failure processing has completed.
+ <p>
+ This may be dynamically modified while the system is running.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newVal</code> - true if it is OK to exit the process</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous value</dd>
+</dl>
+</li>
+</ul>
+<a name="isJVMFailureError-java.lang.Error-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isJVMFailureError</h4>
+<pre>public static&nbsp;boolean&nbsp;isJVMFailureError(java.lang.Error&nbsp;err)</pre>
+<div class="block">Returns true if the given Error is a fatal to the JVM and it should be shut
+ down. Code should call <a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure(Error)</code></a> or
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#setFailure-java.lang.Error-"><code>setFailure(Error)</code></a> if this returns true.</div>
+</li>
+</ul>
+<a name="signalCacheCreate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>signalCacheCreate</h4>
+<pre>public static&nbsp;void&nbsp;signalCacheCreate()</pre>
+<div class="block">Should be invoked when GemFire cache is being created.</div>
+</li>
+</ul>
+<a name="signalCacheClose--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>signalCacheClose</h4>
+<pre>public static&nbsp;void&nbsp;signalCacheClose()</pre>
+<div class="block">Should be invoked when GemFire cache is closing or closed.</div>
+</li>
+</ul>
+<a name="runWatchDog--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>runWatchDog</h4>
+<pre>protected static&nbsp;void&nbsp;runWatchDog()</pre>
+<div class="block">This is the run loop for the watchdog thread.</div>
+</li>
+</ul>
+<a name="runProctor--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>runProctor</h4>
+<pre>protected static&nbsp;void&nbsp;runProctor()</pre>
+<div class="block">This is the run loop for the proctor thread (formally known
+ as the "watchcat" (grin)</div>
+</li>
+</ul>
+<a name="loadEmergencyClasses--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>loadEmergencyClasses</h4>
+<pre>public static&nbsp;void&nbsp;loadEmergencyClasses()</pre>
+<div class="block">Since it requires object memory to unpack a jar file,
+ make sure this JVM has loaded the classes necessary for
+ closure <em>before</em> it becomes necessary to use them.
+ <p>
+ Note that just touching the class in order to load it
+ is usually sufficient, so all an implementation needs
+ to do is to reference the same classes used in
+ <a href="../../../com/gemstone/gemfire/SystemFailure.html#emergencyClose--"><code>emergencyClose()</code></a>.  Just make sure to do it while
+ you still have memory to succeed!</div>
+</li>
+</ul>
+<a name="emergencyClose--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>emergencyClose</h4>
+<pre>public static&nbsp;void&nbsp;emergencyClose()</pre>
+<div class="block">Attempt to close any and all GemFire resources.
+ 
+ The contract of this method is that it should not
+ acquire any synchronization mutexes nor create any objects.
+ <p>
+ The former is because the system is in an undefined state and
+ attempting to acquire the mutex may cause a hang.
+ <p>
+ The latter is because the likelihood is that we are invoking
+ this method due to memory exhaustion, so any attempt to create
+ an object will also cause a hang.
+ <p>
+ This method is not meant to be called directly (but, well, I
+ guess it could).  It is public to document the contract
+ that is implemented by <code>emergencyClose</code> in other
+ parts of the system.</div>
+</li>
+</ul>
+<a name="checkFailure--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>checkFailure</h4>
+<pre>public static&nbsp;void&nbsp;checkFailure()
+                         throws <a href="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire">InternalGemFireError</a>,
+                                java.lang.Error</pre>
+<div class="block">Utility function to check for failures.  If a failure is
+ detected, this methods throws an AssertionFailure.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire">InternalGemFireError</a></code> - if the system has been corrupted</dd>
+<dd><code>java.lang.Error</code> - if the system has been corrupted and a thread-specific 
+ AssertionError cannot be allocated</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure(Error)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="initiateFailure-java.lang.Error-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initiateFailure</h4>
+<pre>public static&nbsp;void&nbsp;initiateFailure(java.lang.Error&nbsp;f)
+                            throws <a href="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire">InternalGemFireError</a>,
+                                   java.lang.Error</pre>
+<div class="block">Signals that a system failure has occurred and then throws an
+ AssertionError.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>f</code> - the failure to set</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if f is null</dd>
+<dd><code><a href="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire">InternalGemFireError</a></code> - always; this method does not return normally.</dd>
+<dd><code>java.lang.Error</code> - if a thread-specific AssertionError cannot be allocated.</dd>
+</dl>
+</li>
+</ul>
+<a name="setFailure-java.lang.Error-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFailure</h4>
+<pre>public static&nbsp;void&nbsp;setFailure(java.lang.Error&nbsp;failure)</pre>
+<div class="block">Set the underlying system failure, if not already set.
+ <p>
+ This method does not generate an error, and should only be used
+ in circumstances where execution needs to continue, such as when
+ re-implementing <code>ThreadGroup.uncaughtException(Thread, Throwable)</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>failure</code> - the system failure</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if you attempt to set the failure to null</dd>
+</dl>
+</li>
+</ul>
+<a name="getFailure--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFailure</h4>
+<pre>public static&nbsp;java.lang.Error&nbsp;getFailure()</pre>
+<div class="block">Returns the catastrophic system failure, if any.
+ <p>
+ This is usually (though not necessarily) an instance of
+ <code>VirtualMachineError</code>.
+ <p>
+ A return value of null indicates that no system failure has yet been
+ detected.
+ <p>
+ Object synchronization can implicitly require object creation (fat locks 
+ in JRockit for instance), so the underlying value is not synchronized
+ (it is a volatile). This means the return value from this call is not 
+ necessarily the <em>first</em> failure reported by the JVM.
+ <p>
+ Note that even if it <em>were</em> synchronized, it would only be a 
+ proximal indicator near the time that the JVM crashed, and may not 
+ actually reflect the underlying root cause that generated the failure.  
+ For instance, if your JVM is running short of memory, this Throwable is 
+ probably an innocent victim and <em>not</em> the actual allocation (or 
+ series of allocations) that caused your JVM to exhaust memory.
+ <p>
+ If this function returns a non-null value, keep in mind that the JVM is
+ very limited.  In particular, any attempt to allocate objects may fail
+ if the original failure was an OutOfMemoryError.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the failure, if any</dd>
+</dl>
+</li>
+</ul>
+<a name="setFailureAction-java.lang.Runnable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFailureAction</h4>
+<pre>public static&nbsp;java.lang.Runnable&nbsp;setFailureAction(java.lang.Runnable&nbsp;action)</pre>
+<div class="block">Sets a user-defined action that is run in the event
+ that failure has been detected.
+ <p> 
+ This action is run <em>after</em> the GemFire cache has been shut down.
+ If it throws any error, it will be reattempted indefinitely until it
+ succeeds. This action may be dynamically modified while the system
+ is running.
+ <p>
+ The default action prints the failure stack trace to System.err.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>action</code> - the Runnable to use</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the previous action</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/SystemFailure.html#initiateFailure-java.lang.Error-"><code>initiateFailure(Error)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setFailureMemoryThreshold-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFailureMemoryThreshold</h4>
+<pre>public static&nbsp;long&nbsp;setFailureMemoryThreshold(long&nbsp;newVal)</pre>
+<div class="block">Set the memory threshold under which system failure will be
+ notified. 
+ 
+ This value may be dynamically  modified while the system
+ is running.  The default is 1048576 bytes.  This can be set using the 
+ system property <code>gemfire.SystemFailure.chronic_memory_threshold</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newVal</code> - threshold in bytes</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the old threshold</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>Runtime.freeMemory()</code></dd>
+</dl>
+</li>
+</ul>
+<a name="logWarning-java.lang.String-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>logWarning</h4>
+<pre>protected static&nbsp;boolean&nbsp;logWarning(java.lang.String&nbsp;name,
+                                    java.lang.String&nbsp;s,
+                                    java.lang.Throwable&nbsp;t)</pre>
+<div class="block">Logging can require allocation of objects, so we wrap the
+ logger so that failures are silently ignored.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - string to print</dd>
+<dd><code>t</code> - the call stack, if any</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the warning got printed</dd>
+</dl>
+</li>
+</ul>
+<a name="logInfo-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>logInfo</h4>
+<pre>protected static&nbsp;void&nbsp;logInfo(java.lang.String&nbsp;name,
+                              java.lang.String&nbsp;s)</pre>
+<div class="block">Logging can require allocation of objects, so we wrap the
+ logger so that failures are silently ignored.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - string to print</dd>
+</dl>
+</li>
+</ul>
+<a name="logFine-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>logFine</h4>
+<pre>protected static&nbsp;void&nbsp;logFine(java.lang.String&nbsp;name,
+                              java.lang.String&nbsp;s)</pre>
+<div class="block">Logging can require allocation of objects, so we wrap the
+ logger so that failures are silently ignored.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - string to print</dd>
+</dl>
+</li>
+</ul>
+<a name="startThreads--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startThreads</h4>
+<pre>public static&nbsp;void&nbsp;startThreads()</pre>
+<div class="block">This starts up the watchdog and proctor threads.
+ This method is called when a Cache is created.</div>
+</li>
+</ul>
+<a name="stopThreads--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>stopThreads</h4>
+<pre>public static&nbsp;void&nbsp;stopThreads()</pre>
+<div class="block">This stops the threads that implement this service.
+ This method is called when a Cache is closed.</div>
+</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="../../../com/gemstone/gemfire/SystemConnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SystemIsRunningException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SystemFailure.html" target="_top">Frames</a></li>
+<li><a href="SystemFailure.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemIsRunningException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemIsRunningException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemIsRunningException.html
new file mode 100644
index 0000000..4129dc4
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemIsRunningException.html
@@ -0,0 +1,302 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>SystemIsRunningException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemIsRunningException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/SystemFailure.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/ThreadInterruptedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SystemIsRunningException.html" target="_top">Frames</a></li>
+<li><a href="SystemIsRunningException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class SystemIsRunningException" class="title">Class SystemIsRunningException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.SystemIsRunningException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">SystemIsRunningException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>SystemIsRunningException</code> is thrown when an operation
+ is attempted that requires that the locator is stopped.
+ <p>
+ In some cases this exception may be thrown and the locator will
+ not be running. This will happen if the locator was not stopped
+ cleanly.
+ <p>As of GemFire 5.0 this exception should be named LocatorIsRunningException.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.SystemIsRunningException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemIsRunningException.html#SystemIsRunningException--">SystemIsRunningException</a></span>()</code>
+<div class="block">Creates a new <code>SystemIsRunningException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemIsRunningException.html#SystemIsRunningException-java.lang.String-">SystemIsRunningException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>SystemIsRunningException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="SystemIsRunningException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SystemIsRunningException</h4>
+<pre>public&nbsp;SystemIsRunningException()</pre>
+<div class="block">Creates a new <code>SystemIsRunningException</code>.</div>
+</li>
+</ul>
+<a name="SystemIsRunningException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SystemIsRunningException</h4>
+<pre>public&nbsp;SystemIsRunningException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>SystemIsRunningException</code>.</div>
+</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="../../../com/gemstone/gemfire/SystemFailure.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/ThreadInterruptedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SystemIsRunningException.html" target="_top">Frames</a></li>
+<li><a href="SystemIsRunningException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ThreadInterruptedException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ThreadInterruptedException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ThreadInterruptedException.html
new file mode 100644
index 0000000..c8286dc
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ThreadInterruptedException.html
@@ -0,0 +1,258 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>ThreadInterruptedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ThreadInterruptedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/SystemIsRunningException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/ToDataException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/ThreadInterruptedException.html" target="_top">Frames</a></li>
+<li><a href="ThreadInterruptedException.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="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class ThreadInterruptedException" class="title">Class ThreadInterruptedException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.CancelException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.ThreadInterruptedException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">this class is no longer used</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public final class <span class="typeNameLabel">ThreadInterruptedException</span>
+extends <a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.ThreadInterruptedException">Serialized Form</a></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>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></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="../../../com/gemstone/gemfire/SystemIsRunningException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/ToDataException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/ThreadInterruptedException.html" target="_top">Frames</a></li>
+<li><a href="ThreadInterruptedException.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="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ToDataException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ToDataException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ToDataException.html
new file mode 100644
index 0000000..6acc249
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/ToDataException.html
@@ -0,0 +1,314 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>ToDataException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ToDataException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/ThreadInterruptedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/UncreatedSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/ToDataException.html" target="_top">Frames</a></li>
+<li><a href="ToDataException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class ToDataException" class="title">Class ToDataException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireIOException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.SerializationException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.ToDataException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">ToDataException</span>
+extends <a href="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire">SerializationException</a></pre>
+<div class="block">A <code>ToDataException</code> is thrown during serialization if
+ <a href="../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-"><code>DataSerializable.toData(java.io.DataOutput)</code></a> throws an exception or if
+ <a href="../../../com/gemstone/gemfire/DataSerializer.html#toData-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.toData(java.lang.Object, java.io.DataOutput)</code></a> is called and returns false.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.ToDataException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/ToDataException.html#ToDataException-java.lang.String-">ToDataException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>ToDataException</code> with the given message</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/ToDataException.html#ToDataException-java.lang.String-java.lang.Throwable-">ToDataException</a></span>(java.lang.String&nbsp;message,
+               java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>ToDataException</code> with the given message
+ and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ToDataException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ToDataException</h4>
+<pre>public&nbsp;ToDataException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>ToDataException</code> with the given message</div>
+</li>
+</ul>
+<a name="ToDataException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ToDataException</h4>
+<pre>public&nbsp;ToDataException(java.lang.String&nbsp;message,
+                       java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>ToDataException</code> with the given message
+ and cause.</div>
+</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="../../../com/gemstone/gemfire/ThreadInterruptedException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/UncreatedSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/ToDataException.html" target="_top">Frames</a></li>
+<li><a href="ToDataException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[03/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionAttributes.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionAttributes.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionAttributes.html
new file mode 100644
index 0000000..1a1652c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionAttributes.html
@@ -0,0 +1,415 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>FixedPartitionAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="FixedPartitionAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":6,"i5":6,"i6":6};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FixedPartitionAttributes.html" target="_top">Frames</a></li>
+<li><a href="FixedPartitionAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class FixedPartitionAttributes" class="title">Class FixedPartitionAttributes</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.FixedPartitionAttributes</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">FixedPartitionAttributes</span>
+extends java.lang.Object</pre>
+<div class="block">Composite date type used to distribute the attributes for a fixed partition.
+ </p>
+ 
+ <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html#getFixedPartitionAttributes--"><code>PartitionAttributes.getFixedPartitionAttributes()</code></a>
+ returns all fixed partitions in Partitioned Region attributes. </p>
+ <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#addFixedPartitionAttributes-com.gemstone.gemfire.cache.FixedPartitionAttributes-"><code>PartitionAttributesFactory.addFixedPartitionAttributes(FixedPartitionAttributes)</code></a>
+ configures <code>FixedPartitionAttributes</Code> in
+ <code>PartitionedRegionAttributes</code> </p></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>PartitionAttributesFactory</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#FixedPartitionAttributes--">FixedPartitionAttributes</a></span>()</code>&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#createFixedPartition-java.lang.String-">createFixedPartition</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#createFixedPartition-java.lang.String-boolean-">createFixedPartition</a></span>(java.lang.String&nbsp;name,
+                    boolean&nbsp;isPrimary)</code>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#createFixedPartition-java.lang.String-boolean-int-">createFixedPartition</a></span>(java.lang.String&nbsp;name,
+                    boolean&nbsp;isPrimary,
+                    int&nbsp;numBuckets)</code>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#createFixedPartition-java.lang.String-int-">createFixedPartition</a></span>(java.lang.String&nbsp;name,
+                    int&nbsp;numBuckets)</code>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>abstract int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#getNumBuckets--">getNumBuckets</a></span>()</code>
+<div class="block">Returns the number of buckets allowed for the partition.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>abstract java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#getPartitionName--">getPartitionName</a></span>()</code>
+<div class="block">Returns the name of the fixed partition.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>abstract boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html#isPrimary--">isPrimary</a></span>()</code>
+<div class="block">Returns whether this member is the primary for the partition.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="FixedPartitionAttributes--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>FixedPartitionAttributes</h4>
+<pre>public&nbsp;FixedPartitionAttributes()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="createFixedPartition-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFixedPartition</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a>&nbsp;createFixedPartition(java.lang.String&nbsp;name)</pre>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - Name of the fixed partition.</dd>
+</dl>
+</li>
+</ul>
+<a name="createFixedPartition-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFixedPartition</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a>&nbsp;createFixedPartition(java.lang.String&nbsp;name,
+                                                                  boolean&nbsp;isPrimary)</pre>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - Name of the fixed partition.</dd>
+<dd><code>isPrimary</code> - True if this member is the primary for the partition.</dd>
+</dl>
+</li>
+</ul>
+<a name="createFixedPartition-java.lang.String-boolean-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFixedPartition</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a>&nbsp;createFixedPartition(java.lang.String&nbsp;name,
+                                                                  boolean&nbsp;isPrimary,
+                                                                  int&nbsp;numBuckets)</pre>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - Name of the fixed partition.</dd>
+<dd><code>isPrimary</code> - True if this member is the primary for the partition.</dd>
+<dd><code>numBuckets</code> - Number of buckets allowed for the partition.</dd>
+</dl>
+</li>
+</ul>
+<a name="createFixedPartition-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFixedPartition</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache">FixedPartitionAttributes</a>&nbsp;createFixedPartition(java.lang.String&nbsp;name,
+                                                                  int&nbsp;numBuckets)</pre>
+<div class="block">Creates an instance of <code>FixedPartitionAttributes</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - Name of the fixed partition.</dd>
+<dd><code>numBuckets</code> - Number of buckets allowed for the partition.</dd>
+</dl>
+</li>
+</ul>
+<a name="getPartitionName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPartitionName</h4>
+<pre>public abstract&nbsp;java.lang.String&nbsp;getPartitionName()</pre>
+<div class="block">Returns the name of the fixed partition.</div>
+</li>
+</ul>
+<a name="isPrimary--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isPrimary</h4>
+<pre>public abstract&nbsp;boolean&nbsp;isPrimary()</pre>
+<div class="block">Returns whether this member is the primary for the partition.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>True if this member is the primary, false otherwise.</dd>
+</dl>
+</li>
+</ul>
+<a name="getNumBuckets--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getNumBuckets</h4>
+<pre>public abstract&nbsp;int&nbsp;getNumBuckets()</pre>
+<div class="block">Returns the number of buckets allowed for the partition.</div>
+</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="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FixedPartitionAttributes.html" target="_top">Frames</a></li>
+<li><a href="FixedPartitionAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionResolver.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionResolver.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionResolver.html
new file mode 100644
index 0000000..33eb66a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionResolver.html
@@ -0,0 +1,294 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>FixedPartitionResolver (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="FixedPartitionResolver (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FixedPartitionResolver.html" target="_top">Frames</a></li>
+<li><a href="FixedPartitionResolver.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface FixedPartitionResolver" class="title">Interface FixedPartitionResolver&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a>, <a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache">PartitionResolver</a>&lt;K,V&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">FixedPartitionResolver&lt;K,V&gt;</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache">PartitionResolver</a>&lt;K,V&gt;</pre>
+<div class="block">Implementers of interface <code>FixedPartitionResolver</code> helps to
+ achieve explicit mapping of a "user defined" partition to a data member node.
+ <p>
+ GemFire uses the partition name returned by <a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html#getPartitionName-com.gemstone.gemfire.cache.EntryOperation-java.util.Set-"><code>getPartitionName(EntryOperation, Set)</code></a> to determine on
+ which member the data is being managed. Say, for example, you want to
+ partition all Trades according to quarters. You can implement
+ FixedPartitionResolver to get the name of the quarter based on the date given
+ as part of <a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache"><code>EntryOperation</code></a>.
+ </p>
+ 
+ public class QuarterPartitionResolver implements FixedPartitionResolver{<br>
+ &nbsp &nbsp public String getPartitionName(EntryOperation opDetails, Set
+ allAvailablePartitions) {<br>
+ &nbsp &nbsp Date date = sdf.parse((String)opDetails.getKey());<br>
+ &nbsp &nbsp Calendar cal = Calendar.getInstance();<br>
+ &nbsp &nbsp cal.setTime(date);<br>
+ &nbsp &nbsp int month = cal.get(Calendar.MONTH);<br>
+ &nbsp &nbsp if (month == 0 || month == 1 || month == 2) {<br>
+ &nbsp &nbsp &nbsp return "Quarter1";<br>
+ &nbsp &nbsp }<br>
+ &nbsp &nbsp else if (month == 3 || month == 4 || month == 5) {<br>
+ &nbsp &nbsp &nbsp return "Quarter2";<br>
+ &nbsp &nbsp }<br>
+ &nbsp &nbsp else if (month == 6 || month == 7 || month == 8) {<br>
+ &nbsp &nbsp &nbsp return "Quarter3";<br>
+ &nbsp &nbsp }<br>
+ &nbsp &nbsp else if (month == 9 || month == 10 || month == 11) {<br>
+ &nbsp &nbsp &nbsp return "Quarter4";<br>
+ &nbsp &nbsp }<br>
+ &nbsp &nbsp else {<br>
+ &nbsp &nbsp &nbsp return "Invalid Quarter";<br>
+ &nbsp &nbsp }<br>
+ &nbsp }<br></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionResolver</code></a></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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html#getPartitionName-com.gemstone.gemfire.cache.EntryOperation-java.util.Set-">getPartitionName</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache">EntryOperation</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="type parameter in FixedPartitionResolver">K</a>,<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="type parameter in FixedPartitionResolver">V</a>&gt;&nbsp;opDetails,
+                java.util.Set&lt;java.lang.String&gt;&nbsp;targetPartitions)</code>
+<div class="block">This method is used to get the name of the partition for the given entry
+ operation.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.PartitionResolver">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache">PartitionResolver</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html#getName--">getName</a>, <a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html#getRoutingObject-com.gemstone.gemfire.cache.EntryOperation-">getRoutingObject</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheCallback">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></code></li>
+</ul>
+</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="getPartitionName-com.gemstone.gemfire.cache.EntryOperation-java.util.Set-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getPartitionName</h4>
+<pre>java.lang.String&nbsp;getPartitionName(<a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache">EntryOperation</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="type parameter in FixedPartitionResolver">K</a>,<a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="type parameter in FixedPartitionResolver">V</a>&gt;&nbsp;opDetails,
+                                  @Deprecated
+                                  java.util.Set&lt;java.lang.String&gt;&nbsp;targetPartitions)</pre>
+<div class="block">This method is used to get the name of the partition for the given entry
+ operation.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>opDetails</code> - the details of the entry operation e.g. <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a></dd>
+<dd><code>targetPartitions</code> - Avoid using this parameter.This set is deprecated from 8.0 and same will be removed in future release.
+           Represents all the available primary partitions on the nodes.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>partition-name associated with node which allows mapping of given
+         data to user defined partition</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="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FixedPartitionResolver.html" target="_top">Frames</a></li>
+<li><a href="FixedPartitionResolver.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayConfigurationException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayConfigurationException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayConfigurationException.html
new file mode 100644
index 0000000..405ff0a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayConfigurationException.html
@@ -0,0 +1,341 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GatewayConfigurationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GatewayConfigurationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/GatewayConfigurationException.html" target="_top">Frames</a></li>
+<li><a href="GatewayConfigurationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class GatewayConfigurationException" class="title">Class GatewayConfigurationException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.OperationAbortedException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.GatewayException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.GatewayConfigurationException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">GatewayConfigurationException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a></pre>
+<div class="block">An exception indicating that a gateway configuration
+ will not work with the remote side of the gateway's configuration.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.GatewayConfigurationException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html#GatewayConfigurationException--">GatewayConfigurationException</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html#GatewayConfigurationException-java.lang.String-">GatewayConfigurationException</a></span>(java.lang.String&nbsp;msg)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html#GatewayConfigurationException-java.lang.String-java.lang.Throwable-">GatewayConfigurationException</a></span>(java.lang.String&nbsp;msg,
+                             java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html#GatewayConfigurationException-java.lang.Throwable-">GatewayConfigurationException</a></span>(java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GatewayConfigurationException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GatewayConfigurationException</h4>
+<pre>public&nbsp;GatewayConfigurationException()</pre>
+</li>
+</ul>
+<a name="GatewayConfigurationException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GatewayConfigurationException</h4>
+<pre>public&nbsp;GatewayConfigurationException(java.lang.String&nbsp;msg,
+                                     java.lang.Throwable&nbsp;cause)</pre>
+</li>
+</ul>
+<a name="GatewayConfigurationException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GatewayConfigurationException</h4>
+<pre>public&nbsp;GatewayConfigurationException(java.lang.String&nbsp;msg)</pre>
+</li>
+</ul>
+<a name="GatewayConfigurationException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GatewayConfigurationException</h4>
+<pre>public&nbsp;GatewayConfigurationException(java.lang.Throwable&nbsp;cause)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/GatewayConfigurationException.html" target="_top">Frames</a></li>
+<li><a href="GatewayConfigurationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayException.html
new file mode 100644
index 0000000..987e39a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GatewayException.html
@@ -0,0 +1,372 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GatewayException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GatewayException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/GatewayException.html" target="_top">Frames</a></li>
+<li><a href="GatewayException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class GatewayException" class="title">Class GatewayException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.OperationAbortedException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.GatewayException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache">GatewayConfigurationException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">GatewayException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">OperationAbortedException</a></pre>
+<div class="block">An exception thrown by a <code>Gateway</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.GatewayException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html#GatewayException--">GatewayException</a></span>()</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html#GatewayException-java.lang.String-">GatewayException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html#GatewayException-java.lang.String-java.lang.Throwable-">GatewayException</a></span>(java.lang.String&nbsp;msg,
+                java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html#GatewayException-java.lang.Throwable-">GatewayException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructor.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GatewayException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GatewayException</h4>
+<pre>public&nbsp;GatewayException()</pre>
+<div class="block">Constructor.
+ Creates a new instance of <code>GatewayException</code>.</div>
+</li>
+</ul>
+<a name="GatewayException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GatewayException</h4>
+<pre>public&nbsp;GatewayException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructor.
+ Creates an instance of <code>GatewayException</code> with the
+ specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="GatewayException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GatewayException</h4>
+<pre>public&nbsp;GatewayException(java.lang.String&nbsp;msg,
+                        java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructor.
+ Creates an instance of <code>GatewayException</code> with the
+ specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="GatewayException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GatewayException</h4>
+<pre>public&nbsp;GatewayException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructor.
+ Creates an instance of <code>GatewayException</code> with the
+ specified cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/GatewayException.html" target="_top">Frames</a></li>
+<li><a href="GatewayException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[40/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsType.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsType.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsType.html
new file mode 100644
index 0000000..51c92e2
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsType.html
@@ -0,0 +1,312 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>StatisticsType (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="StatisticsType (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":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="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticsType.html" target="_top">Frames</a></li>
+<li><a href="StatisticsType.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">com.gemstone.gemfire</div>
+<h2 title="Interface StatisticsType" class="title">Interface StatisticsType</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">StatisticsType</span></pre>
+<div class="block">Used to describe a logical collection of statistics. These descriptions
+ are used to create an instance of <a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><code>Statistics</code></a>.
+
+ <P>
+ To get an instance of this interface use an instance of
+ <a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><code>StatisticsFactory</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsType.html#getDescription--">getDescription</a></span>()</code>
+<div class="block">Returns a description of this statistics type</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsType.html#getName--">getName</a></span>()</code>
+<div class="block">Returns the name of this statistics type</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsType.html#getStatistics--">getStatistics</a></span>()</code>
+<div class="block">Returns descriptions of the statistics that this statistics type
+ gathers together</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToDescriptor-java.lang.String-">nameToDescriptor</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the descriptor of the statistic with the given name in this
+ statistics instance.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsType.html#nameToId-java.lang.String-">nameToId</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Returns the id of the statistic with the given name in this
+ statistics instance.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block">Returns the name of this statistics type</div>
+</li>
+</ul>
+<a name="getDescription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>java.lang.String&nbsp;getDescription()</pre>
+<div class="block">Returns a description of this statistics type</div>
+</li>
+</ul>
+<a name="getStatistics--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStatistics</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>[]&nbsp;getStatistics()</pre>
+<div class="block">Returns descriptions of the statistics that this statistics type
+ gathers together</div>
+</li>
+</ul>
+<a name="nameToId-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>nameToId</h4>
+<pre>int&nbsp;nameToId(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the id of the statistic with the given name in this
+ statistics instance.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - No statistic named <code>name</code> exists in this
+         statistics instance.</dd>
+</dl>
+</li>
+</ul>
+<a name="nameToDescriptor-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>nameToDescriptor</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;nameToDescriptor(java.lang.String&nbsp;name)</pre>
+<div class="block">Returns the descriptor of the statistic with the given name in this
+ statistics instance.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - No statistic named <code>name</code> exists in this
+         statistics instance.</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="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticsType.html" target="_top">Frames</a></li>
+<li><a href="StatisticsType.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsTypeFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsTypeFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsTypeFactory.html
new file mode 100644
index 0000000..3348c6f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsTypeFactory.html
@@ -0,0 +1,658 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>StatisticsTypeFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="StatisticsTypeFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../index-all.html">Index</a></li>
+<li><a href="../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SystemConnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticsTypeFactory.html" target="_top">Frames</a></li>
+<li><a href="StatisticsTypeFactory.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">com.gemstone.gemfire</div>
+<h2 title="Interface StatisticsTypeFactory" class="title">Interface StatisticsTypeFactory</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire">StatisticsFactory</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">StatisticsTypeFactory</span></pre>
+<div class="block">Instances of this interface provide methods that create instances
+ of <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> and <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a>.
+ Every <a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><code>StatisticsFactory</code></a> is also a type factory.
+
+ <P>
+
+ A <code>StatisticsTypeFactory</code> can create a <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>statistic</code></a> of three numeric types:
+ <code>int</code>, <code>long</code>, and <code>double</code>.  A
+ statistic (<code>StatisticDescriptor</code>) can either be a
+ <I>gauge</I> meaning that its value can increase and decrease or a
+ <I>counter</I> meaning that its value is strictly increasing.
+ Marking a statistic as a counter allows statistic display tools
+ to properly display a statistics whose value "wraps around" (that
+ is, exceeds its maximum value).
+ 
+ <P>The following code is an example of how to create a type using XML.
+ In this example the type has two stats whose values always increase:
+ <pre>
+    StatisticsTypeFactory f = ...;
+    StatisticsType t = f.createType(
+        "StatSampler",
+        "Stats on the statistic sampler.",
+        new StatisticDescriptor[] {
+            f.createIntCounter("sampleCount",
+                               "Total number of samples taken by this sampler.",
+                               "samples"),
+            f.createLongCounter("sampleTime",
+                                "Total amount of time spent taking samples.",
+                                "milliseconds"),
+        }
+    );
+ </pre>
+ <P>The following is an example of how to create the same type using XML.
+ The XML data:
+ <pre>
+    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
+    &lt;!DOCTYPE statistics PUBLIC
+      "-//GemStone Systems, Inc.//GemFire Statistics Type//EN"
+      "http://www.gemstone.com/dtd/statisticsType.dtd"&gt;
+    &lt;statistics&gt;
+      &lt;type name="StatSampler"&gt;
+        &lt;description&gt;Stats on the statistic sampler.&lt;/description&gt;
+        &lt;stat name="sampleCount" storage="int" counter="true"&gt;
+          &lt;description&gt;Total number of samples taken by this sampler.&lt;/description&gt;
+          &lt;unit&gt;samples&lt;/unit&gt;
+        &lt;/stat&gt;
+        &lt;stat name="sampleTime" storage="long" counter="true"&gt;
+          &lt;description&gt;Total amount of time spent taking samples.&lt;/description&gt;
+          &lt;unit&gt;milliseconds&lt;/unit&gt;
+        &lt;/stat&gt;
+      &lt;/type&gt;
+    &lt;/statistics&gt;
+ </pre>
+ The code to create the type:
+ <pre>
+      StatisticsTypeFactory f = ...;
+      Reader r = new InputStreamReader("fileContainingXmlData"));
+      StatisticsType type = f.createTypesFromXml(r)[0];
+ </pre>
+ <P></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><A href="package-summary.html#statistics">Package introduction</A></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 int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#MAX_DESCRIPTORS_PER_TYPE">MAX_DESCRIPTORS_PER_TYPE</a></span></code>
+<div class="block">The maximum number of descriptors a single statistics type can have.</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></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="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleCounter-java.lang.String-java.lang.String-java.lang.String-">createDoubleCounter</a></span>(java.lang.String&nbsp;name,
+                   java.lang.String&nbsp;description,
+                   java.lang.String&nbsp;units)</code>
+<div class="block">Creates and returns a double counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with larger values indicating better performance.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">createDoubleCounter</a></span>(java.lang.String&nbsp;name,
+                   java.lang.String&nbsp;description,
+                   java.lang.String&nbsp;units,
+                   boolean&nbsp;largerBetter)</code>
+<div class="block">Creates and returns a double counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleGauge-java.lang.String-java.lang.String-java.lang.String-">createDoubleGauge</a></span>(java.lang.String&nbsp;name,
+                 java.lang.String&nbsp;description,
+                 java.lang.String&nbsp;units)</code>
+<div class="block">Creates and returns a double gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with smaller values indicating better performance.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createDoubleGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">createDoubleGauge</a></span>(java.lang.String&nbsp;name,
+                 java.lang.String&nbsp;description,
+                 java.lang.String&nbsp;units,
+                 boolean&nbsp;largerBetter)</code>
+<div class="block">Creates and returns a double gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntCounter-java.lang.String-java.lang.String-java.lang.String-">createIntCounter</a></span>(java.lang.String&nbsp;name,
+                java.lang.String&nbsp;description,
+                java.lang.String&nbsp;units)</code>
+<div class="block">Creates and returns an int counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with larger values indicating better performance.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">createIntCounter</a></span>(java.lang.String&nbsp;name,
+                java.lang.String&nbsp;description,
+                java.lang.String&nbsp;units,
+                boolean&nbsp;largerBetter)</code>
+<div class="block">Creates and returns an int counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntGauge-java.lang.String-java.lang.String-java.lang.String-">createIntGauge</a></span>(java.lang.String&nbsp;name,
+              java.lang.String&nbsp;description,
+              java.lang.String&nbsp;units)</code>
+<div class="block">Creates and returns an int gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with smaller values indicating better performance.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createIntGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">createIntGauge</a></span>(java.lang.String&nbsp;name,
+              java.lang.String&nbsp;description,
+              java.lang.String&nbsp;units,
+              boolean&nbsp;largerBetter)</code>
+<div class="block">Creates and returns an int gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongCounter-java.lang.String-java.lang.String-java.lang.String-">createLongCounter</a></span>(java.lang.String&nbsp;name,
+                 java.lang.String&nbsp;description,
+                 java.lang.String&nbsp;units)</code>
+<div class="block">Creates and returns a long counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with larger values indicating better performance.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">createLongCounter</a></span>(java.lang.String&nbsp;name,
+                 java.lang.String&nbsp;description,
+                 java.lang.String&nbsp;units,
+                 boolean&nbsp;largerBetter)</code>
+<div class="block">Creates and returns a long counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongGauge-java.lang.String-java.lang.String-java.lang.String-">createLongGauge</a></span>(java.lang.String&nbsp;name,
+               java.lang.String&nbsp;description,
+               java.lang.String&nbsp;units)</code>
+<div class="block">Creates and returns a long gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with smaller values indicating better performance.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createLongGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">createLongGauge</a></span>(java.lang.String&nbsp;name,
+               java.lang.String&nbsp;description,
+               java.lang.String&nbsp;units,
+               boolean&nbsp;largerBetter)</code>
+<div class="block">Creates and returns a long gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createType-java.lang.String-java.lang.String-com.gemstone.gemfire.StatisticDescriptor:A-">createType</a></span>(java.lang.String&nbsp;name,
+          java.lang.String&nbsp;description,
+          <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>[]&nbsp;stats)</code>
+<div class="block">Creates or finds and returns a <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> with the given <code>name</code>, <code>description</code>, and <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>statistic descriptions</code></a>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#createTypesFromXml-java.io.Reader-">createTypesFromXml</a></span>(java.io.Reader&nbsp;reader)</code>
+<div class="block">Creates one or more <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> from the contents of the
+ given <code>reader</code>.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#findType-java.lang.String-">findType</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Finds and returns an already created <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> with the given <code>name</code>.</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="MAX_DESCRIPTORS_PER_TYPE">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>MAX_DESCRIPTORS_PER_TYPE</h4>
+<pre>static final&nbsp;int MAX_DESCRIPTORS_PER_TYPE</pre>
+<div class="block">The maximum number of descriptors a single statistics type can have.
+ <P> Current value is: <code>254</code></div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../constant-values.html#com.gemstone.gemfire.StatisticsTypeFactory.MAX_DESCRIPTORS_PER_TYPE">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="createIntCounter-java.lang.String-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createIntCounter</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createIntCounter(java.lang.String&nbsp;name,
+                                     java.lang.String&nbsp;description,
+                                     java.lang.String&nbsp;units)</pre>
+<div class="block">Creates and returns an int counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with larger values indicating better performance.</div>
+</li>
+</ul>
+<a name="createLongCounter-java.lang.String-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLongCounter</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createLongCounter(java.lang.String&nbsp;name,
+                                      java.lang.String&nbsp;description,
+                                      java.lang.String&nbsp;units)</pre>
+<div class="block">Creates and returns a long counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with larger values indicating better performance.</div>
+</li>
+</ul>
+<a name="createDoubleCounter-java.lang.String-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDoubleCounter</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createDoubleCounter(java.lang.String&nbsp;name,
+                                        java.lang.String&nbsp;description,
+                                        java.lang.String&nbsp;units)</pre>
+<div class="block">Creates and returns a double counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with larger values indicating better performance.</div>
+</li>
+</ul>
+<a name="createIntGauge-java.lang.String-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createIntGauge</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createIntGauge(java.lang.String&nbsp;name,
+                                   java.lang.String&nbsp;description,
+                                   java.lang.String&nbsp;units)</pre>
+<div class="block">Creates and returns an int gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with smaller values indicating better performance.</div>
+</li>
+</ul>
+<a name="createLongGauge-java.lang.String-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLongGauge</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createLongGauge(java.lang.String&nbsp;name,
+                                    java.lang.String&nbsp;description,
+                                    java.lang.String&nbsp;units)</pre>
+<div class="block">Creates and returns a long gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with smaller values indicating better performance.</div>
+</li>
+</ul>
+<a name="createDoubleGauge-java.lang.String-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDoubleGauge</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createDoubleGauge(java.lang.String&nbsp;name,
+                                      java.lang.String&nbsp;description,
+                                      java.lang.String&nbsp;units)</pre>
+<div class="block">Creates and returns a double gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>units</code>,
+ and with smaller values indicating better performance.</div>
+</li>
+</ul>
+<a name="createIntCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createIntCounter</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createIntCounter(java.lang.String&nbsp;name,
+                                     java.lang.String&nbsp;description,
+                                     java.lang.String&nbsp;units,
+                                     boolean&nbsp;largerBetter)</pre>
+<div class="block">Creates and returns an int counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</li>
+</ul>
+<a name="createLongCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLongCounter</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createLongCounter(java.lang.String&nbsp;name,
+                                      java.lang.String&nbsp;description,
+                                      java.lang.String&nbsp;units,
+                                      boolean&nbsp;largerBetter)</pre>
+<div class="block">Creates and returns a long counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</li>
+</ul>
+<a name="createDoubleCounter-java.lang.String-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDoubleCounter</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createDoubleCounter(java.lang.String&nbsp;name,
+                                        java.lang.String&nbsp;description,
+                                        java.lang.String&nbsp;units,
+                                        boolean&nbsp;largerBetter)</pre>
+<div class="block">Creates and returns a double counter <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</li>
+</ul>
+<a name="createIntGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createIntGauge</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createIntGauge(java.lang.String&nbsp;name,
+                                   java.lang.String&nbsp;description,
+                                   java.lang.String&nbsp;units,
+                                   boolean&nbsp;largerBetter)</pre>
+<div class="block">Creates and returns an int gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</li>
+</ul>
+<a name="createLongGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLongGauge</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createLongGauge(java.lang.String&nbsp;name,
+                                    java.lang.String&nbsp;description,
+                                    java.lang.String&nbsp;units,
+                                    boolean&nbsp;largerBetter)</pre>
+<div class="block">Creates and returns a long gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</li>
+</ul>
+<a name="createDoubleGauge-java.lang.String-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDoubleGauge</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&nbsp;createDoubleGauge(java.lang.String&nbsp;name,
+                                      java.lang.String&nbsp;description,
+                                      java.lang.String&nbsp;units,
+                                      boolean&nbsp;largerBetter)</pre>
+<div class="block">Creates and returns a double gauge <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>StatisticDescriptor</code></a> with the given <code>name</code>, <code>description</code>, <code>largerBetter</code>, and <code>units</code>.</div>
+</li>
+</ul>
+<a name="createType-java.lang.String-java.lang.String-com.gemstone.gemfire.StatisticDescriptor:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createType</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;createType(java.lang.String&nbsp;name,
+                          java.lang.String&nbsp;description,
+                          <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>[]&nbsp;stats)</pre>
+<div class="block">Creates or finds and returns a <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> with the given <code>name</code>, <code>description</code>, and <a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><code>statistic descriptions</code></a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if a type with the given <code>name</code> already exists and it differs from the given parameters.</dd>
+</dl>
+</li>
+</ul>
+<a name="findType-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>findType</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>&nbsp;findType(java.lang.String&nbsp;name)</pre>
+<div class="block">Finds and returns an already created <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> with the given <code>name</code>. Returns <code>null</code> if the type does not exist.</div>
+</li>
+</ul>
+<a name="createTypesFromXml-java.io.Reader-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createTypesFromXml</h4>
+<pre><a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire">StatisticsType</a>[]&nbsp;createTypesFromXml(java.io.Reader&nbsp;reader)
+                             throws java.io.IOException</pre>
+<div class="block">Creates one or more <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a> from the contents of the
+ given <code>reader</code>. The created types can be found by calling
+ <a href="../../../com/gemstone/gemfire/StatisticsTypeFactory.html#findType-java.lang.String-"><code>findType(java.lang.String)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>reader</code> - The source of the XML data which must comply with the
+        <code>statisticsType.dtd</code>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if a type defined in the reader
+  already exists</dd>
+<dd><code>java.io.IOException</code> - Something went wrong while reading from
+         <code>reader</code></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="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SystemConnectException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticsTypeFactory.html" target="_top">Frames</a></li>
+<li><a href="StatisticsTypeFactory.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemConnectException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemConnectException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemConnectException.html
new file mode 100644
index 0000000..4bbbd6a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemConnectException.html
@@ -0,0 +1,300 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>SystemConnectException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemConnectException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SystemFailure.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SystemConnectException.html" target="_top">Frames</a></li>
+<li><a href="SystemConnectException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class SystemConnectException" class="title">Class SystemConnectException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.SystemConnectException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">SystemConnectException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">An <code>SystemConnectException</code> is thrown when a
+ GemFire application tries to connect to an
+ existing distributed system and is unable to contact all members of
+ the distributed system to announce its presence.  This is usually due
+ to resource depletion problems (low memory or too few file descriptors)
+ in other processes.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.SystemConnectException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemConnectException.html#SystemConnectException-java.lang.String-">SystemConnectException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>SystemConnectException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SystemConnectException.html#SystemConnectException-java.lang.String-java.lang.Throwable-">SystemConnectException</a></span>(java.lang.String&nbsp;message,
+                      java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="SystemConnectException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SystemConnectException</h4>
+<pre>public&nbsp;SystemConnectException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>SystemConnectException</code>.</div>
+</li>
+</ul>
+<a name="SystemConnectException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SystemConnectException</h4>
+<pre>public&nbsp;SystemConnectException(java.lang.String&nbsp;message,
+                              java.lang.Throwable&nbsp;cause)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/StatisticsTypeFactory.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SystemFailure.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SystemConnectException.html" target="_top">Frames</a></li>
+<li><a href="SystemConnectException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[12/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheXmlException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheXmlException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheXmlException.html
new file mode 100644
index 0000000..fd2793d
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheXmlException.html
@@ -0,0 +1,320 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheXmlException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheXmlException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheXmlException.html" target="_top">Frames</a></li>
+<li><a href="CacheXmlException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheXmlException" class="title">Class CacheXmlException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheXmlException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CacheXmlException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre>
+<div class="block">Thrown when a problem is encountered while parsing a <A
+ href="package-summary.html#declarative">declarative caching XML
+ file</A>.  Examples of such problems are a malformed XML file or
+ the inability to load a <a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><code>Declarable</code></a> class.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create-com.gemstone.gemfire.distributed.DistributedSystem-"><code>CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem)</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheXmlException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html#CacheXmlException-java.lang.String-">CacheXmlException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>CacheXmlException</code> with the given
+ description.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html#CacheXmlException-java.lang.String-java.lang.Throwable-">CacheXmlException</a></span>(java.lang.String&nbsp;message,
+                 java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>CacheXmlException</code> with the given
+ description and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheXmlException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheXmlException</h4>
+<pre>public&nbsp;CacheXmlException(java.lang.String&nbsp;message,
+                         java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>CacheXmlException</code> with the given
+ description and cause.</div>
+</li>
+</ul>
+<a name="CacheXmlException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheXmlException</h4>
+<pre>public&nbsp;CacheXmlException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>CacheXmlException</code> with the given
+ description.</div>
+</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="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheXmlException.html" target="_top">Frames</a></li>
+<li><a href="CacheXmlException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ClientSession.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ClientSession.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ClientSession.html
new file mode 100644
index 0000000..b66ceb2
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ClientSession.html
@@ -0,0 +1,507 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>ClientSession (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ClientSession (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":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="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ClientSession.html" target="_top">Frames</a></li>
+<li><a href="ClientSession.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface ClientSession" class="title">Interface ClientSession</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">ClientSession</span></pre>
+<div class="block">Class <code>ClientSession</code> represents a client connection on the
+ server. <code>ClientSessions</code> can be used from the cache server to
+ perform interest registrations and unregistrations on behalf of clients.
+ <code>ClientSessions</code> are only available on the cache server.
+ 
+ <p>
+ The ClientSession is often used in conjunction with a callback
+ <code>EntryEvent</code> as shown below.
+ 
+ <pre>
+ String durableClientId = ...; // Some part of the event's key or value would contain this id
+ Cache cache = CacheFactory.getAnyInstance();
+ CacheServer cacheServer = (CacheServer) cache.getCacheServers().iterator().next();
+ ClientSession clientSession = cacheServer.getClientSession(durableClientId);
+ clientSession.registerInterest(event.getRegion().getFullPath(), event.getKey(), InterestResultPolicy.KEYS_VALUES, true);
+ </pre></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#getClientSession-java.lang.String-"><code>getClientSession</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html#getClientSession-com.gemstone.gemfire.distributed.DistributedMember-"><code>getClientSession</code></a></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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#isPrimary--">isPrimary</a></span>()</code>
+<div class="block">Returns whether this server is the primary for this client</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#registerInterest-java.lang.String-java.lang.Object-com.gemstone.gemfire.cache.InterestResultPolicy-boolean-">registerInterest</a></span>(java.lang.String&nbsp;regionName,
+                java.lang.Object&nbsp;keyOfInterest,
+                <a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache">InterestResultPolicy</a>&nbsp;policy,
+                boolean&nbsp;isDurable)</code>
+<div class="block">Registers interest in a particular region and key</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#registerInterest-java.lang.String-java.lang.Object-com.gemstone.gemfire.cache.InterestResultPolicy-boolean-boolean-">registerInterest</a></span>(java.lang.String&nbsp;regionName,
+                java.lang.Object&nbsp;keyOfInterest,
+                <a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache">InterestResultPolicy</a>&nbsp;policy,
+                boolean&nbsp;isDurable,
+                boolean&nbsp;receiveValues)</code>
+<div class="block">Registers interest in a particular region and key</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#registerInterestRegex-java.lang.String-java.lang.String-boolean-">registerInterestRegex</a></span>(java.lang.String&nbsp;regionName,
+                     java.lang.String&nbsp;regex,
+                     boolean&nbsp;isDurable)</code>
+<div class="block">Registers interest in a particular region and regular expression</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#registerInterestRegex-java.lang.String-java.lang.String-boolean-boolean-">registerInterestRegex</a></span>(java.lang.String&nbsp;regionName,
+                     java.lang.String&nbsp;regex,
+                     boolean&nbsp;isDurable,
+                     boolean&nbsp;receiveValues)</code>
+<div class="block">Registers interest in a particular region and regular expression</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#unregisterInterest-java.lang.String-java.lang.Object-boolean-">unregisterInterest</a></span>(java.lang.String&nbsp;regionName,
+                  java.lang.Object&nbsp;keyOfInterest,
+                  boolean&nbsp;isDurable)</code>
+<div class="block">Unregisters interest in a particular region and key</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#unregisterInterest-java.lang.String-java.lang.Object-boolean-boolean-">unregisterInterest</a></span>(java.lang.String&nbsp;regionName,
+                  java.lang.Object&nbsp;keyOfInterest,
+                  boolean&nbsp;isDurable,
+                  boolean&nbsp;receiveValues)</code>
+<div class="block">Unregisters interest in a particular region and key</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#unregisterInterestRegex-java.lang.String-java.lang.String-boolean-">unregisterInterestRegex</a></span>(java.lang.String&nbsp;regionName,
+                       java.lang.String&nbsp;regex,
+                       boolean&nbsp;isDurable)</code>
+<div class="block">Unregisters interest in a particular region and regular expression</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html#unregisterInterestRegex-java.lang.String-java.lang.String-boolean-boolean-">unregisterInterestRegex</a></span>(java.lang.String&nbsp;regionName,
+                       java.lang.String&nbsp;regex,
+                       boolean&nbsp;isDurable,
+                       boolean&nbsp;receiveValues)</code>
+<div class="block">Unregisters interest in a particular region and regular expression</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="registerInterest-java.lang.String-java.lang.Object-com.gemstone.gemfire.cache.InterestResultPolicy-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>registerInterest</h4>
+<pre>void&nbsp;registerInterest(java.lang.String&nbsp;regionName,
+                      java.lang.Object&nbsp;keyOfInterest,
+                      <a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache">InterestResultPolicy</a>&nbsp;policy,
+                      boolean&nbsp;isDurable)</pre>
+<div class="block">Registers interest in a particular region and key</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to register interest</dd>
+<dd><code>keyOfInterest</code> - The key on which to register interest</dd>
+<dd><code>policy</code> - The <a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache"><code>InterestResultPolicy</code></a>. Note:
+          For the special token 'ALL_KEYS' and lists of keys, values are not
+          pushed to the client.</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+</dl>
+</li>
+</ul>
+<a name="registerInterest-java.lang.String-java.lang.Object-com.gemstone.gemfire.cache.InterestResultPolicy-boolean-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>registerInterest</h4>
+<pre>void&nbsp;registerInterest(java.lang.String&nbsp;regionName,
+                      java.lang.Object&nbsp;keyOfInterest,
+                      <a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache">InterestResultPolicy</a>&nbsp;policy,
+                      boolean&nbsp;isDurable,
+                      boolean&nbsp;receiveValues)</pre>
+<div class="block">Registers interest in a particular region and key</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to register interest</dd>
+<dd><code>keyOfInterest</code> - The key to on which to register interest</dd>
+<dd><code>policy</code> - The <a href="../../../../com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache"><code>InterestResultPolicy</code></a>. Note:
+          For the special token 'ALL_KEYS' and lists of keys, values are not
+          pushed to the client.</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dd><code>receiveValues</code> - Whether to receive create or update events as invalidates similar
+          to notify-by-subscription false. The default is true.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="registerInterestRegex-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>registerInterestRegex</h4>
+<pre>void&nbsp;registerInterestRegex(java.lang.String&nbsp;regionName,
+                           java.lang.String&nbsp;regex,
+                           boolean&nbsp;isDurable)</pre>
+<div class="block">Registers interest in a particular region and regular expression</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to register interest</dd>
+<dd><code>regex</code> - The regular expression on which to register interest</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+</dl>
+</li>
+</ul>
+<a name="registerInterestRegex-java.lang.String-java.lang.String-boolean-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>registerInterestRegex</h4>
+<pre>void&nbsp;registerInterestRegex(java.lang.String&nbsp;regionName,
+                           java.lang.String&nbsp;regex,
+                           boolean&nbsp;isDurable,
+                           boolean&nbsp;receiveValues)</pre>
+<div class="block">Registers interest in a particular region and regular expression</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to register interest</dd>
+<dd><code>regex</code> - The regular expression to on which to register interest</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dd><code>receiveValues</code> - Whether to receive create or update events as invalidates similar
+          to notify-by-subscription false. The default is true.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="unregisterInterest-java.lang.String-java.lang.Object-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>unregisterInterest</h4>
+<pre>void&nbsp;unregisterInterest(java.lang.String&nbsp;regionName,
+                        java.lang.Object&nbsp;keyOfInterest,
+                        boolean&nbsp;isDurable)</pre>
+<div class="block">Unregisters interest in a particular region and key</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to unregister interest</dd>
+<dd><code>keyOfInterest</code> - The key on which to unregister interest</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+</dl>
+</li>
+</ul>
+<a name="unregisterInterest-java.lang.String-java.lang.Object-boolean-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>unregisterInterest</h4>
+<pre>void&nbsp;unregisterInterest(java.lang.String&nbsp;regionName,
+                        java.lang.Object&nbsp;keyOfInterest,
+                        boolean&nbsp;isDurable,
+                        boolean&nbsp;receiveValues)</pre>
+<div class="block">Unregisters interest in a particular region and key</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to unregister interest</dd>
+<dd><code>keyOfInterest</code> - The key on which to unregister interest</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dd><code>receiveValues</code> - Whether to receive create or update events as invalidates similar
+          to notify-by-subscription false. The default is true.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="unregisterInterestRegex-java.lang.String-java.lang.String-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>unregisterInterestRegex</h4>
+<pre>void&nbsp;unregisterInterestRegex(java.lang.String&nbsp;regionName,
+                             java.lang.String&nbsp;regex,
+                             boolean&nbsp;isDurable)</pre>
+<div class="block">Unregisters interest in a particular region and regular expression</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to unregister interest</dd>
+<dd><code>regex</code> - The regular expression on which to unregister interest</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+</dl>
+</li>
+</ul>
+<a name="unregisterInterestRegex-java.lang.String-java.lang.String-boolean-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>unregisterInterestRegex</h4>
+<pre>void&nbsp;unregisterInterestRegex(java.lang.String&nbsp;regionName,
+                             java.lang.String&nbsp;regex,
+                             boolean&nbsp;isDurable,
+                             boolean&nbsp;receiveValues)</pre>
+<div class="block">Unregisters interest in a particular region and regular expression</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionName</code> - The name of the region in which to unregister interest</dd>
+<dd><code>regex</code> - The regular expression on which to unregister interest</dd>
+<dd><code>isDurable</code> - Whether the interest is durable</dd>
+<dd><code>receiveValues</code> - Whether to receive create or update events as invalidates similar
+          to notify-by-subscription false. The default is true.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this is not the primary server for the given client</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="isPrimary--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isPrimary</h4>
+<pre>boolean&nbsp;isPrimary()</pre>
+<div class="block">Returns whether this server is the primary for this client</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this server is the primary for this client</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="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ClientSession.html" target="_top">Frames</a></li>
+<li><a href="ClientSession.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitConflictException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitConflictException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitConflictException.html
new file mode 100644
index 0000000..b7b67d0
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitConflictException.html
@@ -0,0 +1,350 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CommitConflictException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CommitConflictException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CommitConflictException.html" target="_top">Frames</a></li>
+<li><a href="CommitConflictException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class CommitConflictException" class="title">Class CommitConflictException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.TransactionException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CommitConflictException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CommitConflictException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">TransactionException</a></pre>
+<div class="block">Thrown when a commit fails due to a write conflict.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html#commit--"><code>CacheTransactionManager.commit()</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CommitConflictException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html#CommitConflictException-java.lang.String-">CommitConflictException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of <code>CommitConflictException</code> with the specified detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html#CommitConflictException-java.lang.String-java.lang.Throwable-">CommitConflictException</a></span>(java.lang.String&nbsp;msg,
+                       java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CommitConflictException</code> with the specified detail message
+ and cause.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitConflictException.html#CommitConflictException-java.lang.Throwable-">CommitConflictException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CommitConflictException</code> with the specified cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CommitConflictException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CommitConflictException</h4>
+<pre>public&nbsp;CommitConflictException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of <code>CommitConflictException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="CommitConflictException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CommitConflictException</h4>
+<pre>public&nbsp;CommitConflictException(java.lang.String&nbsp;msg,
+                               java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CommitConflictException</code> with the specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="CommitConflictException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CommitConflictException</h4>
+<pre>public&nbsp;CommitConflictException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CommitConflictException</code> with the specified cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the causal Throwable</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CommitConflictException.html" target="_top">Frames</a></li>
+<li><a href="CommitConflictException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitDistributionException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitDistributionException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitDistributionException.html
new file mode 100644
index 0000000..930f11c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitDistributionException.html
@@ -0,0 +1,381 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CommitDistributionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CommitDistributionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CommitDistributionException.html" target="_top">Frames</a></li>
+<li><a href="CommitDistributionException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class CommitDistributionException" class="title">Class CommitDistributionException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.TransactionException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CommitDistributionException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CommitDistributionException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">TransactionException</a></pre>
+<div class="block">Indicates that an attempt to notify required participants of a transaction 
+ involving one or more regions that are configured with <a href="../../../../com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache"><code>MembershipAttributes</code></a> may have failed. The commit itself was completed but
+ one or more regions affected by the transaction have one or more required
+ roles that were not successfully notified. Failure may be caused by 
+ departure of one or more required roles while sending the operation to
+ them. This exception will contain one <a href="../../../../com/gemstone/gemfire/cache/RegionDistributionException.html" title="class in com.gemstone.gemfire.cache"><code>RegionDistributionException</code></a>
+ for every region that had a reliability failure. Details of the failed
+ <a href="../../../../com/gemstone/gemfire/cache/MembershipAttributes.html#getRequiredRoles--"><code>required roles</code></a> are provided
+  in each RegionDistributionException.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CommitDistributionException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html#CommitDistributionException-java.lang.String-">CommitDistributionException</a></span>(java.lang.String&nbsp;s)</code>
+<div class="block">Constructs a <code>CommitDistributionException</code> with a message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html#CommitDistributionException-java.lang.String-java.util.Set-">CommitDistributionException</a></span>(java.lang.String&nbsp;s,
+                           java.util.Set&nbsp;regionDistributionExceptions)</code>
+<div class="block">Constructs a <code>CommitDistributionException</code> with a message and
+ a cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html#getRegionDistributionExceptions--">getRegionDistributionExceptions</a></span>()</code>
+<div class="block">Returns set of RegionDistributionExceptions for each region that had a 
+ reliability failure during distribution of the operation.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CommitDistributionException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CommitDistributionException</h4>
+<pre>public&nbsp;CommitDistributionException(java.lang.String&nbsp;s)</pre>
+<div class="block">Constructs a <code>CommitDistributionException</code> with a message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - the String message</dd>
+</dl>
+</li>
+</ul>
+<a name="CommitDistributionException-java.lang.String-java.util.Set-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CommitDistributionException</h4>
+<pre>public&nbsp;CommitDistributionException(java.lang.String&nbsp;s,
+                                   java.util.Set&nbsp;regionDistributionExceptions)</pre>
+<div class="block">Constructs a <code>CommitDistributionException</code> with a message and
+ a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - the String message</dd>
+<dd><code>regionDistributionExceptions</code> - set of RegionDistributionExceptions
+ for each region that had a reliability failure</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="getRegionDistributionExceptions--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getRegionDistributionExceptions</h4>
+<pre>public&nbsp;java.util.Set&nbsp;getRegionDistributionExceptions()</pre>
+<div class="block">Returns set of RegionDistributionExceptions for each region that had a 
+ reliability failure during distribution of the operation.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>set of RegionDistributionExceptions for each region that had a 
+ reliability failure during distribution of the operation</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="../../../../com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CommitDistributionException.html" target="_top">Frames</a></li>
+<li><a href="CommitDistributionException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitIncompleteException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitIncompleteException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitIncompleteException.html
new file mode 100644
index 0000000..9df45d5
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CommitIncompleteException.html
@@ -0,0 +1,297 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CommitIncompleteException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CommitIncompleteException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CommitIncompleteException.html" target="_top">Frames</a></li>
+<li><a href="CommitIncompleteException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class CommitIncompleteException" class="title">Class CommitIncompleteException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.TransactionException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CommitIncompleteException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CommitIncompleteException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">TransactionException</a></pre>
+<div class="block">Thrown when a commit fails to complete due to errors</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CommitIncompleteException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html#CommitIncompleteException-java.lang.String-">CommitIncompleteException</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CommitIncompleteException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CommitIncompleteException</h4>
+<pre>public&nbsp;CommitIncompleteException(java.lang.String&nbsp;message)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/CommitDistributionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CommitIncompleteException.html" target="_top">Frames</a></li>
+<li><a href="CommitIncompleteException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[47/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.html
new file mode 100644
index 0000000..72abbe8
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializable.html
@@ -0,0 +1,357 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DataSerializable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DataSerializable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":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="../../../com/gemstone/gemfire/CopyHelper.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DataSerializable.html" target="_top">Frames</a></li>
+<li><a href="DataSerializable.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>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">com.gemstone.gemfire</div>
+<h2 title="Interface DataSerializable" class="title">Interface DataSerializable</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../com/gemstone/gemfire/cache/query/types/CollectionType.html" title="interface in com.gemstone.gemfire.cache.query.types">CollectionType</a>, <a href="../../../com/gemstone/gemfire/cache/query/types/MapType.html" title="interface in com.gemstone.gemfire.cache.query.types">MapType</a>, <a href="../../../com/gemstone/gemfire/cache/query/types/ObjectType.html" title="interface in com.gemstone.gemfire.cache.query.types">ObjectType</a>, <a href="../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>, <a href="../../../com/gemstone/gemfire/cache/query/types/StructType.html" title="interface in com.gemstone.gemfire.cache.query.types">StructType</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../com/gemstone/gemfire/modules/gatewaydelta/AbstractGatewayDeltaEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">AbstractGatewayDeltaEvent</a>, <a href="../../../com/gemstone/gemfire/modules/session/catalina/DeltaSession.html" title="class in com.gemstone.gemfire.modules.session.catalina">DeltaSession</a>, <a href="../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>, <a href="../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>, <a href="../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaCreateEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaCreateEvent</a>, <a href="../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaDestroyEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaDestroyEvent</a>, <a href="
 ../../../com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache">MembershipAttributes</a>, <a href="../../../com/gemstone/gemfire/modules/util/RegionConfiguration.html" title="class in com.gemstone.gemfire.modules.util">RegionConfiguration</a>, <a href="../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a>, <a href="../../../com/gemstone/gemfire/cache/server/ServerLoad.html" title="class in com.gemstone.gemfire.cache.server">ServerLoad</a>, <a href="../../../com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache">SubscriptionAttributes</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">DataSerializable</span>
+extends java.io.Serializable</pre>
+<div class="block">An interface for objects whose state can be written/read as
+ primitive types and strings ("data").  That is, instead of
+ serializing itself to an <code>ObjectOutputStream</code>, a
+ <code>DataSerializable</code> can serialize itself to a <code>DataOutput</code>.  By implementing this interface, objects can be
+ serialized faster and in a more compact format than standard Java
+ serialization.  The <a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><code>DataSerializer</code></a> class contains a number
+ of static methods that may be helpful to implementations of
+ <code>DataSerializable</code>.
+
+ <P>
+
+ When possible, GemFire respects the <code>DataSerializable</code>
+ contract to provide optimal object serialization.  For instance, if
+ a <code>DataSerializable</code> object is 
+ <a href="../../../com/gemstone/gemfire/cache/Region.html#put-K-V-">placed</a> into a distributed
+ cache region, its <code>toData</code> method will be used to
+ serialize it when it is sent to another member of the distributed
+ system.
+
+ <P>
+
+ To avoid the overhead of Java reflection,
+ <code>DataSerializable</code> classes may register an <a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><code>Instantiator</code></a> to be used during deserialization.  Alternatively,
+ classes that implement <code>DataSerializable</code> can provide a
+ zero-argument constructor that will be invoked when they are read
+ with <a href="../../../com/gemstone/gemfire/DataSerializer.html#readObject-java.io.DataInput-"><code>DataSerializer.readObject(java.io.DataInput)</code></a>.
+
+ <P>
+
+ Some classes (especially third-party classes that you may not have
+ the source code to) cannot be modified to implement
+ <code>DataSerializable</code>.  These classes can be data
+ serialized by an instance of <a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><code>DataSerializer</code></a>.
+
+ <P>
+
+ <code>DataSerializable</code> offers improved performance over
+ standard Java serialization, but does not offer all of the features
+ of standard Java serialization.  In particular, data serialization
+ does not attempt to maintain referential integrity among the
+ objects it is writing or reading.  As a result, data serialization
+ should not be used with complex object graphs.  Attempting to data
+ serialize graphs that contain object cycles will result in infinite
+ recursion and a <code>StackOverflowError</code>.  Attempting to
+ deserialize an object graph that contains multiple reference
+ paths to the same object will result in multiple copies of the
+ objects that are referred to through multiple paths.
+
+ <P>
+
+ <CENTER>
+ <IMG src="../../../javadoc-images/data-serialization-exceptions.gif"
+      HEIGHT="219" WIDTH="698">
+ </CENTER></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>Serializable</code>, 
+<a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire"><code>DataSerializer</code></a>, 
+<a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><code>Instantiator</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Interface and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire">DataSerializable.Replaceable</a></span></code>
+<div class="block"><code>Replaceable</code> allows an object to write an alternative
+ version of itself to a <code>DataOutput</code>.</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></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="../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">fromData</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads the state of this object as primitive data from the given
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">toData</a></span>(java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes the state of this object as primitive data to the given
+ <code>DataOutput</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="toData-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toData</h4>
+<pre>void&nbsp;toData(java.io.DataOutput&nbsp;out)
+     throws java.io.IOException</pre>
+<div class="block">Writes the state of this object as primitive data to the given
+ <code>DataOutput</code>.
+ <p>
+ Since 5.7 it is possible for any method call to the specified
+ <code>DataOutput</code> to throw <a href="../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><code>GemFireRethrowable</code></a>.
+ It should <em>not</em> be caught by user code.
+ If it is it <em>must</em> be rethrown.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+</dl>
+</li>
+</ul>
+<a name="fromData-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>fromData</h4>
+<pre>void&nbsp;fromData(java.io.DataInput&nbsp;in)
+       throws java.io.IOException,
+              java.lang.ClassNotFoundException</pre>
+<div class="block">Reads the state of this object as primitive data from the given
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+<dd><code>java.lang.ClassNotFoundException</code> - A class could not be loaded while reading from
+         <code>in</code></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="../../../com/gemstone/gemfire/CopyHelper.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DataSerializable.html" target="_top">Frames</a></li>
+<li><a href="DataSerializable.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>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>


[09/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
new file mode 100644
index 0000000..5953d6f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html
@@ -0,0 +1,386 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DiskWriteAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DiskWriteAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":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="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskWriteAttributes.html" target="_top">Frames</a></li>
+<li><a href="DiskWriteAttributes.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface DiskWriteAttributes" class="title">Interface DiskWriteAttributes</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><code>DiskStore</code></a> instead</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public interface <span class="typeNameLabel">DiskWriteAttributes</span>
+extends java.io.Serializable</pre>
+<div class="block">Immutable parameter object for describing how <a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache">region entries</a> should be written to disk.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>DiskWriteAttributesFactory</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskWriteAttributes-com.gemstone.gemfire.cache.DiskWriteAttributes-"><code>AttributesFactory.setDiskWriteAttributes(com.gemstone.gemfire.cache.DiskWriteAttributes)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDiskWriteAttributes--"><code>RegionAttributes.getDiskWriteAttributes()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#writeToDisk--"><code>Region.writeToDisk()</code></a></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="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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;o)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Two <code>DiskWriteAttributes</code> are equal if the both
+ specify the synchronous writes, or they both specify asynchronous
+ writes with the same time interval, bytes threshold, maxOplogSize and
+ compaction values</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#getBytesThreshold--">getBytesThreshold</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getQueueSize--"><code>DiskStore.getQueueSize()</code></a> 
+ instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#getMaxOplogSize--">getMaxOplogSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getMaxOplogSize--"><code>DiskStore.getMaxOplogSize()</code></a> 
+ instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#getTimeInterval--">getTimeInterval</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getTimeInterval--"><code>DiskStore.getTimeInterval()</code></a> 
+ instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#isRollOplogs--">isRollOplogs</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if the oplogs is to be rolled to a more condensed format (on disk)</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#isSynchronous--">isSynchronous</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#isDiskSynchronous--"><code>RegionAttributes.isDiskSynchronous()</code></a> instead.</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="isSynchronous--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isSynchronous</h4>
+<pre>@Deprecated
+boolean&nbsp;isSynchronous()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#isDiskSynchronous--"><code>RegionAttributes.isDiskSynchronous()</code></a> instead.</span></div>
+<div class="block">Returns true if this <code>DiskWriteAttributes</code> object
+ configures synchronous writes.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns true if writes to disk are synchronous and false otherwise</dd>
+</dl>
+</li>
+</ul>
+<a name="isRollOplogs--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRollOplogs</h4>
+<pre>boolean&nbsp;isRollOplogs()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if the oplogs is to be rolled to a more condensed format (on disk)</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns true if the oplogs is to be rolled or false otherwise</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxOplogSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxOplogSize</h4>
+<pre>@Deprecated
+int&nbsp;getMaxOplogSize()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getMaxOplogSize--"><code>DiskStore.getMaxOplogSize()</code></a> 
+ instead.</span></div>
+<div class="block">Get the maximum size in megabytes a single oplog (operation log) file should be</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the maximum size the operations log file can be</dd>
+</dl>
+</li>
+</ul>
+<a name="getTimeInterval--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTimeInterval</h4>
+<pre>@Deprecated
+long&nbsp;getTimeInterval()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getTimeInterval--"><code>DiskStore.getTimeInterval()</code></a> 
+ instead.</span></div>
+<div class="block">Returns the number of milliseconds that can elapse before
+ unwritten data is written to disk.  If this
+ <code>DiskWriteAttributes</code> configures synchronous writing,
+ then <code>timeInterval</code> has no meaning.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns the time interval in milliseconds that can elapse between two writes to disk</dd>
+</dl>
+</li>
+</ul>
+<a name="getBytesThreshold--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBytesThreshold</h4>
+<pre>@Deprecated
+long&nbsp;getBytesThreshold()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getQueueSize--"><code>DiskStore.getQueueSize()</code></a> 
+ instead.</span></div>
+<div class="block">Returns the number of unwritten bytes of data that can be
+ enqueued before being written to disk.  If this
+ <code>DiskWriteAttributes</code> configures synchronous writing,
+ then <code>bytesThreshold</code> has no meaning.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns the number of bytes that can be buffered before being written to disk</dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>equals</h4>
+<pre>boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Two <code>DiskWriteAttributes</code> are equal if the both
+ specify the synchronous writes, or they both specify asynchronous
+ writes with the same time interval, bytes threshold, maxOplogSize and
+ compaction values</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if o is equal else false</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="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskWriteAttributes.html" target="_top">Frames</a></li>
+<li><a href="DiskWriteAttributes.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
new file mode 100644
index 0000000..614ce5a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html
@@ -0,0 +1,543 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DiskWriteAttributesFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DiskWriteAttributesFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" target="_top">Frames</a></li>
+<li><a href="DiskWriteAttributesFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class DiskWriteAttributesFactory" class="title">Class DiskWriteAttributesFactory</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.DiskWriteAttributesFactory</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache"><code>DiskStoreFactory</code></a> instead</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public final class <span class="typeNameLabel">DiskWriteAttributesFactory</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Factory for getting DiskWriteAttribute objects</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DiskWriteAttributesFactory">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#DiskWriteAttributesFactory--">DiskWriteAttributesFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of DiskWriteAttributesFactory ready to create a
+ <code>DiskWriteAttributes</code> with default settings.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#DiskWriteAttributesFactory-com.gemstone.gemfire.cache.DiskWriteAttributes-">DiskWriteAttributesFactory</a></span>(<a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a>&nbsp;dwa)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of DiskWriteAttributesFactory Factory ready to
+ create a <code>DiskWriteAttributes</code> with the same settings as those
+ in the specified <code>DiskWriteAttributes</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#create--">create</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-"><code>DiskStoreFactory.create(java.lang.String)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setBytesThreshold-long-">setBytesThreshold</a></span>(long&nbsp;bytesThreshold)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setQueueSize-int-"><code>DiskStoreFactory.setQueueSize(int)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setCompactionThreshold-int-">setCompactionThreshold</a></span>(int&nbsp;compactionThreshold)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setCompactionThreshold-int-"><code>DiskStoreFactory.setCompactionThreshold(int)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setMaxOplogSize-int-">setMaxOplogSize</a></span>(int&nbsp;maxOplogSize)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setMaxOplogSize-long-"><code>DiskStoreFactory.setMaxOplogSize(long)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setMaxOplogSizeInBytes-long-">setMaxOplogSizeInBytes</a></span>(long&nbsp;maxOplogSize)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setMaxOplogSize-long-"><code>DiskStoreFactory.setMaxOplogSize(long)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setRollOplogs-boolean-">setRollOplogs</a></span>(boolean&nbsp;rollingEnabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setAutoCompact-boolean-"><code>DiskStoreFactory.setAutoCompact(boolean)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setSynchronous-boolean-">setSynchronous</a></span>(boolean&nbsp;isSynchronous)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-"><code>AttributesFactory.setDiskSynchronous(boolean)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setTimeInterval-long-">setTimeInterval</a></span>(long&nbsp;timeInterval)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setTimeInterval-long-"><code>DiskStoreFactory.setTimeInterval(long)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DiskWriteAttributesFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskWriteAttributesFactory</h4>
+<pre>public&nbsp;DiskWriteAttributesFactory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of DiskWriteAttributesFactory ready to create a
+ <code>DiskWriteAttributes</code> with default settings. The default
+ <code>DiskWriteAttributes</code> thus created will have following
+ behaviour.
+ <ul>
+ <li>synchronous = false
+ <li>auto-compact = true
+ <li>allow-force-compaction = false
+ <li>max-oplog-size = 1024 MB
+ <li>time-interval = 1 sec
+ <li>byte-threshold = 0 bytes
+ 
+ </ul></div>
+</li>
+</ul>
+<a name="DiskWriteAttributesFactory-com.gemstone.gemfire.cache.DiskWriteAttributes-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DiskWriteAttributesFactory</h4>
+<pre>public&nbsp;DiskWriteAttributesFactory(<a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a>&nbsp;dwa)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of DiskWriteAttributesFactory Factory ready to
+ create a <code>DiskWriteAttributes</code> with the same settings as those
+ in the specified <code>DiskWriteAttributes</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>dwa</code> - the <code>DiskWriteAttributes</code> used to initialize this
+          DiskWriteAttributesFactory</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="setSynchronous-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSynchronous</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setSynchronous(boolean&nbsp;isSynchronous)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-"><code>AttributesFactory.setDiskSynchronous(boolean)</code></a> instead</span></div>
+<div class="block">Sets whether or not the writing to the disk is synchronous.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>isSynchronous</code> - boolean if true indicates synchronous writes</dd>
+</dl>
+</li>
+</ul>
+<a name="setRollOplogs-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRollOplogs</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setRollOplogs(boolean&nbsp;rollingEnabled)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setAutoCompact-boolean-"><code>DiskStoreFactory.setAutoCompact(boolean)</code></a> instead</span></div>
+<div class="block">Sets whether or not the rolling of Oplog is enabled .</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>rollingEnabled</code> - true if oplogs are to be compacted automatically;
+   false if no compaction.</dd>
+</dl>
+</li>
+</ul>
+<a name="setCompactionThreshold-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCompactionThreshold</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setCompactionThreshold(int&nbsp;compactionThreshold)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setCompactionThreshold-int-"><code>DiskStoreFactory.setCompactionThreshold(int)</code></a> instead</span></div>
+<div class="block">Sets the threshold at which an oplog will become compactable. While
+ the percentage of live records in the oplog exceeds
+ this threshold the oplog will not be compacted.
+ Once the percentage of live is less than or equal to the threshold
+ the oplog can be compacted.
+ The lower the threshold the longer the compactor will wait before compacting an oplog.
+ The threshold is a percentage in the range 0..100.
+ The default is 50%.
+ <P>Examples:
+ A threshold of 100 causes any oplog that is no longer being written to
+ to be compactable.
+ A threshold of 0 causes only oplogs that have no live records to be compactable
+ in which case the compact can simply remove the oplog file.
+ A threshold of 50 causes an oplog to become compactable when half of its
+ live records become dead.</div>
+</li>
+</ul>
+<a name="setMaxOplogSizeInBytes-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxOplogSizeInBytes</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setMaxOplogSizeInBytes(long&nbsp;maxOplogSize)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setMaxOplogSize-long-"><code>DiskStoreFactory.setMaxOplogSize(long)</code></a> instead</span></div>
+<div class="block">Sets the maximum oplog size in bytes. When the active oplog size hits
+ the maximum a new oplog will be created.
+ <P>Note that this method sets the same attribute as <a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setMaxOplogSize-int-"><code>setMaxOplogSize(int)</code></a>.
+ The last set of the attribute determines its value.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maxOplogSize</code> - the maximum size of the oplog in bytes.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the value specified is a negative number</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxOplogSize-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxOplogSize</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setMaxOplogSize(int&nbsp;maxOplogSize)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setMaxOplogSize-long-"><code>DiskStoreFactory.setMaxOplogSize(long)</code></a> instead</span></div>
+<div class="block">Sets the maximum oplog size in megabytes. When the active oplog size hits
+ the maximum a new oplog will be created.
+ <P>Note that this method sets the same attribute as <a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html#setMaxOplogSizeInBytes-long-"><code>setMaxOplogSizeInBytes(long)</code></a>.
+ The last set of the attribute determines its value.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maxOplogSize</code> - the maximum size of the oplog in megabytes.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the value specified is a negative number</dd>
+</dl>
+</li>
+</ul>
+<a name="setTimeInterval-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTimeInterval</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setTimeInterval(long&nbsp;timeInterval)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setTimeInterval-long-"><code>DiskStoreFactory.setTimeInterval(long)</code></a> instead</span></div>
+<div class="block">Sets the number of milliseconds that can elapse before unwritten data is
+ written to disk. It has significance only in case of asynchronous mode of
+ writing.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeInterval</code> - Time interval in milliseconds</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the value specified is a negative number</dd>
+</dl>
+</li>
+</ul>
+<a name="setBytesThreshold-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBytesThreshold</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setBytesThreshold(long&nbsp;bytesThreshold)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setQueueSize-int-"><code>DiskStoreFactory.setQueueSize(int)</code></a> instead</span></div>
+<div class="block">Sets the number of unwritten bytes of data that can be enqueued before
+ being written to disk. It has significance only in case of asynchronous mode
+ of writing.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>bytesThreshold</code> - the maximum number of bytes to enqueue before async data
+                       is flushed.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the value specified is a negative number</dd>
+</dl>
+</li>
+</ul>
+<a name="create--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>create</h4>
+<pre>@Deprecated
+public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a>&nbsp;create()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-"><code>DiskStoreFactory.create(java.lang.String)</code></a> instead</span></div>
+<div class="block">Creates a <code>DiskWriteAttributes</code> with the current settings.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the newly created <code>DiskWriteAttributes</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the current settings has compaction enabled with maximum Oplog
+           Size specified as infinite ( represented by 0 ) *</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</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="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" target="_top">Frames</a></li>
+<li><a href="DiskWriteAttributesFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
new file mode 100644
index 0000000..0115dbe
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html
@@ -0,0 +1,339 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DuplicatePrimaryPartitionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DuplicatePrimaryPartitionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" target="_top">Frames</a></li>
+<li><a href="DuplicatePrimaryPartitionException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class DuplicatePrimaryPartitionException" class="title">Class DuplicatePrimaryPartitionException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.DuplicatePrimaryPartitionException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">DuplicatePrimaryPartitionException</span>
+extends <a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">This exception is thrown when two nodes are defined with same primary
+ partitions</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DuplicatePrimaryPartitionException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html#DuplicatePrimaryPartitionException--">DuplicatePrimaryPartitionException</a></span>()</code>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with no
+ detailed message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html#DuplicatePrimaryPartitionException-java.lang.String-">DuplicatePrimaryPartitionException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with the
+ given detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html#DuplicatePrimaryPartitionException-java.lang.String-java.lang.Throwable-">DuplicatePrimaryPartitionException</a></span>(java.lang.String&nbsp;message,
+                                  java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with the
+ given detail message and cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html#DuplicatePrimaryPartitionException-java.lang.Throwable-">DuplicatePrimaryPartitionException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with the
+ given cause and no detail message</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DuplicatePrimaryPartitionException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DuplicatePrimaryPartitionException</h4>
+<pre>public&nbsp;DuplicatePrimaryPartitionException()</pre>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with no
+ detailed message.</div>
+</li>
+</ul>
+<a name="DuplicatePrimaryPartitionException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DuplicatePrimaryPartitionException</h4>
+<pre>public&nbsp;DuplicatePrimaryPartitionException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with the
+ given detail message.</div>
+</li>
+</ul>
+<a name="DuplicatePrimaryPartitionException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DuplicatePrimaryPartitionException</h4>
+<pre>public&nbsp;DuplicatePrimaryPartitionException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with the
+ given cause and no detail message</div>
+</li>
+</ul>
+<a name="DuplicatePrimaryPartitionException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DuplicatePrimaryPartitionException</h4>
+<pre>public&nbsp;DuplicatePrimaryPartitionException(java.lang.String&nbsp;message,
+                                          java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>DuplicatePrimaryPartitionException</code> with the
+ given detail message and cause.</div>
+</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="../../../../com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" target="_top">Frames</a></li>
+<li><a href="DuplicatePrimaryPartitionException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
new file mode 100644
index 0000000..1136577
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html
@@ -0,0 +1,507 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DynamicRegionFactory.Config (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DynamicRegionFactory.Config (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" target="_top">Frames</a></li>
+<li><a href="DynamicRegionFactory.Config.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class DynamicRegionFactory.Config" class="title">Class DynamicRegionFactory.Config</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.DynamicRegionFactory.Config</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static class <span class="typeNameLabel">DynamicRegionFactory.Config</span>
+extends java.lang.Object</pre>
+<div class="block">Configuration for dynamic region factory.
+ The default attributes are:
+ <ul>
+ <li>diskDir: <code>null</code>
+ <li>poolName: <code>null</code>
+ <li>persistBackup: <code>true</code>
+ <li>registerInterest: <code>true</code>
+ </ul></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.3</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>java.io.File</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#diskDir">diskDir</a></span></code>
+<div class="block">The directory where the factory's <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#persistBackup"><code>persistBackup</code></a> files are placed</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#persistBackup">persistBackup</a></span></code>
+<div class="block">Causes the factory to be persisted on disk.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#poolName">poolName</a></span></code>
+<div class="block">The ${link Pool} to be used by a client factory to communicate with 
+ the server-side factory.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#registerInterest">registerInterest</a></span></code>
+<div class="block">Causes regions created by the factory to register interest in all keys in a corresponding server cache region</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#Config--">Config</a></span>()</code>
+<div class="block">Creates a configuration with the default attributes.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#Config-java.io.File-java.lang.String-">Config</a></span>(java.io.File&nbsp;diskDir,
+      java.lang.String&nbsp;poolName)</code>
+<div class="block">Creates a configuration with defaults and the given diskDir and poolName.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#Config-java.io.File-java.lang.String-boolean-boolean-">Config</a></span>(java.io.File&nbsp;diskDir,
+      java.lang.String&nbsp;poolName,
+      boolean&nbsp;persistBackup,
+      boolean&nbsp;registerInterest)</code>
+<div class="block">Creates a configuration with the given attributes</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.io.File</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#getDiskDir--">getDiskDir</a></span>()</code>
+<div class="block">Returns the disk directory that the dynamic region factory data
+ will be written to.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#getPersistBackup--">getPersistBackup</a></span>()</code>
+<div class="block">Returns true if the factory is persisted to disk; false if not.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#getPoolName--">getPoolName</a></span>()</code>
+<div class="block">Returns the name of the <a href="../../../../com/gemstone/gemfire/cache/client/Pool.html" title="interface in com.gemstone.gemfire.cache.client"><code>Pool</code></a> associated with the dynamic region factory.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#getRegisterInterest--">getRegisterInterest</a></span>()</code>
+<div class="block">Returns true if the region will register interest in all keys of a corresponding
+ server cache region</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="persistBackup">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>persistBackup</h4>
+<pre>public final&nbsp;boolean persistBackup</pre>
+<div class="block">Causes the factory to be persisted on disk.  See <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#diskDir"><code>diskDir</code></a></div>
+</li>
+</ul>
+<a name="diskDir">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>diskDir</h4>
+<pre>public final&nbsp;java.io.File diskDir</pre>
+<div class="block">The directory where the factory's <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#persistBackup"><code>persistBackup</code></a> files are placed</div>
+</li>
+</ul>
+<a name="registerInterest">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>registerInterest</h4>
+<pre>public final&nbsp;boolean registerInterest</pre>
+<div class="block">Causes regions created by the factory to register interest in all keys in a corresponding server cache region</div>
+</li>
+</ul>
+<a name="poolName">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>poolName</h4>
+<pre>public final&nbsp;java.lang.String poolName</pre>
+<div class="block">The ${link Pool} to be used by a client factory to communicate with 
+ the server-side factory.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Config--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Config</h4>
+<pre>public&nbsp;Config()</pre>
+<div class="block">Creates a configuration with the default attributes.</div>
+</li>
+</ul>
+<a name="Config-java.io.File-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Config</h4>
+<pre>public&nbsp;Config(java.io.File&nbsp;diskDir,
+              java.lang.String&nbsp;poolName)</pre>
+<div class="block">Creates a configuration with defaults and the given diskDir and poolName.</div>
+</li>
+</ul>
+<a name="Config-java.io.File-java.lang.String-boolean-boolean-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Config</h4>
+<pre>public&nbsp;Config(java.io.File&nbsp;diskDir,
+              java.lang.String&nbsp;poolName,
+              boolean&nbsp;persistBackup,
+              boolean&nbsp;registerInterest)</pre>
+<div class="block">Creates a configuration with the given attributes</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="hashCode--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getPersistBackup--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPersistBackup</h4>
+<pre>public&nbsp;boolean&nbsp;getPersistBackup()</pre>
+<div class="block">Returns true if the factory is persisted to disk; false if not.</div>
+</li>
+</ul>
+<a name="getRegisterInterest--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegisterInterest</h4>
+<pre>public&nbsp;boolean&nbsp;getRegisterInterest()</pre>
+<div class="block">Returns true if the region will register interest in all keys of a corresponding
+ server cache region</div>
+</li>
+</ul>
+<a name="getDiskDir--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskDir</h4>
+<pre>public&nbsp;java.io.File&nbsp;getDiskDir()</pre>
+<div class="block">Returns the disk directory that the dynamic region factory data
+ will be written to.
+ Returns null if no directory has been specified.
+ The diskDir is only used if <code>persistBackup</code> is true.</div>
+</li>
+</ul>
+<a name="getPoolName--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getPoolName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getPoolName()</pre>
+<div class="block">Returns the name of the <a href="../../../../com/gemstone/gemfire/cache/client/Pool.html" title="interface in com.gemstone.gemfire.cache.client"><code>Pool</code></a> associated with the dynamic region factory.
+ Returns null if there is no connection pool for dynamic regions.</div>
+</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="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" target="_top">Frames</a></li>
+<li><a href="DynamicRegionFactory.Config.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>


[51/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
GEODE-54: Missing javadocs

Adding public javadocs to be hosted on asf-site.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/54a3e718
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/54a3e718
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/54a3e718

Branch: refs/heads/asf-site
Commit: 54a3e718145fea8ac6cd5e1047e9e081c3c0a3b8
Parents: e903da6
Author: Swapnil Bawaskar <sb...@pivotal.io>
Authored: Fri Mar 11 16:27:50 2016 -0800
Committer: Swapnil Bawaskar <sb...@pivotal.io>
Committed: Fri Mar 11 16:27:50 2016 -0800

----------------------------------------------------------------------
 .../javadocs/allclasses-frame.html              |   576 +
 .../javadocs/allclasses-noframe.html            |   576 +
 .../com/gemstone/gemfire/CancelCriterion.html   |   383 +
 .../com/gemstone/gemfire/CancelException.html   |   360 +
 .../gemstone/gemfire/CanonicalInstantiator.html |   364 +
 .../com/gemstone/gemfire/CopyException.html     |   346 +
 .../com/gemstone/gemfire/CopyHelper.html        |   372 +
 .../gemfire/DataSerializable.Replaceable.html   |   248 +
 .../com/gemstone/gemfire/DataSerializable.html  |   357 +
 .../com/gemstone/gemfire/DataSerializer.html    |  3804 +++
 .../javadocs/com/gemstone/gemfire/Delta.html    |   292 +
 .../gemfire/DeltaSerializationException.html    |   324 +
 .../gemfire/ForcedDisconnectException.html      |   316 +
 .../gemstone/gemfire/GemFireCacheException.html |   338 +
 .../gemfire/GemFireCheckedException.html        |   367 +
 .../gemfire/GemFireConfigException.html         |   299 +
 .../com/gemstone/gemfire/GemFireException.html  |   372 +
 .../gemstone/gemfire/GemFireIOException.html    |   300 +
 .../gemstone/gemfire/GemFireRethrowable.html    |   291 +
 .../gemfire/IncompatibleSystemException.html    |   286 +
 .../com/gemstone/gemfire/Instantiator.html      |   600 +
 .../gemstone/gemfire/InternalGemFireError.html  |   498 +
 .../gemfire/InternalGemFireException.html       |   327 +
 .../gemstone/gemfire/InvalidDeltaException.html |   347 +
 .../gemstone/gemfire/InvalidValueException.html |   301 +
 .../gemfire/InvalidVersionException.html        |   277 +
 .../com/gemstone/gemfire/LicenseException.html  |   328 +
 .../com/gemstone/gemfire/LogWriter.html         |   955 +
 .../com/gemstone/gemfire/NoSystemException.html |   312 +
 .../gemfire/OutOfOffHeapMemoryException.html    |   321 +
 .../gemfire/SerializationException.html         |   318 +
 .../gemstone/gemfire/StatisticDescriptor.html   |   350 +
 .../com/gemstone/gemfire/Statistics.html        |  1160 +
 .../com/gemstone/gemfire/StatisticsFactory.html |   482 +
 .../com/gemstone/gemfire/StatisticsType.html    |   312 +
 .../gemstone/gemfire/StatisticsTypeFactory.html |   658 +
 .../gemfire/SystemConnectException.html         |   300 +
 .../com/gemstone/gemfire/SystemFailure.html     |  1088 +
 .../gemfire/SystemIsRunningException.html       |   302 +
 .../gemfire/ThreadInterruptedException.html     |   258 +
 .../com/gemstone/gemfire/ToDataException.html   |   314 +
 .../gemfire/UncreatedSystemException.html       |   313 +
 .../gemstone/gemfire/UnmodifiableException.html |   284 +
 .../gemfire/UnstartedSystemException.html       |   314 +
 .../gemfire/admin/AdminConfig.Entry.html        |   370 +
 .../com/gemstone/gemfire/admin/AdminConfig.html |   338 +
 .../gemfire/admin/AdminDistributedSystem.html   |  1386 +
 .../admin/AdminDistributedSystemFactory.html    |   456 +
 .../gemstone/gemfire/admin/AdminException.html  |   375 +
 .../gemfire/admin/AdminXmlException.html        |   318 +
 .../com/gemstone/gemfire/admin/Alert.html       |   327 +
 .../com/gemstone/gemfire/admin/AlertLevel.html  |   529 +
 .../gemstone/gemfire/admin/AlertListener.html   |   234 +
 .../gemstone/gemfire/admin/BackupStatus.html    |   257 +
 .../admin/CacheDoesNotExistException.html       |   377 +
 .../gemfire/admin/CacheHealthConfig.html        |   574 +
 .../com/gemstone/gemfire/admin/CacheServer.html |   282 +
 .../gemfire/admin/CacheServerConfig.html        |   327 +
 .../com/gemstone/gemfire/admin/CacheVm.html     |   258 +
 .../gemstone/gemfire/admin/CacheVmConfig.html   |   314 +
 .../gemfire/admin/ConfigurationParameter.html   |   438 +
 .../DistributedSystemConfig.ConfigListener.html |   233 +
 .../gemfire/admin/DistributedSystemConfig.html  |  2889 ++
 .../admin/DistributedSystemHealthConfig.html    |   333 +
 .../gemfire/admin/DistributionLocator.html      |   271 +
 .../admin/DistributionLocatorConfig.html        |   374 +
 .../gemfire/admin/GemFireHealth.Health.html     |   310 +
 .../gemstone/gemfire/admin/GemFireHealth.html   |   602 +
 .../gemfire/admin/GemFireHealthConfig.html      |   360 +
 .../gemfire/admin/GemFireMemberStatus.html      |  2040 ++
 .../gemstone/gemfire/admin/ManagedEntity.html   |   396 +
 .../gemfire/admin/ManagedEntityConfig.html      |   438 +
 .../gemfire/admin/MemberHealthConfig.html       |   560 +
 .../admin/OperationCancelledException.html      |   340 +
 .../gemfire/admin/RegionNotFoundException.html  |   302 +
 .../gemfire/admin/RegionSubRegionSnapshot.html  |   681 +
 .../gemfire/admin/RuntimeAdminException.html    |   338 +
 .../com/gemstone/gemfire/admin/Statistic.html   |   331 +
 .../gemfire/admin/StatisticResource.html        |   379 +
 .../gemstone/gemfire/admin/SystemMember.html    |   617 +
 .../gemfire/admin/SystemMemberBridgeServer.html |  1020 +
 .../gemfire/admin/SystemMemberCache.html        |   677 +
 .../gemfire/admin/SystemMemberCacheEvent.html   |   250 +
 .../admin/SystemMemberCacheListener.html        |   326 +
 .../gemfire/admin/SystemMemberCacheServer.html  |  1019 +
 .../gemfire/admin/SystemMemberRegion.html       |  1130 +
 .../gemfire/admin/SystemMemberRegionEvent.html  |   253 +
 .../gemfire/admin/SystemMemberType.html         |   536 +
 .../gemfire/admin/SystemMembershipEvent.html    |   262 +
 .../gemfire/admin/SystemMembershipListener.html |   279 +
 .../UnmodifiableConfigurationException.html     |   378 +
 .../gemstone/gemfire/admin/doc-files/ds4_0.dtd  |   176 +
 .../gemstone/gemfire/admin/doc-files/ds5_0.dtd  |   168 +
 .../com/gemstone/gemfire/admin/jmx/Agent.html   |   562 +
 .../gemstone/gemfire/admin/jmx/AgentConfig.html |  2842 ++
 .../gemfire/admin/jmx/AgentFactory.html         |   314 +
 .../gemfire/admin/jmx/package-frame.html        |    25 +
 .../gemfire/admin/jmx/package-summary.html      |   180 +
 .../gemfire/admin/jmx/package-tree.html         |   148 +
 .../gemstone/gemfire/admin/package-frame.html   |    72 +
 .../gemstone/gemfire/admin/package-summary.html |   498 +
 .../gemstone/gemfire/admin/package-tree.html    |   253 +
 .../gemfire/annotations/Experimental.html       |   234 +
 .../gemfire/annotations/package-frame.html      |    20 +
 .../gemfire/annotations/package-summary.html    |   143 +
 .../gemfire/annotations/package-tree.html       |   131 +
 .../gemfire/cache/AttributesFactory.html        |  2018 ++
 .../gemfire/cache/AttributesMutator.html        |   723 +
 .../com/gemstone/gemfire/cache/Cache.html       |  1234 +
 .../gemstone/gemfire/cache/CacheCallback.html   |   255 +
 .../gemfire/cache/CacheClosedException.html     |   365 +
 .../com/gemstone/gemfire/cache/CacheEvent.html  |   415 +
 .../gemstone/gemfire/cache/CacheException.html  |   377 +
 .../gemfire/cache/CacheExistsException.html     |   369 +
 .../gemstone/gemfire/cache/CacheFactory.html    |   709 +
 .../gemstone/gemfire/cache/CacheListener.html   |   505 +
 .../com/gemstone/gemfire/cache/CacheLoader.html |   281 +
 .../gemfire/cache/CacheLoaderException.html     |   366 +
 .../gemfire/cache/CacheRuntimeException.html    |   390 +
 .../gemstone/gemfire/cache/CacheStatistics.html |   411 +
 .../gemfire/cache/CacheTransactionManager.html  |   853 +
 .../com/gemstone/gemfire/cache/CacheWriter.html |   419 +
 .../gemfire/cache/CacheWriterException.html     |   370 +
 .../gemfire/cache/CacheXmlException.html        |   320 +
 .../gemstone/gemfire/cache/ClientSession.html   |   507 +
 .../gemfire/cache/CommitConflictException.html  |   350 +
 .../cache/CommitDistributionException.html      |   381 +
 .../cache/CommitIncompleteException.html        |   297 +
 .../gemfire/cache/CustomEvictionAttributes.html |   345 +
 .../gemstone/gemfire/cache/CustomExpiry.html    |   253 +
 .../com/gemstone/gemfire/cache/DataPolicy.html  |   781 +
 .../com/gemstone/gemfire/cache/Declarable.html  |   273 +
 .../gemfire/cache/DiskAccessException.html      |   505 +
 .../com/gemstone/gemfire/cache/DiskStore.html   |   650 +
 .../gemfire/cache/DiskStoreFactory.html         |   809 +
 .../gemfire/cache/DiskWriteAttributes.html      |   386 +
 .../cache/DiskWriteAttributesFactory.html       |   543 +
 .../DuplicatePrimaryPartitionException.html     |   339 +
 .../cache/DynamicRegionFactory.Config.html      |   507 +
 .../gemfire/cache/DynamicRegionFactory.html     |   697 +
 .../gemfire/cache/DynamicRegionListener.html    |   308 +
 .../gemfire/cache/EntryDestroyedException.html  |   358 +
 .../com/gemstone/gemfire/cache/EntryEvent.html  |   562 +
 .../gemfire/cache/EntryExistsException.html     |   369 +
 .../gemfire/cache/EntryNotFoundException.html   |   328 +
 .../gemfire/cache/EntryNotFoundInRegion.html    |   318 +
 .../gemstone/gemfire/cache/EntryOperation.html  |   356 +
 .../gemstone/gemfire/cache/EvictionAction.html  |   453 +
 .../gemfire/cache/EvictionAlgorithm.html        |   524 +
 .../gemfire/cache/EvictionAttributes.html       |  1073 +
 .../cache/EvictionAttributesMutator.html        |   238 +
 .../gemfire/cache/EvictionCriteria.html         |   277 +
 .../gemfire/cache/ExpirationAction.html         |   493 +
 .../gemfire/cache/ExpirationAttributes.html     |   560 +
 .../cache/FailedSynchronizationException.html   |   336 +
 .../gemfire/cache/FixedPartitionAttributes.html |   415 +
 .../gemfire/cache/FixedPartitionResolver.html   |   294 +
 .../cache/GatewayConfigurationException.html    |   341 +
 .../gemfire/cache/GatewayException.html         |   372 +
 .../gemstone/gemfire/cache/GemFireCache.html    |   782 +
 .../cache/IncompatibleVersionException.html     |   310 +
 .../gemstone/gemfire/cache/InterestPolicy.html  |   461 +
 .../cache/InterestRegistrationEvent.html        |   378 +
 .../cache/InterestRegistrationListener.html     |   304 +
 .../gemfire/cache/InterestResultPolicy.html     |   527 +
 .../gemstone/gemfire/cache/LoaderHelper.html    |   322 +
 .../com/gemstone/gemfire/cache/LossAction.html  |   488 +
 .../gemfire/cache/LowMemoryException.html       |   368 +
 .../gemfire/cache/MembershipAttributes.html     |   600 +
 .../com/gemstone/gemfire/cache/MirrorType.html  |   486 +
 .../cache/NoQueueServersAvailableException.html |   350 +
 ...NoSubscriptionServersAvailableException.html |   350 +
 .../com/gemstone/gemfire/cache/Operation.html   |  1876 ++
 .../cache/OperationAbortedException.html        |   363 +
 .../gemfire/cache/PartitionAttributes.html      |   518 +
 .../cache/PartitionAttributesFactory.html       |   846 +
 .../gemfire/cache/PartitionResolver.html        |   308 +
 .../PartitionedRegionDistributionException.html |   331 +
 .../PartitionedRegionStorageException.html      |   381 +
 .../gemstone/gemfire/cache/Region.Entry.html    |   448 +
 .../com/gemstone/gemfire/cache/Region.html      |  4187 +++
 .../gemfire/cache/RegionAccessException.html    |   395 +
 .../gemfire/cache/RegionAttributes.html         |  1385 +
 .../gemfire/cache/RegionDestroyedException.html |   366 +
 .../cache/RegionDistributionException.html      |   401 +
 .../com/gemstone/gemfire/cache/RegionEvent.html |   252 +
 .../gemfire/cache/RegionExistsException.html    |   369 +
 .../gemstone/gemfire/cache/RegionFactory.html   |  1813 ++
 .../gemfire/cache/RegionMembershipListener.html |   353 +
 .../cache/RegionReinitializedException.html     |   342 +
 .../gemfire/cache/RegionRoleException.html      |   381 +
 .../gemfire/cache/RegionRoleListener.html       |   288 +
 .../gemstone/gemfire/cache/RegionService.html   |   432 +
 .../gemstone/gemfire/cache/RegionShortcut.html  |   802 +
 .../cache/RemoteTransactionException.html       |   323 +
 .../gemstone/gemfire/cache/RequiredRoles.html   |   362 +
 .../gemfire/cache/ResourceException.html        |   362 +
 .../gemfire/cache/ResumptionAction.html         |   416 +
 .../com/gemstone/gemfire/cache/RoleEvent.html   |   252 +
 .../gemstone/gemfire/cache/RoleException.html   |   369 +
 .../com/gemstone/gemfire/cache/Scope.html       |   536 +
 .../gemfire/cache/SerializedCacheValue.html     |   267 +
 .../cache/StatisticsDisabledException.html      |   362 +
 .../gemfire/cache/SubscriptionAttributes.html   |   487 +
 .../SynchronizationCommitConflictException.html |   330 +
 .../gemfire/cache/TimeoutException.html         |   373 +
 ...TransactionDataNodeHasDepartedException.html |   315 +
 .../TransactionDataNotColocatedException.html   |   321 +
 .../TransactionDataRebalancedException.html     |   301 +
 .../gemfire/cache/TransactionEvent.html         |   400 +
 .../gemfire/cache/TransactionException.html     |   335 +
 .../gemstone/gemfire/cache/TransactionId.html   |   200 +
 .../cache/TransactionInDoubtException.html      |   336 +
 .../gemfire/cache/TransactionListener.html      |   310 +
 .../gemfire/cache/TransactionWriter.html        |   257 +
 .../cache/TransactionWriterException.html       |   277 +
 ...upportedOperationInTransactionException.html |   286 +
 .../cache/UnsupportedVersionException.html      |   306 +
 .../gemfire/cache/VersionException.html         |   332 +
 .../gemfire/cache/asyncqueue/AsyncEvent.html    |   260 +
 .../cache/asyncqueue/AsyncEventListener.html    |   281 +
 .../cache/asyncqueue/AsyncEventQueue.html       |   552 +
 .../asyncqueue/AsyncEventQueueFactory.html      |   539 +
 .../gemfire/cache/asyncqueue/package-frame.html |    23 +
 .../cache/asyncqueue/package-summary.html       |   161 +
 .../gemfire/cache/asyncqueue/package-tree.html  |   142 +
 .../client/AllConnectionsInUseException.html    |   349 +
 .../gemfire/cache/client/ClientCache.html       |   509 +
 .../cache/client/ClientCacheFactory.html        |  1219 +
 .../cache/client/ClientNotReadyException.html   |   340 +
 .../cache/client/ClientRegionFactory.html       |   869 +
 .../cache/client/ClientRegionShortcut.html      |   500 +
 .../client/NoAvailableLocatorsException.html    |   348 +
 .../client/NoAvailableServersException.html     |   348 +
 .../com/gemstone/gemfire/cache/client/Pool.html |   815 +
 .../gemfire/cache/client/PoolFactory.html       |  1323 +
 .../gemfire/cache/client/PoolManager.html       |   364 +
 .../client/ServerConnectivityException.html     |   349 +
 .../cache/client/ServerOperationException.html  |   349 +
 .../ServerRefusedConnectionException.html       |   310 +
 .../client/SubscriptionNotEnabledException.html |   350 +
 .../gemfire/cache/client/package-frame.html     |    43 +
 .../gemfire/cache/client/package-summary.html   |   317 +
 .../gemfire/cache/client/package-tree.html      |   202 +
 .../gemfire/cache/control/RebalanceFactory.html |   298 +
 .../cache/control/RebalanceOperation.html       |   322 +
 .../gemfire/cache/control/RebalanceResults.html |   420 +
 .../gemfire/cache/control/ResourceManager.html  |   640 +
 .../gemfire/cache/control/package-frame.html    |    23 +
 .../gemfire/cache/control/package-summary.html  |   170 +
 .../gemfire/cache/control/package-tree.html     |   134 +
 .../gemfire/cache/doc-files/cache3_0.dtd        |   296 +
 .../gemfire/cache/doc-files/cache4_0.dtd        |   392 +
 .../gemfire/cache/doc-files/cache4_1.dtd        |   485 +
 .../gemfire/cache/doc-files/cache5_0.dtd        |   519 +
 .../gemfire/cache/doc-files/cache5_1.dtd        |   534 +
 .../gemfire/cache/doc-files/cache5_5.dtd        |   651 +
 .../gemfire/cache/doc-files/cache5_7.dtd        |   776 +
 .../gemfire/cache/doc-files/cache5_8.dtd        |   794 +
 .../gemfire/cache/doc-files/cache6_0.dtd        |   862 +
 .../gemfire/cache/doc-files/cache6_1.dtd        |   871 +
 .../gemfire/cache/doc-files/cache6_5.dtd        |   949 +
 .../gemfire/cache/doc-files/cache6_6.dtd        |  1006 +
 .../gemfire/cache/doc-files/cache7_0.dtd        |  1087 +
 .../gemfire/cache/doc-files/cache8_0.dtd        |  1107 +
 .../execute/EmtpyRegionFunctionException.html   |   340 +
 .../gemfire/cache/execute/Execution.html        |   529 +
 .../gemfire/cache/execute/Function.html         |   377 +
 .../gemfire/cache/execute/FunctionAdapter.html  |   448 +
 .../gemfire/cache/execute/FunctionContext.html  |   325 +
 .../cache/execute/FunctionException.html        |   459 +
 .../FunctionInvocationTargetException.html      |   409 +
 .../gemfire/cache/execute/FunctionService.html  |   761 +
 .../cache/execute/RegionFunctionContext.html    |   288 +
 .../gemfire/cache/execute/ResultCollector.html  |   393 +
 .../gemfire/cache/execute/ResultSender.html     |   322 +
 .../gemfire/cache/execute/package-frame.html    |    36 +
 .../gemfire/cache/execute/package-summary.html  |   378 +
 .../gemfire/cache/execute/package-tree.html     |   178 +
 .../gemfire/cache/hdfs/HDFSIOException.html     |   310 +
 .../gemstone/gemfire/cache/hdfs/HDFSStore.html  |  1213 +
 .../gemfire/cache/hdfs/HDFSStoreFactory.html    |   692 +
 .../gemfire/cache/hdfs/HDFSStoreMutator.html    |   691 +
 .../cache/hdfs/StoreExistsException.html        |   290 +
 .../gemfire/cache/hdfs/package-frame.html       |    27 +
 .../gemfire/cache/hdfs/package-summary.html     |   179 +
 .../gemfire/cache/hdfs/package-tree.html        |   166 +
 .../gemfire/cache/lucene/LuceneIndex.html       |   281 +
 .../gemfire/cache/lucene/LuceneQuery.html       |   274 +
 .../cache/lucene/LuceneQueryFactory.html        |   416 +
 .../cache/lucene/LuceneQueryProvider.html       |   240 +
 .../cache/lucene/LuceneQueryResults.html        |   283 +
 .../cache/lucene/LuceneResultStruct.html        |   299 +
 .../gemfire/cache/lucene/LuceneService.html     |   384 +
 .../cache/lucene/LuceneServiceProvider.html     |   241 +
 .../gemfire/cache/lucene/package-frame.html     |    30 +
 .../gemfire/cache/lucene/package-summary.html   |   198 +
 .../gemfire/cache/lucene/package-tree.html      |   149 +
 .../operations/CloseCQOperationContext.html     |   370 +
 .../operations/DestroyOperationContext.html     |   354 +
 .../operations/ExecuteCQOperationContext.html   |   361 +
 .../ExecuteFunctionOperationContext.html        |   453 +
 .../GetDurableCQsOperationContext.html          |   336 +
 .../cache/operations/GetOperationContext.html   |   415 +
 .../operations/InterestOperationContext.html    |   382 +
 .../gemfire/cache/operations/InterestType.html  |   455 +
 .../operations/InvalidateOperationContext.html  |   355 +
 .../cache/operations/KeyOperationContext.html   |   450 +
 .../operations/KeySetOperationContext.html      |   400 +
 .../operations/KeyValueOperationContext.html    |   500 +
 .../OperationContext.OperationCode.html         |  1082 +
 .../cache/operations/OperationContext.html      |   375 +
 .../operations/PutAllOperationContext.html      |   441 +
 .../cache/operations/PutOperationContext.html   |   534 +
 .../cache/operations/QueryOperationContext.html |   530 +
 .../operations/RegionClearOperationContext.html |   332 +
 .../RegionCreateOperationContext.html           |   340 +
 .../RegionDestroyOperationContext.html          |   332 +
 .../operations/RegionOperationContext.html      |   388 +
 .../RegisterInterestOperationContext.html       |   361 +
 .../operations/RemoveAllOperationContext.html   |   408 +
 .../operations/StopCQOperationContext.html      |   370 +
 .../UnregisterInterestOperationContext.html     |   335 +
 .../gemfire/cache/operations/package-frame.html |    44 +
 .../cache/operations/package-summary.html       |   400 +
 .../gemfire/cache/operations/package-tree.html  |   180 +
 .../gemstone/gemfire/cache/package-frame.html   |   141 +
 .../gemstone/gemfire/cache/package-summary.html |  1450 +
 .../gemstone/gemfire/cache/package-tree.html    |   372 +
 .../cache/partition/PartitionListener.html      |   367 +
 .../partition/PartitionListenerAdapter.html     |   378 +
 .../cache/partition/PartitionMemberInfo.html    |   326 +
 .../PartitionNotAvailableException.html         |   339 +
 .../cache/partition/PartitionRebalanceInfo.html |   535 +
 .../cache/partition/PartitionRegionHelper.html  |   743 +
 .../cache/partition/PartitionRegionInfo.html    |   396 +
 .../gemfire/cache/partition/package-frame.html  |    32 +
 .../cache/partition/package-summary.html        |   220 +
 .../gemfire/cache/partition/package-tree.html   |   160 +
 .../ConflictingPersistentDataException.html     |   325 +
 .../persistence/PartitionOfflineException.html  |   376 +
 .../gemfire/cache/persistence/PersistentID.html |   299 +
 .../PersistentReplicatesOfflineException.html   |   310 +
 .../persistence/RevokeFailedException.html      |   320 +
 .../RevokedPersistentDataException.html         |   326 +
 .../cache/persistence/package-frame.html        |    28 +
 .../cache/persistence/package-summary.html      |   190 +
 .../gemfire/cache/persistence/package-tree.html |   167 +
 .../gemfire/cache/query/Aggregator.html         |   262 +
 .../cache/query/AmbiguousNameException.html     |   316 +
 .../gemfire/cache/query/CqAttributes.html       |   267 +
 .../CqAttributesFactory.CqAttributesImpl.html   |   411 +
 .../cache/query/CqAttributesFactory.html        |   386 +
 .../cache/query/CqAttributesMutator.html        |   289 +
 .../gemfire/cache/query/CqClosedException.html  |   340 +
 .../gemstone/gemfire/cache/query/CqEvent.html   |   371 +
 .../gemfire/cache/query/CqException.html        |   328 +
 .../gemfire/cache/query/CqExistsException.html  |   328 +
 .../gemfire/cache/query/CqListener.html         |   285 +
 .../gemstone/gemfire/cache/query/CqQuery.html   |   563 +
 .../gemstone/gemfire/cache/query/CqResults.html |   234 +
 .../cache/query/CqServiceStatistics.html        |   338 +
 .../gemstone/gemfire/cache/query/CqState.html   |   296 +
 .../gemfire/cache/query/CqStatistics.html       |   292 +
 .../gemfire/cache/query/CqStatusListener.html   |   264 +
 .../cache/query/FunctionDomainException.html    |   287 +
 .../com/gemstone/gemfire/cache/query/Index.html |   418 +
 .../cache/query/IndexCreationException.html     |   309 +
 .../cache/query/IndexExistsException.html       |   310 +
 .../cache/query/IndexInvalidException.html      |   328 +
 .../cache/query/IndexMaintenanceException.html  |   358 +
 .../cache/query/IndexNameConflictException.html |   310 +
 .../gemfire/cache/query/IndexStatistics.html    |   365 +
 .../gemstone/gemfire/cache/query/IndexType.html |   378 +
 .../query/MultiIndexCreationException.html      |   352 +
 .../cache/query/NameNotFoundException.html      |   315 +
 .../cache/query/NameResolutionException.html    |   313 +
 .../query/ParameterCountInvalidException.html   |   288 +
 .../com/gemstone/gemfire/cache/query/Query.html |   607 +
 .../gemfire/cache/query/QueryException.html     |   343 +
 .../query/QueryExecutionLowMemoryException.html |   361 +
 .../query/QueryExecutionTimeoutException.html   |   359 +
 .../cache/query/QueryInvalidException.html      |   309 +
 .../query/QueryInvocationTargetException.html   |   328 +
 .../gemfire/cache/query/QueryService.html       |  1704 ++
 .../gemfire/cache/query/QueryStatistics.html    |   246 +
 .../cache/query/RegionNotFoundException.html    |   314 +
 .../gemfire/cache/query/SelectResults.html      |   418 +
 .../gemstone/gemfire/cache/query/Struct.html    |   281 +
 .../cache/query/TypeMismatchException.html      |   309 +
 .../gemfire/cache/query/package-frame.html      |    67 +
 .../gemfire/cache/query/package-summary.html    |  1104 +
 .../gemfire/cache/query/package-tree.html       |   227 +
 .../cache/query/types/CollectionType.html       |   309 +
 .../gemfire/cache/query/types/MapType.html      |   293 +
 .../gemfire/cache/query/types/ObjectType.html   |   337 +
 .../gemfire/cache/query/types/StructType.html   |   308 +
 .../cache/query/types/package-frame.html        |    23 +
 .../cache/query/types/package-summary.html      |   162 +
 .../gemfire/cache/query/types/package-tree.html |   148 +
 .../gemfire/cache/server/CacheServer.html       |  1480 +
 .../cache/server/ClientSubscriptionConfig.html  |   523 +
 .../gemfire/cache/server/ServerLoad.html        |   577 +
 .../gemfire/cache/server/ServerLoadProbe.html   |   314 +
 .../cache/server/ServerLoadProbeAdapter.html    |   323 +
 .../gemfire/cache/server/ServerMetrics.html     |   283 +
 .../gemfire/cache/server/package-frame.html     |    28 +
 .../gemfire/cache/server/package-summary.html   |   214 +
 .../gemfire/cache/server/package-tree.html      |   147 +
 .../cache/snapshot/CacheSnapshotService.html    |   408 +
 .../cache/snapshot/RegionSnapshotService.html   |   401 +
 .../gemfire/cache/snapshot/SnapshotFilter.html  |   248 +
 .../cache/snapshot/SnapshotIterator.html        |   291 +
 .../SnapshotOptions.SnapshotFormat.html         |   339 +
 .../gemfire/cache/snapshot/SnapshotOptions.html |   291 +
 .../gemfire/cache/snapshot/SnapshotReader.html  |   261 +
 .../gemfire/cache/snapshot/package-frame.html   |    32 +
 .../gemfire/cache/snapshot/package-summary.html |   237 +
 .../gemfire/cache/snapshot/package-tree.html    |   159 +
 .../gemfire/cache/util/AutoBalancer.html        |   542 +
 .../cache/util/BoundedLinkedHashMap.html        |   478 +
 .../cache/util/CacheListenerAdapter.html        |   561 +
 .../gemfire/cache/util/CacheWriterAdapter.html  |   494 +
 .../gemfire/cache/util/CqListenerAdapter.html   |   339 +
 .../gemfire/cache/util/Gateway.OrderPolicy.html |   377 +
 .../gemstone/gemfire/cache/util/Gateway.html    |   263 +
 .../cache/util/GatewayConflictHelper.html       |   245 +
 .../cache/util/GatewayConflictResolver.html     |   249 +
 .../gemfire/cache/util/GatewayEvent.html        |   416 +
 .../gemfire/cache/util/ObjectSizer.html         |   340 +
 .../gemfire/cache/util/ObjectSizerImpl.html     |   307 +
 .../util/RegionMembershipListenerAdapter.html   |   418 +
 .../cache/util/RegionRoleListenerAdapter.html   |   357 +
 .../cache/util/TimestampedEntryEvent.html       |   286 +
 .../cache/util/TransactionListenerAdapter.html  |   382 +
 .../gemfire/cache/util/package-frame.html       |    41 +
 .../gemfire/cache/util/package-summary.html     |   281 +
 .../gemfire/cache/util/package-tree.html        |   190 +
 .../gemfire/cache/wan/EventSequenceID.html      |   357 +
 .../gemfire/cache/wan/GatewayEventFilter.html   |   304 +
 .../wan/GatewayEventSubstitutionFilter.html     |   247 +
 .../gemfire/cache/wan/GatewayQueueEvent.html    |   344 +
 .../gemfire/cache/wan/GatewayReceiver.html      |   672 +
 .../cache/wan/GatewayReceiverFactory.html       |   434 +
 .../cache/wan/GatewaySender.OrderPolicy.html    |   377 +
 .../gemfire/cache/wan/GatewaySender.html        |  1318 +
 .../gemfire/cache/wan/GatewaySenderFactory.html |   684 +
 .../cache/wan/GatewayTransportFilter.html       |   244 +
 .../gemfire/cache/wan/package-frame.html        |    35 +
 .../gemfire/cache/wan/package-summary.html      |   218 +
 .../gemfire/cache/wan/package-tree.html         |   162 +
 .../compression/CompressionException.html       |   304 +
 .../gemfire/compression/Compressor.html         |   259 +
 .../gemfire/compression/SnappyCompressor.html   |   376 +
 .../gemfire/compression/package-frame.html      |    28 +
 .../gemfire/compression/package-summary.html    |   177 +
 .../gemfire/compression/package-tree.html       |   156 +
 .../AbstractLauncher.ServiceState.html          |  1042 +
 .../distributed/AbstractLauncher.Status.html    |   435 +
 .../gemfire/distributed/AbstractLauncher.html   |  1005 +
 .../distributed/ClientSocketFactory.html        |   242 +
 .../distributed/DistributedLockService.html     |   819 +
 .../gemfire/distributed/DistributedMember.html  |   353 +
 .../gemfire/distributed/DistributedSystem.html  |  2772 ++
 .../DistributedSystemDisconnectedException.html |   335 +
 .../distributed/DurableClientAttributes.html    |   413 +
 .../distributed/FutureCancelledException.html   |   335 +
 .../distributed/GatewayCancelledException.html  |   335 +
 .../distributed/LeaseExpiredException.html      |   284 +
 .../gemstone/gemfire/distributed/Locator.html   |   988 +
 .../distributed/LocatorLauncher.Builder.html    |  1098 +
 .../distributed/LocatorLauncher.Command.html    |   558 +
 .../LocatorLauncher.LocatorState.html           |   398 +
 .../gemfire/distributed/LocatorLauncher.html    |  1174 +
 .../distributed/LockNotHeldException.html       |   301 +
 .../LockServiceDestroyedException.html          |   301 +
 .../distributed/OplogCancelledException.html    |   335 +
 .../distributed/PoolCancelledException.html     |   335 +
 .../com/gemstone/gemfire/distributed/Role.html  |   291 +
 .../distributed/ServerLauncher.Builder.html     |  1632 +
 .../distributed/ServerLauncher.Command.html     |   558 +
 .../distributed/ServerLauncher.ServerState.html |   398 +
 .../gemfire/distributed/ServerLauncher.html     |  1282 +
 .../ServerLauncherCacheProvider.html            |   224 +
 .../TXManagerCancelledException.html            |   335 +
 .../gemfire/distributed/package-frame.html      |    56 +
 .../gemfire/distributed/package-summary.html    |   378 +
 .../gemfire/distributed/package-tree.html       |   214 +
 .../gemstone/gemfire/i18n/LogWriterI18n.html    |  1473 +
 .../com/gemstone/gemfire/i18n/StringId.html     |   443 +
 .../gemstone/gemfire/i18n/package-frame.html    |    24 +
 .../gemstone/gemfire/i18n/package-summary.html  |   160 +
 .../com/gemstone/gemfire/i18n/package-tree.html |   139 +
 .../lang/AttachAPINotFoundException.html        |   341 +
 .../com/gemstone/gemfire/lang/Identifiable.html |   253 +
 .../gemstone/gemfire/lang/package-frame.html    |    24 +
 .../gemstone/gemfire/lang/package-summary.html  |   162 +
 .../com/gemstone/gemfire/lang/package-tree.html |   155 +
 .../management/AlreadyRunningException.html     |   324 +
 .../management/AsyncEventQueueMXBean.html       |   466 +
 .../gemfire/management/CacheServerMXBean.html   |  1215 +
 .../gemfire/management/ClientHealthStatus.html  |   774 +
 .../gemfire/management/ClientQueueDetail.html   |   537 +
 .../DependenciesNotFoundException.html          |   318 +
 .../gemfire/management/DiskBackupResult.html    |   307 +
 .../gemfire/management/DiskBackupStatus.html    |   334 +
 .../gemfire/management/DiskMetrics.html         |   453 +
 .../gemfire/management/DiskStoreMXBean.html     |   704 +
 .../DistributedLockServiceMXBean.html           |   311 +
 .../management/DistributedRegionMXBean.html     |  1049 +
 .../management/DistributedSystemMXBean.html     |  1816 ++
 .../management/EvictionAttributesData.html      |   350 +
 .../FixedPartitionAttributesData.html           |   343 +
 .../management/GatewayReceiverMXBean.html       |   784 +
 .../gemfire/management/GatewaySenderMXBean.html |   850 +
 .../gemfire/management/GemFireProperties.html   |  3567 +++
 .../gemfire/management/JMXNotificationType.html |   803 +
 .../management/JMXNotificationUserData.html     |   269 +
 .../gemstone/gemfire/management/JVMMetrics.html |   415 +
 .../gemfire/management/LocatorMXBean.html       |   354 +
 .../gemfire/management/LockServiceMXBean.html   |   367 +
 .../gemfire/management/ManagementException.html |   366 +
 .../gemfire/management/ManagementService.html   |  1136 +
 .../gemfire/management/ManagerMXBean.html       |   353 +
 .../gemfire/management/MemberMXBean.html        |  2451 ++
 .../management/MembershipAttributesData.html    |   354 +
 .../gemfire/management/NetworkMetrics.html      |   325 +
 .../gemstone/gemfire/management/OSMetrics.html  |   525 +
 .../management/PartitionAttributesData.html     |   452 +
 .../management/PersistentMemberDetails.html     |   321 +
 .../management/RegionAttributesData.html        |   899 +
 .../gemfire/management/RegionMXBean.html        |  1130 +
 .../gemfire/management/ServerLoadData.html      |   362 +
 .../cli/CliMetaData.AvailabilityMetadata.html   |   223 +
 .../gemfire/management/cli/CliMetaData.html     |   419 +
 .../cli/CommandProcessingException.html         |   552 +
 .../gemfire/management/cli/CommandService.html  |   488 +
 .../management/cli/CommandServiceException.html |   321 +
 .../management/cli/CommandStatement.html        |   287 +
 .../gemfire/management/cli/ConverterHint.html   |   524 +
 .../gemfire/management/cli/Result.Status.html   |   370 +
 .../gemstone/gemfire/management/cli/Result.html |   399 +
 .../gemfire/management/cli/package-frame.html   |    40 +
 .../gemfire/management/cli/package-summary.html |   248 +
 .../gemfire/management/cli/package-tree.html    |   172 +
 .../management/membership/ClientMembership.html |   296 +
 .../membership/ClientMembershipEvent.html       |   271 +
 .../membership/ClientMembershipListener.html    |   272 +
 .../ClientMembershipListenerAdapter.html        |   335 +
 .../management/membership/MembershipEvent.html  |   255 +
 .../membership/MembershipListener.html          |   274 +
 ...pListenerAdapter.AdaptedMembershipEvent.html |   382 +
 .../UniversalMembershipListenerAdapter.html     |   631 +
 .../management/membership/package-frame.html    |    30 +
 .../management/membership/package-summary.html  |   204 +
 .../management/membership/package-tree.html     |   145 +
 .../gemfire/management/package-frame.html       |    60 +
 .../gemfire/management/package-summary.html     |   401 +
 .../gemfire/management/package-tree.html        |   191 +
 .../GemFireMemcachedServer.Protocol.html        |   344 +
 .../memcached/GemFireMemcachedServer.html       |   445 +
 .../gemfire/memcached/package-frame.html        |    24 +
 .../gemfire/memcached/package-summary.html      |   159 +
 .../gemfire/memcached/package-tree.html         |   147 +
 .../gatewaydelta/AbstractGatewayDeltaEvent.html |   453 +
 .../modules/gatewaydelta/GatewayDelta.html      |   276 +
 .../gatewaydelta/GatewayDeltaCreateEvent.html   |   442 +
 .../gatewaydelta/GatewayDeltaDestroyEvent.html  |   427 +
 .../modules/gatewaydelta/GatewayDeltaEvent.html |   223 +
 ...tewayDeltaEventApplicationCacheListener.html |   330 +
 .../GatewayDeltaForwarderCacheListener.html     |   415 +
 .../modules/gatewaydelta/package-frame.html     |    29 +
 .../modules/gatewaydelta/package-summary.html   |   175 +
 .../modules/gatewaydelta/package-tree.html      |   151 +
 .../gemfire/modules/hibernate/EnumType.html     |   352 +
 .../gemfire/modules/hibernate/GemFireCache.html |   636 +
 .../modules/hibernate/GemFireCacheListener.html |   413 +
 .../modules/hibernate/GemFireCacheProvider.html |   457 +
 .../hibernate/GemFireQueryCacheFactory.html     |   289 +
 .../modules/hibernate/GemFireRegionFactory.html |   480 +
 .../modules/hibernate/package-frame.html        |    25 +
 .../modules/hibernate/package-summary.html      |   166 +
 .../gemfire/modules/hibernate/package-tree.html |   148 +
 .../session/bootstrap/AbstractCache.html        |   785 +
 .../session/bootstrap/ClientServerCache.html    |   346 +
 .../session/bootstrap/LifecycleTypeAdapter.html |   496 +
 .../session/bootstrap/PeerToPeerCache.html      |   346 +
 .../session/bootstrap/package-frame.html        |    26 +
 .../session/bootstrap/package-summary.html      |   169 +
 .../modules/session/bootstrap/package-tree.html |   152 +
 .../AbstractCacheLifecycleListener.html         |   414 +
 .../session/catalina/AbstractSessionCache.html  |   529 +
 .../ClientServerCacheLifecycleListener.html     |   266 +
 .../catalina/ClientServerSessionCache.html      |   477 +
 .../session/catalina/CommitSessionValve.html    |   345 +
 .../modules/session/catalina/DeltaSession.html  |   868 +
 .../session/catalina/DeltaSessionFacade.html    |   301 +
 .../session/catalina/DeltaSessionManager.html   |  1625 +
 .../session/catalina/JvmRouteBinderValve.html   |   345 +
 .../PeerToPeerCacheLifecycleListener.html       |   267 +
 .../catalina/PeerToPeerSessionCache.html        |   484 +
 .../modules/session/catalina/SessionCache.html  |   444 +
 .../session/catalina/SessionManager.html        |   379 +
 .../catalina/Tomcat6DeltaSessionManager.html    |   379 +
 .../catalina/Tomcat7DeltaSessionManager.html    |   386 +
 .../callback/LocalSessionCacheLoader.html       |   366 +
 .../callback/LocalSessionCacheWriter.html       |   451 +
 .../SessionExpirationCacheListener.html         |   343 +
 .../catalina/callback/package-frame.html        |    22 +
 .../catalina/callback/package-summary.html      |   148 +
 .../session/catalina/callback/package-tree.html |   145 +
 .../modules/session/catalina/package-frame.html |    37 +
 .../session/catalina/package-summary.html       |   209 +
 .../modules/session/catalina/package-tree.html  |   177 +
 .../SessionCachingFilter.RequestWrapper.html    |   476 +
 .../session/filter/SessionCachingFilter.html    |   470 +
 .../modules/session/filter/SessionListener.html |   298 +
 .../modules/session/filter/package-frame.html   |    22 +
 .../modules/session/filter/package-summary.html |   154 +
 .../modules/session/filter/package-tree.html    |   145 +
 .../modules/session/installer/Installer.html    |   318 +
 .../session/installer/JarClassLoader.html       |   322 +
 .../session/installer/args/Argument.html        |   605 +
 .../session/installer/args/ArgumentHandler.html |   242 +
 .../installer/args/ArgumentProcessor.html       |   350 +
 .../session/installer/args/ArgumentValues.html  |   439 +
 .../installer/args/URLArgumentHandler.html      |   296 +
 .../installer/args/UnknownArgumentHandler.html  |   234 +
 .../session/installer/args/UsageException.html  |   386 +
 .../session/installer/args/package-frame.html   |    32 +
 .../session/installer/args/package-summary.html |   205 +
 .../session/installer/args/package-tree.html    |   152 +
 .../session/installer/package-frame.html        |    21 +
 .../session/installer/package-summary.html      |   146 +
 .../modules/session/installer/package-tree.html |   148 +
 .../gemstone/gemfire/modules/util/Banner.html   |   235 +
 .../modules/util/BootstrappingFunction.html     |   567 +
 .../util/ClassLoaderObjectInputStream.html      |   349 +
 .../gemfire/modules/util/ContextMapper.html     |   270 +
 .../modules/util/CreateRegionFunction.html      |   507 +
 .../modules/util/DebugCacheListener.html        |   430 +
 .../gemfire/modules/util/ModuleStatistics.html  |   301 +
 .../modules/util/RegionConfiguration.html       |   763 +
 .../util/RegionConfigurationCacheListener.html  |   391 +
 .../gemfire/modules/util/RegionHelper.html      |   360 +
 .../modules/util/RegionSizeFunction.html        |   483 +
 .../gemfire/modules/util/RegionStatus.html      |   339 +
 .../modules/util/ResourceManagerValidator.html  |   235 +
 .../modules/util/SessionCustomExpiry.html       |   376 +
 .../TouchPartitionedRegionEntriesFunction.html  |   496 +
 .../TouchReplicatedRegionEntriesFunction.html   |   497 +
 .../gemfire/modules/util/package-frame.html     |    38 +
 .../gemfire/modules/util/package-summary.html   |   224 +
 .../gemfire/modules/util/package-tree.html      |   173 +
 .../com/gemstone/gemfire/package-frame.html     |    70 +
 .../com/gemstone/gemfire/package-summary.html   |   538 +
 .../com/gemstone/gemfire/package-tree.html      |   228 +
 .../com/gemstone/gemfire/pdx/FieldType.html     |   684 +
 .../com/gemstone/gemfire/pdx/JSONFormatter.html |   363 +
 .../gemfire/pdx/JSONFormatterException.html     |   308 +
 .../gemfire/pdx/NonPortableClassException.html  |   296 +
 .../gemfire/pdx/PdxConfigurationException.html  |   287 +
 .../pdx/PdxFieldAlreadyExistsException.html     |   292 +
 .../pdx/PdxFieldDoesNotExistException.html      |   288 +
 .../pdx/PdxFieldTypeMismatchException.html      |   293 +
 .../gemfire/pdx/PdxInitializationException.html |   310 +
 .../com/gemstone/gemfire/pdx/PdxInstance.html   |   555 +
 .../gemfire/pdx/PdxInstanceFactory.html         |  1192 +
 .../com/gemstone/gemfire/pdx/PdxReader.html     |   868 +
 .../pdx/PdxRegistryMismatchException.html       |   287 +
 .../gemstone/gemfire/pdx/PdxSerializable.html   |   283 +
 .../gemfire/pdx/PdxSerializationException.html  |   325 +
 .../com/gemstone/gemfire/pdx/PdxSerializer.html |   318 +
 .../gemstone/gemfire/pdx/PdxUnreadFields.html   |   182 +
 .../com/gemstone/gemfire/pdx/PdxWriter.html     |  1197 +
 .../pdx/ReflectionBasedAutoSerializer.html      |  1068 +
 .../gemfire/pdx/WritablePdxInstance.html        |   254 +
 .../com/gemstone/gemfire/pdx/package-frame.html |    48 +
 .../gemstone/gemfire/pdx/package-summary.html   |   402 +
 .../com/gemstone/gemfire/pdx/package-tree.html  |   202 +
 .../com/gemstone/gemfire/ra/GFConnection.html   |   243 +
 .../gemfire/ra/GFConnectionFactory.html         |   243 +
 .../com/gemstone/gemfire/ra/package-frame.html  |    21 +
 .../gemstone/gemfire/ra/package-summary.html    |   144 +
 .../com/gemstone/gemfire/ra/package-tree.html   |   146 +
 .../gemfire/redis/GemFireRedisServer.html       |   622 +
 .../gemstone/gemfire/redis/package-frame.html   |    20 +
 .../gemstone/gemfire/redis/package-summary.html |   142 +
 .../gemstone/gemfire/redis/package-tree.html    |   135 +
 .../gemfire/security/AccessControl.html         |   309 +
 .../gemfire/security/AuthInitialize.html        |   300 +
 .../security/AuthenticationFailedException.html |   325 +
 .../AuthenticationRequiredException.html        |   326 +
 .../gemfire/security/Authenticator.html         |   301 +
 .../security/GemFireSecurityException.html      |   434 +
 .../security/NotAuthorizedException.html        |   439 +
 .../gemfire/security/package-frame.html         |    29 +
 .../gemfire/security/package-summary.html       |   218 +
 .../gemstone/gemfire/security/package-tree.html |   167 +
 .../javadocs/constant-values.html               |  3265 ++
 .../javadocs/deprecated-list.html               |  1412 +
 .../javadocs/help-doc.html                      |   223 +
 .../javadocs/index-all.html                     | 26142 +++++++++++++++++
 .../javadocs/index.html                         |    74 +
 .../javadoc-images/BucketAdvisor-state.png      |   Bin 0 -> 39148 bytes
 .../javadoc-images/ConnectionManagerImpl.dia    |   Bin 0 -> 2034 bytes
 .../javadoc-images/ConnectionManagerImpl.png    |   Bin 0 -> 11825 bytes
 .../javadoc-images/QueueManagerImpl.dia         |   Bin 0 -> 2180 bytes
 .../javadoc-images/QueueManagerImpl.png         |   Bin 0 -> 15075 bytes
 .../javadocs/javadoc-images/class-hierarchy.fig |   224 +
 .../javadocs/javadoc-images/class-hierarchy.gif |   Bin 0 -> 11971 bytes
 .../javadoc-images/client_static_diagram.png    |   Bin 0 -> 29430 bytes
 .../data-serialization-exceptions.fig           |   135 +
 .../data-serialization-exceptions.gif           |   Bin 0 -> 3666 bytes
 .../javadoc-images/distribution-managers.fig    |    76 +
 .../javadoc-images/distribution-managers.gif    |   Bin 0 -> 3267 bytes
 .../javadocs/javadoc-images/elder.fig           |    84 +
 .../javadocs/javadoc-images/elder.jpg           |   Bin 0 -> 55182 bytes
 .../javadoc-images/entry-life-cycle.fig         |    64 +
 .../javadoc-images/entry-life-cycle.gif         |   Bin 0 -> 3357 bytes
 .../javadocs/javadoc-images/eventmatrix.xls     |   Bin 0 -> 24576 bytes
 .../javadocs/javadoc-images/example-cache.xml   |    98 +
 .../javadoc-images/example-client-cache.xml     |    46 +
 .../javadocs/javadoc-images/example2-cache.xml  |    63 +
 .../javadocs/javadoc-images/example3-cache.xml  |    60 +
 .../javadoc-images/extensible-hashing.fig       |   159 +
 .../javadoc-images/extensible-hashing.gif       |   Bin 0 -> 6605 bytes
 .../javadocs/javadoc-images/health-classes.gif  |   Bin 0 -> 8973 bytes
 .../javadocs/javadoc-images/jcache-get-flow.fig |   349 +
 .../javadocs/javadoc-images/jcache-get-flow.pdf |   Bin 0 -> 7519 bytes
 .../javadocs/javadoc-images/jcache-put-flow.fig |   359 +
 .../javadocs/javadoc-images/jcache-put-flow.pdf |   Bin 0 -> 7667 bytes
 .../jcache-update-message-flow.fig              |   334 +
 .../jcache-update-message-flow.pdf              |   Bin 0 -> 5937 bytes
 .../javadocs/javadoc-images/merge-log-files.fig |   153 +
 .../javadocs/javadoc-images/merge-log-files.gif |   Bin 0 -> 2646 bytes
 .../javadoc-images/partitioned-regions.fig      |   255 +
 .../javadoc-images/partitioned-regions.gif      |   Bin 0 -> 9273 bytes
 .../javadocs/javadoc-images/turks.fig           |   128 +
 .../javadocs/javadoc-images/turks.jpg           |   Bin 0 -> 79859 bytes
 .../javadocs/overview-frame.html                |    61 +
 .../javadocs/overview-summary.html              |   350 +
 .../javadocs/overview-tree.html                 |  1122 +
 .../javadocs/package-list                       |    41 +
 .../javadocs/script.js                          |    30 +
 .../javadocs/serialized-form.html               |  3719 +++
 .../javadocs/stylesheet.css                     |   574 +
 747 files changed, 343363 insertions(+)
----------------------------------------------------------------------




[42/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LogWriter.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LogWriter.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LogWriter.html
new file mode 100644
index 0000000..79b9575
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LogWriter.html
@@ -0,0 +1,955 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>LogWriter (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="LogWriter (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":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="../../../com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/LogWriter.html" target="_top">Frames</a></li>
+<li><a href="LogWriter.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">com.gemstone.gemfire</div>
+<h2 title="Interface LogWriter" class="title">Interface LogWriter</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">LogWriter</span></pre>
+<div class="block">Defines methods available to clients that want to write a log message
+ to their GemFire distributed system log file.
+ <p>
+ Instances of this interface can be obtained by calling
+ <a href="../../../com/gemstone/gemfire/distributed/DistributedSystem.html#getLogWriter--"><code>DistributedSystem.getLogWriter()</code></a>.
+ <p>
+ For any logged message the log file will contain:
+ <ul>
+ <li> The message's level.
+ <li> The time the message was logged.
+ <li> The id of the thread that logged the message.
+ <li> The message itself which can be a string and/or an exception
+      including the exception's stack trace.
+ </ul>
+ <p>
+ A message always has a level.
+ Logging levels are ordered. Enabling logging at a given level also
+ enables logging at higher levels. The higher the level the more
+ important and urgent the message.
+ <p>
+ The levels, in descending order, are:
+ <ul>
+ <li> <code>severe</code>  (highest value) is a message level indicating a serious failure.
+   In general <code>severe</code> messages should describe events that
+   are of considerable importance and which will prevent normal program
+   execution. They should be reasonably intelligible to end users and
+   to information managers.
+ <li> <code>error</code>  
+   In general <code>error</code> messages should describe events that
+   are of considerable importance but will not prevent normal program
+   execution. They should be reasonably intelligible to end users and
+   to information managers. They are weaker than <code>severe</code> and
+   stronger than <code>warning</code>.
+ <li> <code>warning</code> is a message level indicating a potential problem.
+   In general <code>warning</code> messages should describe events that
+   will be of interest to end users or information managers, or which indicate
+   potential problems.
+ <li> <code>info</code> is a message level for informational messages.
+   Typically <code>info</code> messages should be reasonably significant
+   and should make sense to end users and system administrators.
+ <li> <code>config</code> is a message level for static configuration messages.
+   <code>config</code> messages are intended to provide a variety of static
+   configuration information, to assist in debugging problems that may be
+   associated with particular configurations.
+ <li> <code>fine</code> is a message level providing tracing information.
+   In general the <code>fine</code> level should be used for information
+   that will be broadly interesting to developers. This level is for
+   the lowest volume, and most important, tracing messages.
+ <li> <code>finer</code> indicates a fairly detailed tracing message.
+   Logging calls for entering, returning, or throwing an exception
+   are traced at the <code>finer</code> level.
+ <li> <code>finest</code> (lowest value) indicates a highly detailed tracing message.
+   In general the <code>finest</code> level should be used for the most
+   voluminous detailed tracing messages.
+ </ul>
+ <p>
+ For each level methods exist that will request a message, at that
+ level, to be logged. These methods are all named after their level.
+ <p>
+ For each level a method exists that returns a boolean indicating
+ if messages at that level will currently be logged. The names
+ of these methods are of the form: <em>level</em><code>Enabled</code>.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#config-java.lang.String-">config</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#config-java.lang.String-java.lang.Throwable-">config</a></span>(java.lang.String&nbsp;msg,
+      java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#config-java.lang.Throwable-">config</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#configEnabled--">configEnabled</a></span>()</code>
+<div class="block">Returns true if "config" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#convertToLogWriterI18n--">convertToLogWriterI18n</a></span>()</code>
+<div class="block">A mechanism for accessing the abstraction layer used for 
+ internationalization.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#entering-java.lang.String-java.lang.String-">entering</a></span>(java.lang.String&nbsp;sourceClass,
+        java.lang.String&nbsp;sourceMethod)</code>
+<div class="block">Log a method entry.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#error-java.lang.String-">error</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#error-java.lang.String-java.lang.Throwable-">error</a></span>(java.lang.String&nbsp;msg,
+     java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#error-java.lang.Throwable-">error</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#errorEnabled--">errorEnabled</a></span>()</code>
+<div class="block">Returns true if "error" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#exiting-java.lang.String-java.lang.String-">exiting</a></span>(java.lang.String&nbsp;sourceClass,
+       java.lang.String&nbsp;sourceMethod)</code>
+<div class="block">Log a method return.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#fine-java.lang.String-">fine</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#fine-java.lang.String-java.lang.Throwable-">fine</a></span>(java.lang.String&nbsp;msg,
+    java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#fine-java.lang.Throwable-">fine</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#fineEnabled--">fineEnabled</a></span>()</code>
+<div class="block">Returns true if "fine" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finer-java.lang.String-">finer</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finer-java.lang.String-java.lang.Throwable-">finer</a></span>(java.lang.String&nbsp;msg,
+     java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finer-java.lang.Throwable-">finer</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finerEnabled--">finerEnabled</a></span>()</code>
+<div class="block">Returns true if "finer" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finest-java.lang.String-">finest</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finest-java.lang.String-java.lang.Throwable-">finest</a></span>(java.lang.String&nbsp;msg,
+      java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finest-java.lang.Throwable-">finest</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#finestEnabled--">finestEnabled</a></span>()</code>
+<div class="block">Returns true if "finest" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>java.util.logging.Handler</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#getHandler--">getHandler</a></span>()</code>
+<div class="block">Returns a 1.4 logging handler that can be used to direct application
+ output to this GemFire logger using the standard JDK logger APIs.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#info-java.lang.String-">info</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#info-java.lang.String-java.lang.Throwable-">info</a></span>(java.lang.String&nbsp;msg,
+    java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#info-java.lang.Throwable-">info</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#infoEnabled--">infoEnabled</a></span>()</code>
+<div class="block">Returns true if "info" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#severe-java.lang.String-">severe</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#severe-java.lang.String-java.lang.Throwable-">severe</a></span>(java.lang.String&nbsp;msg,
+      java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#severe-java.lang.Throwable-">severe</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#severeEnabled--">severeEnabled</a></span>()</code>
+<div class="block">Returns true if "severe" log messages are enabled.</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#throwing-java.lang.String-java.lang.String-java.lang.Throwable-">throwing</a></span>(java.lang.String&nbsp;sourceClass,
+        java.lang.String&nbsp;sourceMethod,
+        java.lang.Throwable&nbsp;thrown)</code>
+<div class="block">Log throwing an exception.</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#warning-java.lang.String-">warning</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Writes a message to this writer.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#warning-java.lang.String-java.lang.Throwable-">warning</a></span>(java.lang.String&nbsp;msg,
+       java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes both a message and exception to this writer.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#warning-java.lang.Throwable-">warning</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Writes an exception to this writer.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LogWriter.html#warningEnabled--">warningEnabled</a></span>()</code>
+<div class="block">Returns true if "warning" log messages are enabled.</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="severeEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>severeEnabled</h4>
+<pre>boolean&nbsp;severeEnabled()</pre>
+<div class="block">Returns true if "severe" log messages are enabled.
+ Returns false if "severe" log messages are disabled.</div>
+</li>
+</ul>
+<a name="severe-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>severe</h4>
+<pre>void&nbsp;severe(java.lang.String&nbsp;msg,
+            java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "severe".</div>
+</li>
+</ul>
+<a name="severe-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>severe</h4>
+<pre>void&nbsp;severe(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "severe".</div>
+</li>
+</ul>
+<a name="severe-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>severe</h4>
+<pre>void&nbsp;severe(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "severe".</div>
+</li>
+</ul>
+<a name="errorEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>errorEnabled</h4>
+<pre>boolean&nbsp;errorEnabled()</pre>
+<div class="block">Returns true if "error" log messages are enabled.
+ Returns false if "error" log messages are disabled.</div>
+</li>
+</ul>
+<a name="error-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>error</h4>
+<pre>void&nbsp;error(java.lang.String&nbsp;msg,
+           java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "error".</div>
+</li>
+</ul>
+<a name="error-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>error</h4>
+<pre>void&nbsp;error(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "error".</div>
+</li>
+</ul>
+<a name="error-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>error</h4>
+<pre>void&nbsp;error(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "error".</div>
+</li>
+</ul>
+<a name="warningEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warningEnabled</h4>
+<pre>boolean&nbsp;warningEnabled()</pre>
+<div class="block">Returns true if "warning" log messages are enabled.
+ Returns false if "warning" log messages are disabled.</div>
+</li>
+</ul>
+<a name="warning-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warning</h4>
+<pre>void&nbsp;warning(java.lang.String&nbsp;msg,
+             java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "warning".</div>
+</li>
+</ul>
+<a name="warning-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warning</h4>
+<pre>void&nbsp;warning(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "warning".</div>
+</li>
+</ul>
+<a name="warning-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>warning</h4>
+<pre>void&nbsp;warning(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "warning".</div>
+</li>
+</ul>
+<a name="infoEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>infoEnabled</h4>
+<pre>boolean&nbsp;infoEnabled()</pre>
+<div class="block">Returns true if "info" log messages are enabled.
+ Returns false if "info" log messages are disabled.</div>
+</li>
+</ul>
+<a name="info-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>info</h4>
+<pre>void&nbsp;info(java.lang.String&nbsp;msg,
+          java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "information".</div>
+</li>
+</ul>
+<a name="info-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>info</h4>
+<pre>void&nbsp;info(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "information".</div>
+</li>
+</ul>
+<a name="info-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>info</h4>
+<pre>void&nbsp;info(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "information".</div>
+</li>
+</ul>
+<a name="configEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>configEnabled</h4>
+<pre>boolean&nbsp;configEnabled()</pre>
+<div class="block">Returns true if "config" log messages are enabled.
+ Returns false if "config" log messages are disabled.</div>
+</li>
+</ul>
+<a name="config-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>config</h4>
+<pre>void&nbsp;config(java.lang.String&nbsp;msg,
+            java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "config".</div>
+</li>
+</ul>
+<a name="config-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>config</h4>
+<pre>void&nbsp;config(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "config".</div>
+</li>
+</ul>
+<a name="config-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>config</h4>
+<pre>void&nbsp;config(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "config".</div>
+</li>
+</ul>
+<a name="fineEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fineEnabled</h4>
+<pre>boolean&nbsp;fineEnabled()</pre>
+<div class="block">Returns true if "fine" log messages are enabled.
+ Returns false if "fine" log messages are disabled.</div>
+</li>
+</ul>
+<a name="fine-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fine</h4>
+<pre>void&nbsp;fine(java.lang.String&nbsp;msg,
+          java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "fine".</div>
+</li>
+</ul>
+<a name="fine-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fine</h4>
+<pre>void&nbsp;fine(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "fine".</div>
+</li>
+</ul>
+<a name="fine-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fine</h4>
+<pre>void&nbsp;fine(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "fine".</div>
+</li>
+</ul>
+<a name="finerEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finerEnabled</h4>
+<pre>boolean&nbsp;finerEnabled()</pre>
+<div class="block">Returns true if "finer" log messages are enabled.
+ Returns false if "finer" log messages are disabled.</div>
+</li>
+</ul>
+<a name="finer-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finer</h4>
+<pre>void&nbsp;finer(java.lang.String&nbsp;msg,
+           java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "finer".</div>
+</li>
+</ul>
+<a name="finer-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finer</h4>
+<pre>void&nbsp;finer(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "finer".</div>
+</li>
+</ul>
+<a name="finer-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finer</h4>
+<pre>void&nbsp;finer(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "finer".</div>
+</li>
+</ul>
+<a name="entering-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>entering</h4>
+<pre>void&nbsp;entering(java.lang.String&nbsp;sourceClass,
+              java.lang.String&nbsp;sourceMethod)</pre>
+<div class="block">Log a method entry.
+ <p>The logging is done using the <code>finer</code> level.
+ The string message will start with <code>"ENTRY"</code> and
+ include the class and method names.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sourceClass</code> - Name of class that issued the logging request.</dd>
+<dd><code>sourceMethod</code> - Name of the method that issued the logging request.</dd>
+</dl>
+</li>
+</ul>
+<a name="exiting-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>exiting</h4>
+<pre>void&nbsp;exiting(java.lang.String&nbsp;sourceClass,
+             java.lang.String&nbsp;sourceMethod)</pre>
+<div class="block">Log a method return.
+ <p>The logging is done using the <code>finer</code> level.
+ The string message will start with <code>"RETURN"</code> and
+ include the class and method names.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sourceClass</code> - Name of class that issued the logging request.</dd>
+<dd><code>sourceMethod</code> - Name of the method that issued the logging request.</dd>
+</dl>
+</li>
+</ul>
+<a name="throwing-java.lang.String-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>throwing</h4>
+<pre>void&nbsp;throwing(java.lang.String&nbsp;sourceClass,
+              java.lang.String&nbsp;sourceMethod,
+              java.lang.Throwable&nbsp;thrown)</pre>
+<div class="block">Log throwing an exception.
+ <p> Use to log that a method is
+ terminating by throwing an exception. The logging is done using
+ the <code>finer</code> level.
+ <p> This is a convenience method that could be done
+ instead by calling <a href="../../../com/gemstone/gemfire/LogWriter.html#finer-java.lang.String-java.lang.Throwable-"><code>finer(String, Throwable)</code></a>.
+ The string message will start with <code>"THROW"</code> and
+ include the class and method names.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sourceClass</code> - Name of class that issued the logging request.</dd>
+<dd><code>sourceMethod</code> - Name of the method that issued the logging request.</dd>
+<dd><code>thrown</code> - The Throwable that is being thrown.</dd>
+</dl>
+</li>
+</ul>
+<a name="finestEnabled--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finestEnabled</h4>
+<pre>boolean&nbsp;finestEnabled()</pre>
+<div class="block">Returns true if "finest" log messages are enabled.
+ Returns false if "finest" log messages are disabled.</div>
+</li>
+</ul>
+<a name="finest-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finest</h4>
+<pre>void&nbsp;finest(java.lang.String&nbsp;msg,
+            java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes both a message and exception to this writer.
+ The message level is "finest".</div>
+</li>
+</ul>
+<a name="finest-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finest</h4>
+<pre>void&nbsp;finest(java.lang.String&nbsp;msg)</pre>
+<div class="block">Writes a message to this writer.
+ The message level is "finest".</div>
+</li>
+</ul>
+<a name="finest-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>finest</h4>
+<pre>void&nbsp;finest(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Writes an exception to this writer.
+ The exception level is "finest".</div>
+</li>
+</ul>
+<a name="getHandler--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHandler</h4>
+<pre>java.util.logging.Handler&nbsp;getHandler()</pre>
+<div class="block">Returns a 1.4 logging handler that can be used to direct application
+ output to this GemFire logger using the standard JDK logger APIs.
+ Each time this method is called it creates a new instance of a
+ Handler so care should be taken to not call this method too often.</div>
+</li>
+</ul>
+<a name="convertToLogWriterI18n--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>convertToLogWriterI18n</h4>
+<pre><a href="../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a>&nbsp;convertToLogWriterI18n()</pre>
+<div class="block">A mechanism for accessing the abstraction layer used for 
+ internationalization.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>LogWriterI18n</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="../../../com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/LogWriter.html" target="_top">Frames</a></li>
+<li><a href="LogWriter.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/NoSystemException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/NoSystemException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/NoSystemException.html
new file mode 100644
index 0000000..af8e51e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/NoSystemException.html
@@ -0,0 +1,312 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>NoSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="NoSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/NoSystemException.html" target="_top">Frames</a></li>
+<li><a href="NoSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class NoSystemException" class="title">Class NoSystemException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.NoSystemException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/UncreatedSystemException.html" title="class in com.gemstone.gemfire">UncreatedSystemException</a>, <a href="../../../com/gemstone/gemfire/UnstartedSystemException.html" title="class in com.gemstone.gemfire">UnstartedSystemException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">NoSystemException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>NoSystemException</code> is thrown when a
+ locator can not be found or connected to.
+ In most cases one of the following subclasses is used instead
+ of <code>NoSystemException</code>:
+ <ul>
+ <li> <a href="../../../com/gemstone/gemfire/UncreatedSystemException.html" title="class in com.gemstone.gemfire"><code>UncreatedSystemException</code></a>
+ <li> <a href="../../../com/gemstone/gemfire/UnstartedSystemException.html" title="class in com.gemstone.gemfire"><code>UnstartedSystemException</code></a>
+ </ul>
+ <p>As of GemFire 5.0 this exception should be named NoLocatorException.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.NoSystemException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/NoSystemException.html#NoSystemException-java.lang.String-">NoSystemException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>NoSystemException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/NoSystemException.html#NoSystemException-java.lang.String-java.lang.Throwable-">NoSystemException</a></span>(java.lang.String&nbsp;message,
+                 java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>NoSystemException</code> with the given message
+ and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="NoSystemException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NoSystemException</h4>
+<pre>public&nbsp;NoSystemException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>NoSystemException</code>.</div>
+</li>
+</ul>
+<a name="NoSystemException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>NoSystemException</h4>
+<pre>public&nbsp;NoSystemException(java.lang.String&nbsp;message,
+                         java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>NoSystemException</code> with the given message
+ and cause.</div>
+</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="../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/NoSystemException.html" target="_top">Frames</a></li>
+<li><a href="NoSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/OutOfOffHeapMemoryException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/OutOfOffHeapMemoryException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/OutOfOffHeapMemoryException.html
new file mode 100644
index 0000000..1a60a06
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/OutOfOffHeapMemoryException.html
@@ -0,0 +1,321 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>OutOfOffHeapMemoryException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="OutOfOffHeapMemoryException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/OutOfOffHeapMemoryException.html" target="_top">Frames</a></li>
+<li><a href="OutOfOffHeapMemoryException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class OutOfOffHeapMemoryException" class="title">Class OutOfOffHeapMemoryException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.CancelException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.OutOfOffHeapMemoryException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">OutOfOffHeapMemoryException</span>
+extends <a href="../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></pre>
+<div class="block">Indicates that attempts to allocate more objects in off-heap memory has
+ failed and the Cache will be closed to prevent it from losing distributed
+ consistency.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.OutOfOffHeapMemoryException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/OutOfOffHeapMemoryException.html#OutOfOffHeapMemoryException--">OutOfOffHeapMemoryException</a></span>()</code>
+<div class="block">Constructs an <code>OutOfOffHeapMemoryError</code> with no detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/OutOfOffHeapMemoryException.html#OutOfOffHeapMemoryException-java.lang.String-">OutOfOffHeapMemoryException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Constructs an <code>OutOfOffHeapMemoryError</code> with the specified
+ detail message.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="OutOfOffHeapMemoryException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OutOfOffHeapMemoryException</h4>
+<pre>public&nbsp;OutOfOffHeapMemoryException()</pre>
+<div class="block">Constructs an <code>OutOfOffHeapMemoryError</code> with no detail message.</div>
+</li>
+</ul>
+<a name="OutOfOffHeapMemoryException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OutOfOffHeapMemoryException</h4>
+<pre>public&nbsp;OutOfOffHeapMemoryException(java.lang.String&nbsp;message)</pre>
+<div class="block">Constructs an <code>OutOfOffHeapMemoryError</code> with the specified
+ detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message.</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="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/OutOfOffHeapMemoryException.html" target="_top">Frames</a></li>
+<li><a href="OutOfOffHeapMemoryException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SerializationException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SerializationException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SerializationException.html
new file mode 100644
index 0000000..2157532
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SerializationException.html
@@ -0,0 +1,318 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>SerializationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SerializationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SerializationException.html" target="_top">Frames</a></li>
+<li><a href="SerializationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class SerializationException" class="title">Class SerializationException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireIOException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.SerializationException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/pdx/PdxSerializationException.html" title="class in com.gemstone.gemfire.pdx">PdxSerializationException</a>, <a href="../../../com/gemstone/gemfire/ToDataException.html" title="class in com.gemstone.gemfire">ToDataException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">SerializationException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire">GemFireIOException</a></pre>
+<div class="block">An exception indicating that a serialization or deserialization failed.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.SerializationException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SerializationException.html#SerializationException-java.lang.String-">SerializationException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Create a new instance of SerializationException with a detail message</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/SerializationException.html#SerializationException-java.lang.String-java.lang.Throwable-">SerializationException</a></span>(java.lang.String&nbsp;message,
+                      java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Create a new instance of SerializationException with a detail message and cause</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="SerializationException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SerializationException</h4>
+<pre>public&nbsp;SerializationException(java.lang.String&nbsp;message)</pre>
+<div class="block">Create a new instance of SerializationException with a detail message</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="SerializationException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SerializationException</h4>
+<pre>public&nbsp;SerializationException(java.lang.String&nbsp;message,
+                              java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Create a new instance of SerializationException with a detail message and cause</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message</dd>
+<dd><code>cause</code> - the cause</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="../../../com/gemstone/gemfire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/SerializationException.html" target="_top">Frames</a></li>
+<li><a href="SerializationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticDescriptor.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticDescriptor.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticDescriptor.html
new file mode 100644
index 0000000..96246c1
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticDescriptor.html
@@ -0,0 +1,350 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>StatisticDescriptor (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="StatisticDescriptor (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":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="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticDescriptor.html" target="_top">Frames</a></li>
+<li><a href="StatisticDescriptor.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">com.gemstone.gemfire</div>
+<h2 title="Interface StatisticDescriptor" class="title">Interface StatisticDescriptor</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.Comparable&lt;<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">StatisticDescriptor</span>
+extends java.lang.Comparable&lt;<a href="../../../com/gemstone/gemfire/StatisticDescriptor.html" title="interface in com.gemstone.gemfire">StatisticDescriptor</a>&gt;</pre>
+<div class="block">Describes an individual statistic whose value is updated by an
+ application and may be archived by GemFire.  These descriptions are
+ gathered together in a <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>StatisticsType</code></a>.
+
+ <P>
+ To get an instance of this interface use an instance of
+ <a href="../../../com/gemstone/gemfire/StatisticsFactory.html" title="interface in com.gemstone.gemfire"><code>StatisticsFactory</code></a>.
+ <P>
+ <code>StatisticDescriptor</code>s are naturally ordered by their name.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#getDescription--">getDescription</a></span>()</code>
+<div class="block">Returns a description of this statistic</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#getId--">getId</a></span>()</code>
+<div class="block">Returns the id of this statistic in a <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>statistics type</code></a>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#getName--">getName</a></span>()</code>
+<div class="block">Returns the name of this statistic</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.Class&lt;?&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#getType--">getType</a></span>()</code>
+<div class="block">Returns the type of this statistic</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#getUnit--">getUnit</a></span>()</code>
+<div class="block">Returns the unit in which this statistic is measured</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#isCounter--">isCounter</a></span>()</code>
+<div class="block">Returns true if this statistic is a counter; false if its a gauge.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/StatisticDescriptor.html#isLargerBetter--">isLargerBetter</a></span>()</code>
+<div class="block">Returns true if a larger statistic value indicates better performance.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Comparable">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;java.lang.Comparable</h3>
+<code>compareTo</code></li>
+</ul>
+</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>int&nbsp;getId()</pre>
+<div class="block">Returns the id of this statistic in a <a href="../../../com/gemstone/gemfire/StatisticsType.html" title="interface in com.gemstone.gemfire"><code>statistics type</code></a>.  The id is initialized when its statistics
+ type is created.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - The id has not been initialized yet</dd>
+</dl>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>java.lang.String&nbsp;getName()</pre>
+<div class="block">Returns the name of this statistic</div>
+</li>
+</ul>
+<a name="getDescription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>java.lang.String&nbsp;getDescription()</pre>
+<div class="block">Returns a description of this statistic</div>
+</li>
+</ul>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>java.lang.Class&lt;?&gt;&nbsp;getType()</pre>
+<div class="block">Returns the type of this statistic</div>
+</li>
+</ul>
+<a name="isCounter--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCounter</h4>
+<pre>boolean&nbsp;isCounter()</pre>
+<div class="block">Returns true if this statistic is a counter; false if its a gauge.
+ Counter statistics have values that always increase.
+ Gauge statistics have unconstrained values.</div>
+</li>
+</ul>
+<a name="isLargerBetter--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLargerBetter</h4>
+<pre>boolean&nbsp;isLargerBetter()</pre>
+<div class="block">Returns true if a larger statistic value indicates better performance.</div>
+</li>
+</ul>
+<a name="getUnit--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getUnit</h4>
+<pre>java.lang.String&nbsp;getUnit()</pre>
+<div class="block">Returns the unit in which this statistic is measured</div>
+</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="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/Statistics.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/StatisticDescriptor.html" target="_top">Frames</a></li>
+<li><a href="StatisticDescriptor.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>



[10/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskAccessException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskAccessException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskAccessException.html
new file mode 100644
index 0000000..dcd4eda
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskAccessException.html
@@ -0,0 +1,505 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DiskAccessException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DiskAccessException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskAccessException.html" target="_top">Frames</a></li>
+<li><a href="DiskAccessException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class DiskAccessException" class="title">Class DiskAccessException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.DiskAccessException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">DiskAccessException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre>
+<div class="block">Indicates that an <code>IOException</code> during a disk region operation.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.2</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DiskAccessException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException--">DiskAccessException</a></span>()</code>
+<div class="block">Constructs a new <code>DiskAccessException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.String-com.gemstone.gemfire.cache.DiskStore-">DiskAccessException</a></span>(java.lang.String&nbsp;msg,
+                   <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a>&nbsp;ds)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.String-com.gemstone.gemfire.cache.Region-">DiskAccessException</a></span>(java.lang.String&nbsp;msg,
+                   <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;r)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.String-java.lang.String-">DiskAccessException</a></span>(java.lang.String&nbsp;msg,
+                   java.lang.String&nbsp;regionName)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.String-java.lang.Throwable-">DiskAccessException</a></span>(java.lang.String&nbsp;msg,
+                   java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string
+ and a cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.String-java.lang.Throwable-com.gemstone.gemfire.cache.DiskStore-">DiskAccessException</a></span>(java.lang.String&nbsp;msg,
+                   java.lang.Throwable&nbsp;cause,
+                   <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a>&nbsp;ds)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string
+ and a cause.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.String-java.lang.Throwable-java.lang.String-">DiskAccessException</a></span>(java.lang.String&nbsp;msg,
+                   java.lang.Throwable&nbsp;cause,
+                   java.lang.String&nbsp;regionName)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string
+ and a cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#DiskAccessException-java.lang.Throwable-">DiskAccessException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html#isRemote--">isRemote</a></span>()</code>
+<div class="block">Returns true if this exception originated from a remote node.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DiskAccessException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException()</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code>.</div>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.String-com.gemstone.gemfire.cache.Region-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.String&nbsp;msg,
+                           <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;r)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - a message string</dd>
+<dd><code>r</code> - The Region for which the disk operation failed</dd>
+</dl>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.String&nbsp;msg,
+                           java.lang.String&nbsp;regionName)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - a message string</dd>
+<dd><code>regionName</code> - The name of the Region for which the disk operation failed</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.String-com.gemstone.gemfire.cache.DiskStore-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.String&nbsp;msg,
+                           <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a>&nbsp;ds)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - a message string</dd>
+<dd><code>ds</code> - The disk store for which the disk operation failed</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.String-java.lang.Throwable-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.String&nbsp;msg,
+                           java.lang.Throwable&nbsp;cause,
+                           java.lang.String&nbsp;regionName)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string
+ and a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the message string</dd>
+<dd><code>cause</code> - a causal Throwable</dd>
+<dd><code>regionName</code> - The name of the Region for which the disk operation failed</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.String-java.lang.Throwable-com.gemstone.gemfire.cache.DiskStore-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.String&nbsp;msg,
+                           java.lang.Throwable&nbsp;cause,
+                           <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a>&nbsp;ds)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string
+ and a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the message string</dd>
+<dd><code>cause</code> - a causal Throwable</dd>
+<dd><code>ds</code> - The disk store for which the disk operation failed</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - a causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="DiskAccessException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DiskAccessException</h4>
+<pre>public&nbsp;DiskAccessException(java.lang.String&nbsp;msg,
+                           java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a new <code>DiskAccessException</code> with a message string
+ and a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the message string</dd>
+<dd><code>cause</code> - a causal Throwable</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>gemfire 8.0</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="isRemote--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isRemote</h4>
+<pre>public final&nbsp;boolean&nbsp;isRemote()</pre>
+<div class="block">Returns true if this exception originated from a remote node.</div>
+</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="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskAccessException.html" target="_top">Frames</a></li>
+<li><a href="DiskAccessException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStore.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStore.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStore.html
new file mode 100644
index 0000000..dee5967
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStore.html
@@ -0,0 +1,650 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DiskStore (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DiskStore (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskStore.html" target="_top">Frames</a></li>
+<li><a href="DiskStore.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface DiskStore" class="title">Interface DiskStore</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">DiskStore</span></pre>
+<div class="block">Provides disk storage for one or more regions. The regions in the same disk store will
+ share the same disk persistence attributes. A region without a disk store name
+ belongs to the default disk store.
+ <p>Instances of this interface are created using
+ <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-"><code>DiskStoreFactory.create(java.lang.String)</code></a>. So to create a <code>DiskStore</code> named <code>myDiskStore</code> do this:
+ <PRE>
+   new DiskStoreFactory().create("myDiskStore");
+ </PRE>
+ <p>Existing DiskStore instances can be found using <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#findDiskStore-java.lang.String-"><code>GemFireCache.findDiskStore(String)</code></a></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#destroy--">destroy</a></span>()</code>
+<div class="block">Destroys this disk store.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#flush--">flush</a></span>()</code>
+<div class="block">Causes any data that is currently in the asynchronous queue to be written
+ to disk.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceCompaction--">forceCompaction</a></span>()</code>
+<div class="block">Allows a disk compaction to be forced on this disk store.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceRoll--">forceRoll</a></span>()</code>
+<div class="block">Asks the disk store to start writing to a new oplog.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getAllowForceCompaction--">getAllowForceCompaction</a></span>()</code>
+<div class="block">Returns true if manual compaction of disk files is allowed on this region.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getAutoCompact--">getAutoCompact</a></span>()</code>
+<div class="block">Returns true if the disk files are to be automatically compacted.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getCompactionThreshold--">getCompactionThreshold</a></span>()</code>
+<div class="block">Returns the threshold at which an oplog will become compactable.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.io.File[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getDiskDirs--">getDiskDirs</a></span>()</code>
+<div class="block">Returns the directories to which the region's data are written.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>int[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getDiskDirSizes--">getDiskDirSizes</a></span>()</code>
+<div class="block">Returns the sizes of the disk directories in megabytes</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>java.util.UUID</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getDiskStoreUUID--">getDiskStoreUUID</a></span>()</code>
+<div class="block">Returns the universally unique identifier for the Disk Store across the GemFire distributed system.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getDiskUsageCriticalPercentage--">getDiskUsageCriticalPercentage</a></span>()</code>
+<div class="block">Returns the critical threshold for disk usage as a percentage of the total 
+ disk volume.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getDiskUsageWarningPercentage--">getDiskUsageWarningPercentage</a></span>()</code>
+<div class="block">Returns the warning threshold for disk usage as a percentage of the total 
+ disk volume.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getMaxOplogSize--">getMaxOplogSize</a></span>()</code>
+<div class="block">Get the maximum size in megabytes a single oplog (operation log) file should be</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getName--">getName</a></span>()</code>
+<div class="block">Get the name of the DiskStore</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getQueueSize--">getQueueSize</a></span>()</code>
+<div class="block">Returns the maximum number of operations that can be asynchronously
+ queued to be written to disk.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getTimeInterval--">getTimeInterval</a></span>()</code>
+<div class="block">Returns the number of milliseconds that can elapse before
+ unwritten data is written to disk.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getWriteBufferSize--">getWriteBufferSize</a></span>()</code>
+<div class="block">Returns the size of the write buffer that this disk store will use when
+ writing data to disk.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#setDiskUsageCriticalPercentage-float-">setDiskUsageCriticalPercentage</a></span>(float&nbsp;criticalPercent)</code>
+<div class="block">Sets the value of the disk usage critical percentage.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#setDiskUsageWarningPercentage-float-">setDiskUsageWarningPercentage</a></span>(float&nbsp;warningPercent)</code>
+<div class="block">Sets the value of the disk usage warning percentage.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block">Get the name of the DiskStore</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of the DiskStore</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-"><code>DiskStoreFactory.create(java.lang.String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getAutoCompact--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAutoCompact</h4>
+<pre>boolean&nbsp;getAutoCompact()</pre>
+<div class="block">Returns true if the disk files are to be automatically compacted.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns true if the disk files are to be automatically compacted;
+         false if automatic compaction is turned off</dd>
+</dl>
+</li>
+</ul>
+<a name="getCompactionThreshold--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCompactionThreshold</h4>
+<pre>int&nbsp;getCompactionThreshold()</pre>
+<div class="block">Returns the threshold at which an oplog will become compactable. Until it reaches
+ this threshold the oplog will not be compacted.
+ The threshold is a percentage in the range 0..100.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the threshold, as a percentage, at which an oplog is considered compactable.</dd>
+</dl>
+</li>
+</ul>
+<a name="getAllowForceCompaction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAllowForceCompaction</h4>
+<pre>boolean&nbsp;getAllowForceCompaction()</pre>
+<div class="block">Returns true if manual compaction of disk files is allowed on this region.
+ Manual compaction is done be calling <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceCompaction--"><code>forceCompaction()</code></a>.
+ <p>Note that calls to <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceCompaction--"><code>forceCompaction()</code></a> will also be allowed if <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getAutoCompact--"><code>automatic compaction</code></a> is enabled.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns true if manual compaction of disk files is allowed on this region.</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxOplogSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxOplogSize</h4>
+<pre>long&nbsp;getMaxOplogSize()</pre>
+<div class="block">Get the maximum size in megabytes a single oplog (operation log) file should be</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the maximum size in megabyte the operations log file can be</dd>
+</dl>
+</li>
+</ul>
+<a name="getTimeInterval--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTimeInterval</h4>
+<pre>long&nbsp;getTimeInterval()</pre>
+<div class="block">Returns the number of milliseconds that can elapse before
+ unwritten data is written to disk.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns the time interval in milliseconds that can elapse between two writes to disk</dd>
+</dl>
+</li>
+</ul>
+<a name="getWriteBufferSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWriteBufferSize</h4>
+<pre>int&nbsp;getWriteBufferSize()</pre>
+<div class="block">Returns the size of the write buffer that this disk store will use when
+ writing data to disk. Larger values may increase performance but will use
+ more memory.
+ The disk store will allocate one direct memory buffer of this size.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Returns the size of the write buffer.</dd>
+</dl>
+</li>
+</ul>
+<a name="getDiskDirs--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskDirs</h4>
+<pre>java.io.File[]&nbsp;getDiskDirs()</pre>
+<div class="block">Returns the directories to which the region's data are written.  If
+ multiple directories are used, GemFire will attempt to distribute the
+ data evenly amongst them.</div>
+</li>
+</ul>
+<a name="getDiskDirSizes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskDirSizes</h4>
+<pre>int[]&nbsp;getDiskDirSizes()</pre>
+<div class="block">Returns the sizes of the disk directories in megabytes</div>
+</li>
+</ul>
+<a name="getDiskStoreUUID--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskStoreUUID</h4>
+<pre>java.util.UUID&nbsp;getDiskStoreUUID()</pre>
+<div class="block">Returns the universally unique identifier for the Disk Store across the GemFire distributed system.
+ </p></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a UUID uniquely identifying this Disk Store in the GemFire distributed system.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>UUID</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getQueueSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getQueueSize</h4>
+<pre>int&nbsp;getQueueSize()</pre>
+<div class="block">Returns the maximum number of operations that can be asynchronously
+ queued to be written to disk. When this limit is reached, it will cause
+ operations to block until they can be put in the queue.
+ If this <code>DiskStore</code> configures synchronous writing, then
+ <code>queueSize</code> is ignored.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the maxinum number of entries that can be queued concurrently
+ for asynchronous writting to disk.</dd>
+</dl>
+</li>
+</ul>
+<a name="flush--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>flush</h4>
+<pre>void&nbsp;flush()</pre>
+<div class="block">Causes any data that is currently in the asynchronous queue to be written
+ to disk. Does not return until the flush is complete.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache">DiskAccessException</a></code> - If problems are encounter while writing to disk</dd>
+</dl>
+</li>
+</ul>
+<a name="forceRoll--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>forceRoll</h4>
+<pre>void&nbsp;forceRoll()</pre>
+<div class="block">Asks the disk store to start writing to a new oplog.
+ The old oplog will be asynchronously compressed if compaction is set to true.
+ The new oplog will be created in the next available directory with free space.
+ If there is no directory with free space available and compaction is set to false,
+ then a <code>DiskAccessException</code> saying that the disk is full will be
+ thrown.
+ If compaction is true then the application will wait for the other oplogs
+ to be compacted and more space to be created.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache">DiskAccessException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="forceCompaction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>forceCompaction</h4>
+<pre>boolean&nbsp;forceCompaction()</pre>
+<div class="block">Allows a disk compaction to be forced on this disk store. The compaction
+ is done even if automatic compaction is not configured.
+ If the current active oplog has had data written to it and it is
+ compactable then an implicit call to <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceRoll--"><code>forceRoll()</code></a> will be made
+ so that the active oplog can be compacted.
+ <P>This method will block until the compaction completes.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><code>true</code> if one or more oplogs were compacted;
+ <code>false</code> indicates that no oplogs were ready
+ to be compacted or that a compaction was already in progress.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#getAllowForceCompaction--"><code>getAllowForceCompaction()</code></a></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 disk store. Removes the disk store from the cache,
+ and removes all files related to the disk store from disk.
+ 
+ If there are any currently open regions in the disk store
+ this method will throw an exception. If there are any closed regions that 
+ are persisted in this disk store, the data for those regions 
+ will be destroyed.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if the disk store is currently
+ in use by any regions, gateway senders, or a PDX type registry.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>8.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getDiskUsageWarningPercentage--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskUsageWarningPercentage</h4>
+<pre>float&nbsp;getDiskUsageWarningPercentage()</pre>
+<div class="block">Returns the warning threshold for disk usage as a percentage of the total 
+ disk volume.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the warning percent</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>8.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getDiskUsageCriticalPercentage--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDiskUsageCriticalPercentage</h4>
+<pre>float&nbsp;getDiskUsageCriticalPercentage()</pre>
+<div class="block">Returns the critical threshold for disk usage as a percentage of the total 
+ disk volume.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the critical percent</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>8.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setDiskUsageWarningPercentage-float-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDiskUsageWarningPercentage</h4>
+<pre>void&nbsp;setDiskUsageWarningPercentage(float&nbsp;warningPercent)</pre>
+<div class="block">Sets the value of the disk usage warning percentage.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>warningPercent</code> - the warning percent</dd>
+</dl>
+</li>
+</ul>
+<a name="setDiskUsageCriticalPercentage-float-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setDiskUsageCriticalPercentage</h4>
+<pre>void&nbsp;setDiskUsageCriticalPercentage(float&nbsp;criticalPercent)</pre>
+<div class="block">Sets the value of the disk usage critical percentage.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>criticalPercent</code> - the critical percent</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="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskStore.html" target="_top">Frames</a></li>
+<li><a href="DiskStore.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStoreFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStoreFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStoreFactory.html
new file mode 100644
index 0000000..c545a4d
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskStoreFactory.html
@@ -0,0 +1,809 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DiskStoreFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DiskStoreFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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};
+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="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskStoreFactory.html" target="_top">Frames</a></li>
+<li><a href="DiskStoreFactory.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface DiskStoreFactory" class="title">Interface DiskStoreFactory</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">DiskStoreFactory</span></pre>
+<div class="block">Factory for creating instances of <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><code>DiskStore</code></a>.
+ To get an instance of this factory call <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#createDiskStoreFactory--"><code>GemFireCache.createDiskStoreFactory()</code></a>.
+ If all you want to do is find an existing disk store see <a href="../../../../com/gemstone/gemfire/cache/GemFireCache.html#findDiskStore-java.lang.String-"><code>GemFireCache.findDiskStore(java.lang.String)</code></a>.
+ <P>
+ To use this factory configure it with the <code>set</code> methods and then
+ call <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-"><code>create(java.lang.String)</code></a> to produce a disk store instance.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.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 boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_ALLOW_FORCE_COMPACTION">DEFAULT_ALLOW_FORCE_COMPACTION</a></span></code>
+<div class="block">The default value of the allow force compaction attribute.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_AUTO_COMPACT">DEFAULT_AUTO_COMPACT</a></span></code>
+<div class="block">The default setting for auto compaction.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_COMPACTION_THRESHOLD">DEFAULT_COMPACTION_THRESHOLD</a></span></code>
+<div class="block">The default compaction threshold.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_DIR_SIZE">DEFAULT_DISK_DIR_SIZE</a></span></code>
+<div class="block">The default disk directory size in megabytes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_DIR_SIZES">DEFAULT_DISK_DIR_SIZES</a></span></code>
+<div class="block">The default disk directory sizes.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.io.File[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_DIRS">DEFAULT_DISK_DIRS</a></span></code>
+<div class="block">The default disk directories.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_STORE_NAME">DEFAULT_DISK_STORE_NAME</a></span></code>
+<div class="block">The name of the default disk store is "DEFAULT".</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE">DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE</a></span></code>
+<div class="block">The default disk usage critical percentage.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_USAGE_WARNING_PERCENTAGE">DEFAULT_DISK_USAGE_WARNING_PERCENTAGE</a></span></code>
+<div class="block">The default disk usage warning percentage.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_MAX_OPLOG_SIZE">DEFAULT_MAX_OPLOG_SIZE</a></span></code>
+<div class="block">The default maximum oplog file size in megabytes.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_QUEUE_SIZE">DEFAULT_QUEUE_SIZE</a></span></code>
+<div class="block">The default maximum number of operations that can be asynchronously queued.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_TIME_INTERVAL">DEFAULT_TIME_INTERVAL</a></span></code>
+<div class="block">The default time interval in milliseconds.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_WRITE_BUFFER_SIZE">DEFAULT_WRITE_BUFFER_SIZE</a></span></code>
+<div class="block">The default write buffer size.</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></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="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#create-java.lang.String-">create</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block">Create a new disk store or find an existing one.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setAllowForceCompaction-boolean-">setAllowForceCompaction</a></span>(boolean&nbsp;allowForceCompaction)</code>
+<div class="block">Set to <code>true</code> to allow <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceCompaction--"><code>DiskStore.forceCompaction()</code></a> to be called
+ on regions using this disk store.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setAutoCompact-boolean-">setAutoCompact</a></span>(boolean&nbsp;isAutoCompact)</code>
+<div class="block">Set to <code>true</code> to cause the disk files to be automatically compacted.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setCompactionThreshold-int-">setCompactionThreshold</a></span>(int&nbsp;compactionThreshold)</code>
+<div class="block">Sets the threshold at which an oplog will become compactable.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setDiskDirs-java.io.File:A-">setDiskDirs</a></span>(java.io.File[]&nbsp;diskDirs)</code>
+<div class="block">Sets the directories to which this disk store's data is written.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setDiskDirsAndSizes-java.io.File:A-int:A-">setDiskDirsAndSizes</a></span>(java.io.File[]&nbsp;diskDirs,
+                   int[]&nbsp;diskDirSizes)</code>
+<div class="block">Sets the directories to which this disk store's data is written
+ and also set the sizes in megabytes of each directory.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setDiskUsageCriticalPercentage-float-">setDiskUsageCriticalPercentage</a></span>(float&nbsp;criticalPercent)</code>
+<div class="block">Sets the critical threshold for disk usage as a percentage of the total disk
+ volume.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setDiskUsageWarningPercentage-float-">setDiskUsageWarningPercentage</a></span>(float&nbsp;warningPercent)</code>
+<div class="block">Sets the warning threshold for disk usage as a percentage of the total disk
+ volume.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setMaxOplogSize-long-">setMaxOplogSize</a></span>(long&nbsp;maxOplogSize)</code>
+<div class="block">Sets the maximum size in megabytes a single oplog (operation log) is allowed to be.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setQueueSize-int-">setQueueSize</a></span>(int&nbsp;queueSize)</code>
+<div class="block">Sets the maximum number of operations that can be asynchronously queued.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setTimeInterval-long-">setTimeInterval</a></span>(long&nbsp;timeInterval)</code>
+<div class="block">Sets the number of milliseconds that can elapse before
+ data written asynchronously is flushed to disk.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setWriteBufferSize-int-">setWriteBufferSize</a></span>(int&nbsp;writeBufferSize)</code>
+<div class="block">Sets the write buffer size in bytes.</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_DISK_STORE_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_DISK_STORE_NAME</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_DISK_STORE_NAME</pre>
+<div class="block">The name of the default disk store is "DEFAULT".
+ This name can be used to redefine the default disk store.
+ Regions that have not had their disk-store-name set will
+ use this disk store.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_DISK_STORE_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_AUTO_COMPACT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_AUTO_COMPACT</h4>
+<pre>static final&nbsp;boolean DEFAULT_AUTO_COMPACT</pre>
+<div class="block">The default setting for auto compaction. 
+ <p>Current value: <code>true</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_AUTO_COMPACT">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_COMPACTION_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_COMPACTION_THRESHOLD</h4>
+<pre>static final&nbsp;int DEFAULT_COMPACTION_THRESHOLD</pre>
+<div class="block">The default compaction threshold.
+ <p>Current value: <code>50</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_COMPACTION_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_ALLOW_FORCE_COMPACTION">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_ALLOW_FORCE_COMPACTION</h4>
+<pre>static final&nbsp;boolean DEFAULT_ALLOW_FORCE_COMPACTION</pre>
+<div class="block">The default value of the allow force compaction attribute.
+ <p>Current value: <code>false</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_ALLOW_FORCE_COMPACTION">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MAX_OPLOG_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MAX_OPLOG_SIZE</h4>
+<pre>static final&nbsp;long DEFAULT_MAX_OPLOG_SIZE</pre>
+<div class="block">The default maximum oplog file size in megabytes.
+ <p>Current value: <code>1024</code> which is one gigabyte.</div>
+</li>
+</ul>
+<a name="DEFAULT_TIME_INTERVAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_TIME_INTERVAL</h4>
+<pre>static final&nbsp;long DEFAULT_TIME_INTERVAL</pre>
+<div class="block">The default time interval in milliseconds.
+ <p>Current value: <code>1000</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_TIME_INTERVAL">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_WRITE_BUFFER_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_WRITE_BUFFER_SIZE</h4>
+<pre>static final&nbsp;int DEFAULT_WRITE_BUFFER_SIZE</pre>
+<div class="block">The default write buffer size.
+ <p>Current value: <code>32768</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_WRITE_BUFFER_SIZE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_QUEUE_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_QUEUE_SIZE</h4>
+<pre>static final&nbsp;int DEFAULT_QUEUE_SIZE</pre>
+<div class="block">The default maximum number of operations that can be asynchronously queued.
+ <p>Current value: <code>0</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_QUEUE_SIZE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_DISK_DIRS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_DISK_DIRS</h4>
+<pre>static final&nbsp;java.io.File[] DEFAULT_DISK_DIRS</pre>
+<div class="block">The default disk directories.
+ <p>Current value: <code>current directory</code>.</div>
+</li>
+</ul>
+<a name="DEFAULT_DISK_DIR_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_DISK_DIR_SIZE</h4>
+<pre>static final&nbsp;int DEFAULT_DISK_DIR_SIZE</pre>
+<div class="block">The default disk directory size in megabytes.
+ <p>Current value: <code>2,147,483,647</code> which is two petabytes.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_DISK_DIR_SIZE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_DISK_DIR_SIZES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_DISK_DIR_SIZES</h4>
+<pre>static final&nbsp;int[] DEFAULT_DISK_DIR_SIZES</pre>
+<div class="block">The default disk directory sizes.
+ <p>Current value: <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_DIR_SIZE"><code>DEFAULT_DISK_DIR_SIZE</code></a> which is two petabytes each.</div>
+</li>
+</ul>
+<a name="DEFAULT_DISK_USAGE_WARNING_PERCENTAGE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_DISK_USAGE_WARNING_PERCENTAGE</h4>
+<pre>static final&nbsp;float DEFAULT_DISK_USAGE_WARNING_PERCENTAGE</pre>
+<div class="block">The default disk usage warning percentage.
+ <p>Current value: <code>90</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_DISK_USAGE_WARNING_PERCENTAGE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE</h4>
+<pre>static final&nbsp;float DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE</pre>
+<div class="block">The default disk usage critical percentage.
+ <p>Current value: <code>99</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DiskStoreFactory.DEFAULT_DISK_USAGE_CRITICAL_PERCENTAGE">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="setAutoCompact-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAutoCompact</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setAutoCompact(boolean&nbsp;isAutoCompact)</pre>
+<div class="block">Set to <code>true</code> to cause the disk files to be automatically compacted.
+ Set to <code>false</code> if no compaction is needed or manual compaction will be used.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>isAutoCompact</code> - if true then use auto compaction</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setCompactionThreshold-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCompactionThreshold</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setCompactionThreshold(int&nbsp;compactionThreshold)</pre>
+<div class="block">Sets the threshold at which an oplog will become compactable. Until it
+ reaches this threshold the oplog will not be compacted. The threshold is a
+ percentage in the range 0..100. When the amount of live data in an oplog
+ becomes less than this percentage then when a compaction is done this
+ garbage will be cleaned up freeing up disk space. Garbage is created by
+ entry destroys, entry updates, and region destroys.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>compactionThreshold</code> - percentage of remaining live data in the oplog at which an oplog
+          is compactable</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setAllowForceCompaction-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAllowForceCompaction</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setAllowForceCompaction(boolean&nbsp;allowForceCompaction)</pre>
+<div class="block">Set to <code>true</code> to allow <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html#forceCompaction--"><code>DiskStore.forceCompaction()</code></a> to be called
+ on regions using this disk store.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>allowForceCompaction</code> - if true then allow force compaction.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxOplogSize-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxOplogSize</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setMaxOplogSize(long&nbsp;maxOplogSize)</pre>
+<div class="block">Sets the maximum size in megabytes a single oplog (operation log) is allowed to be.
+ When an oplog is created this amount of file space will be immediately reserved.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maxOplogSize</code> - maximum size in megabytes for one single oplog file.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setTimeInterval-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTimeInterval</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setTimeInterval(long&nbsp;timeInterval)</pre>
+<div class="block">Sets the number of milliseconds that can elapse before
+ data written asynchronously is flushed to disk.
+ <p>For how to configure a region to be asynchronous see: <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-"><code>AttributesFactory.setDiskSynchronous(boolean)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeInterval</code> - number of milliseconds that can elapse before
+ async data is flushed to disk.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setWriteBufferSize-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWriteBufferSize</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setWriteBufferSize(int&nbsp;writeBufferSize)</pre>
+<div class="block">Sets the write buffer size in bytes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>writeBufferSize</code> - write buffer size in bytes.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setQueueSize-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setQueueSize</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setQueueSize(int&nbsp;queueSize)</pre>
+<div class="block">Sets the maximum number of operations that can be asynchronously queued.
+ Once this many pending async operations have been queued async ops will
+ begin blocking until some of the queued ops have been flushed to disk.
+ <p>
+ For how to configure a region to be asynchronous see:
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-"><code>AttributesFactory.setDiskSynchronous(boolean)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>queueSize</code> - number of operations that can be asynchronously queued. If 0, the
+          queue will be unlimited.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setDiskDirs-java.io.File:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDiskDirs</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setDiskDirs(java.io.File[]&nbsp;diskDirs)</pre>
+<div class="block">Sets the directories to which this disk store's data is written. If multiple
+ directories are used, GemFire will attempt to distribute the data evenly
+ amongst them.
+ The size of each directory will be set to the default of <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#DEFAULT_DISK_DIR_SIZE"><code>DEFAULT_DISK_DIR_SIZE</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>diskDirs</code> - directories to put the oplog files.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setDiskDirsAndSizes-java.io.File:A-int:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDiskDirsAndSizes</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setDiskDirsAndSizes(java.io.File[]&nbsp;diskDirs,
+                                     int[]&nbsp;diskDirSizes)</pre>
+<div class="block">Sets the directories to which this disk store's data is written
+ and also set the sizes in megabytes of each directory.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>diskDirs</code> - directories to put the oplog files.</dd>
+<dd><code>diskDirSizes</code> - sizes of disk directories in megabytes</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if length of the size array
+ does not match to the length of the dir array</dd>
+</dl>
+</li>
+</ul>
+<a name="setDiskUsageWarningPercentage-float-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDiskUsageWarningPercentage</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setDiskUsageWarningPercentage(float&nbsp;warningPercent)</pre>
+<div class="block">Sets the warning threshold for disk usage as a percentage of the total disk
+ volume.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>warningPercent</code> - warning percent of disk usage</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>8.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setDiskUsageCriticalPercentage-float-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDiskUsageCriticalPercentage</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache">DiskStoreFactory</a>&nbsp;setDiskUsageCriticalPercentage(float&nbsp;criticalPercent)</pre>
+<div class="block">Sets the critical threshold for disk usage as a percentage of the total disk
+ volume.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>criticalPercent</code> - critical percent of disk usage</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to <code>this</code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>8.0</dd>
+</dl>
+</li>
+</ul>
+<a name="create-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>create</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache">DiskStore</a>&nbsp;create(java.lang.String&nbsp;name)</pre>
+<div class="block">Create a new disk store or find an existing one. In either case the returned disk store's
+ configuration will be the same as this factory's configuration.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the DiskStore</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the newly created DiskStore.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if a disk store with the given name already exists
+ and its configuration is not consistent with this factory.</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="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DiskStoreFactory.html" target="_top">Frames</a></li>
+<li><a href="DiskStoreFactory.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>


[28/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html
new file mode 100644
index 0000000..e4a6b1f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html
@@ -0,0 +1,681 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>RegionSubRegionSnapshot (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="RegionSubRegionSnapshot (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" target="_top">Frames</a></li>
+<li><a href="RegionSubRegionSnapshot.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin</div>
+<h2 title="Class RegionSubRegionSnapshot" class="title">Class RegionSubRegionSnapshot</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.RegionSubRegionSnapshot</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>, java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">RegionSubRegionSnapshot</span>
+extends java.lang.Object
+implements <a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></pre>
+<div class="block">Class <code>RegionSubRegionSnapshot</code> provides information about
+ <code>Region</code>s. This also provides the information about sub regions
+ This class is used by the monitoring tool.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.RegionSubRegionSnapshot">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.com.gemstone.gemfire.DataSerializable">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire">DataSerializable.Replaceable</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#entryCount">entryCount</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#name">name</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#parent">parent</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#subRegionSnapshots">subRegionSnapshots</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#RegionSubRegionSnapshot--">RegionSubRegionSnapshot</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#RegionSubRegionSnapshot-com.gemstone.gemfire.cache.Region-">RegionSubRegionSnapshot</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;reg)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#addSubRegion-com.gemstone.gemfire.admin.RegionSubRegionSnapshot-">addSubRegion</a></span>(<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a>&nbsp;snap)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">add the snapshot of sub region</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#fromData-java.io.DataInput-">fromData</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Reads the state of this object as primitive data from the given
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#getEntryCount--">getEntryCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#getFullPath--">getFullPath</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#getParent--">getParent</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#getSubRegionSnapshots--">getSubRegionSnapshots</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#setEntryCount-int-">setEntryCount</a></span>(int&nbsp;entryCount)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#setName-java.lang.String-">setName</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#setParent-com.gemstone.gemfire.admin.RegionSubRegionSnapshot-">setParent</a></span>(<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a>&nbsp;parent)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#setSubRegionSnapshots-java.util.Set-">setSubRegionSnapshots</a></span>(java.util.Set&nbsp;subRegionSnapshots)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#toData-java.io.DataOutput-">toData</a></span>(java.io.DataOutput&nbsp;out)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Writes the state of this object as primitive data to the given
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html#toString--">toString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="name">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>name</h4>
+<pre>protected&nbsp;java.lang.String name</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="entryCount">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>entryCount</h4>
+<pre>protected&nbsp;int entryCount</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="parent">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parent</h4>
+<pre>protected&nbsp;<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a> parent</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="subRegionSnapshots">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>subRegionSnapshots</h4>
+<pre>protected&nbsp;java.util.Set subRegionSnapshots</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="RegionSubRegionSnapshot--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RegionSubRegionSnapshot</h4>
+<pre>public&nbsp;RegionSubRegionSnapshot()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="RegionSubRegionSnapshot-com.gemstone.gemfire.cache.Region-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RegionSubRegionSnapshot</h4>
+<pre>public&nbsp;RegionSubRegionSnapshot(<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;reg)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="addSubRegion-com.gemstone.gemfire.admin.RegionSubRegionSnapshot-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addSubRegion</h4>
+<pre>public&nbsp;boolean&nbsp;addSubRegion(<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a>&nbsp;snap)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">add the snapshot of sub region</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>snap</code> - snapshot of sub region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if operation is successful</dd>
+</dl>
+</li>
+</ul>
+<a name="getEntryCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEntryCount</h4>
+<pre>public final&nbsp;int&nbsp;getEntryCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>get entry count of region</dd>
+</dl>
+</li>
+</ul>
+<a name="setEntryCount-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEntryCount</h4>
+<pre>public final&nbsp;void&nbsp;setEntryCount(int&nbsp;entryCount)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>entryCount</code> - entry count of region</dd>
+</dl>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public final&nbsp;java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>name of region</dd>
+</dl>
+</li>
+</ul>
+<a name="setName-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setName</h4>
+<pre>public final&nbsp;void&nbsp;setName(java.lang.String&nbsp;name)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - name of region</dd>
+</dl>
+</li>
+</ul>
+<a name="getSubRegionSnapshots--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSubRegionSnapshots</h4>
+<pre>public final&nbsp;java.util.Set&nbsp;getSubRegionSnapshots()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>subRegionSnapshots of all the sub regions</dd>
+</dl>
+</li>
+</ul>
+<a name="setSubRegionSnapshots-java.util.Set-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSubRegionSnapshots</h4>
+<pre>public final&nbsp;void&nbsp;setSubRegionSnapshots(java.util.Set&nbsp;subRegionSnapshots)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>subRegionSnapshots</code> - subRegionSnapshots of all the sub regions</dd>
+</dl>
+</li>
+</ul>
+<a name="getParent--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getParent</h4>
+<pre>public final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a>&nbsp;getParent()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>snapshot of parent region</dd>
+</dl>
+</li>
+</ul>
+<a name="setParent-com.gemstone.gemfire.admin.RegionSubRegionSnapshot-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setParent</h4>
+<pre>public final&nbsp;void&nbsp;setParent(<a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin">RegionSubRegionSnapshot</a>&nbsp;parent)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>parent</code> - snapshot of parent region</dd>
+</dl>
+</li>
+</ul>
+<a name="getFullPath--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFullPath</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getFullPath()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>full path of region</dd>
+</dl>
+</li>
+</ul>
+<a name="toData-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toData</h4>
+<pre>public&nbsp;void&nbsp;toData(java.io.DataOutput&nbsp;out)
+            throws java.io.IOException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">DataSerializable</a></code></span></div>
+<div class="block">Writes the state of this object as primitive data to the given
+ <code>DataOutput</code>.
+ <p>
+ Since 5.7 it is possible for any method call to the specified
+ <code>DataOutput</code> to throw <a href="../../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><code>GemFireRethrowable</code></a>.
+ It should <em>not</em> be caught by user code.
+ If it is it <em>must</em> be rethrown.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">toData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+</dl>
+</li>
+</ul>
+<a name="fromData-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromData</h4>
+<pre>public&nbsp;void&nbsp;fromData(java.io.DataInput&nbsp;in)
+              throws java.io.IOException,
+                     java.lang.ClassNotFoundException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">DataSerializable</a></code></span></div>
+<div class="block">Reads the state of this object as primitive data from the given
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">fromData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+<dd><code>java.lang.ClassNotFoundException</code> - A class could not be loaded while reading from
+         <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></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="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" target="_top">Frames</a></li>
+<li><a href="RegionSubRegionSnapshot.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RuntimeAdminException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RuntimeAdminException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RuntimeAdminException.html
new file mode 100644
index 0000000..c5520cd
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RuntimeAdminException.html
@@ -0,0 +1,338 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>RuntimeAdminException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="RuntimeAdminException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/RuntimeAdminException.html" target="_top">Frames</a></li>
+<li><a href="RuntimeAdminException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class RuntimeAdminException" class="title">Class RuntimeAdminException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.RuntimeAdminException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin">AdminXmlException</a>, <a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin">OperationCancelledException</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">RuntimeAdminException</span>
+extends <a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>RuntimeAdminException</code> is thrown when a runtime errors occurs
+ during administration or monitoring of GemFire.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.RuntimeAdminException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html#RuntimeAdminException--">RuntimeAdminException</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html#RuntimeAdminException-java.lang.String-">RuntimeAdminException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html#RuntimeAdminException-java.lang.String-java.lang.Throwable-">RuntimeAdminException</a></span>(java.lang.String&nbsp;message,
+                     java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html#RuntimeAdminException-java.lang.Throwable-">RuntimeAdminException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="RuntimeAdminException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RuntimeAdminException</h4>
+<pre>public&nbsp;RuntimeAdminException()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="RuntimeAdminException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RuntimeAdminException</h4>
+<pre>public&nbsp;RuntimeAdminException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="RuntimeAdminException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>RuntimeAdminException</h4>
+<pre>public&nbsp;RuntimeAdminException(java.lang.String&nbsp;message,
+                             java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="RuntimeAdminException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RuntimeAdminException</h4>
+<pre>public&nbsp;RuntimeAdminException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</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="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/RuntimeAdminException.html" target="_top">Frames</a></li>
+<li><a href="RuntimeAdminException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Statistic.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Statistic.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Statistic.html
new file mode 100644
index 0000000..76648ab
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Statistic.html
@@ -0,0 +1,331 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>Statistic (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Statistic (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":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="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/Statistic.html" target="_top">Frames</a></li>
+<li><a href="Statistic.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface Statistic" class="title">Interface Statistic</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">Statistic</span>
+extends java.io.Serializable</pre>
+<div class="block">Interface to represent a single statistic of a <code>StatisticResource</code></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Statistic.html#getDescription--">getDescription</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the full description of this statistic.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Statistic.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the identifying name of this statistic.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Statistic.html#getUnits--">getUnits</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the unit of measurement (if any) this statistic represents.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.Number</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Statistic.html#getValue--">getValue</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the value of this statistic as a <code>java.lang.Number</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Statistic.html#isCounter--">isCounter</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this statistic represents a numeric value which always 
+ increases.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the identifying name of this statistic.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the identifying name of this statistic</dd>
+</dl>
+</li>
+</ul>
+<a name="getValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>java.lang.Number&nbsp;getValue()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the value of this statistic as a <code>java.lang.Number</code>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of this statistic</dd>
+</dl>
+</li>
+</ul>
+<a name="getUnits--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUnits</h4>
+<pre>java.lang.String&nbsp;getUnits()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the unit of measurement (if any) this statistic represents.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the unit of measurement (if any) this statistic represents</dd>
+</dl>
+</li>
+</ul>
+<a name="isCounter--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCounter</h4>
+<pre>boolean&nbsp;isCounter()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if this statistic represents a numeric value which always 
+ increases.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this statistic represents a value which always increases</dd>
+</dl>
+</li>
+</ul>
+<a name="getDescription--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>java.lang.String&nbsp;getDescription()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the full description of this statistic.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the full description of this statistic</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="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/Statistic.html" target="_top">Frames</a></li>
+<li><a href="Statistic.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/StatisticResource.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/StatisticResource.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/StatisticResource.html
new file mode 100644
index 0000000..0dc85e5
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/StatisticResource.html
@@ -0,0 +1,379 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>StatisticResource (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="StatisticResource (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":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="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/StatisticResource.html" target="_top">Frames</a></li>
+<li><a href="StatisticResource.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface StatisticResource" class="title">Interface StatisticResource</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">StatisticResource</span></pre>
+<div class="block">Adminitrative interface for monitoring a statistic resource in a GemFire
+ system member.  A resource is comprised of one or many 
+ <code>Statistics</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#getDescription--">getDescription</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the full description of this resource.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the identifying name of this resource.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#getOwner--">getOwner</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a display string of the <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a> owning this 
+ resource.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin">Statistic</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#getStatistics--">getStatistics</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a read-only array of every <a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><code>Statistic</code></a> in this resource.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#getType--">getType</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the classification type of this resource.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#getUniqueId--">getUniqueId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an ID that uniquely identifies the resource within the
+ <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a> it belongs to.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/StatisticResource.html#refresh--">refresh</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Refreshes the values of every <a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><code>Statistic</code></a> in this resource by
+ retrieving them from the member's VM.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the identifying name of this resource.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the identifying name of this resource</dd>
+</dl>
+</li>
+</ul>
+<a name="getDescription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>java.lang.String&nbsp;getDescription()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the full description of this resource.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the full description of this resource</dd>
+</dl>
+</li>
+</ul>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>java.lang.String&nbsp;getType()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the classification type of this resource.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the classification type of this resource</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getOwner--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOwner</h4>
+<pre>java.lang.String&nbsp;getOwner()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a display string of the <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a> owning this 
+ resource.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a display string of the owning <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getUniqueId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUniqueId</h4>
+<pre>long&nbsp;getUniqueId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an ID that uniquely identifies the resource within the
+ <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a> it belongs to.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>unique id within the owning <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getStatistics--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStatistics</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin">Statistic</a>[]&nbsp;getStatistics()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a read-only array of every <a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><code>Statistic</code></a> in this resource.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>read-only array of every <a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><code>Statistic</code></a> in this resource</dd>
+</dl>
+</li>
+</ul>
+<a name="refresh--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>refresh</h4>
+<pre>void&nbsp;refresh()
+      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Refreshes the values of every <a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><code>Statistic</code></a> in this resource by
+ retrieving them from the member's VM.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if unable to refresh statistic values</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="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/StatisticResource.html" target="_top">Frames</a></li>
+<li><a href="StatisticResource.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>


[05/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributes.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributes.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributes.html
new file mode 100644
index 0000000..f4a8db4
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributes.html
@@ -0,0 +1,1073 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EvictionAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EvictionAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":10,"i16":6,"i17":6,"i18":6,"i19":6,"i20":10,"i21":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAttributes.html" target="_top">Frames</a></li>
+<li><a href="EvictionAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class EvictionAttributes" class="title">Class EvictionAttributes</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EvictionAttributes</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>, java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">EvictionAttributes</span>
+extends java.lang.Object
+implements <a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></pre>
+<div class="block"><p>Attributes that describe how a <code>Region</code>'s size is managed through an eviction controller. Eviction
+ controllers are defined by an <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> and a <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a>. Once a <code>Region</code> is created with an eviction controller, it can
+ not be removed, however it can be changed through an <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionAttributesMutator</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEvictionAttributes-com.gemstone.gemfire.cache.EvictionAttributes-"><code>AttributesFactory.setEvictionAttributes(EvictionAttributes)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>AttributesMutator</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EvictionAttributes">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.com.gemstone.gemfire.DataSerializable">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire">DataSerializable.Replaceable</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">DEFAULT_ENTRIES_MAXIMUM</a></span></code>
+<div class="block">The default maximum for <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">DEFAULT_MEMORY_MAXIMUM</a></span></code>
+<div class="block">The default maximum for <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#EvictionAttributes--">EvictionAttributes</a></span>()</code>&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLIFOEntryAttributes-int-com.gemstone.gemfire.cache.EvictionAction-">createLIFOEntryAttributes</a></span>(int&nbsp;maximumEntries,
+                         <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLIFOMemoryAttributes-int-com.gemstone.gemfire.cache.EvictionAction-">createLIFOMemoryAttributes</a></span>(int&nbsp;maximumMegabytes,
+                          <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes--">createLRUEntryAttributes</a></span>()</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">maximum</a>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes-com.gemstone.gemfire.cache.EvictionAction-">createLRUEntryAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">maximum</a>
+ and given <code>evictionAction</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes-int-">createLRUEntryAttributes</a></span>(int&nbsp;maximumEntries)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and given <code>maximumEntries</code>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes-int-com.gemstone.gemfire.cache.EvictionAction-">createLRUEntryAttributes</a></span>(int&nbsp;maximumEntries,
+                        <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with given <code>evictionAction</code>
+ and given <code>maximumEntries</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUHeapAttributes--">createLRUHeapAttributes</a></span>()</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUHeapAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-">createLRUHeapAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and the given <code>sizer</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUHeapAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-com.gemstone.gemfire.cache.EvictionAction-">createLRUHeapAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer,
+                       <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with the given <code>evictionAction</code>
+ and given <code>sizer</code>.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--">createLRUMemoryAttributes</a></span>()</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a>.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes-int-">createLRUMemoryAttributes</a></span>(int&nbsp;maximumMegabytes)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>,
+ and given <code>maximumMegabytes</code>.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes-int-com.gemstone.gemfire.cache.util.ObjectSizer-">createLRUMemoryAttributes</a></span>(int&nbsp;maximumMegabytes,
+                         <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ given <code>sizer</code>,
+ and given <code>maximumMegabytes</code>.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes-int-com.gemstone.gemfire.cache.util.ObjectSizer-com.gemstone.gemfire.cache.EvictionAction-">createLRUMemoryAttributes</a></span>(int&nbsp;maximumMegabytes,
+                         <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer,
+                         <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with the given <code>evictionAction</code>,
+ given <code>sizer</code>,
+ and given <code>maximumMegabytes</code>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-">createLRUMemoryAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ given <code>sizer</code>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a>.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-com.gemstone.gemfire.cache.EvictionAction-">createLRUMemoryAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer,
+                         <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</code>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with given <code>evictionAction</code>,
+ given <code>sizer</code>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a>.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#getAction--">getAction</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>abstract <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#getAlgorithm--">getAlgorithm</a></span>()</code>
+<div class="block">The algorithm is used to identify entries that will be evicted.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>abstract int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#getMaximum--">getMaximum</a></span>()</code>
+<div class="block">The unit of this value is determined by the definition of the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> set by one of the creation
+ methods e.g.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>abstract <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#getObjectSizer--">getObjectSizer</a></span>()</code>
+<div class="block">An <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util"><code>ObjectSizer</code></a> is used by the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY"><code>EvictionAlgorithm.LRU_MEMORY</code></a> algorithm to measure the size of each
+ Entry as it is entered into a Region.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.DataSerializable">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">fromData</a>, <a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">toData</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="DEFAULT_ENTRIES_MAXIMUM">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_ENTRIES_MAXIMUM</h4>
+<pre>public static final&nbsp;int DEFAULT_ENTRIES_MAXIMUM</pre>
+<div class="block">The default maximum for <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a>. Currently <code>900</code> entries.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.EvictionAttributes.DEFAULT_ENTRIES_MAXIMUM">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MEMORY_MAXIMUM">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_MEMORY_MAXIMUM</h4>
+<pre>public static final&nbsp;int DEFAULT_MEMORY_MAXIMUM</pre>
+<div class="block">The default maximum for <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a>. Currently <code>10</code> megabytes.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.EvictionAttributes.DEFAULT_MEMORY_MAXIMUM">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="EvictionAttributes--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>EvictionAttributes</h4>
+<pre>public&nbsp;EvictionAttributes()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="createLRUEntryAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUEntryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUEntryAttributes()</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">maximum</a>. 
+ <p/>
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAttributes</code></a> cause regions to evict the least recently used (LRU)
+ entry once the region reaches a maximum capacity. The entry is either locally destroyed or its value overflows
+ to disk when evicted.
+ <p/>
+ <p/>
+ This is not supported when replication is enabled.
+ <p/>
+ <p/>
+ For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, the EvictionAttribute <code>maximum</code>, indicates the number of
+ entries allowed in the region, collectively for its primary buckets and redundant copies for this JVM. Once there
+ are <code>maximum</code> entries in the region's primary buckets and redundant copies for this JVM, the least
+ recently used entry will be evicted from the bucket in which the subsequent put takes place.
+ <p/>
+ <p/>
+ If you are using a <code>cache.xml</code> file to create a Cache Region declaratively, you can include the
+ following to configure a region for eviction
+ <p/>
+ <pre>
+         &lt;region-attributes&gt;
+            &lt;eviction-attributes&gt;
+               &lt;lru-entry-count maximum=&quot;900&quot; action=&quot;local-destroy&quot;/&gt;
+            &lt;/eviction-attributes&gt;
+         &lt;/region-attributes&gt;
+ </pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">maximum</a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUEntryAttributes-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUEntryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUEntryAttributes(int&nbsp;maximumEntries)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and given <code>maximumEntries</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumEntries</code> - the number of entries to keep in the Region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and <code>maximumEntries</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes--"><code>createLRUEntryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUEntryAttributes-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUEntryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUEntryAttributes(<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">maximum</a>
+ and given <code>evictionAction</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>evictionAction</code> - the action to perform when evicting an entry</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_ENTRIES_MAXIMUM">maximum</a>
+ and given <code>evictionAction</code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>8.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes--"><code>createLRUEntryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUEntryAttributes-int-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUEntryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUEntryAttributes(int&nbsp;maximumEntries,
+                                                          <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with given <code>evictionAction</code>
+ and given <code>maximumEntries</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumEntries</code> - the number of entries to keep in the Region</dd>
+<dd><code>evictionAction</code> - the action to perform when evicting an entry</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">entry LRU</a> eviction attributes
+ with given <code>evictionAction</code>
+ and given <code>maximumEntries</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes--"><code>createLRUEntryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUHeapAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUHeapAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUHeapAttributes()</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>.
+ <p/>
+ Heap LRU EvictionAttributes evict the least recently used <a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a> when heap usage exceeds the
+ <a href="../../../../com/gemstone/gemfire/cache/control/ResourceManager.html" title="interface in com.gemstone.gemfire.cache.control"><code>ResourceManager</code></a> eviction heap threshold. If the eviction heap threshold is exceeded the least recently used
+ <a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a>s are evicted.
+ <p/>
+ <p/>
+ With other LRU-based eviction controllers, only cache actions (such as <a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>puts</code></a> and
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>gets</code></a>) cause the LRU entry to be evicted. However, with heap LRU, because the JVM's heap may be effected
+ by more than just the GemFire cache operations, a daemon thread will perform the eviction if no operations are being done
+ on the region.
+ <p/>
+ The eviction attribute's <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">sizer</a> is used to estimate how much the heap will be reduced by an
+ eviction. 
+ <p/>
+ When using Heap LRU, the JVM must be launched with the <code>-Xmx</code> and <code>-Xms</code> switches set to the
+ same values. Many virtual machine implementations have additional JVM switches to control the behavior of the
+ garbage collector. We suggest that you investigate tuning the garbage collector when using this type of eviction
+ controller.  A collector that frequently collects is needed to keep our heap usage up to date. In particular, on
+ the Sun <A href="http://java.sun.com/docs/hotspot/gc/index.html">HotSpot</a> JVM, the
+ <code>-XX:+UseConcMarkSweepGC</code> flag needs to be set, and <code>-XX:CMSInitiatingOccupancyFraction=N</code>
+ should be set with N being a percentage that is less than the <a href="../../../../com/gemstone/gemfire/cache/control/ResourceManager.html" title="interface in com.gemstone.gemfire.cache.control"><code>ResourceManager</code></a> eviction heap threshold.
+ <p/>
+ The JRockit JVM has similar flags, <code>-Xgc:gencon</code> and <code>-XXgcTrigger:N</code>, which are required if
+ using this LRU algorithm. Please Note: the JRockit gcTrigger flag is based on heap free, not heap in use like the
+ GemFire parameter. This means you need to set gcTrigger to 100-N. for example, if your eviction threshold is 30
+ percent, you will need to set gcTrigger to 70 percent.
+ <p/>
+ On the IBM JVM, the flag to get a similar collector is <code>-Xgcpolicy:gencon</code>, but there is no corollary to
+ the gcTrigger/CMSInitiatingOccupancyFraction flags, so when using this feature with an IBM JVM, the heap usage
+ statistics might lag the true memory usage of the JVM, and thresholds may need to be set sufficiently high that the
+ JVM will initiate GC before the thresholds are crossed.
+ <p/>
+ If you are using a <code>cache.xml</code> file to create a Cache Region declaratively, you can include the
+ following to create an LRU heap eviction controller:
+ <p/>
+ <pre>
+         &lt;region-attributes&gt;
+            &lt;eviction-attributes&gt;
+               &lt;lru-heap-percentage action=&quot;local-destroy&quot;
+            &lt;/eviction-attributes&gt;
+         &lt;/region-attributes&gt;
+ </pre>
+ <p/></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUHeapAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUHeapAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUHeapAttributes(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and the given <code>sizer</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sizer</code> - the sizer implementation used to determine the size of each entry in this region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>
+ and the given <code>sizer</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUHeapAttributes--"><code>createLRUHeapAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUHeapAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUHeapAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUHeapAttributes(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer,
+                                                         <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with the given <code>evictionAction</code>
+ and given <code>sizer</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sizer</code> - the sizer implementation used to determine the size of each entry in this region</dd>
+<dd><code>evictionAction</code> - the way in which entries should be evicted</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">heap LRU</a> eviction attributes
+ with the given <code>evictionAction</code>
+ and given <code>sizer</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUHeapAttributes--"><code>createLRUHeapAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUMemoryAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUMemoryAttributes()</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a>. 
+ <p/>
+ Creates EvictionAttributes for an eviction controller that will remove the least recently used (LRU) entry from a
+ region once the region reaches a certain byte capacity. Capacity is determined by monitoring the size of entries
+ added and evicted. Capacity is specified in terms of megabytes. GemFire uses an efficient algorithm to determine
+ the amount of space a region entry occupies in the JVM. However, this algorithm may not yield optimal results for
+ all kinds of data. The user may provide his or her own algorithm for determining the size of objects by
+ implementing an <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util"><code>ObjectSizer</code></a>.
+ <p/>
+ <p/>
+ For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, the EvictionAttribute <code>maximum</code>, is always equal to
+ <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>" local max memory "</code></a> specified for the <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>. It signifies the amount of memory allowed in the region, collectively for its primary buckets
+ and redundant copies for this JVM. It can be different for the same region in different JVMs.
+ <p/>
+ If you are using a <code>cache.xml</code> file to create a Cache Region declaratively, you can include the
+ following to create an LRU memory eviction controller:
+ <p/>
+ <pre>
+          &lt;region-attributes&gt;
+            &lt;eviction-attributes&gt;
+               &lt;lru-memory-size maximum=&quot;10&quot; action=&quot;local-destroy&quot;&gt;
+                  &lt;class-name&gt;com.foo.MySizer&lt;/class-name&gt;
+                  &lt;parameter name=&quot;name&quot;&gt;
+                     &lt;string&gt;Super Sizer&lt;/string&gt;
+                  &lt;/parameter&gt;
+               &lt;/lru-memory-size&gt;
+            &lt;/eviction-attributes&gt;
+         &lt;/region-attributes&gt;
+ </pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUMemoryAttributes-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUMemoryAttributes(int&nbsp;maximumMegabytes)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>,
+ and given <code>maximumMegabytes</code>.
+ <p/>
+ <p/>
+ For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, even if maximumMegabytes are supplied, the EvictionAttribute
+ <code>maximum</code>, is always set to <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>" local max memory
+ "</code></a> specified for the <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>.
+ <p/></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumMegabytes</code> - the maximum allowed bytes in the Region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ default <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html#DEFAULT">sizer</a>,
+ and given <code>maximumMegabytes</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--"><code>createLRUMemoryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUMemoryAttributes-int-com.gemstone.gemfire.cache.util.ObjectSizer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUMemoryAttributes(int&nbsp;maximumMegabytes,
+                                                           <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ given <code>sizer</code>,
+ and given <code>maximumMegabytes</code>.
+ <p/>
+ <p>For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, even if maximumMegabytes are supplied, the EvictionAttribute
+ <code>maximum</code>, is always set to <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>" local max
+ memory "</code></a> specified for the <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumMegabytes</code> - the maximum allowed bytes in the Region</dd>
+<dd><code>sizer</code> - calculates the size in bytes of the key and value for an entry.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ given <code>sizer</code>,
+ and given <code>maximumMegabytes</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--"><code>createLRUMemoryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUMemoryAttributes-int-com.gemstone.gemfire.cache.util.ObjectSizer-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUMemoryAttributes(int&nbsp;maximumMegabytes,
+                                                           <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer,
+                                                           <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with the given <code>evictionAction</code>,
+ given <code>sizer</code>,
+ and given <code>maximumMegabytes</code>.
+ <p/>
+ <p>For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, even if maximumMegabytes are supplied, the EvictionAttribute
+ <code>maximum</code>, is always set to <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>" local max
+ memory "</code></a> specified for the <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumMegabytes</code> - the maximum allowed bytes in the Region</dd>
+<dd><code>sizer</code> - calculates the size in bytes of the key and value for an entry.</dd>
+<dd><code>evictionAction</code> - the action to take when the maximum has been reached.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with the given <code>evictionAction</code>,
+ given <code>sizer</code>,
+ and given <code>maximumMegabytes</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--"><code>createLRUMemoryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUMemoryAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUMemoryAttributes(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ given <code>sizer</code>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a>. 
+ <p/>
+ <p>For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, even if maximumMegabytes are supplied, the EvictionAttribute
+ <code>maximum</code>, is always set to <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>" local max
+ memory "</code></a> specified for the <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sizer</code> - calculates the size in bytes of the key and value for an entry.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with default <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">action</a>,
+ given <code>sizer</code>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--"><code>createLRUMemoryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="createLRUMemoryAttributes-com.gemstone.gemfire.cache.util.ObjectSizer-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLRUMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLRUMemoryAttributes(<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;sizer,
+                                                           <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<div class="block">Creates and returns <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with given <code>evictionAction</code>,
+ given <code>sizer</code>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a>. 
+ <p/>
+ <p>For a region with <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>DataPolicy.PARTITION</code></a>, even if maximumMegabytes are supplied, the EvictionAttribute
+ <code>maximum</code>, is always set to <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>" local max
+ memory "</code></a> specified for the <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>sizer</code> - calculates the size in bytes of the key and value for an entry.</dd>
+<dd><code>evictionAction</code> - the action to take when the maximum has been reached.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">memory LRU</a> eviction attributes
+ with given <code>evictionAction</code>,
+ given <code>sizer</code>,
+ and default <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#DEFAULT_MEMORY_MAXIMUM">maximum</a></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--"><code>createLRUMemoryAttributes()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getObjectSizer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjectSizer</h4>
+<pre>public abstract&nbsp;<a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util">ObjectSizer</a>&nbsp;getObjectSizer()</pre>
+<div class="block">An <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util"><code>ObjectSizer</code></a> is used by the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY"><code>EvictionAlgorithm.LRU_MEMORY</code></a> algorithm to measure the size of each
+ Entry as it is entered into a Region. A default implementation is provided, see <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUMemoryAttributes--"><code>createLRUMemoryAttributes()</code></a> for more.
+ An <a href="../../../../com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util"><code>ObjectSizer</code></a> is used by <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP"><code>EvictionAlgorithm.LRU_HEAP</code></a> to estimate how much heap will be saved
+ when evicting a region entry.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the sizer used by <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY"><code>EvictionAlgorithm.LRU_MEMORY</code></a> or <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP"><code>EvictionAlgorithm.LRU_HEAP</code></a>, for all other algorithms null is returned.</dd>
+</dl>
+</li>
+</ul>
+<a name="getAlgorithm--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAlgorithm</h4>
+<pre>public abstract&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a>&nbsp;getAlgorithm()</pre>
+<div class="block">The algorithm is used to identify entries that will be evicted.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a non-null EvictionAlgorithm instance reflecting the configured value or NONE when no eviction controller
+         has been configured.</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaximum--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximum</h4>
+<pre>public abstract&nbsp;int&nbsp;getMaximum()</pre>
+<div class="block">The unit of this value is determined by the definition of the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> set by one of the creation
+ methods e.g. <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html#createLRUEntryAttributes--"><code>createLRUEntryAttributes()</code></a></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>maximum value used by the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> which determines when the <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a> is
+         performed.</dd>
+</dl>
+</li>
+</ul>
+<a name="getAction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAction</h4>
+<pre>public abstract&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;getAction()</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>action that the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> takes when the maximum value is reached.</dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public final&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="hashCode--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public final&nbsp;int&nbsp;hashCode()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="createLIFOEntryAttributes-int-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createLIFOEntryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLIFOEntryAttributes(int&nbsp;maximumEntries,
+                                                           <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an EvictionAttributes for the  LIFOCapacityController</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="createLIFOMemoryAttributes-int-com.gemstone.gemfire.cache.EvictionAction-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>createLIFOMemoryAttributes</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;createLIFOMemoryAttributes(int&nbsp;maximumMegabytes,
+                                                            <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;evictionAction)</pre>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an EvictionAttributes for the MemLIFOCapacityController</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</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="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAttributes.html" target="_top">Frames</a></li>
+<li><a href="EvictionAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributesMutator.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributesMutator.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributesMutator.html
new file mode 100644
index 0000000..1079e53
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributesMutator.html
@@ -0,0 +1,238 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EvictionAttributesMutator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EvictionAttributesMutator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAttributesMutator.html" target="_top">Frames</a></li>
+<li><a href="EvictionAttributesMutator.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface EvictionAttributesMutator" class="title">Interface EvictionAttributesMutator</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">EvictionAttributesMutator</span></pre>
+<div class="block">The EvictionAttributesMutator allows changes to be made to a 
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAttributes</code></a>. It is returned
+ by <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#getEvictionAttributesMutator--"><code>AttributesMutator.getEvictionAttributesMutator()</code></a></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.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>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html#setMaximum-int-">setMaximum</a></span>(int&nbsp;maximum)</code>
+<div class="block">Sets the maximum value on the <code>EvictionAttributesImpl</code> that the given
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> uses to determine when to perform its
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a>.</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="setMaximum-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setMaximum</h4>
+<pre>void&nbsp;setMaximum(int&nbsp;maximum)</pre>
+<div class="block">Sets the maximum value on the <code>EvictionAttributesImpl</code> that the given
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> uses to determine when to perform its
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a>. The unit of the maximum value is determined by the
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximum</code> - value used by the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</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="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAttributesMutator.html" target="_top">Frames</a></li>
+<li><a href="EvictionAttributesMutator.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>


[19/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesFactory.html
new file mode 100644
index 0000000..bccee92
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesFactory.html
@@ -0,0 +1,2018 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>AttributesFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AttributesFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":42,"i40":42,"i41":42,"i42":42,"i43":42,"i44":42,"i45":42,"i46":42,"i47":42,"i48":42,"i49":42,"i50":42,"i51":41};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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>Prev&nbsp;Class</li>
+<li><a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/AttributesFactory.html" target="_top">Frames</a></li>
+<li><a href="AttributesFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class AttributesFactory" class="title">Class AttributesFactory&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.AttributesFactory&lt;K,V&gt;</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegionFactory-com.gemstone.gemfire.cache.RegionShortcut-"><code>Cache.createRegionFactory(RegionShortcut)</code></a> or <a href="../../../../com/gemstone/gemfire/cache/client/ClientCache.html#createClientRegionFactory-com.gemstone.gemfire.cache.client.ClientRegionShortcut-"><code>ClientCache.createClientRegionFactory(ClientRegionShortcut)</code></a> instead.</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AttributesFactory&lt;K,V&gt;</span>
+extends java.lang.Object</pre>
+<div class="block">Creates instances of <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a>. An <code>AttributesFactory</code>
+ instance maintains state for creating <code>RegionAttributes</code> instances.
+ The setter methods are used to change the settings that will be used for
+ creating the next attributes instance with the <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#create--"><code>create()</code></a>
+ method. If you create a factory with the default constructor, then the
+ factory is set up to create attributes with all default settings. You can
+ also create a factory by providing a <code>RegionAttributes</code>, which
+ will set up the new factory with the settings provided in that attributes
+ instance.
+
+ <p>Once a <code>RegionAttributes</code> is created, it can only be modified
+ after it has been used to create a <code>Region</code>, and then only by
+ using an <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>AttributesMutator</code></a> obtained from the region.
+
+ <h3>Attributes</h3>
+ <h4>Callbacks</h4>
+ <dl>
+ <dt><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><code>CacheLoader</code></a> [<em>default:</em> <code>null</code>, meaning no loader]</dt>
+     <dd>User-implemented plug-in for loading data on cache misses.<br>
+        <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-"><code>setCacheLoader(com.gemstone.gemfire.cache.CacheLoader&lt;K, V&gt;)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheLoader--"><code>RegionAttributes.getCacheLoader()</code></a>
+        <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-"><code>AttributesMutator.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader&lt;K, V&gt;)</code></a></dd>
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><code>CacheWriter</code></a> [<em>default:</em> <code>null</code>, meaning no writer]</dt>
+     <dd>User-implemented plug-in for intercepting cache modifications, e.g.
+         for writing to an external data source.<br>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-"><code>setCacheWriter(com.gemstone.gemfire.cache.CacheWriter&lt;K, V&gt;)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheWriter--"><code>RegionAttributes.getCacheWriter()</code></a>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-"><code>AttributesMutator.setCacheWriter(com.gemstone.gemfire.cache.CacheWriter&lt;K, V&gt;)</code></a></dd>
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a> [<em>default:</em> <code>null</code>, meaning no listener ]</dt>
+     <dd>User-implemented plug-in for receiving and handling cache related events.<br>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a> <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a>
+         <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheListeners--"><code>RegionAttributes.getCacheListeners()</code></a>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>AttributesMutator.initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>AttributesMutator.addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#removeCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>AttributesMutator.removeCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a></dd>
+ </dl>
+ <h4>Expiration</h4>
+ <dl>
+ <dt>RegionTimeToLive [<em>default:</em> no expiration]</dt>
+ <dd>Expiration configuration for the entire region based on the
+ <a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastModifiedTime--"><code>lastModifiedTime</code></a>.<br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setRegionTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>setRegionTimeToLive(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getRegionTimeToLive--"><code>RegionAttributes.getRegionTimeToLive()</code></a>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setRegionTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>AttributesMutator.setRegionTimeToLive(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a></dd>
+
+ <dt>RegionIdleTimeout [<em>default:</em> no expiration]</dt>
+ <dd>Expiration configuration for the entire region based on the
+ <a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastAccessedTime--"><code>lastAccessedTime</code></a>.<br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setRegionIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>setRegionIdleTimeout(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getRegionIdleTimeout--"><code>RegionAttributes.getRegionIdleTimeout()</code></a>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setRegionIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>AttributesMutator.setRegionIdleTimeout(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a></dd>
+
+ <dt>EntryTimeToLive [<em>default:</em> no expiration]</dt>
+ <dd>Expiration configuration for individual entries based on the
+ <a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastModifiedTime--"><code>lastModifiedTime</code></a>.<br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEntryTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>setEntryTimeToLive(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getEntryTimeToLive--"><code>RegionAttributes.getEntryTimeToLive()</code></a>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setEntryTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>AttributesMutator.setEntryTimeToLive(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a></dd>
+
+ <dt>EntryIdleTimeout [<em>default:</em> no expiration]</dt>
+ <dd>Expiration configuration for individual entries based on the
+ <a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastAccessedTime--"><code>lastAccessedTime</code></a>.<br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEntryIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>setEntryIdleTimeout(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getEntryIdleTimeout--"><code>RegionAttributes.getEntryIdleTimeout()</code></a>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setEntryIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-"><code>AttributesMutator.setEntryIdleTimeout(com.gemstone.gemfire.cache.ExpirationAttributes)</code></a></dd>
+ </dl>
+ <h4>Distribution</h4>
+ <dl>
+ <dt><a href="../../../../com/gemstone/gemfire/cache/Scope.html" title="class in com.gemstone.gemfire.cache"><code>Scope</code></a>[<em>default:</em> <a href="../../../../com/gemstone/gemfire/cache/Scope.html#DISTRIBUTED_NO_ACK"><code>Scope.DISTRIBUTED_NO_ACK</code></a>]
+ </dt>
+ <dd>Properties of distribution for the region, including whether it is
+ distributed at all, whether acknowledgements are required, and whether
+ distributed synchronization is required. <br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setScope-com.gemstone.gemfire.cache.Scope-"><code>setScope(com.gemstone.gemfire.cache.Scope)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getScope--"><code>RegionAttributes.getScope()</code></a></dd>
+
+ <dt>EarlyAck [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether or not acks required by <code>Scope.DISTRIBUTED_ACK</code>
+     are sent after an operation is processed. If <code>true</code>
+     then remote caches will ACK before processing an operation sent
+     by the cache that has set earlyAck to <code>true</code>.
+     Note that this attribute is only meaningful on the cache that
+     is initiating an operation; it does not matter what it is set to
+     on the cache that receives the operation.<br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEarlyAck-boolean-"><code>setEarlyAck(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getEarlyAck--"><code>RegionAttributes.getEarlyAck()</code></a></dd>
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>SubscriptionAttributes</code></a> [<em>default:</em> <a href="../../../../com/gemstone/gemfire/cache/InterestPolicy.html#DEFAULT"><code>InterestPolicy.DEFAULT</code></a>]</dt>
+     <dd>How will the region in this cache subscribe to other distributed
+     instances of this region.
+     <br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setSubscriptionAttributes-com.gemstone.gemfire.cache.SubscriptionAttributes-"><code>setSubscriptionAttributes(com.gemstone.gemfire.cache.SubscriptionAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getSubscriptionAttributes--"><code>RegionAttributes.getSubscriptionAttributes()</code></a></dd>
+
+ <dt>EnableAsyncConflation [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether or not conflation is enabled for sending
+     messages to async peers. Async peers are those whose
+     <code>async-distribution-timeout</code> gemfire.property is greater
+     than zero. AsyncConflation is ignored if the scope is
+     <code>DISTRIBUTED_ACK</code> or <code>GLOBAL</code>.
+     Conflation is only done on entry update operations. It is done
+     by dropping the earlier update from the message queue.
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableAsyncConflation-boolean-"><code>setEnableAsyncConflation(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getEnableAsyncConflation--"><code>RegionAttributes.getEnableAsyncConflation()</code></a></dd>
+ <dt>poolName [<em>default:</em> <code>null</code>, meaning no pool]</dt>
+     <dd>Whether or not this region is a client that is to use
+     connections from the named pool to communicate with servers.
+     If <code>null</code>, then it is not a client.
+     If <code>non-null</code>, then the named pool will be used.
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPoolName-java.lang.String-"><code>setPoolName(java.lang.String)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getPoolName--"><code>RegionAttributes.getPoolName()</code></a></dd>
+ 
+
+ <dt>EnableSubscriptionConflation [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether or not conflation is enabled for sending
+     messages from a cache server to its clients. Note: This parameter
+     is only valid for cache server to client communication. It has no
+     effect in peer to peer communication.
+     If <code>true</code>, messages will be conflated before they are
+     sent from a cache server to its clients. Only the latest value
+     will be sent.
+     Note that this attribute is only meaningful in a client server
+     topology.
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableSubscriptionConflation-boolean-"><code>setEnableSubscriptionConflation(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getEnableSubscriptionConflation--"><code>RegionAttributes.getEnableSubscriptionConflation()</code></a></dd>
+ <dt>Publisher [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether or not a region is a publisher. Publishers are regions
+         that will have distributed write operations done on them.
+         If a publisher is also a replicate then it will be used
+         as the preferred source for initializing other replicates.
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPublisher-boolean-"><code>setPublisher(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getPublisher--"><code>RegionAttributes.getPublisher()</code></a></dd>
+ <dt>isCloningEnabled [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether or not value is cloned before appling <code>Delta</code>s
+     If <code>false</code>, value will not be cloned
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCloningEnabled-boolean-"><code>setCloningEnabled(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCloningEnabled--"><code>RegionAttributes.getCloningEnabled()</code></a></dd></dt>
+ </dl>
+ <h4>Storage (see also <a href="package-summary.html#storage">package summary
+ </a>)</h4>
+ <dl>
+ <dt><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache"><code>DataPolicy</code></a> [<em>default:</em> <code>DataPolicy.NORMAL</code>]</dt>
+     <dd>Specifies the data storage policy.<br>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDataPolicy-com.gemstone.gemfire.cache.DataPolicy-"><code>setDataPolicy(com.gemstone.gemfire.cache.DataPolicy)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDataPolicy--"><code>RegionAttributes.getDataPolicy()</code></a></dd>
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/MirrorType.html" title="class in com.gemstone.gemfire.cache"><code>MirrorType</code></a> [<em>default:</em> <code>MirrorType.NONE</code>]</dt>
+     <dd><em>Deprecated</em>, use DataPolicy instead.</dd>
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEvictionAttributes-com.gemstone.gemfire.cache.EvictionAttributes-"><code>EvictionAttributes</code></a></dt>
+      <dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAttributes</code></a> are the replacement for the deprecated and removed CapacityController interface.
+          EvictionAttributes describe the <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> and the <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a>
+          as well as the various conditions under which the algorithm perform the action
+          e.g. when the maximum number of entries has been reached or
+          the maximum percentage of JVM heap has been consumed.
+          Setting <code>EvictionAttributes</code> installs an eviction controller
+          on the Region instantiated with the associated RegionAttributes </dd>
+
+ <dt>KeyConstraint [<em>default:</em> <code>null</code>, meaning no constraint]</dt>
+     <dd>The Class to constrain the keys to in the region.<br>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setKeyConstraint-java.lang.Class-"><code>setKeyConstraint(java.lang.Class&lt;K&gt;)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getKeyConstraint--"><code>RegionAttributes.getKeyConstraint()</code></a></dd>
+
+ <dt>ValueConstraint [<em>default:</em> <code>null</code>, meaning no constraint]</dt>
+     <dd>The Class to constrain the values to in the region. In addition to the
+         utility of this for applications in general, a <code>valueConstraint</code>
+         is helpful for compiling queries.<br>
+         <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setValueConstraint-java.lang.Class-"><code>setValueConstraint(java.lang.Class&lt;V&gt;)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getValueConstraint--"><code>RegionAttributes.getValueConstraint()</code></a></dd>
+
+ <dt>InitialCapacity [<em>default:</em> <code>16</code>]</dt>
+ <dd>The initial capacity of the map used for storing the entries. <br>
+ <code>HashMap</code> <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setInitialCapacity-int-"><code>setInitialCapacity(int)</code></a>
+ <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getInitialCapacity--"><code>RegionAttributes.getInitialCapacity()</code></a></dd>
+
+ <dt>LoadFactor [<em>default:</em> <code>0.75</code>]</dt>
+ <dd>The load factor of the map used for storing the entries. <br>
+ <code>HashMap</code> <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setLoadFactor-float-"><code>setLoadFactor(float)</code></a>
+ <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getLoadFactor--"><code>RegionAttributes.getLoadFactor()</code></a></dd>
+
+ <dt>ConcurrencyLevel [<em>default:</em> <code>16</code>]</dt>
+ <dd>The allowed concurrency among updates to values in the region is guided
+ by the <tt>concurrencyLevel</tt>, which is used as a hint for internal
+ sizing. The actual concurrency will vary. Ideally, you should choose a value
+ to accommodate as many threads as will ever concurrently modify values in the
+ region. Using a significantly higher value than you need can waste space and
+ time, and a significantly lower value can lead to thread contention. But
+ overestimates and underestimates within an order of magnitude do not usually
+ have much noticeable impact. A value of one is appropriate when it is known
+ that only one thread will modify and all others will only read. <br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setConcurrencyLevel-int-"><code>setConcurrencyLevel(int)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getConcurrencyLevel--"><code>RegionAttributes.getConcurrencyLevel()</code></a>
+ </dd>
+ 
+ <dt>ConcurrencyChecksEnabled [<em>default:</em> <code>false</code>]</dt>
+ <dd>Enables a distributed versioning algorithm that detects concurrency
+ conflicts in regions and ensures that changes to an
+ entry are not applied in a different order in other members.  This can
+ cause operations to be conflated, so that some cache listeners may see
+ an event while others do not, but it guarantees that the system will
+ be consistent.
+ </dd>
+
+ <dt>StatisticsEnabled [<em>default:</em> <code>false</code>]</dt>
+ <dd>Whether statistics are enabled for this region. The default is disabled,
+ which conserves on memory. <br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setStatisticsEnabled-boolean-"><code>setStatisticsEnabled(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getStatisticsEnabled--"><code>RegionAttributes.getStatisticsEnabled()</code></a>
+ </dd>
+
+ <dt>IgnoreJTA [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether JTA transactions are ignored for this region.  The
+     default is to look for and join JTA transactions for operations
+     performed on a region.
+
+ <dt>DiskStoreName [<em>default:</em> <code>null</code>, meaning no disk store]</dt>
+    <dd>If not <code>null</code> then this region will write its data
+    to the named <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><code>DiskStore</code></a>.<br>
+    <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskStoreName-java.lang.String-"><code>setDiskStoreName(java.lang.String)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDiskStoreName--"><code>RegionAttributes.getDiskStoreName()</code></a></dd>
+
+ <dt>DiskSynchronous [<em>default:</em> <code>true</code>]</dt>
+    <dd>If <code>true</code> then any writes to disk done for this region
+    will be done synchronously. This means that they will be in the file system
+    buffer before the operation doing the write returns.<br>
+    If <code>false</code> then any writes to disk done for this region
+    will be done asynchronously. This means that they are queued up to be written
+    and when they are actually written to the file system buffer is determined
+    by the region's <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><code>DiskStore</code></a> configuration.
+    Asynchronous writes will be conflated if the same entry is written while a
+    previous operation for the same entry is still in the queue.<br>
+    <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-"><code>setDiskSynchronous(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#isDiskSynchronous--"><code>RegionAttributes.isDiskSynchronous()</code></a></dd>
+
+ <dt>PersistBackup [<em>default:</em> <code>false</code>]</dt>
+     <dd>Whether or not a persistent backup should be made of the
+     region.<br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPersistBackup-boolean-"><code>setPersistBackup(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getPersistBackup--"><code>RegionAttributes.getPersistBackup()</code></a></dd>
+     <dd><em>Deprecated</em>, use <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>DataPolicy.PERSISTENT_REPLICATE</code></a> or <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>DataPolicy.PERSISTENT_PARTITION</code></a> instead.</dd>
+
+ <dt>DiskWriteAttributes [<em>default:</em> Asynchronously write to
+            disk every second (a <code>timeInterval</code> of 1000 and a
+            <code>byteThreshold</codE> of 0). <code>rollOplogs</code> is set to true and
+            <code>maxOplogSize</code> is set to 1024 MB]</dt>
+     <dd>How region data should be written to disk.  Determines
+     whether data should be written synchronously or asynchronously.
+     Data that is written asynchronously can be written at a certain
+     <a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#getTimeInterval--">time interval</a>
+     or once a certain number of <a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html#getBytesThreshold--">bytes of data</a> have been
+     enqueued.<br>
+     <a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>DiskWriteAttributes</code></a> <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskWriteAttributes-com.gemstone.gemfire.cache.DiskWriteAttributes-"><code>setDiskWriteAttributes(com.gemstone.gemfire.cache.DiskWriteAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDiskWriteAttributes--"><code>RegionAttributes.getDiskWriteAttributes()</code></a></dd>
+     <dd><em>Deprecated</em>, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskStoreName-java.lang.String-"><code>setDiskStoreName(java.lang.String)</code></a> and <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-"><code>setDiskSynchronous(boolean)</code></a> instead.</dd>
+
+ <dt>DiskDirs [<em>default:</em> Current working directory (<code>user.dir</code> system property)]</dt>
+     <dd>The directories to which the region's data are written.  If
+     multiple directories are used, GemFire will attempt to distribute the
+     data evenly among them. <br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskDirs-java.io.File:A-"><code>setDiskDirs(java.io.File[])</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDiskDirs--"><code>RegionAttributes.getDiskDirs()</code></a></dd>
+     <dd><em>Deprecated</em>, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskStoreName-java.lang.String-"><code>setDiskStoreName(java.lang.String)</code></a> instead.</dd>
+
+ <dt>DiskDirSizes [<em>default:</em> 10240 MB]</dt>
+ <dd> The size of the directory to which region's data is written.<br>
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskDirsAndSizes-java.io.File:A-int:A-"><code>setDiskDirsAndSizes(java.io.File[], int[])</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDiskDirSizes--"><code>RegionAttributes.getDiskDirSizes()</code></a></dd>
+ <dd><em>Deprecated</em>, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskStoreName-java.lang.String-"><code>setDiskStoreName(java.lang.String)</code></a> instead.</dd>
+
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a> [<em>default:</em> <code>null</code>, meaning no region partitioning]</dt>
+     <dd>How region data is partitioned among the members of the
+     distributed system.
+     <br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPartitionAttributes-com.gemstone.gemfire.cache.PartitionAttributes-"><code>setPartitionAttributes(com.gemstone.gemfire.cache.PartitionAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getPartitionAttributes--"><code>RegionAttributes.getPartitionAttributes()</code></a></dd>
+
+ <dt><a href="../../../../com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache"><code>MembershipAttributes</code></a> [<em>default:</em> no required roles]</dt>
+     <dd>How access to the region is affected when one or more required roles
+     are missing from the region membership.
+     <br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setMembershipAttributes-com.gemstone.gemfire.cache.MembershipAttributes-"><code>setMembershipAttributes(com.gemstone.gemfire.cache.MembershipAttributes)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getMembershipAttributes--"><code>RegionAttributes.getMembershipAttributes()</code></a></dd>
+
+ </dt>
+ </dl>
+
+ <h4>Locking</h4>
+ <dl>
+ <dt>LockGrantor [<em>default:</em> <code>false</code>]</dt>
+     <dd>Should this process become lock grantor for the region?</dd><br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setLockGrantor-boolean-"><code>setLockGrantor(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#isLockGrantor--"><code>RegionAttributes.isLockGrantor()</code></a>
+     <a href="../../../../com/gemstone/gemfire/cache/Region.html#becomeLockGrantor--"><code>Region.becomeLockGrantor()</code></a>
+ </dl>
+
+ <h4>Querying</h4>
+ <dl>
+ <dt>IndexMaintenanceSynchronous [<em>default:</em> <code>false</code>]</dt>
+     <dd>Are indexes built over in this region updated
+         synchronously when the underlying data is
+         modified?</dd><br>
+     <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setIndexMaintenanceSynchronous-boolean-"><code>setIndexMaintenanceSynchronous(boolean)</code></a> <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getIndexMaintenanceSynchronous--"><code>RegionAttributes.getIndexMaintenanceSynchronous()</code></a>
+ </dl>
+
+ <p>Note that the RegionAttributes are not distributed with the region.
+
+ <a name="compatibility"><h3>Compatibility Rules</h3>
+ <h4>RegionAttributes Creation Constraints</h4>
+ If any of the following compatibility rules are violated when
+ <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#create--"><code>create()</code></a></code> is called then an
+ <code>IllegalStateException</code> is thrown.
+ See <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#validateAttributes-com.gemstone.gemfire.cache.RegionAttributes-"><code>validateAttributes(com.gemstone.gemfire.cache.RegionAttributes&lt;?, ?&gt;)</code></a>.
+
+ <a name="creationConstraints"><h3>Creation Constraints</h3>
+ <h4>Region Creation Constraints on RegionAttributes</h4>
+
+ If any of the following rules are violated when <a href="../../../../com/gemstone/gemfire/cache/Region.html#createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>createSubregion</code></a> or <a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegion</code></a> are called, then an
+ <code>IllegalStateException</code> is thrown.
+
+ <ul>
+ <li>A region with <code>Scope.LOCAL</code> can only have subregions with
+ <code>Scope.LOCAL</code>.</li>
+ <li><code>Scope.GLOBAL</code> is illegal if there is any other cache in
+ the distributed system that has the same region with
+ <code>Scope.DISTRIBUTED_NO_ACK</code> or <code>Scope.DISTRIBUTED_ACK</code>.
+ </li>
+ <li><code>Scope.DISTRIBUTED_ACK</code> is illegal if there is any other
+ cache in the distributed system that has the same region with
+ <code>Scope.DISTRIBUTED_NO_ACK</code> or <code>Scope.GLOBAL</code>.
+ </li>
+ <li><code>Scope.DISTRIBUTED_NO_ACK</code> is illegal if there is any other
+ cache in the distributed system that has the same region with
+ <code>Scope.DISTRIBUTED_ACK</code> or <code>Scope.GLOBAL</code>.</li>
+ </ul></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>AttributesMutator</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>Region.createSubregion(String, RegionAttributes)</code></a></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 boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#DEFAULT_DISK_SYNCHRONOUS">DEFAULT_DISK_SYNCHRONOUS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default disk synchronous write setting</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#AttributesFactory--">AttributesFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of AttributesFactory ready to create a
+ <code>RegionAttributes</code> with default settings.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#AttributesFactory-com.gemstone.gemfire.cache.RegionAttributes-">AttributesFactory</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;regionAttributes)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of AttributesFactory ready to create a
+ <code>RegionAttributes</code> with the same settings as those in the
+ specified <code>RegionAttributes</code>.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addAsyncEventQueueId-java.lang.String-">addAsyncEventQueueId</a></span>(java.lang.String&nbsp;asyncEventQueueId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Adds a AsyncEventQueue to the end of list of async event queues on this factory</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-">addCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;aListener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Adds a cache listener to the end of the list of cache listeners on this factory.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addGatewaySenderId-java.lang.String-">addGatewaySenderId</a></span>(java.lang.String&nbsp;gatewaySenderId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">adds a gateway sender to the end of list of gateway senders on this factory</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#create--">create</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a <code>RegionAttributes</code> with the current settings.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#createRegionAttributes--">createRegionAttributes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#create--"><code>create()</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-">initCacheListeners</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;[]&nbsp;newListeners)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Removes all cache listeners and then adds each listener in the specified array.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setBucketRegion-boolean-">setBucketRegion</a></span>(boolean&nbsp;b)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheListener-com.gemstone.gemfire.cache.CacheListener-">setCacheListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;aListener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-">setCacheLoader</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;cacheLoader)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the cache loader for the next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-">setCacheWriter</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache">CacheWriter</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;cacheWriter)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the cache writer for the next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCloningEnabled-boolean-">setCloningEnabled</a></span>(boolean&nbsp;cloningEnable)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets cloning on region.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCompressor-com.gemstone.gemfire.compression.Compressor-">setCompressor</a></span>(<a href="../../../../com/gemstone/gemfire/compression/Compressor.html" title="interface in com.gemstone.gemfire.compression">Compressor</a>&nbsp;compressor)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets this region's compressor for compressing entry values.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setConcurrencyChecksEnabled-boolean-">setConcurrencyChecksEnabled</a></span>(boolean&nbsp;concurrencyChecksEnabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Enables or disabled concurrent modification checks.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setConcurrencyLevel-int-">setConcurrencyLevel</a></span>(int&nbsp;concurrencyLevel)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the concurrency level of the next <code>RegionAttributes</code>
+ created.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCustomEntryIdleTimeout-com.gemstone.gemfire.cache.CustomExpiry-">setCustomEntryIdleTimeout</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;custom)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the idleTimeout CustomExpiry for the next <code>RegionAttributes</code>
+ created.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCustomEntryTimeToLive-com.gemstone.gemfire.cache.CustomExpiry-">setCustomEntryTimeToLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;custom)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the custom timeToLive for the next <code>RegionAttributes</code>
+ created.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCustomEvictionAttributes-com.gemstone.gemfire.cache.EvictionCriteria-long-long-">setCustomEvictionAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;criteria,
+                           long&nbsp;start,
+                           long&nbsp;interval)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set custom <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> for the region with start time and
+ frequency of evictor task to be run in milliseconds, or evict incoming rows
+ in case both start and frequency are specified as zero.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDataPolicy-com.gemstone.gemfire.cache.DataPolicy-">setDataPolicy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a>&nbsp;dataPolicy)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the data policy for the next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskDirs-java.io.File:A-">setDiskDirs</a></span>(java.io.File[]&nbsp;diskDirs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setDiskDirs-java.io.File:A-"><code>DiskStoreFactory.setDiskDirs(java.io.File[])</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskDirsAndSizes-java.io.File:A-int:A-">setDiskDirsAndSizes</a></span>(java.io.File[]&nbsp;diskDirs,
+                   int[]&nbsp;diskSizes)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/DiskStoreFactory.html#setDiskDirsAndSizes-java.io.File:A-int:A-"><code>DiskStoreFactory.setDiskDirsAndSizes(java.io.File[], int[])</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskStoreName-java.lang.String-">setDiskStoreName</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the DiskStore name attribute.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskSynchronous-boolean-">setDiskSynchronous</a></span>(boolean&nbsp;isSynchronous)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not the writing to the disk is synchronous.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskWriteAttributes-com.gemstone.gemfire.cache.DiskWriteAttributes-">setDiskWriteAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache">DiskWriteAttributes</a>&nbsp;attrs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDiskStoreName-java.lang.String-"><code>setDiskStoreName(java.lang.String)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEarlyAck-boolean-">setEarlyAck</a></span>(boolean&nbsp;earlyAck)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">This setting no longer has any effect.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableAsyncConflation-boolean-">setEnableAsyncConflation</a></span>(boolean&nbsp;enableAsyncConflation)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not conflation is enabled for sending messages
+ to async peers.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableBridgeConflation-boolean-">setEnableBridgeConflation</a></span>(boolean&nbsp;enableBridgeConflation)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableSubscriptionConflation-boolean-"><code>setEnableSubscriptionConflation(boolean)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableConflation-boolean-">setEnableConflation</a></span>(boolean&nbsp;enableBridgeConflation)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableSubscriptionConflation-boolean-"><code>setEnableSubscriptionConflation(boolean)</code></a></span></div>
+</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEnableSubscriptionConflation-boolean-">setEnableSubscriptionConflation</a></span>(boolean&nbsp;enableSubscriptionConflation)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not conflation is enabled for sending messages
+ from a cache server to its clients.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEntryIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">setEntryIdleTimeout</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the idleTimeout expiration attributes for region entries for the next
+ <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEntryTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">setEntryTimeToLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the timeToLive expiration attributes for region entries for the next
+ <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setEvictionAttributes-com.gemstone.gemfire.cache.EvictionAttributes-">setEvictionAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache">EvictionAttributes</a>&nbsp;evictAttrs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the EvictionController for the next <code>RegionAttributes</code>
+ created.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setIgnoreJTA-boolean-">setIgnoreJTA</a></span>(boolean&nbsp;flag)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the flag telling a region to ignore JTA transactions.</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setIndexMaintenanceSynchronous-boolean-">setIndexMaintenanceSynchronous</a></span>(boolean&nbsp;synchronous)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set how indexes on the region should be maintained.</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setInitialCapacity-int-">setInitialCapacity</a></span>(int&nbsp;initialCapacity)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the entry initial capacity for the next <code>RegionAttributes</code>
+ created.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setKeyConstraint-java.lang.Class-">setKeyConstraint</a></span>(java.lang.Class&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>&gt;&nbsp;keyConstraint)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the key constraint for the next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setLoadFactor-float-">setLoadFactor</a></span>(float&nbsp;loadFactor)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the entry load factor for the next <code>RegionAttributes</code>
+ created.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setLockGrantor-boolean-">setLockGrantor</a></span>(boolean&nbsp;isLockGrantor)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this region should become lock grantor.</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setMembershipAttributes-com.gemstone.gemfire.cache.MembershipAttributes-">setMembershipAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache">MembershipAttributes</a>&nbsp;membership)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>MembershipAttributes</code> that describe the membership
+ roles required for reliable access to the region.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setMirrorType-com.gemstone.gemfire.cache.MirrorType-">setMirrorType</a></span>(<a href="../../../../com/gemstone/gemfire/cache/MirrorType.html" title="class in com.gemstone.gemfire.cache">MirrorType</a>&nbsp;mirrorType)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDataPolicy-com.gemstone.gemfire.cache.DataPolicy-"><code>setDataPolicy(com.gemstone.gemfire.cache.DataPolicy)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setMulticastEnabled-boolean-">setMulticastEnabled</a></span>(boolean&nbsp;value)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether distributed operations on this region should attempt
+      to use multicast.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setOffHeap-boolean-">setOffHeap</a></span>(boolean&nbsp;offHeap)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Enables this region's usage of off-heap memory if true.</div>
+</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPartitionAttributes-com.gemstone.gemfire.cache.PartitionAttributes-">setPartitionAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache">PartitionAttributes</a>&nbsp;partition)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>PartitionAttributes</code> that describe how the
+ region is partitioned among members of the distributed system.</div>
+</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPersistBackup-boolean-">setPersistBackup</a></span>(boolean&nbsp;persistBackup)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>DataPolicy.PERSISTENT_REPLICATE</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPoolName-java.lang.String-">setPoolName</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the pool name attribute.</div>
+</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPublisher-boolean-">setPublisher</a></span>(boolean&nbsp;v)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5</span></div>
+</div>
+</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setRegionIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">setRegionIdleTimeout</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the idleTimeout expiration attributes for the region itself for the
+ next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i46" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setRegionTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">setRegionTimeToLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the timeToLive expiration attributes for the region itself for the
+ next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i47" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setScope-com.gemstone.gemfire.cache.Scope-">setScope</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Scope.html" title="class in com.gemstone.gemfire.cache">Scope</a>&nbsp;scopeType)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the scope for the next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i48" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setStatisticsEnabled-boolean-">setStatisticsEnabled</a></span>(boolean&nbsp;statisticsEnabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether statistics are enabled for this region and its entries.</div>
+</td>
+</tr>
+<tr id="i49" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setSubscriptionAttributes-com.gemstone.gemfire.cache.SubscriptionAttributes-">setSubscriptionAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/SubscriptionAttributes.html" title="class in com.gemstone.gemfire.cache">SubscriptionAttributes</a>&nbsp;subscription)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the <code>SubscriptionAttributes</code> that describe how the region
+ will subscribe to other distributed cache instances of the region.</div>
+</td>
+</tr>
+<tr id="i50" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setValueConstraint-java.lang.Class-">setValueConstraint</a></span>(java.lang.Class&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;valueConstraint)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the value constraint for the next <code>RegionAttributes</code> created.</div>
+</td>
+</tr>
+<tr id="i51" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#validateAttributes-com.gemstone.gemfire.cache.RegionAttributes-">validateAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;?,?&gt;&nbsp;attrs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Validates that the attributes are consistent with each other.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="DEFAULT_DISK_SYNCHRONOUS">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_DISK_SYNCHRONOUS</h4>
+<pre>public static final&nbsp;boolean DEFAULT_DISK_SYNCHRONOUS</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default disk synchronous write setting
+ <p>Current value: <code>true</code> each.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.AttributesFactory.DEFAULT_DISK_SYNCHRONOUS">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AttributesFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>AttributesFactory</h4>
+<pre>public&nbsp;AttributesFactory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of AttributesFactory ready to create a
+ <code>RegionAttributes</code> with default settings.</div>
+</li>
+</ul>
+<a name="AttributesFactory-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AttributesFactory</h4>
+<pre>public&nbsp;AttributesFactory(<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;regionAttributes)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new instance of AttributesFactory ready to create a
+ <code>RegionAttributes</code> with the same settings as those in the
+ specified <code>RegionAttributes</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>regionAttributes</code> - the <code>RegionAttributes</code> used to initialize this
+          AttributesFactory</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="setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheLoader</h4>
+<pre>public&nbsp;void&nbsp;setCacheLoader(<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;cacheLoader)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the cache loader for the next <code>RegionAttributes</code> created.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cacheLoader</code> - the cache loader or null if no loader</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this region has a <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPoolName-java.lang.String-"><code>pool name set</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setCacheWriter-com.gemstone.gemfire.cache.CacheWriter-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheWriter</h4>
+<pre>public&nbsp;void&nbsp;setCacheWriter(<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache">CacheWriter</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;cacheWriter)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the cache writer for the next <code>RegionAttributes</code> created.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cacheWriter</code> - the cache writer or null if no cache writer</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if this region has a <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setPoolName-java.lang.String-"><code>pool name set</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setCacheListener-com.gemstone.gemfire.cache.CacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCacheListener</h4>
+<pre>@Deprecated
+public&nbsp;void&nbsp;setCacheListener(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;aListener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a> instead.</span></div>
+<div class="block">Sets the CacheListener for the next <code>RegionAttributes</code> created.
+ Any existing cache listeners on this factory are removed.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - a user defined CacheListener, null if no listener</dd>
+</dl>
+</li>
+</ul>
+<a name="addCacheListener-com.gemstone.gemfire.cache.CacheListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheListener</h4>
+<pre>public&nbsp;void&nbsp;addCacheListener(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;aListener)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Adds a cache listener to the end of the list of cache listeners on this factory.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>aListener</code> - the cache listener to add to the factory.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if <code>aListener</code> is null</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initCacheListeners</h4>
+<pre>public&nbsp;void&nbsp;initCacheListeners(<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;[]&nbsp;newListeners)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Removes all cache listeners and then adds each listener in the specified array.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>newListeners</code> - a possibly null or empty array of listeners to add to this factory.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if the <code>newListeners</code> array has a null element</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="setEntryIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEntryIdleTimeout</h4>
+<pre>public&nbsp;void&nbsp;setEntryIdleTimeout(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;idleTimeout)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the idleTimeout expiration attributes for region entries for the next
+ <code>RegionAttributes</code> created.
+ Default is 0 which indicates no expiration of this type.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>idleTimeout</code> - the idleTimeout ExpirationAttributes for entries in this region</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if idleTimeout is null</dd>
+</dl>
+</li>
+</ul>
+<a name="setCustomEntryIdleTimeout-com.gemstone.gemfire.cache.CustomExpiry-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCustomEntryIdleTimeout</h4>
+<pre>public&nbsp;void&nbsp;setCustomEntryIdleTimeout(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;custom)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the idleTimeout CustomExpiry for the next <code>RegionAttributes</code>
+ created.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>custom</code> - the CustomExpiry to use; null means none will be used.</dd>
+</dl>
+</li>
+</ul>
+<a name="setEntryTimeToLive-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEntryTimeToLive</h4>
+<pre>public&nbsp;void&nbsp;setEntryTimeToLive(<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;timeToLive)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the timeToLive expiration attributes for region entries for the next
+ <code>RegionAttributes</code> created.
+ Default is 0 which indicates no expiration of this type.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeToLive</code> - the timeToLive ExpirationAttributes for entries in this region</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if timeToLive is null</dd>
+</dl>
+</li>
+</ul>
+<a name="setCustomEntryTimeToLive-com.gemstone.gemfire.cache.CustomExpiry-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setCustomEntryTimeToLive</h4>
+<pre>public&nbsp;void&nbsp;setCustomEntryTimeToLive(<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">K</a>,<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="type parameter in AttributesFactory">V</a>&gt;&nbsp;custom)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the custom timeToLive for the next <code>RegionAttributes</code>
+ created.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>custom</code> - the CustomExpiry to use, none if the default for the region
+ is to be used.</dd>
+</dl>
+</li>
+</ul>
+<a name="setRegionIdleTimeout-com.gemstone.gemfire.cache.ExpirationAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRegionIdleTimeout</h4>
+<pre>public&nbsp;void&nbsp;setRegionIdleTimeout(<a href="../../../..

<TRUNCATED>


[43/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireError.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireError.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireError.html
new file mode 100644
index 0000000..45b5de8
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireError.html
@@ -0,0 +1,498 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InternalGemFireError (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InternalGemFireError (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InternalGemFireError.html" target="_top">Frames</a></li>
+<li><a href="InternalGemFireError.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class InternalGemFireError" class="title">Class InternalGemFireError</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Error</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.InternalGemFireError</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">InternalGemFireError</span>
+extends java.lang.Error</pre>
+<div class="block">Indicates that serious error has occurred within the GemFire system.
+ 
+ This is similar to <code>AssertionError</code>, but these errors are always
+ enabled in a GemFire system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>AssertionError</code>, 
+<a href="../../../serialized-form.html#com.gemstone.gemfire.InternalGemFireError">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError--">InternalGemFireError</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-boolean-">InternalGemFireError</a></span>(boolean&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>boolean</code>, which is converted to
+ a string as defined in <i>The Java Language Specification,
+ Second Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-char-">InternalGemFireError</a></span>(char&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>char</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-double-">InternalGemFireError</a></span>(double&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>double</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-float-">InternalGemFireError</a></span>(float&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>float</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-int-">InternalGemFireError</a></span>(int&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>int</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-long-">InternalGemFireError</a></span>(long&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>long</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-java.lang.Object-">InternalGemFireError</a></span>(java.lang.Object&nbsp;detailMessage)</code>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified object, which is converted to a string as
+ defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-java.lang.String-">InternalGemFireError</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-java.lang.String-java.lang.Throwable-">InternalGemFireError</a></span>(java.lang.String&nbsp;message,
+                    java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireError.html#InternalGemFireError-java.lang.Throwable-">InternalGemFireError</a></span>(java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="InternalGemFireError--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError()</pre>
+</li>
+</ul>
+<a name="InternalGemFireError-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(java.lang.String&nbsp;message)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(java.lang.Throwable&nbsp;cause)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(java.lang.String&nbsp;message,
+                            java.lang.Throwable&nbsp;cause)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - </dd>
+<dd><code>cause</code> - </dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(java.lang.Object&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified object, which is converted to a string as
+ defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.
+<p>
+ If the specified object is an instance of <tt>Throwable</tt>, it
+ becomes the <i>cause</i> of the newly constructed assertion error.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>Throwable.getCause()</code></dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(boolean&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>boolean</code>, which is converted to
+ a string as defined in <i>The Java Language Specification,
+ Second Edition</i>, Section 15.18.1.1.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-char-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(char&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>char</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(int&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>int</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(long&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>long</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-float-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(float&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>float</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="InternalGemFireError-double-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>InternalGemFireError</h4>
+<pre>public&nbsp;InternalGemFireError(double&nbsp;detailMessage)</pre>
+<div class="block">Constructs an AssertionError with its detail message derived
+ from the specified <code>double</code>, which is converted to a
+ string as defined in <i>The Java Language Specification, Second
+ Edition</i>, Section 15.18.1.1.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>detailMessage</code> - value to be used in constructing detail message</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="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InternalGemFireError.html" target="_top">Frames</a></li>
+<li><a href="InternalGemFireError.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireException.html
new file mode 100644
index 0000000..c995412
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireException.html
@@ -0,0 +1,327 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InternalGemFireException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InternalGemFireException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InternalGemFireException.html" target="_top">Frames</a></li>
+<li><a href="InternalGemFireException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class InternalGemFireException" class="title">Class InternalGemFireException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.InternalGemFireException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">InternalGemFireException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">An <code>InternalGemFireException</code> is thrown when
+ a low level, internal, operation fails due to no fault of
+ the user. The message often contains an operating system
+ error code.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.InternalGemFireException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireException.html#InternalGemFireException--">InternalGemFireException</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireException.html#InternalGemFireException-java.lang.String-">InternalGemFireException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>InternalGemFireException</code>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireException.html#InternalGemFireException-java.lang.String-java.lang.Throwable-">InternalGemFireException</a></span>(java.lang.String&nbsp;message,
+                        java.lang.Throwable&nbsp;thr)</code>
+<div class="block">Creates a new <code>InternalGemFireException</code> that was
+ caused by a given exception</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InternalGemFireException.html#InternalGemFireException-java.lang.Throwable-">InternalGemFireException</a></span>(java.lang.Throwable&nbsp;cause)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="InternalGemFireException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireException</h4>
+<pre>public&nbsp;InternalGemFireException()</pre>
+</li>
+</ul>
+<a name="InternalGemFireException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireException</h4>
+<pre>public&nbsp;InternalGemFireException(java.lang.Throwable&nbsp;cause)</pre>
+</li>
+</ul>
+<a name="InternalGemFireException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InternalGemFireException</h4>
+<pre>public&nbsp;InternalGemFireException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>InternalGemFireException</code>.</div>
+</li>
+</ul>
+<a name="InternalGemFireException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>InternalGemFireException</h4>
+<pre>public&nbsp;InternalGemFireException(java.lang.String&nbsp;message,
+                                java.lang.Throwable&nbsp;thr)</pre>
+<div class="block">Creates a new <code>InternalGemFireException</code> that was
+ caused by a given exception</div>
+</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="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InternalGemFireException.html" target="_top">Frames</a></li>
+<li><a href="InternalGemFireException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidDeltaException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidDeltaException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidDeltaException.html
new file mode 100644
index 0000000..9ca29da
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidDeltaException.html
@@ -0,0 +1,347 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InvalidDeltaException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InvalidDeltaException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InvalidDeltaException.html" target="_top">Frames</a></li>
+<li><a href="InvalidDeltaException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class InvalidDeltaException" class="title">Class InvalidDeltaException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.InvalidDeltaException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">InvalidDeltaException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">An <code>InvalidDeltaException</code> is thrown when a delta cannot be
+ successfully applied by the receiving peer/client. The class implementing
+ <a href="../../../com/gemstone/gemfire/Delta.html" title="interface in com.gemstone.gemfire"><code>Delta</code></a> may also choose to throw this in
+ <a href="../../../com/gemstone/gemfire/Delta.html#fromDelta-java.io.DataInput-"><code>Delta.fromDelta(DataInput in)</code></a>. GemFire, on encountering this
+ exception distributes the full application object.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.1</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.InvalidDeltaException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html#InvalidDeltaException--">InvalidDeltaException</a></span>()</code>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html#InvalidDeltaException-java.lang.String-">InvalidDeltaException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html#InvalidDeltaException-java.lang.String-java.lang.Throwable-">InvalidDeltaException</a></span>(java.lang.String&nbsp;msg,
+                     java.lang.Throwable&nbsp;e)</code>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidDeltaException.html#InvalidDeltaException-java.lang.Throwable-">InvalidDeltaException</a></span>(java.lang.Throwable&nbsp;e)</code>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="InvalidDeltaException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidDeltaException</h4>
+<pre>public&nbsp;InvalidDeltaException()</pre>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+</li>
+</ul>
+<a name="InvalidDeltaException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidDeltaException</h4>
+<pre>public&nbsp;InvalidDeltaException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - String explaining the exception</dd>
+</dl>
+</li>
+</ul>
+<a name="InvalidDeltaException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidDeltaException</h4>
+<pre>public&nbsp;InvalidDeltaException(java.lang.Throwable&nbsp;e)</pre>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>e</code> - Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="InvalidDeltaException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>InvalidDeltaException</h4>
+<pre>public&nbsp;InvalidDeltaException(java.lang.String&nbsp;msg,
+                             java.lang.Throwable&nbsp;e)</pre>
+<div class="block">Creates a new <code>InvalidDeltaException</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - String explaining the exception</dd>
+<dd><code>e</code> - Throwable</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="../../../com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InvalidDeltaException.html" target="_top">Frames</a></li>
+<li><a href="InvalidDeltaException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidValueException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidValueException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidValueException.html
new file mode 100644
index 0000000..dfceae4
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidValueException.html
@@ -0,0 +1,301 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InvalidValueException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InvalidValueException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InvalidValueException.html" target="_top">Frames</a></li>
+<li><a href="InvalidValueException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class InvalidValueException" class="title">Class InvalidValueException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.InvalidValueException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">InvalidValueException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">An <code>InvalidValueException</code> is thrown when an attempt is
+ made to set a configuration attribute to an invalid value is made.
+ Values are considered invalid when they are
+ not compatible with the attribute's type.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.InvalidValueException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidValueException.html#InvalidValueException-java.lang.String-">InvalidValueException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>InvalidValueException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidValueException.html#InvalidValueException-java.lang.String-java.lang.Throwable-">InvalidValueException</a></span>(java.lang.String&nbsp;message,
+                     java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Creates a new <code>InvalidValueException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="InvalidValueException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>InvalidValueException</h4>
+<pre>public&nbsp;InvalidValueException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>InvalidValueException</code>.</div>
+</li>
+</ul>
+<a name="InvalidValueException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>InvalidValueException</h4>
+<pre>public&nbsp;InvalidValueException(java.lang.String&nbsp;message,
+                             java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Creates a new <code>InvalidValueException</code>.</div>
+</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="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InvalidValueException.html" target="_top">Frames</a></li>
+<li><a href="InvalidValueException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidVersionException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidVersionException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidVersionException.html
new file mode 100644
index 0000000..3ec6e3c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InvalidVersionException.html
@@ -0,0 +1,277 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>InvalidVersionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="InvalidVersionException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InvalidVersionException.html" target="_top">Frames</a></li>
+<li><a href="InvalidVersionException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class InvalidVersionException" class="title">Class InvalidVersionException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.InvalidVersionException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">InvalidVersionException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.InvalidVersionException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/InvalidVersionException.html#InvalidVersionException-java.lang.String-">InvalidVersionException</a></span>(java.lang.String&nbsp;msg)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="InvalidVersionException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>InvalidVersionException</h4>
+<pre>public&nbsp;InvalidVersionException(java.lang.String&nbsp;msg)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/InvalidVersionException.html" target="_top">Frames</a></li>
+<li><a href="InvalidVersionException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LicenseException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LicenseException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LicenseException.html
new file mode 100644
index 0000000..68491a1
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LicenseException.html
@@ -0,0 +1,328 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>LicenseException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="LicenseException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/LicenseException.html" target="_top">Frames</a></li>
+<li><a href="LicenseException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class LicenseException" class="title">Class LicenseException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.LicenseException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Licensing is not supported as of 8.0.</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public class <span class="typeNameLabel">LicenseException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>LicenseException</code> is thrown when
+ the license check fails.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.LicenseException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LicenseException.html#LicenseException-java.lang.String-">LicenseException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>LicenseException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LicenseException.html#LicenseException-java.lang.String-java.lang.Throwable-">LicenseException</a></span>(java.lang.String&nbsp;message,
+                java.lang.Throwable&nbsp;thr)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>LicenseException</code> that was
+ caused by a given exception</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/LicenseException.html#LicenseException-java.lang.Throwable-">LicenseException</a></span>(java.lang.Throwable&nbsp;thr)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>LicenseException</code> that was
+ caused by a given exception</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="LicenseException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LicenseException</h4>
+<pre>public&nbsp;LicenseException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>LicenseException</code>.</div>
+</li>
+</ul>
+<a name="LicenseException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LicenseException</h4>
+<pre>public&nbsp;LicenseException(java.lang.String&nbsp;message,
+                        java.lang.Throwable&nbsp;thr)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>LicenseException</code> that was
+ caused by a given exception</div>
+</li>
+</ul>
+<a name="LicenseException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LicenseException</h4>
+<pre>public&nbsp;LicenseException(java.lang.Throwable&nbsp;thr)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>LicenseException</code> that was
+ caused by a given exception</div>
+</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="../../../com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/LicenseException.html" target="_top">Frames</a></li>
+<li><a href="LicenseException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[35/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertListener.html
new file mode 100644
index 0000000..c51fab2
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertListener.html
@@ -0,0 +1,234 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AlertListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AlertListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AlertListener.html" target="_top">Frames</a></li>
+<li><a href="AlertListener.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface AlertListener" class="title">Interface AlertListener</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.util.EventListener</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">AlertListener</span>
+extends java.util.EventListener</pre>
+<div class="block">A listener whose callback methods are invoked when an <a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><code>Alert</code></a>
+ is received.</div>
+</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="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="../../../../com/gemstone/gemfire/admin/AlertListener.html#alert-com.gemstone.gemfire.admin.Alert-">alert</a></span>(<a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin">Alert</a>&nbsp;alert)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when an <code>Alert</code> is received.</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="alert-com.gemstone.gemfire.admin.Alert-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>alert</h4>
+<pre>void&nbsp;alert(<a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin">Alert</a>&nbsp;alert)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when an <code>Alert</code> is received.</div>
+</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="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AlertListener.html" target="_top">Frames</a></li>
+<li><a href="AlertListener.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/BackupStatus.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/BackupStatus.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/BackupStatus.html
new file mode 100644
index 0000000..fb5545c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/BackupStatus.html
@@ -0,0 +1,257 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>BackupStatus (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="BackupStatus (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":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="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/BackupStatus.html" target="_top">Frames</a></li>
+<li><a href="BackupStatus.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface BackupStatus" class="title">Interface BackupStatus</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">BackupStatus</span></pre>
+<div class="block">The status of a backup operation, returned by
+ <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#backupAllMembers-java.io.File-java.io.File-"><code>AdminDistributedSystem.backupAllMembers(java.io.File,java.io.File)</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>java.util.Map&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>,java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html#getBackedUpDiskStores--">getBackedUpDiskStores</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a map of disk stores that were successfully backed up.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/BackupStatus.html#getOfflineDiskStores--">getOfflineDiskStores</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the set of disk stores that were known to be offline at the 
+ time of the backup.</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="getBackedUpDiskStores--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBackedUpDiskStores</h4>
+<pre>java.util.Map&lt;<a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>,java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;&gt;&nbsp;getBackedUpDiskStores()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a map of disk stores that were successfully backed up.
+ The key is an online distributed member. The value is the set of disk 
+ stores on that distributed member.</div>
+</li>
+</ul>
+<a name="getOfflineDiskStores--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getOfflineDiskStores</h4>
+<pre>java.util.Set&lt;<a href="../../../../com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence">PersistentID</a>&gt;&nbsp;getOfflineDiskStores()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the set of disk stores that were known to be offline at the 
+ time of the backup. These members were not backed up. If this set
+ is not empty the backup may not contain a complete snapshot of 
+ any partitioned regions in the distributed system.</div>
+</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="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/BackupStatus.html" target="_top">Frames</a></li>
+<li><a href="BackupStatus.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheDoesNotExistException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheDoesNotExistException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheDoesNotExistException.html
new file mode 100644
index 0000000..2d16e67
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheDoesNotExistException.html
@@ -0,0 +1,377 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>CacheDoesNotExistException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheDoesNotExistException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheDoesNotExistException.html" target="_top">Frames</a></li>
+<li><a href="CacheDoesNotExistException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class CacheDoesNotExistException" class="title">Class CacheDoesNotExistException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireCheckedException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">com.gemstone.gemfire.admin.AdminException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.CacheDoesNotExistException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">CacheDoesNotExistException</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block">An <code>CacheDoesNotExistException</code> is thrown when an attempt
+ is made to get a cache and one does not exist.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.CacheDoesNotExistException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html#CacheDoesNotExistException--">CacheDoesNotExistException</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with <code>null</code> as its detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html#CacheDoesNotExistException-java.lang.String-">CacheDoesNotExistException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html#CacheDoesNotExistException-java.lang.String-java.lang.Throwable-">CacheDoesNotExistException</a></span>(java.lang.String&nbsp;message,
+                          java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message and
+ cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html#CacheDoesNotExistException-java.lang.Throwable-">CacheDoesNotExistException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified cause and a detail
+ message of <tt>(cause==null ? null : cause.toString())</tt> (which
+ typically contains the class and detail message of <tt>cause</tt>).</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">GemFireCheckedException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheDoesNotExistException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheDoesNotExistException</h4>
+<pre>public&nbsp;CacheDoesNotExistException()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with <code>null</code> as its detail message.
+ The cause is not initialized, and may subsequently be initialized by a
+ call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
+</li>
+</ul>
+<a name="CacheDoesNotExistException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheDoesNotExistException</h4>
+<pre>public&nbsp;CacheDoesNotExistException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message.  The
+ cause is not initialized, and may subsequently be initialized by
+ a call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message. The detail message is saved for 
+          later retrieval by the <code>Throwable.getMessage()</code> method.</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheDoesNotExistException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheDoesNotExistException</h4>
+<pre>public&nbsp;CacheDoesNotExistException(java.lang.String&nbsp;message,
+                                  java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message and
+ cause.  <p>Note that the detail message associated with
+ <code>cause</code> is <i>not</i> automatically incorporated in
+ this exception's detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message (which is saved for later retrieval
+         by the <code>Throwable.getMessage()</code> method).</dd>
+<dd><code>cause</code> - the cause (which is saved for later retrieval by the
+         <code>Throwable.getCause()</code> method).  (A <tt>null</tt> value is
+         permitted, and indicates that the cause is nonexistent or
+         unknown.)</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheDoesNotExistException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheDoesNotExistException</h4>
+<pre>public&nbsp;CacheDoesNotExistException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified cause and a detail
+ message of <tt>(cause==null ? null : cause.toString())</tt> (which
+ typically contains the class and detail message of <tt>cause</tt>).
+ This constructor is useful for exceptions that are little more than
+ wrappers for other throwables (for example, <code>PrivilegedActionException</code>).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the cause (which is saved for later retrieval by the
+         <code>Throwable.getCause()</code> method).  (A <tt>null</tt> value is
+         permitted, and indicates that the cause is nonexistent or
+         unknown.)</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="../../../../com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheDoesNotExistException.html" target="_top">Frames</a></li>
+<li><a href="CacheDoesNotExistException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheHealthConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheHealthConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheHealthConfig.html
new file mode 100644
index 0000000..2ad1143
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheHealthConfig.html
@@ -0,0 +1,574 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>CacheHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/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">com.gemstone.gemfire.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="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>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="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.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="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH"><code>OKAY_HEALTH</code></a>.
+
+ <UL>
+
+ <LI><code>netSearch</code> operations take <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMaxNetSearchTime--">too long</a> to complete.</LI>
+
+ <LI>Cache <code>load</code> operations take <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMaxLoadTime--">too long</a> to complete.</LI>
+
+ <LI>The overall cache <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMinHitRatio--"><code>hitRatio</code></a> is too
+ small</LI> 
+
+ <LI>The number of entries in the Cache <a href="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH"><code>POOR_HEALTH</code></a>.
+ 
+ <UL>
+ 
+ <LI>If one of the regions is configured with <a href="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/cache/LossAction.html#LIMITED_ACCESS"><code>LIMITED_ACCESS</code></a>
+ on role loss.</LI> 
+ 
+ </UL>
+ 
+ <UL>
+
+ </UL></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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 mumber 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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMaxLoadTime--">getMaxLoadTime</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum mumber 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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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 mumber 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="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/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#com.gemstone.gemfire.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 mumber 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#com.gemstone.gemfire.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#com.gemstone.gemfire.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#com.gemstone.gemfire.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="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/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="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/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 mumber 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="../../../../com/gemstone/gemfire/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 mumber 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="../../../../com/gemstone/gemfire/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="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/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="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/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="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/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="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/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="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServer.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServer.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServer.html
new file mode 100644
index 0000000..c300bd1
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/CacheServer.html
@@ -0,0 +1,282 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>CacheServer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheServer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":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="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheServer.html" target="_top">Frames</a></li>
+<li><a href="CacheServer.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface CacheServer" class="title">Interface CacheServer</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a></dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVm</code></a> instead.</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public interface <span class="typeNameLabel">CacheServer</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></pre>
+<div class="block">A dedicated cache server VM that is managed by the administration
+ API.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.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><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><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html#getConfig--">getConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html#getVmConfig--"><code>CacheVm.getVmConfig()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html#isPrimaryForDurableClient-java.lang.String-">isPrimaryForDurableClient</a></span>(java.lang.String&nbsp;durableClientId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Find whether this server is primary for given client (durableClientId)</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.SystemMember">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getCache--">getCache</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getConfiguration--">getConfiguration</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedMember--">getDistributedMember</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getDistributedSystem--">getDistributedSystem</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getHost--">getHost</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getHostAddress--">getHostAddress</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getId--">getId</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getLicense--">getLicense</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getLog--">getLog</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getName--">getName</a>, <a hr
 ef="../../../../com/gemstone/gemfire/admin/SystemMember.html#getRoles--">getRoles</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getStat-java.lang.String-">getStat</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getStats--">getStats</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getType--">getType</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#getVersion--">getVersion</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#hasCache--">hasCache</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#refreshConfig--">refreshConfig</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html#setConfiguration-com.gemstone.gemfire.admin.ConfigurationParameter:A-">setConfiguration</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.ManagedEntity">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">ManagedEntity</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#getLog--">getLog</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#isRunning--">isRunning</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">start</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#stop--">stop</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStart-long-">waitToStart</a>, <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStop-long-">waitToStop</a></code></li>
+</ul>
+</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="getConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfig</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a>&nbsp;getConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html#getVmConfig--"><code>CacheVm.getVmConfig()</code></a> instead.</span></div>
+<div class="block">Returns the configuration of this cache vm</div>
+</li>
+</ul>
+<a name="isPrimaryForDurableClient-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isPrimaryForDurableClient</h4>
+<pre>boolean&nbsp;isPrimaryForDurableClient(java.lang.String&nbsp;durableClientId)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Find whether this server is primary for given client (durableClientId)</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>durableClientId</code> - -
+                durable-id of the client</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if the server is primary for given client</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.6</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="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/CacheServer.html" target="_top">Frames</a></li>
+<li><a href="CacheServer.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>


[08/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.html
new file mode 100644
index 0000000..139a71e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.html
@@ -0,0 +1,697 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DynamicRegionFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DynamicRegionFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":9,"i14":10,"i15":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DynamicRegionFactory.html" target="_top">Frames</a></li>
+<li><a href="DynamicRegionFactory.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class DynamicRegionFactory" class="title">Class DynamicRegionFactory</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.DynamicRegionFactory</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">DynamicRegionFactory</span>
+extends java.lang.Object</pre>
+<div class="block">DynamicRegionFactory provides a distributed region creation service. 
+ Any other member of the GemFire DistributedSystem that has created 
+ an instance of this class will automatically instantiate regions created
+ through the factory from anywhere else in the DistributedSystem.
+ <p><p>
+ Instructions for Use:<br>
+ <ul>
+ <li> If your application is a client in a client/server installation,
+ either specify the pool name in the
+ <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache"><code>DynamicRegionFactory.Config</code></a> you'll use to create a
+ DynamicRegionFactory <i>or</i> specify it
+ in a dynamic-region-factory element in your cache.xml.
+
+ <li> Before you've created a GemFire Cache in your application, add a
+ line of code as follows:<br>
+ <pre><code>  DynamicRegionFactory factory = DynamicRegionFactory.get();
+  factory.open(config);</code></pre>
+ <pre><code>  DynamicRegionFactory myFactoryHandle = DynamicRegionFactory.get().open(config);</code></pre>
+ or just use a dynamic-region-factory element in the cache.xml.
+
+ <li> Create the GemFire Cache.  During cache creation, the list of dynamic Regions will either be discovered
+ by recovering
+ their names from disk (see <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#persistBackup"><code>DynamicRegionFactory.Config.persistBackup</code></a>) or from other members of the
+ distributed system.
+ These dynamic Regions will be created before Cache creation completes.
+
+ <li> Thereafter, when you want to create dynamic distributed Regions,
+ create them using the <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#createDynamicRegion-java.lang.String-java.lang.String-"><code>createDynamicRegion(java.lang.String, java.lang.String)</code></a>.  Regions created with the factory will
+ inherit their RegionAttributes from their parent Region, though you can override
+ callbacks when you configure the factory.
+
+ <p>All other instances of GemFire across the distributed system that
+ instantiate and open a DynamicRegionFactory will also get the dynamic distributed Regions.
+ 
+ <li>Non-dynamic parent Regions should be declared in cache.xml so that they can be created before
+ the dynamic Region factory goes active and starts creating Regions.  You will have cache creation
+ problems if this isn't done.
+ 
+ <li>A DynamicRegionListener can be registered before open is called and before cache creation
+ so that the listener will be called if dynamic Regions are created during cache creation.
+ 
+ </ul>
+ <p>Saving the factory on disk:  
+ If <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#persistBackup"><code>DynamicRegionFactory.Config.persistBackup</code></a> is configured for the factory, dynamic Region information
+ is written to disk for recovery.
+ By default the current directory is used for this information. The <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#diskDir"><code>DynamicRegionFactory.Config.diskDir</code></a>
+ can be used to change this default.
+ <p>
+ Registering interest in cache server information: The <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html#registerInterest"><code>DynamicRegionFactory.Config.registerInterest</code></a>
+ setting determines whether clients will register interest in server keys or not.  You will generally want
+ this to be turned on so that clients will see updates made to servers.  In server processes, DynamicRegionFactory
+ forces use of NotifyBySubscription.
+ </ul>
+ <p>
+ Notes:
+ <ul>
+ <li>DynamicRegionFactories in non-client VMs must not be configured with a pool.
+ <li>If <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#open--"><code>open()</code></a> is called before cache creation and the cache.xml has a dynamic-region-factory
+ element then the cache.xml will override the open call's configuration.
+ 
+ <li>Since the RegionAttributes of a dynamically created Region are copied
+ from the parent Region, any callbacks, (<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a>,
+ <a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><code>CacheWriter</code></a>, and <a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><code>CacheLoader</code></a>
+ are shared by the parent and all its dynamic children
+ so make sure the callback is thread-safe and that its
+ <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--"><code>CacheCallback.close()</code></a> implementation does not stop it from functioning.
+ However the products LRUAlgorithm instances will
+ be cloned so that each dynamic Region has its own callback.
+ 
+ <li>The root Region name "DynamicRegions" is reserved. The factory creates a root Region of
+ that name and uses it to keep track of what dynamic Regions exist. Applications should
+ not directly access this Region; instead use the methods on this factory.
+ </ul></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.3</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory.Config</a></span></code>
+<div class="block">Configuration for dynamic region factory.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#dynamicRegionListName">dynamicRegionListName</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#DynamicRegionFactory--">DynamicRegionFactory</a></span>()</code>&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#Z:Z_close--">_close</a></span>()</code>
+<div class="block">Closes the dynamic region factory, disabling any further creation or
+ destruction of dynamic regions in this cache.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#Z:Z_internalInit-com.gemstone.gemfire.internal.cache.GemFireCacheImpl-">_internalInit</a></span>(com.gemstone.gemfire.internal.cache.GemFireCacheImpl&nbsp;theCache)</code>
+<div class="block">The method is for internal use only.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#buildDynamicRegion-com.gemstone.gemfire.cache.EntryEvent-">buildDynamicRegion</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&nbsp;event)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#createDynamicRegion-java.lang.String-java.lang.String-">createDynamicRegion</a></span>(java.lang.String&nbsp;parentRegionName,
+                   java.lang.String&nbsp;regionName)</code>
+<div class="block">Creates the dynamic Region in the local cache and distributes the
+ creation to other caches.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#destroyDynamicRegion-java.lang.String-">destroyDynamicRegion</a></span>(java.lang.String&nbsp;fullRegionName)</code>
+<div class="block">Destroys the dynamic Region in the local cache and distributes the
+ destruction to other caches.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#get--">get</a></span>()</code>
+<div class="block">Returns the <code>DynamicRegionFactory</code> singleton instance.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory.Config</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#getConfig--">getConfig</a></span>()</code>
+<div class="block">Returns the configuration for this factory.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#isActive--">isActive</a></span>()</code>
+<div class="block">Returns true if this factory is open and can produce dynamic regions.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#isClosed--">isClosed</a></span>()</code>
+<div class="block">Returns true if dynamic region factory is closed.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#isOpen--">isOpen</a></span>()</code>
+<div class="block">Returns true if dynamic region factory is open; false if closed.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#open--">open</a></span>()</code>
+<div class="block">Opens the DynamicRegionFactory with default settings.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#open-com.gemstone.gemfire.cache.DynamicRegionFactory.Config-">open</a></span>(<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory.Config</a>&nbsp;conf)</code>
+<div class="block">Opens the factory with the given settings.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#razeDynamicRegion-com.gemstone.gemfire.cache.EntryEvent-">razeDynamicRegion</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&nbsp;event)</code>&nbsp;</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#regionIsDynamicRegionList-java.lang.String-">regionIsDynamicRegionList</a></span>(java.lang.String&nbsp;regionPath)</code>&nbsp;</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#registerDynamicRegionListener-com.gemstone.gemfire.cache.DynamicRegionListener-">registerDynamicRegionListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache">DynamicRegionListener</a>&nbsp;listener)</code>
+<div class="block">Registers a <code>DynamicRegionListener</code> for callbacks.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html#unregisterDynamicRegionListener-com.gemstone.gemfire.cache.DynamicRegionListener-">unregisterDynamicRegionListener</a></span>(<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache">DynamicRegionListener</a>&nbsp;listener)</code>
+<div class="block">Unregisters a <code>DynamicRegionListener</code> for callbacks.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="dynamicRegionListName">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>dynamicRegionListName</h4>
+<pre>public static final&nbsp;java.lang.String dynamicRegionListName</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.cache.DynamicRegionFactory.dynamicRegionListName">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DynamicRegionFactory--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DynamicRegionFactory</h4>
+<pre>public&nbsp;DynamicRegionFactory()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="open--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>open</h4>
+<pre>public&nbsp;void&nbsp;open()</pre>
+<div class="block">Opens the DynamicRegionFactory with default settings.</div>
+</li>
+</ul>
+<a name="open-com.gemstone.gemfire.cache.DynamicRegionFactory.Config-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>open</h4>
+<pre>public&nbsp;void&nbsp;open(<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory.Config</a>&nbsp;conf)</pre>
+<div class="block">Opens the factory with the given settings.
+ This should be sent to the factory before creating a cache.  The cache
+ will otherwise open a factory with default settings.
+ This does not need to be sent if the cache.xml declares the use of dynamic regions.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>conf</code> - the configuration for this factory.</dd>
+</dl>
+</li>
+</ul>
+<a name="Z:Z_close--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_close</h4>
+<pre>protected&nbsp;void&nbsp;_close()</pre>
+<div class="block">Closes the dynamic region factory, disabling any further creation or
+ destruction of dynamic regions in this cache.</div>
+</li>
+</ul>
+<a name="isOpen--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isOpen</h4>
+<pre>public&nbsp;boolean&nbsp;isOpen()</pre>
+<div class="block">Returns true if dynamic region factory is open; false if closed.</div>
+</li>
+</ul>
+<a name="isActive--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isActive</h4>
+<pre>public&nbsp;boolean&nbsp;isActive()</pre>
+<div class="block">Returns true if this factory is open and can produce dynamic regions.
+ Factories are only active after their cache has been created.</div>
+</li>
+</ul>
+<a name="isClosed--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isClosed</h4>
+<pre>public&nbsp;boolean&nbsp;isClosed()</pre>
+<div class="block">Returns true if dynamic region factory is closed.</div>
+</li>
+</ul>
+<a name="getConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfig</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory.Config</a>&nbsp;getConfig()</pre>
+<div class="block">Returns the configuration for this factory.
+ Returns null if the factory is closed;</div>
+</li>
+</ul>
+<a name="regionIsDynamicRegionList-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>regionIsDynamicRegionList</h4>
+<pre>public static&nbsp;boolean&nbsp;regionIsDynamicRegionList(java.lang.String&nbsp;regionPath)</pre>
+</li>
+</ul>
+<a name="Z:Z_internalInit-com.gemstone.gemfire.internal.cache.GemFireCacheImpl-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_internalInit</h4>
+<pre>protected&nbsp;void&nbsp;_internalInit(com.gemstone.gemfire.internal.cache.GemFireCacheImpl&nbsp;theCache)
+                      throws <a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></pre>
+<div class="block">The method is for internal use only. It is called implicitly during cache creation.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>theCache</code> - The GemFire <code>Cache</code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="get--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>get</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache">DynamicRegionFactory</a>&nbsp;get()</pre>
+<div class="block">Returns the <code>DynamicRegionFactory</code> singleton instance.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <code>DynamicRegionFactory</code> singleton instance</dd>
+</dl>
+</li>
+</ul>
+<a name="registerDynamicRegionListener-com.gemstone.gemfire.cache.DynamicRegionListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>registerDynamicRegionListener</h4>
+<pre>public&nbsp;void&nbsp;registerDynamicRegionListener(<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache">DynamicRegionListener</a>&nbsp;listener)</pre>
+<div class="block">Registers a <code>DynamicRegionListener</code> for callbacks.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>listener</code> - The <code>DynamicRegionListener</code> to be registered</dd>
+</dl>
+</li>
+</ul>
+<a name="unregisterDynamicRegionListener-com.gemstone.gemfire.cache.DynamicRegionListener-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>unregisterDynamicRegionListener</h4>
+<pre>public&nbsp;void&nbsp;unregisterDynamicRegionListener(<a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache">DynamicRegionListener</a>&nbsp;listener)</pre>
+<div class="block">Unregisters a <code>DynamicRegionListener</code> for callbacks.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>listener</code> - The <code>DynamicRegionListener</code> to be unregistered</dd>
+</dl>
+</li>
+</ul>
+<a name="createDynamicRegion-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createDynamicRegion</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&nbsp;createDynamicRegion(java.lang.String&nbsp;parentRegionName,
+                                  java.lang.String&nbsp;regionName)
+                           throws <a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></pre>
+<div class="block">Creates the dynamic Region in the local cache and distributes the
+ creation to other caches.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>parentRegionName</code> - the new region is created as a subregion of the region having this path</dd>
+<dd><code>regionName</code> - the name of the new subregion</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <code>Region</code> created</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="destroyDynamicRegion-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>destroyDynamicRegion</h4>
+<pre>public&nbsp;void&nbsp;destroyDynamicRegion(java.lang.String&nbsp;fullRegionName)
+                          throws <a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></pre>
+<div class="block">Destroys the dynamic Region in the local cache and distributes the
+ destruction to other caches.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fullRegionName</code> - The full path of the <code>Region</code> to be
+ dynamically destroyed</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></code></dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/RegionDestroyedException.html" title="class in com.gemstone.gemfire.cache">RegionDestroyedException</a></code> - if the dynamic region was never created
+ or has already been destroyed</dd>
+</dl>
+</li>
+</ul>
+<a name="buildDynamicRegion-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>buildDynamicRegion</h4>
+<pre>protected&nbsp;void&nbsp;buildDynamicRegion(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&nbsp;event)</pre>
+</li>
+</ul>
+<a name="razeDynamicRegion-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>razeDynamicRegion</h4>
+<pre>protected&nbsp;void&nbsp;razeDynamicRegion(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&nbsp;event)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DynamicRegionFactory.html" target="_top">Frames</a></li>
+<li><a href="DynamicRegionFactory.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionListener.html
new file mode 100644
index 0000000..be3d78c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionListener.html
@@ -0,0 +1,308 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DynamicRegionListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DynamicRegionListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":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="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DynamicRegionListener.html" target="_top">Frames</a></li>
+<li><a href="DynamicRegionListener.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface DynamicRegionListener" class="title">Interface DynamicRegionListener</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">DynamicRegionListener</span></pre>
+<div class="block"><code>DynamicRegionListener</code> is an interface that can be
+ implemented to handle dynamic region-related events.
+
+ The methods on a <code>DynamicRegionListener</code> are invoked synchronously.
+ If the listener method takes a long time to execute then it will cause the
+ operation that caused it to be invoked to take a long time.
+ <p>
+ Note: It is possible to receive duplicate create events when the DynamicRegionFactory
+ goes active due to Cache creation.
+ <p>
+ See <a href="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache"><code>DynamicRegionFactory</code></a></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.3</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html#afterRegionCreate-com.gemstone.gemfire.cache.RegionEvent-">afterRegionCreate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;?,?&gt;&nbsp;event)</code>
+<div class="block">Handles the 'after region creation' event of a dynamic region.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html#afterRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">afterRegionDestroy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;?,?&gt;&nbsp;event)</code>
+<div class="block">Handles the 'after region destroyed' event of a dynamic region.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html#beforeRegionCreate-java.lang.String-java.lang.String-">beforeRegionCreate</a></span>(java.lang.String&nbsp;parentRegionName,
+                  java.lang.String&nbsp;regionName)</code>
+<div class="block">Handles the 'before region creation' event of a dynamic region.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html#beforeRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">beforeRegionDestroy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;?,?&gt;&nbsp;event)</code>
+<div class="block">Handles the 'before region destroyed' event of a dynamic region.</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="beforeRegionCreate-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeRegionCreate</h4>
+<pre>void&nbsp;beforeRegionCreate(java.lang.String&nbsp;parentRegionName,
+                        java.lang.String&nbsp;regionName)</pre>
+<div class="block">Handles the 'before region creation' event of a dynamic region. This method
+ is invoked before the dynamic region is created in the local VM.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>parentRegionName</code> - The name of the parent region</dd>
+<dd><code>regionName</code> - The name of the region being created</dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionCreate-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionCreate</h4>
+<pre>void&nbsp;afterRegionCreate(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;?,?&gt;&nbsp;event)</pre>
+<div class="block">Handles the 'after region creation' event of a dynamic region. This method
+ is invoked after the dynamic region is created in the local VM.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - A <code>RegionEvent</code> describing the event</dd>
+</dl>
+</li>
+</ul>
+<a name="beforeRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>beforeRegionDestroy</h4>
+<pre>void&nbsp;beforeRegionDestroy(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;?,?&gt;&nbsp;event)</pre>
+<div class="block">Handles the 'before region destroyed' event of a dynamic region. This method
+ is invoked before the dynamic region is destroyed in the local VM.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - A <code>RegionEvent</code> describing the event</dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>afterRegionDestroy</h4>
+<pre>void&nbsp;afterRegionDestroy(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;?,?&gt;&nbsp;event)</pre>
+<div class="block">Handles the 'after region destroyed' event of a dynamic region. This method
+ is invoked after the dynamic region is destroyed in the local VM.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - A <code>RegionEvent</code> describing the event</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="../../../../com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DynamicRegionListener.html" target="_top">Frames</a></li>
+<li><a href="DynamicRegionListener.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryDestroyedException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryDestroyedException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryDestroyedException.html
new file mode 100644
index 0000000..362dd2f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryDestroyedException.html
@@ -0,0 +1,358 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EntryDestroyedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EntryDestroyedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryDestroyedException.html" target="_top">Frames</a></li>
+<li><a href="EntryDestroyedException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class EntryDestroyedException" class="title">Class EntryDestroyedException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EntryDestroyedException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">EntryDestroyedException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre>
+<div class="block">Indicates that a method was invoked on an entry that has been destroyed.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EntryDestroyedException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html#EntryDestroyedException--">EntryDestroyedException</a></span>()</code>
+<div class="block">Constructs a new <code>EntryDestroyedException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html#EntryDestroyedException-java.lang.String-">EntryDestroyedException</a></span>(java.lang.String&nbsp;s)</code>
+<div class="block">Constructs a new <code>EntryDestroyedException</code> with the message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html#EntryDestroyedException-java.lang.String-java.lang.Throwable-">EntryDestroyedException</a></span>(java.lang.String&nbsp;s,
+                       java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Constructs a new <code>EntryDestroyedException</code> with a detailed message
+ and a causal exception.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html#EntryDestroyedException-java.lang.Throwable-">EntryDestroyedException</a></span>(java.lang.Throwable&nbsp;ex)</code>
+<div class="block">Construct a <code>EntryDestroyedException</code> with a cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="EntryDestroyedException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EntryDestroyedException</h4>
+<pre>public&nbsp;EntryDestroyedException()</pre>
+<div class="block">Constructs a new <code>EntryDestroyedException</code>.</div>
+</li>
+</ul>
+<a name="EntryDestroyedException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EntryDestroyedException</h4>
+<pre>public&nbsp;EntryDestroyedException(java.lang.String&nbsp;s)</pre>
+<div class="block">Constructs a new <code>EntryDestroyedException</code> with the message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - the detailed message for this exception</dd>
+</dl>
+</li>
+</ul>
+<a name="EntryDestroyedException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EntryDestroyedException</h4>
+<pre>public&nbsp;EntryDestroyedException(java.lang.String&nbsp;s,
+                               java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Constructs a new <code>EntryDestroyedException</code> with a detailed message
+ and a causal exception.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - the message</dd>
+<dd><code>ex</code> - a causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="EntryDestroyedException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>EntryDestroyedException</h4>
+<pre>public&nbsp;EntryDestroyedException(java.lang.Throwable&nbsp;ex)</pre>
+<div class="block">Construct a <code>EntryDestroyedException</code> with a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ex</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryDestroyedException.html" target="_top">Frames</a></li>
+<li><a href="EntryDestroyedException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[29/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntity.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntity.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntity.html
new file mode 100644
index 0000000..61c3945
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntity.html
@@ -0,0 +1,396 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>ManagedEntity (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ManagedEntity (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":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="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/ManagedEntity.html" target="_top">Frames</a></li>
+<li><a href="ManagedEntity.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface ManagedEntity" class="title">Interface ManagedEntity</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin">CacheServer</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">CacheVm</a>, <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">DistributionLocator</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">ManagedEntity</span></pre>
+<div class="block">A entity that can be managed with the GemFire administration API.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><code>ManagedEntityConfig</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#getLog--">getLog</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the tail of this manage entity's log file.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#isRunning--">isRunning</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this managed entity is running.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">start</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this managed entity.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#stop--">stop</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops this managed entity.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStart-long-">waitToStart</a></span>(long&nbsp;timeout)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Waits for up to a given number of milliseconds for this managed
+ entity to <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">start</a>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStop-long-">waitToStop</a></span>(long&nbsp;timeout)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Waits for up to a given number of milliseconds for this managed
+ entity to <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#stop--">stop</a>.</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="start--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>void&nbsp;start()
+    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this managed entity.  Note that this method may return
+ before the managed entity is actually started.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while starting this managed
+         entity.</dd>
+<dd><code>java.lang.IllegalStateException</code> - If this managed entity resides on a remote machine and a
+         <code>null</code> or empty (<code>""</code>) <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">remote command</a> has
+         been specified.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStart-long-"><code>waitToStart(long)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="stop--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>stop</h4>
+<pre>void&nbsp;stop()
+   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops this managed entity.  Note that this method may return
+ before the managed entity is actually stopped.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while stopping this managed
+         entity.</dd>
+<dd><code>java.lang.IllegalStateException</code> - If this managed entity resides on a remote machine and a
+         <code>null</code> or empty (<code>""</code>) <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">remote command</a> has
+         been specified.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#waitToStop-long-"><code>waitToStop(long)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="waitToStart-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>waitToStart</h4>
+<pre>boolean&nbsp;waitToStart(long&nbsp;timeout)
+             throws java.lang.InterruptedException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Waits for up to a given number of milliseconds for this managed
+ entity to <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">start</a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeout</code> - The number of milliseconds to wait for this managed entity
+        to start.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Whether or not the entity has started.
+         <code>false</code>, if the method times out.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.InterruptedException</code> - If the thread invoking this method is interrupted while
+         waiting.</dd>
+</dl>
+</li>
+</ul>
+<a name="waitToStop-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>waitToStop</h4>
+<pre>boolean&nbsp;waitToStop(long&nbsp;timeout)
+            throws java.lang.InterruptedException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Waits for up to a given number of milliseconds for this managed
+ entity to <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#stop--">stop</a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>timeout</code> - The number of milliseconds to wait for this managed entity
+        to stop.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>Whether or not the entity has stopped.
+         <code>false</code>, if the method times out.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.InterruptedException</code> - If the thread invoking this method is interrupted while
+         waiting.</dd>
+</dl>
+</li>
+</ul>
+<a name="isRunning--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRunning</h4>
+<pre>boolean&nbsp;isRunning()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this managed entity is running.  Note that
+ this operation may attempt to contact the managed entity.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - If this managed entity resides on a remote machine and a
+         <code>null</code> or empty (<code>""</code>) <a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">remote command</a> has
+         been specified.</dd>
+</dl>
+</li>
+</ul>
+<a name="getLog--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLog</h4>
+<pre>java.lang.String&nbsp;getLog()
+                 throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the tail of this manage entity's log file.  Note that not
+ all managed entities implement this functionality.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while getting the log of this
+         managed entity.</dd>
+<dd><code>java.lang.UnsupportedOperationException</code> - If this managed entity does not support retrieving its
+         log.</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="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/ManagedEntity.html" target="_top">Frames</a></li>
+<li><a href="ManagedEntity.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntityConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntityConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntityConfig.html
new file mode 100644
index 0000000..9e1144a
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntityConfig.html
@@ -0,0 +1,438 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>ManagedEntityConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ManagedEntityConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":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="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/ManagedEntityConfig.html" target="_top">Frames</a></li>
+<li><a href="ManagedEntityConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface ManagedEntityConfig" class="title">Interface ManagedEntityConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a>, <a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">ManagedEntityConfig</span>
+extends java.lang.Cloneable</pre>
+<div class="block">Common configuration for all entities that can be managed using the
+ GemFire administration API.  Note that once a managed entity has
+ been <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html#start--">started</a>, attempts to modify
+ its configuration will cause an <code>IllegalStateException</code> to be
+ thrown.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><code>ManagedEntity</code></a></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="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>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#clone--">clone</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a new <code>ManagedEntityConfig</code> with the same
+ configuration as this <code>ManagedEntityConfig</code>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getHost--">getHost</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the host on which the managed entity runs or
+ will run.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getProductDirectory--">getProductDirectory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the GemFire product directory to use when
+ administering the managed entity.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getRemoteCommand--">getRemoteCommand</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the command prefix used to administer a managed entity
+ that is hosted on a remote machine.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#getWorkingDirectory--">getWorkingDirectory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the working directory in which the managed
+ entity runs or will run.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setHost-java.lang.String-">setHost</a></span>(java.lang.String&nbsp;host)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the host on which the managed entity will run.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setProductDirectory-java.lang.String-">setProductDirectory</a></span>(java.lang.String&nbsp;dir)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the GemFire product directory to use when
+ administering the managed entity.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a></span>(java.lang.String&nbsp;remoteCommand)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the command prefix used to administer a managed entity that
+ is hosted on a remote machine.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#setWorkingDirectory-java.lang.String-">setWorkingDirectory</a></span>(java.lang.String&nbsp;dir)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the working directory in which the managed
+ entity will run.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html#validate--">validate</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Validates this configuration.</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="getHost--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHost</h4>
+<pre>java.lang.String&nbsp;getHost()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the host on which the managed entity runs or
+ will run.</div>
+</li>
+</ul>
+<a name="setHost-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHost</h4>
+<pre>void&nbsp;setHost(java.lang.String&nbsp;host)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the host on which the managed entity will run.</div>
+</li>
+</ul>
+<a name="getWorkingDirectory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWorkingDirectory</h4>
+<pre>java.lang.String&nbsp;getWorkingDirectory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the working directory in which the managed
+ entity runs or will run.</div>
+</li>
+</ul>
+<a name="setWorkingDirectory-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWorkingDirectory</h4>
+<pre>void&nbsp;setWorkingDirectory(java.lang.String&nbsp;dir)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the working directory in which the managed
+ entity will run.</div>
+</li>
+</ul>
+<a name="getProductDirectory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getProductDirectory</h4>
+<pre>java.lang.String&nbsp;getProductDirectory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the GemFire product directory to use when
+ administering the managed entity.</div>
+</li>
+</ul>
+<a name="setProductDirectory-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setProductDirectory</h4>
+<pre>void&nbsp;setProductDirectory(java.lang.String&nbsp;dir)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the GemFire product directory to use when
+ administering the managed entity.</div>
+</li>
+</ul>
+<a name="getRemoteCommand--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRemoteCommand</h4>
+<pre>java.lang.String&nbsp;getRemoteCommand()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the command prefix used to administer a managed entity
+ that is hosted on a remote machine.  If the remote command is
+ <code>null</code> (the default value), then the remote command
+ associated with the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#getRemoteCommand--">distributed system</a>
+ will be used.</div>
+</li>
+</ul>
+<a name="setRemoteCommand-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setRemoteCommand</h4>
+<pre>void&nbsp;setRemoteCommand(java.lang.String&nbsp;remoteCommand)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the command prefix used to administer a managed entity that
+ is hosted on a remote machine.</div>
+</li>
+</ul>
+<a name="validate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>validate</h4>
+<pre>void&nbsp;validate()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Validates this configuration.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - If a managed entity cannot be administered using this
+         configuration</dd>
+</dl>
+</li>
+</ul>
+<a name="clone--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>clone</h4>
+<pre>java.lang.Object&nbsp;clone()
+                throws java.lang.CloneNotSupportedException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a new <code>ManagedEntityConfig</code> with the same
+ configuration as this <code>ManagedEntityConfig</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.CloneNotSupportedException</code></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="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/ManagedEntityConfig.html" target="_top">Frames</a></li>
+<li><a href="ManagedEntityConfig.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/MemberHealthConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/MemberHealthConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/MemberHealthConfig.html
new file mode 100644
index 0000000..7f963c6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/MemberHealthConfig.html
@@ -0,0 +1,560 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>MemberHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="MemberHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    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="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/MemberHealthConfig.html" target="_top">Frames</a></li>
+<li><a href="MemberHealthConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface MemberHealthConfig" class="title">Interface MemberHealthConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">MemberHealthConfig</span></pre>
+<div class="block">Provides configuration information relating to the health of a
+ member of a GemFire distributed system.
+
+ <P>
+
+ If any of the following criteria is true, then a member is
+ considered to be in <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#OKAY_HEALTH"><code>OKAY_HEALTH</code></a>.
+
+ <UL>
+
+ <LI>The size of the <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxVMProcessSize--">VM process</a> is
+ too large.</LI>
+
+ <LI>There are too many <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxMessageQueueSize--">enqueued</a>
+ incoming/outgoing messages.</LI>
+
+ <LI>Too many message sends <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxReplyTimeouts--"><code>timeout</code></a>
+ while waiting for a reply.</LI>
+
+ </UL>
+
+ If any of the following criteria is true, then a member is
+ considered to be in <a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#POOR_HEALTH"><code>POOR_HEALTH</code></a>.
+
+ <UL>
+
+ </UL></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>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="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_MESSAGE_QUEUE_SIZE">DEFAULT_MAX_MESSAGE_QUEUE_SIZE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum number of enqueued incoming or outgoing
+ messages that a healthy member of a distributed system can have.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_REPLY_TIMEOUTS">DEFAULT_MAX_REPLY_TIMEOUTS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum number of message reply timeouts that can
+ occur in a given health monitoring interval.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_RETRANSMISSION_RATIO">DEFAULT_MAX_RETRANSMISSION_RATIO</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum multicast retransmission ratio.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_VM_PROCESS_SIZE">DEFAULT_MAX_VM_PROCESS_SIZE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum VM process size (in megabytes) of a health
+ member of the distributed system.</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="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxMessageQueueSize--">getMaxMessageQueueSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of enqueued incoming or outgoing
+ messages that a healthy member of a distributed system can have.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxReplyTimeouts--">getMaxReplyTimeouts</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number message replies that can timeout in a
+ healthy member.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxRetransmissionRatio--">getMaxRetransmissionRatio</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum ratio of multicast retransmissions / total multicast
+ messages.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxVMProcessSize--">getMaxVMProcessSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum VM process size (in megabytes) of a healthy
+ member of the distributed system.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxMessageQueueSize-long-">setMaxMessageQueueSize</a></span>(long&nbsp;maxMessageQueueSize)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum number of enqueued incoming or outgoing
+ messages that a healthy member of a distributed system can have.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxReplyTimeouts-long-">setMaxReplyTimeouts</a></span>(long&nbsp;maxReplyTimeouts)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum number message replies that can timeout in a
+ healthy member.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxRetransmissionRatio-double-">setMaxRetransmissionRatio</a></span>(double&nbsp;ratio)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum ratio of multicast retransmissions / total multicast
+ messages.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxVMProcessSize-long-">setMaxVMProcessSize</a></span>(long&nbsp;size)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum VM process size (in megabytes) of a healthy
+ member of the distributed system.</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_VM_PROCESS_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MAX_VM_PROCESS_SIZE</h4>
+<pre>static final&nbsp;long DEFAULT_MAX_VM_PROCESS_SIZE</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum VM process size (in megabytes) of a health
+ member of the distributed system. The default value is 1000.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.MemberHealthConfig.DEFAULT_MAX_VM_PROCESS_SIZE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MAX_MESSAGE_QUEUE_SIZE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MAX_MESSAGE_QUEUE_SIZE</h4>
+<pre>static final&nbsp;long DEFAULT_MAX_MESSAGE_QUEUE_SIZE</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum number of enqueued incoming or outgoing
+ messages that a healthy member of a distributed system can have.
+ The default value is 1000.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.MemberHealthConfig.DEFAULT_MAX_MESSAGE_QUEUE_SIZE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MAX_REPLY_TIMEOUTS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MAX_REPLY_TIMEOUTS</h4>
+<pre>static final&nbsp;long DEFAULT_MAX_REPLY_TIMEOUTS</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum number of message reply timeouts that can
+ occur in a given health monitoring interval. The default value
+ is zero.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.MemberHealthConfig.DEFAULT_MAX_REPLY_TIMEOUTS">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MAX_RETRANSMISSION_RATIO">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_MAX_RETRANSMISSION_RATIO</h4>
+<pre>static final&nbsp;double DEFAULT_MAX_RETRANSMISSION_RATIO</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default maximum multicast retransmission ratio.  The default
+ value is 0.20 (twenty percent of messages retransmitted)</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.MemberHealthConfig.DEFAULT_MAX_RETRANSMISSION_RATIO">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="getMaxVMProcessSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxVMProcessSize</h4>
+<pre>long&nbsp;getMaxVMProcessSize()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum VM process size (in megabytes) of a healthy
+ member of the distributed system.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_VM_PROCESS_SIZE"><code>DEFAULT_MAX_VM_PROCESS_SIZE</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxVMProcessSize-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxVMProcessSize</h4>
+<pre>void&nbsp;setMaxVMProcessSize(long&nbsp;size)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum VM process size (in megabytes) of a healthy
+ member of the distributed system.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxVMProcessSize--"><code>getMaxVMProcessSize()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxMessageQueueSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxMessageQueueSize</h4>
+<pre>long&nbsp;getMaxMessageQueueSize()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of enqueued incoming or outgoing
+ messages that a healthy member of a distributed system can have.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_MESSAGE_QUEUE_SIZE"><code>DEFAULT_MAX_MESSAGE_QUEUE_SIZE</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxMessageQueueSize-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxMessageQueueSize</h4>
+<pre>void&nbsp;setMaxMessageQueueSize(long&nbsp;maxMessageQueueSize)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum number of enqueued incoming or outgoing
+ messages that a healthy member of a distributed system can have.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxMessageQueueSize--"><code>getMaxMessageQueueSize()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxReplyTimeouts--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxReplyTimeouts</h4>
+<pre>long&nbsp;getMaxReplyTimeouts()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number message replies that can timeout in a
+ healthy member.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_REPLY_TIMEOUTS"><code>DEFAULT_MAX_REPLY_TIMEOUTS</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxReplyTimeouts-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxReplyTimeouts</h4>
+<pre>void&nbsp;setMaxReplyTimeouts(long&nbsp;maxReplyTimeouts)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum number message replies that can timeout in a
+ healthy member.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxReplyTimeouts--"><code>getMaxReplyTimeouts()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxRetransmissionRatio--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxRetransmissionRatio</h4>
+<pre>double&nbsp;getMaxRetransmissionRatio()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum ratio of multicast retransmissions / total multicast
+ messages.  Retransmissions are requestor-specific (i.e., unicast), so
+ a single lost message may result in multiple retransmissions.<p>
+ A high retransmission ratio may indicate
+ poor network conditions requiring reduced flow-control settings,
+ a udp-fragment-size setting that is too high.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_RETRANSMISSION_RATIO"><code>DEFAULT_MAX_RETRANSMISSION_RATIO</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxRetransmissionRatio-double-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setMaxRetransmissionRatio</h4>
+<pre>void&nbsp;setMaxRetransmissionRatio(double&nbsp;ratio)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum ratio of multicast retransmissions / total multicast
+ messages.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxRetransmissionRatio--"><code>getMaxRetransmissionRatio()</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="../../../../com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/MemberHealthConfig.html" target="_top">Frames</a></li>
+<li><a href="MemberHealthConfig.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/OperationCancelledException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/OperationCancelledException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/OperationCancelledException.html
new file mode 100644
index 0000000..6ebfd49
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/OperationCancelledException.html
@@ -0,0 +1,340 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>OperationCancelledException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="OperationCancelledException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/OperationCancelledException.html" target="_top">Frames</a></li>
+<li><a href="OperationCancelledException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class OperationCancelledException" class="title">Class OperationCancelledException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">com.gemstone.gemfire.admin.RuntimeAdminException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.OperationCancelledException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">OperationCancelledException</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">RuntimeAdminException</a></pre>
+<div class="block">Thrown when an administration operation that accesses information
+ in a remote system member is cancelled.  The cancelation may occur
+ because the system member has left the distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.OperationCancelledException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html#OperationCancelledException--">OperationCancelledException</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html#OperationCancelledException-java.lang.String-">OperationCancelledException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html#OperationCancelledException-java.lang.String-java.lang.Throwable-">OperationCancelledException</a></span>(java.lang.String&nbsp;message,
+                           java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html#OperationCancelledException-java.lang.Throwable-">OperationCancelledException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="OperationCancelledException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OperationCancelledException</h4>
+<pre>public&nbsp;OperationCancelledException()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="OperationCancelledException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OperationCancelledException</h4>
+<pre>public&nbsp;OperationCancelledException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="OperationCancelledException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OperationCancelledException</h4>
+<pre>public&nbsp;OperationCancelledException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="OperationCancelledException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OperationCancelledException</h4>
+<pre>public&nbsp;OperationCancelledException(java.lang.String&nbsp;message,
+                                   java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</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="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/OperationCancelledException.html" target="_top">Frames</a></li>
+<li><a href="OperationCancelledException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionNotFoundException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionNotFoundException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionNotFoundException.html
new file mode 100644
index 0000000..d5a1c9b
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionNotFoundException.html
@@ -0,0 +1,302 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>RegionNotFoundException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="RegionNotFoundException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/RegionNotFoundException.html" target="_top">Frames</a></li>
+<li><a href="RegionNotFoundException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class RegionNotFoundException" class="title">Class RegionNotFoundException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.RegionNotFoundException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">RegionNotFoundException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre>
+<div class="block">Thrown by the administration API when the region administered by a
+ <a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMemberRegion</code></a> has been closed or destroyed in system
+ member. 
+ <P>Also thrown by <a href="../../../../com/gemstone/gemfire/DataSerializer.html#readRegion-java.io.DataInput-"><code>DataSerializer.readRegion(java.io.DataInput)</code></a>
+ if the named region no longer exists.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.RegionNotFoundException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html#RegionNotFoundException-java.lang.String-">RegionNotFoundException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="RegionNotFoundException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>RegionNotFoundException</h4>
+<pre>public&nbsp;RegionNotFoundException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</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="../../../../com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/RegionNotFoundException.html" target="_top">Frames</a></li>
+<li><a href="RegionNotFoundException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>



[23/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipEvent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipEvent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipEvent.html
new file mode 100644
index 0000000..f4acd72
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipEvent.html
@@ -0,0 +1,262 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMembershipEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMembershipEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":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="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMembershipEvent.html" target="_top">Frames</a></li>
+<li><a href="SystemMembershipEvent.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMembershipEvent" class="title">Interface SystemMembershipEvent</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMembershipEvent</span></pre>
+<div class="block">An event that describes the distributed member originated this event.
+ Instances of this are delivered to a <a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMembershipListener</code></a> when a
+ member has joined or left the distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html#getDistributedMember--">getDistributedMember</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a> that this event originated in.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html#getMemberId--">getMemberId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the distributed member as a String.</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="getMemberId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemberId</h4>
+<pre>java.lang.String&nbsp;getMemberId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the distributed member as a String.</div>
+</li>
+</ul>
+<a name="getDistributedMember--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getDistributedMember</h4>
+<pre><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&nbsp;getDistributedMember()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a> that this event originated in.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the member that performed the operation that originated this event.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</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="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMembershipEvent.html" target="_top">Frames</a></li>
+<li><a href="SystemMembershipEvent.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipListener.html
new file mode 100644
index 0000000..fdcce12
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipListener.html
@@ -0,0 +1,279 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMembershipListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMembershipListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":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="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMembershipListener.html" target="_top">Frames</a></li>
+<li><a href="SystemMembershipListener.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMembershipListener" class="title">Interface SystemMembershipListener</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMembershipListener</span></pre>
+<div class="block">A listener whose callback methods are invoked when members join or
+ leave the GemFire distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addMembershipListener-com.gemstone.gemfire.admin.SystemMembershipListener-"><code>AdminDistributedSystem.addMembershipListener(com.gemstone.gemfire.admin.SystemMembershipListener)</code></a></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="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="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html#memberCrashed-com.gemstone.gemfire.admin.SystemMembershipEvent-">memberCrashed</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a member has unexpectedly left the distributed
+ system.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html#memberJoined-com.gemstone.gemfire.admin.SystemMembershipEvent-">memberJoined</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a member has joined the distributed system</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipListener.html#memberLeft-com.gemstone.gemfire.admin.SystemMembershipEvent-">memberLeft</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a member has gracefully left the distributed system.</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="memberJoined-com.gemstone.gemfire.admin.SystemMembershipEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>memberJoined</h4>
+<pre>void&nbsp;memberJoined(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a member has joined the distributed system</div>
+</li>
+</ul>
+<a name="memberLeft-com.gemstone.gemfire.admin.SystemMembershipEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>memberLeft</h4>
+<pre>void&nbsp;memberLeft(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a member has gracefully left the distributed system.  This
+ occurs when the member took action to remove itself from the distributed
+ system.</div>
+</li>
+</ul>
+<a name="memberCrashed-com.gemstone.gemfire.admin.SystemMembershipEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>memberCrashed</h4>
+<pre>void&nbsp;memberCrashed(<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a member has unexpectedly left the distributed
+ system.  This occurs when a member is forcibly removed from the
+ distributed system by another process, such as from
+ <a href=../distributed/DistributedSystem.html#member-timeout> failure detection</a>, or
+ <a href=../distributed/DistributedSystem.html#enable-network-partition-detection>
+ network partition detection</a> processing.</div>
+</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="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMembershipListener.html" target="_top">Frames</a></li>
+<li><a href="SystemMembershipListener.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html
new file mode 100644
index 0000000..057db81
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html
@@ -0,0 +1,378 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>UnmodifiableConfigurationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="UnmodifiableConfigurationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" target="_top">Frames</a></li>
+<li><a href="UnmodifiableConfigurationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class UnmodifiableConfigurationException" class="title">Class UnmodifiableConfigurationException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireCheckedException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">com.gemstone.gemfire.admin.AdminException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.UnmodifiableConfigurationException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">UnmodifiableConfigurationException</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block">An <code>UnmodifiableConfigurationException</code> is thrown when an attempt
+ is made to modify the value of an unmodifiable 
+ <a href="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin"><code>ConfigurationParameter</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.UnmodifiableConfigurationException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html#UnmodifiableConfigurationException--">UnmodifiableConfigurationException</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with <code>null</code> as its detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html#UnmodifiableConfigurationException-java.lang.String-">UnmodifiableConfigurationException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html#UnmodifiableConfigurationException-java.lang.String-java.lang.Throwable-">UnmodifiableConfigurationException</a></span>(java.lang.String&nbsp;message,
+                                  java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message and
+ cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html#UnmodifiableConfigurationException-java.lang.Throwable-">UnmodifiableConfigurationException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified cause and a detail
+ message of <tt>(cause==null ? null : cause.toString())</tt> (which
+ typically contains the class and detail message of <tt>cause</tt>).</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">GemFireCheckedException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UnmodifiableConfigurationException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>UnmodifiableConfigurationException</h4>
+<pre>public&nbsp;UnmodifiableConfigurationException()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with <code>null</code> as its detail message.
+ The cause is not initialized, and may subsequently be initialized by a
+ call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
+</li>
+</ul>
+<a name="UnmodifiableConfigurationException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>UnmodifiableConfigurationException</h4>
+<pre>public&nbsp;UnmodifiableConfigurationException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message.  The
+ cause is not initialized, and may subsequently be initialized by
+ a call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message. The detail message is saved for 
+          later retrieval by the <code>Throwable.getMessage()</code> method.</dd>
+</dl>
+</li>
+</ul>
+<a name="UnmodifiableConfigurationException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>UnmodifiableConfigurationException</h4>
+<pre>public&nbsp;UnmodifiableConfigurationException(java.lang.String&nbsp;message,
+                                          java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message and
+ cause.  <p>Note that the detail message associated with
+ <code>cause</code> is <i>not</i> automatically incorporated in
+ this exception's detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message (which is saved for later retrieval
+         by the <code>Throwable.getMessage()</code> method).</dd>
+<dd><code>cause</code> - the cause (which is saved for later retrieval by the
+         <code>Throwable.getCause()</code> method).  (A <tt>null</tt> value is
+         permitted, and indicates that the cause is nonexistent or
+         unknown.)</dd>
+</dl>
+</li>
+</ul>
+<a name="UnmodifiableConfigurationException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UnmodifiableConfigurationException</h4>
+<pre>public&nbsp;UnmodifiableConfigurationException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified cause and a detail
+ message of <tt>(cause==null ? null : cause.toString())</tt> (which
+ typically contains the class and detail message of <tt>cause</tt>).
+ This constructor is useful for exceptions that are little more than
+ wrappers for other throwables (for example, <code>PrivilegedActionException</code>).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the cause (which is saved for later retrieval by the
+         <code>Throwable.getCause()</code> method).  (A <tt>null</tt> value is
+         permitted, and indicates that the cause is nonexistent or
+         unknown.)</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="../../../../com/gemstone/gemfire/admin/SystemMemberType.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" target="_top">Frames</a></li>
+<li><a href="UnmodifiableConfigurationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds4_0.dtd
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds4_0.dtd b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds4_0.dtd
new file mode 100644
index 0000000..6566af6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds4_0.dtd
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+
+This is the XML DTD for the GemFire distributed system administrative
+configuration XML file.  All configuration files must include a
+DOCTYPE of the following form:
+
+  <!DOCTYPE distributed-system PUBLIC
+    "-//GemStone Systems, Inc.//GemFire Distributed System 4.0//EN"
+    "http://www.gemstone.com/dtd/ds4_0.dtd">
+
+The contents of a distributed system configuration XML file correspond
+to APIs found in the
+
+                      com.gemstone.gemfire.admin
+
+package.  A distributed system configuration XML file is used by tools
+such as the GemFire JMX Agent to initialize information a distributed system.
+
+-->
+
+<!--
+
+The following conventions apply to all GemFire distributed system
+configuration XML file elements unless indicated otherwise.
+
+- In elements that contain PCDATA, leading and trailing whitespace in
+  the data may be ignored.
+
+- In elements whose value is an "enumerated type", the value is case
+  sensitive.
+
+-->
+
+<!--
+The "distributed-system" element is the root of a distributed system
+configuration file.  It describes the distributed system to be
+configured.
+-->
+
+<!ELEMENT distributed-system (remote-command?, discovery, ssl?,
+          cache-server*, gfx-server*)> 
+<!ATTLIST distributed-system
+  id CDATA #IMPLIED
+>
+
+<!--
+The "discovery" element describes the mechanism used to discover
+members of the distributed system, either multicast or using
+locators.
+-->
+
+<!ELEMENT discovery (multicast | locator+)>
+
+<!-- 
+The "multicast" element describes the multicast settings used for
+discovery.
+-->
+
+<!ELEMENT multicast EMPTY>
+<!ATTLIST multicast
+  port CDATA #REQUIRED
+  address CDATA #IMPLIED
+>
+
+<!--
+The "locator" element describes the locator processes that are used
+for discovery.
+-->
+
+<!ELEMENT locator (host?, remote-command?, working-directory?,
+                   product-directory?)> 
+<!ATTLIST locator
+  port CDATA #REQUIRED
+>
+
+<!--
+The "ssl" element describes how members of the distributed system uses
+SSL to communicate.  If the "ssl" element is not specified, then ssl
+is not enabled.
+-->
+
+<!ELEMENT ssl (protocols?, ciphers?, property*)>
+<!ATTLIST ssl
+  authentication-required (true | false) #IMPLIED
+>
+
+<!--
+The "protocols" element describes the SSL protocols used when members
+of the distributed system communicate.
+-->
+
+<!ELEMENT protocols (#PCDATA)>
+
+<!--
+The "ciphers" element describes the SSL ciphers used when members of
+the distributed system communicate.
+-->
+
+<!ELEMENT ciphers (#PCDATA)>
+
+<!--
+The "property" element describes a SSL-related system property that
+should be set.
+-->
+
+<!ELEMENT property (key, value)>
+<!ELEMENT key (#PCDATA)>
+<!ELEMENT value (#PCDATA)>
+
+<!--
+The "cache-server" element describes a GemFire distributed cache
+server that is managed via the administration API.
+-->
+
+<!ELEMENT cache-server (host?, remote-command?, working-directory?,
+  product-directory?, classpath?)> 
+
+<!--
+The "classpath" element specifies the location of extra classes
+required by a managed entity.
+-->
+
+<!ELEMENT classpath (#PCDATA)>
+
+<!--
+The "gfx-server" element describes a GemFire/XML server that is
+managed via the administration API.
+-->
+
+<!ELEMENT gfx-server (host?, remote-command?, working-directory?,
+  product-directory?)> 
+
+<!--
+The "host" element specifies a host machine on which a managed entity
+runs.
+-->
+
+<!ELEMENT host (#PCDATA)>
+
+<!--
+The "remote-command" element specifies a prefix to use when launching
+managed entities on a remote machine.
+-->
+
+<!ELEMENT remote-command (#PCDATA)>
+
+<!--
+The "working-directory" element specifies the working directory in
+which a managed entity runs.
+-->
+
+<!ELEMENT working-directory (#PCDATA)>
+
+<!--
+The "product-directory" element specifies the locator of the GemFire
+product installation used by a managed entity.
+-->
+
+<!ELEMENT product-directory (#PCDATA)>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds5_0.dtd
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds5_0.dtd b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds5_0.dtd
new file mode 100644
index 0000000..d56fd4d
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/doc-files/ds5_0.dtd
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<!--
+
+This is the XML DTD for the GemFire distributed system administrative
+configuration XML file.  All configuration files must include a
+DOCTYPE of the following form:
+
+  <!DOCTYPE distributed-system PUBLIC
+    "-//GemStone Systems, Inc.//GemFire Distributed System 5.0//EN"
+    "http://www.gemstone.com/dtd/ds5_0.dtd">
+
+The contents of a distributed system configuration XML file correspond
+to APIs found in the
+
+                      com.gemstone.gemfire.admin
+
+package.  A distributed system configuration XML file is used by tools
+such as the GemFire JMX Agent to initialize information a distributed system.
+
+-->
+
+<!--
+
+The following conventions apply to all GemFire distributed system
+configuration XML file elements unless indicated otherwise.
+
+- In elements that contain PCDATA, leading and trailing whitespace in
+  the data may be ignored.
+
+- In elements whose value is an "enumerated type", the value is case
+  sensitive.
+
+-->
+
+<!--
+The "distributed-system" element is the root of a distributed system
+configuration file.  It describes the distributed system to be
+configured.
+-->
+
+<!ELEMENT distributed-system (remote-command?, multicast?, locators?, ssl?,
+          cache-server*)> 
+<!ATTLIST distributed-system
+  id CDATA #IMPLIED
+  disable-tcp (true | false) #IMPLIED
+>
+
+<!--
+The "locators" element must be given unless multicast is to be used
+for discovery.
+-->
+
+<!ELEMENT locators (locator+)>
+
+<!-- 
+The "multicast" element describes the multicast settings used for
+communications and (if locators aren't specified) for discovery.
+-->
+
+<!ELEMENT multicast EMPTY>
+<!ATTLIST multicast
+  port CDATA #REQUIRED
+  address CDATA #IMPLIED
+>
+
+<!--
+The "locator" element describes the locator processes that are used
+for discovery.
+-->
+
+<!ELEMENT locator (host?, remote-command?, working-directory?,
+                   product-directory?)> 
+<!ATTLIST locator
+  port CDATA #REQUIRED
+>
+
+<!--
+The "ssl" element describes how members of the distributed system uses
+SSL to communicate.  If the "ssl" element is not specified, then ssl
+is not enabled.
+-->
+
+<!ELEMENT ssl (protocols?, ciphers?, property*)>
+<!ATTLIST ssl
+  authentication-required (true | false) #IMPLIED
+>
+
+<!--
+The "protocols" element describes the SSL protocols used when members
+of the distributed system communicate.
+-->
+
+<!ELEMENT protocols (#PCDATA)>
+
+<!--
+The "ciphers" element describes the SSL ciphers used when members of
+the distributed system communicate.
+-->
+
+<!ELEMENT ciphers (#PCDATA)>
+
+<!--
+The "property" element describes a SSL-related system property that
+should be set.
+-->
+
+<!ELEMENT property (key, value)>
+<!ELEMENT key (#PCDATA)>
+<!ELEMENT value (#PCDATA)>
+
+<!--
+The "cache-server" element describes a GemFire distributed cache
+server that is managed via the administration API.
+-->
+
+<!ELEMENT cache-server (host?, remote-command?, working-directory?,
+  product-directory?, classpath?)> 
+
+<!--
+The "classpath" element specifies the location of extra classes
+required by a managed entity.
+-->
+
+<!ELEMENT classpath (#PCDATA)>
+
+<!--
+The "host" element specifies a host machine on which a managed entity
+runs.
+-->
+
+<!ELEMENT host (#PCDATA)>
+
+<!--
+The "remote-command" element specifies a prefix to use when launching
+managed entities on a remote machine.
+-->
+
+<!ELEMENT remote-command (#PCDATA)>
+
+<!--
+The "working-directory" element specifies the working directory in
+which a managed entity runs.
+-->
+
+<!ELEMENT working-directory (#PCDATA)>
+
+<!--
+The "product-directory" element specifies the locator of the GemFire
+product installation used by a managed entity.
+-->
+
+<!ELEMENT product-directory (#PCDATA)>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/Agent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/Agent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/Agent.html
new file mode 100644
index 0000000..a1e8a73
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/Agent.html
@@ -0,0 +1,562 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>Agent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Agent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":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>Prev&nbsp;Class</li>
+<li><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/Agent.html" target="_top">Frames</a></li>
+<li><a href="Agent.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">com.gemstone.gemfire.admin.jmx</div>
+<h2 title="Interface Agent" class="title">Interface Agent</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">Agent</span></pre>
+<div class="block">A server component that provides administration-related information
+ about a GemFire distributed system via the Java Management
+ Extension JMX API.  When a JMX <code>Agent</code> is created, it
+ registers an MBean that represents <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#getObjectName--"><code>itself</code></a>. 
+ Click <A href="doc-files/mbeans-descriptions.html">here</A> for a
+ description of the attributes, operations, and notifications of
+ this and other GemFire JMX MBeans.
+
+ <P>
+
+ The GemFire JMX Agent currently supports three JMX "adapters"
+ through which clients can access the GemFire management beans: an
+ "HTTP adapter" that allows a web browser client to view and modify
+ management beans via HTTP or HTTPS, an "RMI adapter" that allows
+ Java programs to access management beans using Remote Method
+ Invocation, and an "SNMP adapter" that allows SNMP to access
+ management beans.  Information about configuring these adapters can
+ be found in <a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><code>AgentConfig</code></a>.
+
+ <P>
+
+ In most distributed caching architectures, JMX administration
+ agents are run in their own processes.  A stand-alone JMX agent is
+ managed using the <code>agent</code> command line utility:
+
+ <PRE>
+ $ agent start
+ </PRE>
+
+ This class allows a GemFire application VM to host a JMX management
+ agent.  Architectures with "co-located" JMX agents reduce the
+ number of overall proceses required.  However, hosting a JMX
+ management agent in the same VM as a GemFire application is not
+ generally recommended because it adds extra burden to an
+ application VM and in the event that the application VM exits the
+ administration information will no longer be available.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><code>AgentConfig</code></a>, 
+<a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx"><code>AgentFactory</code></a></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 java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#JNDI_NAME">JNDI_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Lookup name for RMIConnector when rmi-registry-enabled is true</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>javax.management.ObjectName</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#connectToSystem--">connectToSystem</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Connects to the distributed system described by this <code>Agent</code>'s 
+ configuration.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#disconnectFromSystem--">disconnectFromSystem</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Disconnects this agent from the distributed system and
+ unregisters the management beans that provided information about
+ it.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#getConfig--">getConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration object for this JMX Agent.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#getDistributedSystem--">getDistributedSystem</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>AdminDistributedSystem</code> that underlies
+ this JMX <code>Agent</code> or <code>null</code> is this agent is
+ not <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#isConnected--">connected</a>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire">LogWriter</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#getLogWriter--">getLogWriter</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>LogWriter</code> used for logging information.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>javax.management.MBeanServer</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#getMBeanServer--">getMBeanServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the JMX <code>MBeanServer</code> with which GemFire
+ MBeans are registered or <code>null</code> if this
+ <code>Agent</code> is not started.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>javax.management.ObjectName</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#getObjectName--">getObjectName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>ObjectName</code> of the JMX management bean
+ that represents this agent or <code>null</code> if this
+ <code>Agent</code> has not been started.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#isConnected--">isConnected</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this JMX <code>Agent</code> is currently
+ providing information about a distributed system.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>javax.management.ObjectName</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#manageDistributedSystem--">manageDistributedSystem</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the object name of the JMX MBean that represents the
+ distributed system administered by this <code>Agent</code> or
+ <code>null</code> if this <code>Agent</code> has not <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#connectToSystem--">connected</a> to the distributed system.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#saveProperties--">saveProperties</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Saves the configuration for this <code>Agent</code> to the file
+ specified by @link AgentConfig#getPropertyFile.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#start--">start</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this JMX Agent and its associated adapters.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#stop--">stop</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#disconnectFromSystem--">Disconnects</a> from the
+ distributed system and stops this JMX Agent and all of its
+ associated adapters.</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="JNDI_NAME">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>JNDI_NAME</h4>
+<pre>static final&nbsp;java.lang.String JNDI_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Lookup name for RMIConnector when rmi-registry-enabled is true</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../constant-values.html#com.gemstone.gemfire.admin.jmx.Agent.JNDI_NAME">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="getConfig--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfig</h4>
+<pre><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</a>&nbsp;getConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configuration object for this JMX Agent.</div>
+</li>
+</ul>
+<a name="start--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>void&nbsp;start()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this JMX Agent and its associated adapters.  This method
+ does not <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#connectToSystem--">connect</a> to the distributed
+ system.</div>
+</li>
+</ul>
+<a name="getMBeanServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMBeanServer</h4>
+<pre>javax.management.MBeanServer&nbsp;getMBeanServer()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the JMX <code>MBeanServer</code> with which GemFire
+ MBeans are registered or <code>null</code> if this
+ <code>Agent</code> is not started.</div>
+</li>
+</ul>
+<a name="stop--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>stop</h4>
+<pre>void&nbsp;stop()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block"><a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#disconnectFromSystem--">Disconnects</a> from the
+ distributed system and stops this JMX Agent and all of its
+ associated adapters.</div>
+</li>
+</ul>
+<a name="getObjectName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getObjectName</h4>
+<pre>javax.management.ObjectName&nbsp;getObjectName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>ObjectName</code> of the JMX management bean
+ that represents this agent or <code>null</code> if this
+ <code>Agent</code> has not been started.</div>
+</li>
+</ul>
+<a name="isConnected--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isConnected</h4>
+<pre>boolean&nbsp;isConnected()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this JMX <code>Agent</code> is currently
+ providing information about a distributed system.</div>
+</li>
+</ul>
+<a name="connectToSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>connectToSystem</h4>
+<pre>javax.management.ObjectName&nbsp;connectToSystem()
+                                     throws <a href="../../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a>,
+                                            javax.management.MalformedObjectNameException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Connects to the distributed system described by this <code>Agent</code>'s 
+ configuration.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The object name of the system that the <code>Agent</code>
+         is now connected to.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dd><code>javax.management.MalformedObjectNameException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getDistributedSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributedSystem</h4>
+<pre><a href="../../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a>&nbsp;getDistributedSystem()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>AdminDistributedSystem</code> that underlies
+ this JMX <code>Agent</code> or <code>null</code> is this agent is
+ not <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#isConnected--">connected</a>.</div>
+</li>
+</ul>
+<a name="manageDistributedSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>manageDistributedSystem</h4>
+<pre>javax.management.ObjectName&nbsp;manageDistributedSystem()
+                                             throws javax.management.MalformedObjectNameException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the object name of the JMX MBean that represents the
+ distributed system administered by this <code>Agent</code> or
+ <code>null</code> if this <code>Agent</code> has not <a href="../../../../../com/gemstone/gemfire/admin/jmx/Agent.html#connectToSystem--">connected</a> to the distributed system.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>javax.management.MalformedObjectNameException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="disconnectFromSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>disconnectFromSystem</h4>
+<pre>void&nbsp;disconnectFromSystem()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Disconnects this agent from the distributed system and
+ unregisters the management beans that provided information about
+ it.  However, this agent's adapters are not stopped and it is
+ possible to reconfigure this <code>Agent</code> to connect to
+ another distributed system.</div>
+</li>
+</ul>
+<a name="saveProperties--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>saveProperties</h4>
+<pre>void&nbsp;saveProperties()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Saves the configuration for this <code>Agent</code> to the file
+ specified by @link AgentConfig#getPropertyFile.</div>
+</li>
+</ul>
+<a name="getLogWriter--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLogWriter</h4>
+<pre><a href="../../../../../com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire">LogWriter</a>&nbsp;getLogWriter()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>LogWriter</code> used for logging information.</div>
+</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>Prev&nbsp;Class</li>
+<li><a href="../../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?com/gemstone/gemfire/admin/jmx/Agent.html" target="_top">Frames</a></li>
+<li><a href="Agent.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>


[04/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionCriteria.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionCriteria.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionCriteria.html
new file mode 100644
index 0000000..c23c9c9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionCriteria.html
@@ -0,0 +1,277 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EvictionCriteria (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EvictionCriteria (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":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="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionCriteria.html" target="_top">Frames</a></li>
+<li><a href="EvictionCriteria.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface EvictionCriteria" class="title">Interface EvictionCriteria&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">EvictionCriteria&lt;K,V&gt;</span></pre>
+<div class="block">Interface implemented by an EVICTION BY CRITERIA of
+ <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><code>CustomEvictionAttributes</code></a>. This will be invoked by periodic evictor
+ task that will get the keys to be evicted using this and then destroy from
+ the region to which this is attached.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>gfxd 1.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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#doEvict-com.gemstone.gemfire.cache.EntryEvent-">doEvict</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>&gt;&nbsp;event)</code>
+<div class="block">Last moment check if an entry should be evicted or not applying the
+ EVICTION BY CRITERIA again under the region entry lock in case the entry
+ has changed after the check in <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-"><code>getKeysToBeEvicted(long, com.gemstone.gemfire.cache.Region&lt;K, V&gt;)</code></a>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.Iterator&lt;java.util.Map.Entry&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,java.lang.Object&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-">getKeysToBeEvicted</a></span>(long&nbsp;currentMillis,
+                  <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>&gt;&nbsp;region)</code>
+<div class="block">Get the (key, routing object) of the entries to be evicted from region
+ satisfying EVICTION BY CRITERIA at this point of time.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#isEquivalent-com.gemstone.gemfire.cache.EvictionCriteria-">isEquivalent</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>&gt;&nbsp;other)</code>
+<div class="block">Return true if this eviction criteria is equivalent to the other one.</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="getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKeysToBeEvicted</h4>
+<pre>java.util.Iterator&lt;java.util.Map.Entry&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,java.lang.Object&gt;&gt;&nbsp;getKeysToBeEvicted(long&nbsp;currentMillis,
+                                                                               <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>&gt;&nbsp;region)</pre>
+<div class="block">Get the (key, routing object) of the entries to be evicted from region
+ satisfying EVICTION BY CRITERIA at this point of time.
+ <p>
+ The returned Map.Entry object by the Iterator may be reused internally so
+ caller must extract the key, routing object from the entry on each
+ iteration.</div>
+</li>
+</ul>
+<a name="doEvict-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>doEvict</h4>
+<pre>boolean&nbsp;doEvict(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Last moment check if an entry should be evicted or not applying the
+ EVICTION BY CRITERIA again under the region entry lock in case the entry
+ has changed after the check in <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html#getKeysToBeEvicted-long-com.gemstone.gemfire.cache.Region-"><code>getKeysToBeEvicted(long, com.gemstone.gemfire.cache.Region&lt;K, V&gt;)</code></a>.</div>
+</li>
+</ul>
+<a name="isEquivalent-com.gemstone.gemfire.cache.EvictionCriteria-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isEquivalent</h4>
+<pre>boolean&nbsp;isEquivalent(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="type parameter in EvictionCriteria">V</a>&gt;&nbsp;other)</pre>
+<div class="block">Return true if this eviction criteria is equivalent to the other one. This
+ is used to ensure that custom eviction is configured identically on all the
+ nodes of a cluster hosting the region to which this eviction criteria has
+ been attached.</div>
+</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="../../../../com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionCriteria.html" target="_top">Frames</a></li>
+<li><a href="EvictionCriteria.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAction.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAction.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAction.html
new file mode 100644
index 0000000..6c51ef5
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAction.html
@@ -0,0 +1,493 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>ExpirationAction (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ExpirationAction (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAction.html" target="_top">Frames</a></li>
+<li><a href="ExpirationAction.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">com.gemstone.gemfire.cache</div>
+<h2 title="Class ExpirationAction" class="title">Class ExpirationAction</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.ExpirationAction</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">ExpirationAction</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Enumerated type for expiration actions.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><code>ExpirationAttributes</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.ExpirationAction">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#DESTROY">DESTROY</a></span></code>
+<div class="block">When the region or cached object expires, it is destroyed.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#INVALIDATE">INVALIDATE</a></span></code>
+<div class="block">When the region or cached object expires, it is invalidated.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#LOCAL_DESTROY">LOCAL_DESTROY</a></span></code>
+<div class="block">When expired, destroyed locally only.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#LOCAL_INVALIDATE">LOCAL_INVALIDATE</a></span></code>
+<div class="block">When expired, invalidated locally only.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#ordinal">ordinal</a></span></code>&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#fromOrdinal-int-">fromOrdinal</a></span>(int&nbsp;ordinal)</code>
+<div class="block">Return the ExpirationAction represented by specified ordinal</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isDestroy--">isDestroy</a></span>()</code>
+<div class="block">Returns whether this is the action for distributed destroy.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isDistributed--">isDistributed</a></span>()</code>
+<div class="block">Returns whether this action is distributed.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isInvalidate--">isInvalidate</a></span>()</code>
+<div class="block">Returns whether this is the action for distributed invalidate.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isLocal--">isLocal</a></span>()</code>
+<div class="block">Returns whether this action is local.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isLocalDestroy--">isLocalDestroy</a></span>()</code>
+<div class="block">Returns whether this is the action for local destroy.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#isLocalInvalidate--">isLocalInvalidate</a></span>()</code>
+<div class="block">Returns whether this is the action for local invalidate.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html#toString--">toString</a></span>()</code>
+<div class="block">Returns a string representation for this action</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="INVALIDATE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>INVALIDATE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> INVALIDATE</pre>
+<div class="block">When the region or cached object expires, it is invalidated.</div>
+</li>
+</ul>
+<a name="LOCAL_INVALIDATE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LOCAL_INVALIDATE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> LOCAL_INVALIDATE</pre>
+<div class="block">When expired, invalidated locally only. Not supported for partitioned regions.</div>
+</li>
+</ul>
+<a name="DESTROY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DESTROY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> DESTROY</pre>
+<div class="block">When the region or cached object expires, it is destroyed.</div>
+</li>
+</ul>
+<a name="LOCAL_DESTROY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LOCAL_DESTROY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a> LOCAL_DESTROY</pre>
+<div class="block">When expired, destroyed locally only. Not supported for partitioned regions. Use DESTROY instead.</div>
+</li>
+</ul>
+<a name="ordinal">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ordinal</h4>
+<pre>public final&nbsp;int ordinal</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="isInvalidate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isInvalidate</h4>
+<pre>public&nbsp;boolean&nbsp;isInvalidate()</pre>
+<div class="block">Returns whether this is the action for distributed invalidate.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this in INVALIDATE</dd>
+</dl>
+</li>
+</ul>
+<a name="isLocalInvalidate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLocalInvalidate</h4>
+<pre>public&nbsp;boolean&nbsp;isLocalInvalidate()</pre>
+<div class="block">Returns whether this is the action for local invalidate.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this is LOCAL_INVALIDATE</dd>
+</dl>
+</li>
+</ul>
+<a name="isDestroy--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDestroy</h4>
+<pre>public&nbsp;boolean&nbsp;isDestroy()</pre>
+<div class="block">Returns whether this is the action for distributed destroy.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this is DESTROY</dd>
+</dl>
+</li>
+</ul>
+<a name="isLocalDestroy--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLocalDestroy</h4>
+<pre>public&nbsp;boolean&nbsp;isLocalDestroy()</pre>
+<div class="block">Returns whether this is the action for local destroy.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if thisis LOCAL_DESTROY</dd>
+</dl>
+</li>
+</ul>
+<a name="isLocal--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLocal</h4>
+<pre>public&nbsp;boolean&nbsp;isLocal()</pre>
+<div class="block">Returns whether this action is local.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this is LOCAL_INVALIDATE or LOCAL_DESTROY</dd>
+</dl>
+</li>
+</ul>
+<a name="isDistributed--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDistributed</h4>
+<pre>public&nbsp;boolean&nbsp;isDistributed()</pre>
+<div class="block">Returns whether this action is distributed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this is INVALIDATE or DESTROY</dd>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">Returns a string representation for this action</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of this action</dd>
+</dl>
+</li>
+</ul>
+<a name="fromOrdinal-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>fromOrdinal</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;fromOrdinal(int&nbsp;ordinal)</pre>
+<div class="block">Return the ExpirationAction represented by specified ordinal</div>
+</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="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAction.html" target="_top">Frames</a></li>
+<li><a href="ExpirationAction.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAttributes.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAttributes.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAttributes.html
new file mode 100644
index 0000000..ac73ff0
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/ExpirationAttributes.html
@@ -0,0 +1,560 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>ExpirationAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="ExpirationAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAttributes.html" target="_top">Frames</a></li>
+<li><a href="ExpirationAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class ExpirationAttributes" class="title">Class ExpirationAttributes</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.ExpirationAttributes</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>, java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">ExpirationAttributes</span>
+extends java.lang.Object
+implements <a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></pre>
+<div class="block">Immutable parameter object for accessing and setting the attributes associated with 
+ <code>timeToLive</code> and <code>idleTimeout</code>. If the expiration
+ action is not specified, it defaults to <code>ExpirationAction.INVALIDATE</code>.
+ If the timeout is not specified, it defaults to zero (which means to never timeout).</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>AttributesFactory</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>RegionAttributes</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>AttributesMutator</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.ExpirationAttributes">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested.classes.inherited.from.class.com.gemstone.gemfire.DataSerializable">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from interface&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire">DataSerializable.Replaceable</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#DEFAULT">DEFAULT</a></span></code>
+<div class="block">convenience constant for a default instance</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#ExpirationAttributes--">ExpirationAttributes</a></span>()</code>
+<div class="block">Constructs a default <code>ExpirationAttributes</code>, which indicates no expiration
+ will take place.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#ExpirationAttributes-int-">ExpirationAttributes</a></span>(int&nbsp;expirationTime)</code>
+<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time
+ and the default expiration action <code>ExpirationAction.INVALIDATE</code>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#ExpirationAttributes-int-com.gemstone.gemfire.cache.ExpirationAction-">ExpirationAttributes</a></span>(int&nbsp;expirationTime,
+                    <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;expirationAction)</code>
+<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time and
+ expiration action.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#createFromData-java.io.DataInput-">createFromData</a></span>(java.io.DataInput&nbsp;in)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#fromData-java.io.DataInput-">fromData</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads the state of this object as primitive data from the given
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#getAction--">getAction</a></span>()</code>
+<div class="block">Returns the action that should take place when this value or region expires.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#getTimeout--">getTimeout</a></span>()</code>
+<div class="block">Returns the number of seconds before a region or value expires.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#toData-java.io.DataOutput-">toData</a></span>(java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes the state of this object as primitive data to the given
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html#toString--">toString</a></span>()</code>
+<div class="block">Returns a string representation of this <code>ExpirationAttributes</code>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="DEFAULT">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a> DEFAULT</pre>
+<div class="block">convenience constant for a default instance</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="ExpirationAttributes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ExpirationAttributes</h4>
+<pre>public&nbsp;ExpirationAttributes()</pre>
+<div class="block">Constructs a default <code>ExpirationAttributes</code>, which indicates no expiration
+ will take place.</div>
+</li>
+</ul>
+<a name="ExpirationAttributes-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ExpirationAttributes</h4>
+<pre>public&nbsp;ExpirationAttributes(int&nbsp;expirationTime)</pre>
+<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time
+ and the default expiration action <code>ExpirationAction.INVALIDATE</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>expirationTime</code> - The number of seconds before expiration</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if expirationTime is nonpositive</dd>
+</dl>
+</li>
+</ul>
+<a name="ExpirationAttributes-int-com.gemstone.gemfire.cache.ExpirationAction-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ExpirationAttributes</h4>
+<pre>public&nbsp;ExpirationAttributes(int&nbsp;expirationTime,
+                            <a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;expirationAction)</pre>
+<div class="block">Constructs an <code>ExpirationAttributes</code> with the specified expiration time and
+ expiration action.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>expirationTime</code> - The number of seconds for a value to live before it expires</dd>
+<dd><code>expirationAction</code> - the action to take when the value expires</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if expirationTime is nonpositive</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="getTimeout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTimeout</h4>
+<pre>public&nbsp;int&nbsp;getTimeout()</pre>
+<div class="block">Returns the number of seconds before a region or value expires.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the relative number of seconds before a region or value expires
+ or zero if it will never expire</dd>
+</dl>
+</li>
+</ul>
+<a name="getAction--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAction</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache">ExpirationAction</a>&nbsp;getAction()</pre>
+<div class="block">Returns the action that should take place when this value or region expires.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the action to take when expiring</dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="hashCode--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">Returns a string representation of this <code>ExpirationAttributes</code>. If the timeout
+ is zero, returns <code>"NO EXPIRATION"</code>.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the String representation of this expiration attribute</dd>
+</dl>
+</li>
+</ul>
+<a name="createFromData-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createFromData</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;createFromData(java.io.DataInput&nbsp;in)
+                                           throws java.io.IOException,
+                                                  java.lang.ClassNotFoundException</pre>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>java.lang.ClassNotFoundException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="fromData-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromData</h4>
+<pre>public&nbsp;void&nbsp;fromData(java.io.DataInput&nbsp;in)
+              throws java.io.IOException,
+                     java.lang.ClassNotFoundException</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">DataSerializable</a></code></span></div>
+<div class="block">Reads the state of this object as primitive data from the given
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-">fromData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+<dd><code>java.lang.ClassNotFoundException</code> - A class could not be loaded while reading from
+         <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="toData-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toData</h4>
+<pre>public&nbsp;void&nbsp;toData(java.io.DataOutput&nbsp;out)
+            throws java.io.IOException</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">DataSerializable</a></code></span></div>
+<div class="block">Writes the state of this object as primitive data to the given
+ <code>DataOutput</code>.
+ <p>
+ Since 5.7 it is possible for any method call to the specified
+ <code>DataOutput</code> to throw <a href="../../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><code>GemFireRethrowable</code></a>.
+ It should <em>not</em> be caught by user code.
+ If it is it <em>must</em> be rethrown.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/DataSerializable.html#toData-java.io.DataOutput-">toData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></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="../../../../com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/ExpirationAttributes.html" target="_top">Frames</a></li>
+<li><a href="ExpirationAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FailedSynchronizationException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FailedSynchronizationException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FailedSynchronizationException.html
new file mode 100644
index 0000000..028039e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FailedSynchronizationException.html
@@ -0,0 +1,336 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>FailedSynchronizationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="FailedSynchronizationException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FailedSynchronizationException.html" target="_top">Frames</a></li>
+<li><a href="FailedSynchronizationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class FailedSynchronizationException" class="title">Class FailedSynchronizationException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.FailedSynchronizationException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">FailedSynchronizationException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></pre>
+<div class="block">Thrown when a cache transaction fails to register with the
+ <code>UserTransaction</code> (aka JTA transaction), most likely the
+ cause of the <code>UserTransaction</code>'s
+ <code>javax.transaction.Status#STATUS_MARKED_ROLLBACK</code>
+ status.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>UserTransaction.setRollbackOnly()</code>, 
+<code>Transaction.registerSynchronization(javax.transaction.Synchronization)</code>, 
+<code>Status</code>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.FailedSynchronizationException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html#FailedSynchronizationException-java.lang.String-">FailedSynchronizationException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of
+ <code>FailedSynchronizationException</code> with the
+ specified detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html#FailedSynchronizationException-java.lang.String-java.lang.Throwable-">FailedSynchronizationException</a></span>(java.lang.String&nbsp;msg,
+                              java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of
+ <code>FailedSynchronizationException</code> with the
+ specified detail message and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="FailedSynchronizationException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>FailedSynchronizationException</h4>
+<pre>public&nbsp;FailedSynchronizationException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of
+ <code>FailedSynchronizationException</code> with the
+ specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="FailedSynchronizationException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>FailedSynchronizationException</h4>
+<pre>public&nbsp;FailedSynchronizationException(java.lang.String&nbsp;msg,
+                                      java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of
+ <code>FailedSynchronizationException</code> with the
+ specified detail message and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/FailedSynchronizationException.html" target="_top">Frames</a></li>
+<li><a href="FailedSynchronizationException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[38/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html
new file mode 100644
index 0000000..2402069
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html
@@ -0,0 +1,313 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>UncreatedSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="UncreatedSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/ToDataException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/UnmodifiableException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/UncreatedSystemException.html" target="_top">Frames</a></li>
+<li><a href="UncreatedSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class UncreatedSystemException" class="title">Class UncreatedSystemException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.NoSystemException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.UncreatedSystemException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UncreatedSystemException</span>
+extends <a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire">NoSystemException</a></pre>
+<div class="block">An <code>UncreatedSystemException</code> is thrown when the specified
+ locator's directory or configuration file can not be found.
+ <p>
+ The most likely reasons for this are:
+ <ul>
+ <li> The wrong locator directory was given.
+ <li> The locator was deleted or never created.
+ </ul>
+ <p>As of GemFire 5.0 this exception should be named UncreatedLocatorException.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.UncreatedSystemException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/UncreatedSystemException.html#UncreatedSystemException-java.lang.String-">UncreatedSystemException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>UncreatedSystemException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/UncreatedSystemException.html#UncreatedSystemException-java.lang.String-java.lang.Throwable-">UncreatedSystemException</a></span>(java.lang.String&nbsp;message,
+                        java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>UncreatedSystemException</code> with the given message
+ and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UncreatedSystemException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>UncreatedSystemException</h4>
+<pre>public&nbsp;UncreatedSystemException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>UncreatedSystemException</code>.</div>
+</li>
+</ul>
+<a name="UncreatedSystemException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UncreatedSystemException</h4>
+<pre>public&nbsp;UncreatedSystemException(java.lang.String&nbsp;message,
+                                java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>UncreatedSystemException</code> with the given message
+ and cause.</div>
+</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="../../../com/gemstone/gemfire/ToDataException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/UnmodifiableException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/UncreatedSystemException.html" target="_top">Frames</a></li>
+<li><a href="UncreatedSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html
new file mode 100644
index 0000000..48a047e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnmodifiableException.html
@@ -0,0 +1,284 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>UnmodifiableException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="UnmodifiableException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/UncreatedSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/UnstartedSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/UnmodifiableException.html" target="_top">Frames</a></li>
+<li><a href="UnmodifiableException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class UnmodifiableException" class="title">Class UnmodifiableException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.UnmodifiableException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UnmodifiableException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>UnmodifiableException</code> is thrown when a
+ an attempt is made to modify a GemFire member configuration attribute
+ that can not currently be modified. In most cases the reason it can
+ not be modified is that the member is active.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.UnmodifiableException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/UnmodifiableException.html#UnmodifiableException-java.lang.String-">UnmodifiableException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>UnmodifiableException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UnmodifiableException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UnmodifiableException</h4>
+<pre>public&nbsp;UnmodifiableException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>UnmodifiableException</code>.</div>
+</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="../../../com/gemstone/gemfire/UncreatedSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/UnstartedSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/UnmodifiableException.html" target="_top">Frames</a></li>
+<li><a href="UnmodifiableException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html
new file mode 100644
index 0000000..f19499b
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UnstartedSystemException.html
@@ -0,0 +1,314 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>UnstartedSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="UnstartedSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/UnmodifiableException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/UnstartedSystemException.html" target="_top">Frames</a></li>
+<li><a href="UnstartedSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class UnstartedSystemException" class="title">Class UnstartedSystemException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.NoSystemException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.UnstartedSystemException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">UnstartedSystemException</span>
+extends <a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire">NoSystemException</a></pre>
+<div class="block">An <code>UnstartedSystemException</code> is thrown when the specified
+ locator exists but is not running or could not be connected to.
+ <p>
+ The most likely reasons for this are:
+ <ul>
+ <li> The locator has not completely started.
+ <li> The locator is stopping.
+ <li> The locator died or was killed.
+ </ul>
+ <p>As of GemFire 5.0 this exception should be named UnstartedLocatorException.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.UnstartedSystemException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/UnstartedSystemException.html#UnstartedSystemException-java.lang.String-">UnstartedSystemException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>UnstartedSystemException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/UnstartedSystemException.html#UnstartedSystemException-java.lang.String-java.lang.Throwable-">UnstartedSystemException</a></span>(java.lang.String&nbsp;message,
+                        java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>UnstartedSystemException</code> with the given message
+ and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="UnstartedSystemException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>UnstartedSystemException</h4>
+<pre>public&nbsp;UnstartedSystemException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>UnstartedSystemException</code>.</div>
+</li>
+</ul>
+<a name="UnstartedSystemException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UnstartedSystemException</h4>
+<pre>public&nbsp;UnstartedSystemException(java.lang.String&nbsp;message,
+                                java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>UnstartedSystemException</code> with the given message
+ and cause.</div>
+</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="../../../com/gemstone/gemfire/UnmodifiableException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/UnstartedSystemException.html" target="_top">Frames</a></li>
+<li><a href="UnstartedSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html
new file mode 100644
index 0000000..afd3470
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.Entry.html
@@ -0,0 +1,370 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AdminConfig.Entry (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AdminConfig.Entry (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminConfig.Entry.html" target="_top">Frames</a></li>
+<li><a href="AdminConfig.Entry.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin</div>
+<h2 title="Class AdminConfig.Entry" class="title">Class AdminConfig.Entry</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.AdminConfig.Entry</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin">AdminConfig</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static class <span class="typeNameLabel">AdminConfig.Entry</span>
+extends java.lang.Object</pre>
+</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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#host">host</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#name">name</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#port">port</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#type">type</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#Entry-java.lang.String-">Entry</a></span>(java.lang.String&nbsp;line)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#Entry-java.lang.String-java.lang.String-java.lang.String-int-">Entry</a></span>(java.lang.String&nbsp;name,
+     java.lang.String&nbsp;type,
+     java.lang.String&nbsp;host,
+     int&nbsp;port)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="name">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>name</h4>
+<pre>public&nbsp;java.lang.String name</pre>
+</li>
+</ul>
+<a name="type">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>type</h4>
+<pre>public&nbsp;java.lang.String type</pre>
+</li>
+</ul>
+<a name="host">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>host</h4>
+<pre>public&nbsp;java.lang.String host</pre>
+</li>
+</ul>
+<a name="port">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>port</h4>
+<pre>public&nbsp;int port</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Entry-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Entry</h4>
+<pre>public&nbsp;Entry(java.lang.String&nbsp;line)</pre>
+</li>
+</ul>
+<a name="Entry-java.lang.String-java.lang.String-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Entry</h4>
+<pre>public&nbsp;Entry(java.lang.String&nbsp;name,
+             java.lang.String&nbsp;type,
+             java.lang.String&nbsp;host,
+             int&nbsp;port)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></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="../../../../com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminConfig.Entry.html" target="_top">Frames</a></li>
+<li><a href="AdminConfig.Entry.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html
new file mode 100644
index 0000000..a69a69b
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminConfig.html
@@ -0,0 +1,338 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AdminConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AdminConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":41,"i1":41};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete 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>Prev&nbsp;Class</li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminConfig.html" target="_top">Frames</a></li>
+<li><a href="AdminConfig.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin</div>
+<h2 title="Class AdminConfig" class="title">Class AdminConfig</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.AdminConfig</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AdminConfig</span>
+extends java.lang.Object</pre>
+<div class="block">AdminConfig loads/stores the member information list. The list contains
+ all of the members being monitored.
+
+ Config must be of the format:
+ <p>
+ <li> Name=What you want displayed as a name for the instance
+ <li> Type=SERVER|CLIENT
+ <li> Host=A valid hostname or IP Address where the instance is
+ running
+ <li> Port=The port you are using to open the monitor port for
+ the instance</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.html#AdminConfig--">AdminConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>static <a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.html#loadConfig-java.io.File-">loadConfig</a></span>(java.io.File&nbsp;file)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.html#storeConfig-java.io.File-com.gemstone.gemfire.admin.AdminConfig.Entry:A-">storeConfig</a></span>(java.io.File&nbsp;file,
+           <a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a>[]&nbsp;entries)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AdminConfig--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AdminConfig</h4>
+<pre>public&nbsp;AdminConfig()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="loadConfig-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>loadConfig</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a>[]&nbsp;loadConfig(java.io.File&nbsp;file)
+                                      throws java.io.IOException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="storeConfig-java.io.File-com.gemstone.gemfire.admin.AdminConfig.Entry:A-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>storeConfig</h4>
+<pre>public static&nbsp;void&nbsp;storeConfig(java.io.File&nbsp;file,
+                               <a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin">AdminConfig.Entry</a>[]&nbsp;entries)
+                        throws java.io.IOException</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></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>Prev&nbsp;Class</li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminConfig.html" target="_top">Frames</a></li>
+<li><a href="AdminConfig.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>


[31/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealthConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealthConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealthConfig.html
new file mode 100644
index 0000000..e793665
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireHealthConfig.html
@@ -0,0 +1,360 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>GemFireHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireHealthConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":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="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireHealthConfig.html" target="_top">Frames</a></li>
+<li><a href="GemFireHealthConfig.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface GemFireHealthConfig" class="title">Interface GemFireHealthConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">CacheHealthConfig</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">MemberHealthConfig</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">GemFireHealthConfig</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">MemberHealthConfig</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">CacheHealthConfig</a></pre>
+<div class="block">Provides configuration information relating to all of the
+ components of a GemFire distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>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 int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html#DEFAULT_HEALTH_EVALUATION_INTERVAL">DEFAULT_HEALTH_EVALUATION_INTERVAL</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default number of seconds between assessments of the health
+ of the GemFire components.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.com.gemstone.gemfire.admin.MemberHealthConfig">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">MemberHealthConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_MESSAGE_QUEUE_SIZE">DEFAULT_MAX_MESSAGE_QUEUE_SIZE</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_REPLY_TIMEOUTS">DEFAULT_MAX_REPLY_TIMEOUTS</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_RETRANSMISSION_RATIO">DEFAULT_MAX_RETRANSMISSION_RATIO</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#DEFAULT_MAX_VM_PROCESS_SIZE">DEFAULT_MAX_VM_PROCESS_SIZE</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.com.gemstone.gemfire.admin.CacheHealthConfig">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">CacheHealthConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#DEFAULT_MAX_EVENT_QUEUE_SIZE">DEFAULT_MAX_EVENT_QUEUE_SIZE</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#DEFAULT_MAX_LOAD_TIME">DEFAULT_MAX_LOAD_TIME</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#DEFAULT_MAX_NET_SEARCH_TIME">DEFAULT_MAX_NET_SEARCH_TIME</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#DEFAULT_MIN_HIT_RATIO">DEFAULT_MIN_HIT_RATIO</a></code></li>
+</ul>
+</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>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html#getHealthEvaluationInterval--">getHealthEvaluationInterval</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the number of seconds between assessments of the health of
+ the GemFire components.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html#getHostName--">getHostName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the host to which this configuration
+ applies.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html#setHealthEvaluationInterval-int-">setHealthEvaluationInterval</a></span>(int&nbsp;interval)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the number of seconds between assessments of the health of
+ the GemFire components.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.MemberHealthConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin">MemberHealthConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxMessageQueueSize--">getMaxMessageQueueSize</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxReplyTimeouts--">getMaxReplyTimeouts</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxRetransmissionRatio--">getMaxRetransmissionRatio</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#getMaxVMProcessSize--">getMaxVMProcessSize</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxMessageQueueSize-long-">setMaxMessageQueueSize</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxReplyTimeouts-long-">setMaxReplyTimeouts</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxRetransmissionRatio-double-">setMaxRetransmissionRatio</a>, <a href="../../../../com/gemstone/gemfire/admin/MemberHealthConfig.html#setMaxVMProcessSize-long-">se
 tMaxVMProcessSize</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.CacheHealthConfig">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin">CacheHealthConfig</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMaxEventQueueSize--">getMaxEventQueueSize</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMaxLoadTime--">getMaxLoadTime</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMaxNetSearchTime--">getMaxNetSearchTime</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#getMinHitRatio--">getMinHitRatio</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#setMaxEventQueueSize-long-">setMaxEventQueueSize</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#setMaxLoadTime-long-">setMaxLoadTime</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#setMaxNetSearchTime-long-">setMaxNetSearchTime</a>, <a href="../../../../com/gemstone/gemfire/admin/CacheHealthConfig.html#setMinHitRatio-double-">setMinHitRatio</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="DEFAULT_HEALTH_EVALUATION_INTERVAL">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_HEALTH_EVALUATION_INTERVAL</h4>
+<pre>static final&nbsp;int DEFAULT_HEALTH_EVALUATION_INTERVAL</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default number of seconds between assessments of the health
+ of the GemFire components.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.GemFireHealthConfig.DEFAULT_HEALTH_EVALUATION_INTERVAL">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="getHostName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHostName</h4>
+<pre>java.lang.String&nbsp;getHostName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the host to which this configuration
+ applies.  If this is the "default" configuration, then
+ <code>null</code> is returned.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/GemFireHealth.html#getGemFireHealthConfig-java.lang.String-"><code>GemFireHealth.getGemFireHealthConfig(java.lang.String)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setHealthEvaluationInterval-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHealthEvaluationInterval</h4>
+<pre>void&nbsp;setHealthEvaluationInterval(int&nbsp;interval)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the number of seconds between assessments of the health of
+ the GemFire components.</div>
+</li>
+</ul>
+<a name="getHealthEvaluationInterval--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getHealthEvaluationInterval</h4>
+<pre>int&nbsp;getHealthEvaluationInterval()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the number of seconds between assessments of the health of
+ the GemFire components.</div>
+</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="../../../../com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireHealthConfig.html" target="_top">Frames</a></li>
+<li><a href="GemFireHealthConfig.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>


[26/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCache.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCache.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCache.html
new file mode 100644
index 0000000..044945f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCache.html
@@ -0,0 +1,677 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberCache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberCache (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":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="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCache.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCache.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberCache" class="title">Interface SystemMemberCache</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMemberCache</span></pre>
+<div class="block">Administrative interface that represent's the <a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMember</code></a>'s view
+ of its <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><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><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheServer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#addCacheServer--">addCacheServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Adds a new, unstarted cache server that will serve the contents
+ of this cache to clients.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">createRegion</a></span>(java.lang.String&nbsp;name,
+            <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&nbsp;attrs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a root <code>Region</code> in this cache.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#createVMRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">createVMRegion</a></span>(java.lang.String&nbsp;name,
+              <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&nbsp;attrs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheServer</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getCacheServers--">getCacheServers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the cache servers that run in this member's VM.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getId--">getId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Value that uniquely identifies an instance of a cache for a given member.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getLockLease--">getLockLease</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getLockTimeout--">getLockTimeout</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the number of seconds a cache operation will wait to obtain
+ a distributed lock lease.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the cache.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getRegion-java.lang.String-">getRegion</a></span>(java.lang.String&nbsp;path)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return the existing region (or subregion) with the specified
+ path that already exists in the cache.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getRootRegionNames--">getRootRegionNames</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the names of all the root regions currently in this cache.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getSearchTimeout--">getSearchTimeout</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the number of seconds a cache
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>get</code></a> operation
+ can spend searching for a value before it times out.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin">Statistic</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getStatistics--">getStatistics</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns statistics related to this cache's performance.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#getUpTime--">getUpTime</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns number of seconds since this member's cache has been created.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#isClosed--">isClosed</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicates if this cache has been closed.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#isServer--">isServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this cache acts as a server.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#refresh--">refresh</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the state of this cache instance.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#setLockLease-int-">setLockLease</a></span>(int&nbsp;seconds)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#setLockTimeout-int-">setLockTimeout</a></span>(int&nbsp;seconds)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the number of seconds a cache operation may wait to obtain a
+ distributed lock lease before timing out.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#setSearchTimeout-int-">setSearchTimeout</a></span>(int&nbsp;seconds)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the number of seconds a cache get operation can spend searching
+ for a value.</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>java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the cache.</div>
+</li>
+</ul>
+<a name="getId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getId</h4>
+<pre>int&nbsp;getId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Value that uniquely identifies an instance of a cache for a given member.</div>
+</li>
+</ul>
+<a name="isClosed--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isClosed</h4>
+<pre>boolean&nbsp;isClosed()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicates if this cache has been closed.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true, if this cache is closed; false, otherwise</dd>
+</dl>
+</li>
+</ul>
+<a name="getLockTimeout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLockTimeout</h4>
+<pre>int&nbsp;getLockTimeout()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the number of seconds a cache operation will wait to obtain
+ a distributed lock lease.</div>
+</li>
+</ul>
+<a name="setLockTimeout-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLockTimeout</h4>
+<pre>void&nbsp;setLockTimeout(int&nbsp;seconds)
+             throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the number of seconds a cache operation may wait to obtain a
+ distributed lock lease before timing out.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while setting the lock
+         timeout</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setLockTimeout-int-"><code>Cache.setLockTimeout(int)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getLockLease--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLockLease</h4>
+<pre>int&nbsp;getLockLease()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+</li>
+</ul>
+<a name="setLockLease-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLockLease</h4>
+<pre>void&nbsp;setLockLease(int&nbsp;seconds)
+           throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the length, in seconds, of distributed lock leases obtained
+ by this cache.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while setting the lock
+         lease</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setLockLease-int-"><code>Cache.setLockLease(int)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getSearchTimeout--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSearchTimeout</h4>
+<pre>int&nbsp;getSearchTimeout()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Gets the number of seconds a cache
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>get</code></a> operation
+ can spend searching for a value before it times out.
+ The search includes any time spent loading the object.
+ When the search times out it causes the get to fail by throwing
+ an exception.</div>
+</li>
+</ul>
+<a name="setSearchTimeout-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSearchTimeout</h4>
+<pre>void&nbsp;setSearchTimeout(int&nbsp;seconds)
+               throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the number of seconds a cache get operation can spend searching
+ for a value.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If a problem is encountered while setting the search
+         timeout</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#setSearchTimeout-int-"><code>Cache.setSearchTimeout(int)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getUpTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUpTime</h4>
+<pre>int&nbsp;getUpTime()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns number of seconds since this member's cache has been created.
+ Returns <code>-1</code> if this member does not have a cache or its cache
+ has been closed.</div>
+</li>
+</ul>
+<a name="getRootRegionNames--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRootRegionNames</h4>
+<pre>java.util.Set&nbsp;getRootRegionNames()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the names of all the root regions currently in this cache.</div>
+</li>
+</ul>
+<a name="getStatistics--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStatistics</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/Statistic.html" title="interface in com.gemstone.gemfire.admin">Statistic</a>[]&nbsp;getStatistics()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns statistics related to this cache's performance.</div>
+</li>
+</ul>
+<a name="getRegion-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a>&nbsp;getRegion(java.lang.String&nbsp;path)
+                      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return the existing region (or subregion) with the specified
+ path that already exists in the cache.
+ Whether or not the path starts with a forward slash it is interpreted as a
+ full path starting at a root.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>path</code> - the path to the region</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the Region or null if not found</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - if path is null, the empty string, or "/"</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="createVMRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createVMRegion</h4>
+<pre>@Deprecated
+<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a>&nbsp;createVMRegion(java.lang.String&nbsp;name,
+                                              <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&nbsp;attrs)
+                                       throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes)</code></a> instead</span></div>
+<div class="block">Creates a VM root <code>Region</code> in this cache.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The name of the region to create</dd>
+<dd><code>attrs</code> - The attributes of the root region</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If the region cannot be created</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createRegion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegion</a>&nbsp;createRegion(java.lang.String&nbsp;name,
+                                <a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache">RegionAttributes</a>&nbsp;attrs)
+                         throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a root <code>Region</code> in this cache.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The name of the region to create</dd>
+<dd><code>attrs</code> - The attributes of the root region</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If the region cannot be created</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="refresh--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>refresh</h4>
+<pre>void&nbsp;refresh()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the state of this cache instance. Note that once a cache
+ instance is closed refresh will never change the state of that instance.</div>
+</li>
+</ul>
+<a name="addCacheServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addCacheServer</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheServer</a>&nbsp;addCacheServer()
+                                throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Adds a new, unstarted cache server that will serve the contents
+ of this cache to clients.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#addCacheServer--"><code>Cache.addCacheServer()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getCacheServers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCacheServers</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheServer</a>[]&nbsp;getCacheServers()
+                                   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the cache servers that run in this member's VM.  Note
+ that this list will not be updated until <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#refresh--"><code>refresh()</code></a> is
+ called.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#getCacheServers--"><code>Cache.getCacheServers()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="isServer--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isServer</h4>
+<pre>boolean&nbsp;isServer()
+          throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this cache acts as a server.  This method
+ will always return <code>true</code> for the
+ <code>SystemMemberCache</code> obtained from a <a href="../../../../com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin"><code>CacheServer</code></a>.  Note that this value will not be updated until
+ <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#refresh--"><code>refresh()</code></a> is invoked.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</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="../../../../com/gemstone/gemfire/admin/SystemMemberBridgeServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCache.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCache.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheEvent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheEvent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheEvent.html
new file mode 100644
index 0000000..eb437ec
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheEvent.html
@@ -0,0 +1,250 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberCacheEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberCacheEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCacheEvent.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberCacheEvent" class="title">Interface SystemMemberCacheEvent</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a></dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMemberCacheEvent</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a></pre>
+<div class="block">An event that describes an operation on a cache.
+ Instances of this are delivered to a <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><code>SystemMemberCacheListener</code></a> when a
+ a cache is created or closed.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.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><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><a href="../../../../com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html#getOperation--">getOperation</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the actual operation that caused this event.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.admin.SystemMembershipEvent">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.admin.<a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMembershipEvent</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html#getDistributedMember--">getDistributedMember</a>, <a href="../../../../com/gemstone/gemfire/admin/SystemMembershipEvent.html#getMemberId--">getMemberId</a></code></li>
+</ul>
+</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="getOperation--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getOperation</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a>&nbsp;getOperation()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the actual operation that caused this event.</div>
+</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="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCacheEvent.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheListener.html
new file mode 100644
index 0000000..d80f285
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheListener.html
@@ -0,0 +1,326 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberCacheListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberCacheListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCacheListener.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCacheListener.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberCacheListener" class="title">Interface SystemMemberCacheListener</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMemberCacheListener</span></pre>
+<div class="block">A listener whose callback methods can be used to track the lifecycle of
+ <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>caches</code></a> and <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>regions</code></a> in the GemFire distributed system.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#addCacheListener-com.gemstone.gemfire.admin.SystemMemberCacheListener-"><code>AdminDistributedSystem.addCacheListener(com.gemstone.gemfire.admin.SystemMemberCacheListener)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#removeCacheListener-com.gemstone.gemfire.admin.SystemMemberCacheListener-"><code>AdminDistributedSystem.removeCacheListener(com.gemstone.gemfire.admin.SystemMemberCacheListener)</code></a></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="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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html#afterCacheClose-com.gemstone.gemfire.admin.SystemMemberCacheEvent-">afterCacheClose</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked after a cache is closed in any node of a distributed system.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html#afterCacheCreate-com.gemstone.gemfire.admin.SystemMemberCacheEvent-">afterCacheCreate</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked after a cache is created in any node of a distributed system.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html#afterRegionCreate-com.gemstone.gemfire.admin.SystemMemberRegionEvent-">afterRegionCreate</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked after a region is created in any node of distributed system.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html#afterRegionLoss-com.gemstone.gemfire.admin.SystemMemberRegionEvent-">afterRegionLoss</a></span>(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</a>&nbsp;event)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a region is destroyed or closed in any node of distributed system.</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="afterRegionCreate-com.gemstone.gemfire.admin.SystemMemberRegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionCreate</h4>
+<pre>void&nbsp;afterRegionCreate(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked after a region is created in any node of distributed system.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - describes the region that was created.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create-com.gemstone.gemfire.distributed.DistributedSystem-"><code>CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>Cache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>Region.createSubregion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;SK, SV&gt;)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionLoss-com.gemstone.gemfire.admin.SystemMemberRegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionLoss</h4>
+<pre>void&nbsp;afterRegionLoss(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegionEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberRegionEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked when a region is destroyed or closed in any node of distributed system.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - describes the region that was lost. The operation on this event
+ can be used to determine the actual operation that caused the loss. Note that
+ <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--"><code>RegionService.close()</code></a> invokes this callback with <code>Operation.CACHE_CLOSE</code>
+ for each region in the closed cache and it invokes <a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html#afterCacheClose-com.gemstone.gemfire.admin.SystemMemberCacheEvent-"><code>afterCacheClose(com.gemstone.gemfire.admin.SystemMemberCacheEvent)</code></a>.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--"><code>RegionService.close()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroyRegion--"><code>Region.localDestroyRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#destroyRegion--"><code>Region.destroyRegion()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterCacheCreate-com.gemstone.gemfire.admin.SystemMemberCacheEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterCacheCreate</h4>
+<pre>void&nbsp;afterCacheCreate(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked after a cache is created in any node of a distributed system.
+ Note that this callback will be done before any regions are created in the
+ cache.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - describes the member that created the cache.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create-com.gemstone.gemfire.distributed.DistributedSystem-"><code>CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterCacheClose-com.gemstone.gemfire.admin.SystemMemberCacheEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>afterCacheClose</h4>
+<pre>void&nbsp;afterCacheClose(<a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin">SystemMemberCacheEvent</a>&nbsp;event)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Invoked after a cache is closed in any node of a distributed system.
+ This callback is done after those done for each region in the cache.
+ This callback is not done if the distributed member that has a cache crashes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - describes the member that closed its cache.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--"><code>RegionService.close()</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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheEvent.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCacheListener.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCacheListener.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>


[14/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoaderException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoaderException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoaderException.html
new file mode 100644
index 0000000..8f47520
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoaderException.html
@@ -0,0 +1,366 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheLoaderException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheLoaderException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheLoaderException.html" target="_top">Frames</a></li>
+<li><a href="CacheLoaderException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheLoaderException" class="title">Class CacheLoaderException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.OperationAbortedException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheLoaderException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CacheLoaderException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">OperationAbortedException</a></pre>
+<div class="block">Thrown from the <a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html#load-com.gemstone.gemfire.cache.LoaderHelper-"><code>CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper&lt;K, V&gt;)</code></a> method indicating that an error
+ occurred when a CacheLoader was attempting to load a value. This
+ exception is propagated back to the caller of <code>Region.get</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html#load-com.gemstone.gemfire.cache.LoaderHelper-"><code>CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper&lt;K, V&gt;)</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheLoaderException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html#CacheLoaderException--">CacheLoaderException</a></span>()</code>
+<div class="block">Creates a new instance of <code>CacheLoaderException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html#CacheLoaderException-java.lang.String-">CacheLoaderException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of <code>CacheLoaderException</code> with the specified detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html#CacheLoaderException-java.lang.String-java.lang.Throwable-">CacheLoaderException</a></span>(java.lang.String&nbsp;msg,
+                    java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheLoaderException</code> with the specified detail message
+ and cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html#CacheLoaderException-java.lang.Throwable-">CacheLoaderException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheLoaderException</code> with the specified cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheLoaderException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheLoaderException</h4>
+<pre>public&nbsp;CacheLoaderException()</pre>
+<div class="block">Creates a new instance of <code>CacheLoaderException</code>.</div>
+</li>
+</ul>
+<a name="CacheLoaderException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheLoaderException</h4>
+<pre>public&nbsp;CacheLoaderException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of <code>CacheLoaderException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheLoaderException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheLoaderException</h4>
+<pre>public&nbsp;CacheLoaderException(java.lang.String&nbsp;msg,
+                            java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheLoaderException</code> with the specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheLoaderException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheLoaderException</h4>
+<pre>public&nbsp;CacheLoaderException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheLoaderException</code> with the specified cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheLoaderException.html" target="_top">Frames</a></li>
+<li><a href="CacheLoaderException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheRuntimeException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheRuntimeException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheRuntimeException.html
new file mode 100644
index 0000000..f23096e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheRuntimeException.html
@@ -0,0 +1,390 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheRuntimeException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheRuntimeException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheRuntimeException.html" target="_top">Frames</a></li>
+<li><a href="CacheRuntimeException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheRuntimeException" class="title">Class CacheRuntimeException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheRuntimeException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache">CacheXmlException</a>, <a href="../../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a>, <a href="../../../../com/gemstone/gemfire/cache/query/CqClosedException.html" title="class in com.gemstone.gemfire.cache.query">CqClosedException</a>, <a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache">DiskAccessException</a>, <a href="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache">EntryDestroyedException</a>, <a href="../../../../com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache">FailedSynchronizationException</a>, <a href="../../../../com/gemstone/gemfire/cache/query/IndexMaintenanceException.html" title="class in com.gemstone.gemfir
 e.cache.query">IndexMaintenanceException</a>, <a href="../../../../com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache">OperationAbortedException</a>, <a href="../../../../com/gemstone/gemfire/cache/PartitionedRegionDistributionException.html" title="class in com.gemstone.gemfire.cache">PartitionedRegionDistributionException</a>, <a href="../../../../com/gemstone/gemfire/cache/PartitionedRegionStorageException.html" title="class in com.gemstone.gemfire.cache">PartitionedRegionStorageException</a>, <a href="../../../../com/gemstone/gemfire/cache/query/QueryExecutionLowMemoryException.html" title="class in com.gemstone.gemfire.cache.query">QueryExecutionLowMemoryException</a>, <a href="../../../../com/gemstone/gemfire/cache/query/QueryExecutionTimeoutException.html" title="class in com.gemstone.gemfire.cache.query">QueryExecutionTimeoutException</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionDestroyedException.html" title="
 class in com.gemstone.gemfire.cache">RegionDestroyedException</a>, <a href="../../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin">RegionNotFoundException</a>, <a href="../../../../com/gemstone/gemfire/cache/ResourceException.html" title="class in com.gemstone.gemfire.cache">ResourceException</a>, <a href="../../../../com/gemstone/gemfire/cache/RoleException.html" title="class in com.gemstone.gemfire.cache">RoleException</a>, <a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a>, <a href="../../../../com/gemstone/gemfire/cache/SynchronizationCommitConflictException.html" title="class in com.gemstone.gemfire.cache">SynchronizationCommitConflictException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">CacheRuntimeException</span>
+extends <a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A generic runtime exception that indicates
+ a cache error has occurred. All the other runtime cache exceptions are the
+ subclass of this class. This class is abstract so only subclasses can be
+ instantiated</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheRuntimeException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#CacheRuntimeException--">CacheRuntimeException</a></span>()</code>
+<div class="block">Creates a new instance of <code>CacheRuntimeException</code> without detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#CacheRuntimeException-java.lang.String-">CacheRuntimeException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of <code>CacheRuntimeException</code> with the specified detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#CacheRuntimeException-java.lang.String-java.lang.Throwable-">CacheRuntimeException</a></span>(java.lang.String&nbsp;msg,
+                     java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheRuntimeException</code> with the specified detail message
+ and cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#CacheRuntimeException-java.lang.Throwable-">CacheRuntimeException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheRuntimeException</code> with the specified cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheRuntimeException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheRuntimeException</h4>
+<pre>public&nbsp;CacheRuntimeException()</pre>
+<div class="block">Creates a new instance of <code>CacheRuntimeException</code> without detail message.</div>
+</li>
+</ul>
+<a name="CacheRuntimeException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheRuntimeException</h4>
+<pre>public&nbsp;CacheRuntimeException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of <code>CacheRuntimeException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheRuntimeException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheRuntimeException</h4>
+<pre>public&nbsp;CacheRuntimeException(java.lang.String&nbsp;msg,
+                             java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheRuntimeException</code> with the specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheRuntimeException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheRuntimeException</h4>
+<pre>public&nbsp;CacheRuntimeException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheRuntimeException</code> with the specified cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the causal Throwable</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="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></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="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheRuntimeException.html" target="_top">Frames</a></li>
+<li><a href="CacheRuntimeException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheStatistics.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheStatistics.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheStatistics.html
new file mode 100644
index 0000000..8c61e6f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheStatistics.html
@@ -0,0 +1,411 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheStatistics (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheStatistics (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":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="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheStatistics.html" target="_top">Frames</a></li>
+<li><a href="CacheStatistics.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheStatistics" class="title">Interface CacheStatistics</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheStatistics</span></pre>
+<div class="block">Defines common statistics information
+ for both region and entries. All of these methods may throw a
+ CacheClosedException, RegionDestroyedException or an EntryDestroyedException.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#getStatistics--"><code>Region.getStatistics()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html#getStatistics--"><code>Region.Entry.getStatistics()</code></a></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>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getHitCount--">getHitCount</a></span>()</code>
+<div class="block">Returns the number of hits for this region or entry.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getHitRatio--">getHitRatio</a></span>()</code>
+<div class="block">Return the hit ratio, a convenience method defined as the ratio of hits
+  to the number of calls to <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get</code></a>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastAccessedTime--">getLastAccessedTime</a></span>()</code>
+<div class="block">For an entry, returns the last time it was accessed via <code>Region.get</code>;
+ for a region, the last time any of its entries or the entries of its
+ subregions were accessed with <code>Region.get</code>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastModifiedTime--">getLastModifiedTime</a></span>()</code>
+<div class="block">For an entry, returns the time that the entry's value was last modified;
+ for a region, the last time any of the region's entries' values or the
+ values in subregions' entries were modified.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getMissCount--">getMissCount</a></span>()</code>
+<div class="block">Returns the number of times that <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get</code></a> on
+ the region or the entry was called and there was no value found
+ locally.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#resetCounts--">resetCounts</a></span>()</code>
+<div class="block">Reset the missCount and hitCount to zero for this entry.</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="getLastModifiedTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLastModifiedTime</h4>
+<pre>long&nbsp;getLastModifiedTime()</pre>
+<div class="block">For an entry, returns the time that the entry's value was last modified;
+ for a region, the last time any of the region's entries' values or the
+ values in subregions' entries were modified. The
+ modification may have been initiated locally or it may have been an update
+ distributed from another cache. It may also have been a new value provided
+ by a loader. The modification time on a region is propagated upward to parent
+ regions, transitively, to the root region.
+ <p>
+ The number is expressed as the number of milliseconds since January 1, 1970.
+ The granularity may be as course as 100ms, so the accuracy may be off by
+ up to 50ms.
+ <p>
+ Entry and subregion creation will update the modification time on a
+ region, but <code>destroy</code>, <code>destroyRegion</code>,
+ <code>invalidate</code>, and <code>invalidateRegion</code>
+ do not update the modification time.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the last modification time of the region or the entry;
+ returns 0 if entry is invalid or modification time is uninitialized.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>Region.createSubregion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;SK, SV&gt;)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getLastAccessedTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLastAccessedTime</h4>
+<pre>long&nbsp;getLastAccessedTime()
+                  throws <a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></pre>
+<div class="block">For an entry, returns the last time it was accessed via <code>Region.get</code>;
+ for a region, the last time any of its entries or the entries of its
+ subregions were accessed with <code>Region.get</code>.
+ Any modifications will also update the lastAccessedTime, so
+ <code>lastAccessedTime</code> is always <code>>= lastModifiedTime</code>.
+ The <code>lastAccessedTime</code> on a region is propagated upward to
+ parent regions, transitively, to the the root region.
+ <p>
+ The number is expressed as the number of milliseconds
+ since January 1, 1970.
+ The granularity may be as course as 100ms, so the accuracy may be off by
+ up to 50ms.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the last access time of the region or the entry's value;
+ returns 0 if entry is invalid or access time is uninitialized.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></code> - if statistics are not available</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/CacheStatistics.html#getLastModifiedTime--"><code>getLastModifiedTime()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getMissCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMissCount</h4>
+<pre>long&nbsp;getMissCount()
+           throws <a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></pre>
+<div class="block">Returns the number of times that <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get</code></a> on
+ the region or the entry was called and there was no value found
+ locally.  Unlike <code>lastAccessedTime</code>, the miss count is
+ not propagated to parent regions.  Note that remote operations
+ such as a "net search" do not effect the miss count.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the number of cache misses on the region or the
+ entry.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></code> - if statistics are not available</dd>
+</dl>
+</li>
+</ul>
+<a name="getHitCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHitCount</h4>
+<pre>long&nbsp;getHitCount()
+          throws <a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></pre>
+<div class="block">Returns the number of hits for this region or entry.  The number
+ of hits is defined as the number of times when the 
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get</code></a> finds a value locally.  Unlike
+ <code>lastAccessedTime</code>, the hit count is not propagated to
+ parent regions.  Note that remote operations such as a "net
+ search" do not effect the hit count.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the number of hits for this region or entry.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></code> - if statistics are not available</dd>
+</dl>
+</li>
+</ul>
+<a name="getHitRatio--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHitRatio</h4>
+<pre>float&nbsp;getHitRatio()
+           throws <a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></pre>
+<div class="block">Return the hit ratio, a convenience method defined as the ratio of hits
+  to the number of calls to <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get</code></a>. If there have been zero
+  calls to <code>Region.get</code>, then zero is returned.
+  <p>
+  The hit ratio is equivalent to:
+  <pre>
+  long hitCount = getHitCount();
+  long total = hitCount + getMissCount();
+  return total == 0L ? 0.0f : ((float)hitCount / total);
+  </pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the hit ratio as a float</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></code> - if statistics are not available</dd>
+</dl>
+</li>
+</ul>
+<a name="resetCounts--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>resetCounts</h4>
+<pre>void&nbsp;resetCounts()
+          throws <a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></pre>
+<div class="block">Reset the missCount and hitCount to zero for this entry.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/StatisticsDisabledException.html" title="class in com.gemstone.gemfire.cache">StatisticsDisabledException</a></code> - if statistics are not available</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="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheStatistics.html" target="_top">Frames</a></li>
+<li><a href="CacheStatistics.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>


[33/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.html
new file mode 100644
index 0000000..696bd4e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.html
@@ -0,0 +1,2889 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>DistributedSystemConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DistributedSystemConfig (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":38,"i30":38,"i31":38,"i32":38,"i33":38,"i34":38,"i35":38,"i36":38,"i37":38,"i38":38,"i39":38,"i40":38,"i41":38,"i42":38,"i43":38,"i44":38,"i45":38,"i46":38,"i47":38,"i48":38,"i49":38,"i50":38,"i51":38,"i52":38,"i53":38,"i54":38,"i55":38,"i56":38,"i57":38,"i58":38,"i59":38,"i60":38,"i61":38,"i62":38,"i63":38,"i64":38,"i65":38,"i66":38,"i67":38,"i68":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="../../../../com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/DistributedSystemConfig.html" target="_top">Frames</a></li>
+<li><a href="DistributedSystemConfig.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Interface DistributedSystemConfig" class="title">Interface DistributedSystemConfig</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd>java.lang.Cloneable</dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx">AgentConfig</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">DistributedSystemConfig</span>
+extends java.lang.Cloneable</pre>
+<div class="block">Configuration for defining a GemFire distributed system to
+ administrate.  This configuration includes information about the
+ discovery mechanism used to find members of the distributed system
+ and information about <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">managed entities</a>
+ such as <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">distribution locators</a>
+ and <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin">GemFire cache vms</a>
+ that can be <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#start--">started</a>.  
+
+ <P>
+
+ Detailed descriptions of many of these configuration attributes can
+ be found in the <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a> class.  Note that the default values of these
+ configuration attributes can be specified using Java system
+ properties.
+
+ <P>
+
+ A <code>DistributedSystemConfig</code> can be modified using a
+ number of mutator methods until the
+ <code>AdminDistributedSystem</code> that it configures <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#connect--">connects</a> to the distributed system.
+ After that, attempts to modify most attributes in the
+ <code>DistributedSystemConfig</code> will result in an <code>IllegalStateException</code> being thrown.  If you wish to use the same
+ <code>DistributedSystemConfig</code> to configure multiple
+ <code>AdminDistributedSystem</code>s, a copy of the
+ <code>DistributedSystemConfig</code> object can be made by invoking
+ the <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#clone--"><code>clone()</code></a> method.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested.class.summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Interface and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static interface&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig.ConfigListener</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">A listener whose callback methods are invoked when this config
+ changes.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#BIND_ADDRESS_NAME">BIND_ADDRESS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "bindAddress" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ACK_SEVERE_ALERT_THRESHOLD">DEFAULT_ACK_SEVERE_ALERT_THRESHOLD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ackSevereAlertThreshold.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ACK_WAIT_THRESHOLD">DEFAULT_ACK_WAIT_THRESHOLD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default AckWaitThreshold.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_BIND_ADDRESS">DEFAULT_BIND_ADDRESS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "bindAddress" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_DISABLE_AUTO_RECONNECT">DEFAULT_DISABLE_AUTO_RECONNECT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default disable-auto-reconnect setting (<code>false</code>)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_DISABLE_TCP">DEFAULT_DISABLE_TCP</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default disable-tcp value (<code>false</code>)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION">DEFAULT_ENABLE_NETWORK_PARTITION_DETECTION</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default enable-network-partition-detection setting (<code>false</code>)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_ENTITY_CONFIG_XML_FILE">DEFAULT_ENTITY_CONFIG_XML_FILE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "entity-config-xml-file" property
+ ("distributed-system.xml").</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOCATORS">DEFAULT_LOCATORS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "locators" property ("")</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_DISK_SPACE_LIMIT">DEFAULT_LOG_DISK_SPACE_LIMIT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default log disk space limit in megabytes (0)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_FILE">DEFAULT_LOG_FILE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default log-file value ("" which directs logging to standard
+ output)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_FILE_SIZE_LIMIT">DEFAULT_LOG_FILE_SIZE_LIMIT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default log file size limit in megabytes (0)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_LOG_LEVEL">DEFAULT_LOG_LEVEL</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default log level ("config")</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MCAST_ADDRESS">DEFAULT_MCAST_ADDRESS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "mcastAddress" property (239.192.81.1).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MCAST_PORT">DEFAULT_MCAST_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "mcastPort" property (10334)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MEMBER_TIMEOUT">DEFAULT_MEMBER_TIMEOUT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default failure-detection timeout period for member heart-beat responses</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_MEMBERSHIP_PORT_RANGE">DEFAULT_MEMBERSHIP_PORT_RANGE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default membership-port-range.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_NAME">DEFAULT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "name" property ("").</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_REFRESH_INTERVAL">DEFAULT_REFRESH_INTERVAL</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default "refreshInterval" in seconds which will apply to
+ REFRESH_INTERVAL_NAME property.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_REMOTE_COMMAND">DEFAULT_REMOTE_COMMAND</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the remote-command property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_CIPHERS">DEFAULT_SSL_CIPHERS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ssl-ciphers value.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_ENABLED">DEFAULT_SSL_ENABLED</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ssl-enabled state (<code>false</code>)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_PROTOCOLS">DEFAULT_SSL_PROTOCOLS</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ssl-protocols value (<code>any</code>)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SSL_REQUIRE_AUTHENTICATION">DEFAULT_SSL_REQUIRE_AUTHENTICATION</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ssl-require-authentication value (<code>true</code>)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_SYSTEM_ID">DEFAULT_SYSTEM_ID</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "system-id" property ("")</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_TCP_PORT">DEFAULT_TCP_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "tcpPort" property.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#ENTITY_CONFIG_XML_FILE_NAME">ENTITY_CONFIG_XML_FILE_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of an XML file that specifies the configuration for the
+ <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">managed entities</a> administered by the
+ <code>DistributedSystem</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOCATORS_NAME">LOCATORS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "locators" property (comma-delimited host[port] list)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_DISK_SPACE_LIMIT_NAME">LOG_DISK_SPACE_LIMIT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "LogDiskSpaceLimit" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_FILE_NAME">LOG_FILE_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "logFile" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_FILE_SIZE_LIMIT_NAME">LOG_FILE_SIZE_LIMIT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "LogFileSizeLimit" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#LOG_LEVEL_NAME">LOG_LEVEL_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "logLevel" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_ACK_SEVERE_ALERT_THRESHOLD">MAX_ACK_SEVERE_ALERT_THRESHOLD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum ackSevereAlertThreshold.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_ACK_WAIT_THRESHOLD">MAX_ACK_WAIT_THRESHOLD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum AckWaitThreshold.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_LOG_DISK_SPACE_LIMIT">MAX_LOG_DISK_SPACE_LIMIT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum log disk space limit in megabytes (1000000)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_LOG_FILE_SIZE_LIMIT">MAX_LOG_FILE_SIZE_LIMIT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum log file size limit in megabytes (1000000)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MAX_MCAST_PORT">MAX_MCAST_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum mcastPort (65535)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MCAST_ADDRESS_NAME">MCAST_ADDRESS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "mcastAddress" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MCAST_PORT_NAME">MCAST_PORT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "mcastPort" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MEMBERSHIP_PORT_RANGE_NAME">MEMBERSHIP_PORT_RANGE_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "membership-port-range" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_ACK_SEVERE_ALERT_THRESHOLD">MIN_ACK_SEVERE_ALERT_THRESHOLD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum ackSevereAlertThreshold.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_ACK_WAIT_THRESHOLD">MIN_ACK_WAIT_THRESHOLD</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum AckWaitThreshold.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_LOG_DISK_SPACE_LIMIT">MIN_LOG_DISK_SPACE_LIMIT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum log disk space limit in megabytes (0)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_LOG_FILE_SIZE_LIMIT">MIN_LOG_FILE_SIZE_LIMIT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum log file size limit in megabytes (0)</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#MIN_MCAST_PORT">MIN_MCAST_PORT</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum mcastPort (0)</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#NAME_NAME">NAME_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "name" property.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#REFRESH_INTERVAL_NAME">REFRESH_INTERVAL_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "refreshInterval" property which will apply to
+ SystemMember, SystemMemberCache and StatisticResource refresh.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#REMOTE_COMMAND_NAME">REMOTE_COMMAND_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the remote-command property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_CIPHERS_NAME">SSL_CIPHERS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "SSLCiphers" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_ENABLED_NAME">SSL_ENABLED_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "SSLEnabled" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_PROTOCOLS_NAME">SSL_PROTOCOLS_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "SSLProtocols" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SSL_REQUIRE_AUTHENTICATION_NAME">SSL_REQUIRE_AUTHENTICATION_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "SSLRequireAuthentication" property</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#SYSTEM_ID_NAME">SYSTEM_ID_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "system-id" property</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#TCP_PORT_NAME">TCP_PORT_NAME</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">settings for tcp-port</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>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#addListener-com.gemstone.gemfire.admin.DistributedSystemConfig.ConfigListener-">addListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig.ConfigListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Registers listener for notification of changes in this config.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#addSSLProperty-java.lang.String-java.lang.String-">addSSLProperty</a></span>(java.lang.String&nbsp;key,
+              java.lang.String&nbsp;value)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Adds an SSL property</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#clone--">clone</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a copy of this <code>DistributedSystemConfig</code>
+ object whose configuration can be modified.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createCacheServerConfig--">createCacheServerConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createCacheVmConfig--"><code>createCacheVmConfig()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createCacheVmConfig--">createCacheVmConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates the configuration for a <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVm</code></a>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#createDistributionLocatorConfig--">createDistributionLocatorConfig</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>DistributionLocatorConfig</code> for a
+ distribution locator that is managed in this distributed system.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getAckSevereAlertThreshold--">getAckSevereAlertThreshold</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the ack-severe-alert-threshold for the system</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getAckWaitThreshold--">getAckWaitThreshold</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the ack-wait-threshold for the system</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getBindAddress--">getBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the IP address to which the distributed system's server
+ sockets are bound.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getCacheServerConfigs--">getCacheServerConfigs</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getCacheVmConfigs--"><code>getCacheVmConfigs()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getCacheVmConfigs--">getCacheVmConfigs</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns an array of configurations for statically known
+ <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVm</code></a>s.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getDisableAutoReconnect--">getDisableAutoReconnect</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if auto reconnect is disabled</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getDisableTcp--">getDisableTcp</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the disable-tcp property for the system.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getDistributionLocatorConfigs--">getDistributionLocatorConfigs</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns configuration information about <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin"><code>DistributionLocator</code></a>s that are managed by an
+ <code>AdminDistributedSystem</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="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getEnableNetworkPartitionDetection--">getEnableNetworkPartitionDetection</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns true if network partition detection is enabled.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getEntityConfigXMLFile--">getEntityConfigXMLFile</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the XML file that specifies the configuration
+ of the <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">managed entities</a> administered by the
+ <code>DistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLocators--">getLocators</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a comma-delimited list of locators for the system</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogDiskSpaceLimit--">getLogDiskSpaceLimit</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the log disk space limit in megabytes</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogFile--">getLogFile</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the name of the log file to which informational messages
+ are written.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogFileSizeLimit--">getLogFileSizeLimit</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the log file size limit in megabytes</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getLogLevel--">getLogLevel</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the level at which informational messages are logged.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMcastAddress--">getMcastAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the multicast address for the system</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMcastPort--">getMcastPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the multicast port for the system</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMembershipPortRange--">getMembershipPortRange</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the membership-port-range property of the Distributed System.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getMemberTimeout--">getMemberTimeout</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the member-timeout millisecond value used in failure-detection
+ protocols</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getRefreshInterval--">getRefreshInterval</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the refreshInterval in seconds used for auto-polling and updating
+ AdminDistributedSystem constituents including SystemMember, CacheServer,
+ SystemMemberCache and StatisticResource</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getRemoteCommand--">getRemoteCommand</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the remote command setting to use for remote administration</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getServerBindAddress--">getServerBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the IP address to which client/server server sockets are
+ bound</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSSLCiphers--">getSSLCiphers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the value of the "ssl-ciphers" property.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>java.util.Properties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSSLProperties--">getSSLProperties</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the provider-specific properties for SSL.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSSLProtocols--">getSSLProtocols</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the value of the "ssl-protocols" property.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSystemId--">getSystemId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the string identity for the system</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSystemName--">getSystemName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the optional non-unique name for the system</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getTcpPort--">getTcpPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the primary communication port number for the Distributed System.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#isSSLAuthenticationRequired--">isSSLAuthenticationRequired</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the value of the "ssl-require-authentication" property.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#isSSLEnabled--">isSSLEnabled</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the value of the "ssl-enabled" property.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeCacheServerConfig-com.gemstone.gemfire.admin.CacheServerConfig-">removeCacheServerConfig</a></span>(<a href="../../../../com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin">CacheServerConfig</a>&nbsp;managerConfig)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeCacheVmConfig-com.gemstone.gemfire.admin.CacheVmConfig-"><code>removeCacheVmConfig(com.gemstone.gemfire.admin.CacheVmConfig)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeCacheVmConfig-com.gemstone.gemfire.admin.CacheVmConfig-">removeCacheVmConfig</a></span>(<a href="../../../../com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin">CacheVmConfig</a>&nbsp;existing)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Removes the configuration for a <a href="../../../../com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin"><code>CacheVm</code></a></div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeDistributionLocatorConfig-com.gemstone.gemfire.admin.DistributionLocatorConfig-">removeDistributionLocatorConfig</a></span>(<a href="../../../../com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin">DistributionLocatorConfig</a>&nbsp;config)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Removes a <code>DistributionLocatorConfig</code> from the
+ distributed system.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeListener-com.gemstone.gemfire.admin.DistributedSystemConfig.ConfigListener-">removeListener</a></span>(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig.ConfigListener</a>&nbsp;listener)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Removes previously registered listener of this config.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#removeSSLProperty-java.lang.String-">removeSSLProperty</a></span>(java.lang.String&nbsp;key)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Removes an SSL property</div>
+</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setAckSevereAlertThreshold-int-">setAckSevereAlertThreshold</a></span>(int&nbsp;seconds)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ack-severe-alert-threshold for the system</div>
+</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setAckWaitThreshold-int-">setAckWaitThreshold</a></span>(int&nbsp;seconds)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ack-wait-threshold for the system</div>
+</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setBindAddress-java.lang.String-">setBindAddress</a></span>(java.lang.String&nbsp;bindAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the IP address to which the distributed system's server
+ sockets are bound.</div>
+</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setDisableAutoReconnect-boolean-">setDisableAutoReconnect</a></span>(boolean&nbsp;newValue)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Disables auto reconnect after being forced out of the distributed system</div>
+</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setDisableTcp-boolean-">setDisableTcp</a></span>(boolean&nbsp;flag)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the disable-tcp property for the system.</div>
+</td>
+</tr>
+<tr id="i46" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setEnableNetworkPartitionDetection-boolean-">setEnableNetworkPartitionDetection</a></span>(boolean&nbsp;newValue)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Turns on network partition detection</div>
+</td>
+</tr>
+<tr id="i47" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setEntityConfigXMLFile-java.lang.String-">setEntityConfigXMLFile</a></span>(java.lang.String&nbsp;xmlFile)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the XML file that specifies the configuration of
+ managed entities administered by the
+ <code>DistributedSystem</code>.</div>
+</td>
+</tr>
+<tr id="i48" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLocators-java.lang.String-">setLocators</a></span>(java.lang.String&nbsp;locators)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the comma-delimited list of locators for the system</div>
+</td>
+</tr>
+<tr id="i49" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogDiskSpaceLimit-int-">setLogDiskSpaceLimit</a></span>(int&nbsp;limit)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the log disk space limit in megabytes</div>
+</td>
+</tr>
+<tr id="i50" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogFile-java.lang.String-">setLogFile</a></span>(java.lang.String&nbsp;logFile)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the name of the log file to which informational messages
+ are written.</div>
+</td>
+</tr>
+<tr id="i51" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogFileSizeLimit-int-">setLogFileSizeLimit</a></span>(int&nbsp;limit)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the log file size limit in megabytes</div>
+</td>
+</tr>
+<tr id="i52" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setLogLevel-java.lang.String-">setLogLevel</a></span>(java.lang.String&nbsp;logLevel)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the level at which information messages are logged.</div>
+</td>
+</tr>
+<tr id="i53" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMcastAddress-java.lang.String-">setMcastAddress</a></span>(java.lang.String&nbsp;mcastAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the multicast address for the system</div>
+</td>
+</tr>
+<tr id="i54" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMcastPort-int-">setMcastPort</a></span>(int&nbsp;mcastPort)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the multicast port for the system</div>
+</td>
+</tr>
+<tr id="i55" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMembershipPortRange-java.lang.String-">setMembershipPortRange</a></span>(java.lang.String&nbsp;membershipPortRange)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the membership-port-range property of the Distributed System.</div>
+</td>
+</tr>
+<tr id="i56" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setMemberTimeout-int-">setMemberTimeout</a></span>(int&nbsp;value)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the millisecond value of the member-timeout used in failure-detection
+ protocols.</div>
+</td>
+</tr>
+<tr id="i57" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setRefreshInterval-int-">setRefreshInterval</a></span>(int&nbsp;timeInSecs)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the refreshInterval in seconds</div>
+</td>
+</tr>
+<tr id="i58" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setRemoteCommand-java.lang.String-">setRemoteCommand</a></span>(java.lang.String&nbsp;command)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the remote command setting to use for remote administration.</div>
+</td>
+</tr>
+<tr id="i59" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setServerBindAddress-java.lang.String-">setServerBindAddress</a></span>(java.lang.String&nbsp;bindAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the IP address to which a server cache will bind when listening
+ for client cache connections.</div>
+</td>
+</tr>
+<tr id="i60" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLAuthenticationRequired-boolean-">setSSLAuthenticationRequired</a></span>(boolean&nbsp;authRequired)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the value of the "ssl-require-authentication" property.</div>
+</td>
+</tr>
+<tr id="i61" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLCiphers-java.lang.String-">setSSLCiphers</a></span>(java.lang.String&nbsp;ciphers)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the value of the "ssl-ciphers" property.</div>
+</td>
+</tr>
+<tr id="i62" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLEnabled-boolean-">setSSLEnabled</a></span>(boolean&nbsp;enabled)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the value of the "ssl-enabled" property.</div>
+</td>
+</tr>
+<tr id="i63" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLProperties-java.util.Properties-">setSSLProperties</a></span>(java.util.Properties&nbsp;sslProperties)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the provider-specific properties for SSL.</div>
+</td>
+</tr>
+<tr id="i64" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSSLProtocols-java.lang.String-">setSSLProtocols</a></span>(java.lang.String&nbsp;protocols)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the value of the "ssl-protocols" property.</div>
+</td>
+</tr>
+<tr id="i65" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSystemId-java.lang.String-">setSystemId</a></span>(java.lang.String&nbsp;systemId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the string identity for the system</div>
+</td>
+</tr>
+<tr id="i66" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setSystemName-java.lang.String-">setSystemName</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the optional non-unique name for the system</div>
+</td>
+</tr>
+<tr id="i67" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setTcpPort-int-">setTcpPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the primary communication port number for the Distributed System.</div>
+</td>
+</tr>
+<tr id="i68" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#validate--">validate</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Validates that this distributed system configuration is correct
+ and consistent.</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="ENTITY_CONFIG_XML_FILE_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ENTITY_CONFIG_XML_FILE_NAME</h4>
+<pre>static final&nbsp;java.lang.String ENTITY_CONFIG_XML_FILE_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of an XML file that specifies the configuration for the
+ <a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin">managed entities</a> administered by the
+ <code>DistributedSystem</code>.  The XML file must conform to a
+ <a href="doc-files/ds5_0.dtd">dtd</a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.ENTITY_CONFIG_XML_FILE_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_ENTITY_CONFIG_XML_FILE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_ENTITY_CONFIG_XML_FILE</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_ENTITY_CONFIG_XML_FILE</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "entity-config-xml-file" property
+ ("distributed-system.xml").</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_ENTITY_CONFIG_XML_FILE">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SYSTEM_ID_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SYSTEM_ID_NAME</h4>
+<pre>static final&nbsp;java.lang.String SYSTEM_ID_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "system-id" property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.SYSTEM_ID_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_SYSTEM_ID">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_SYSTEM_ID</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_SYSTEM_ID</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "system-id" property ("")</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_SYSTEM_ID">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="NAME_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NAME_NAME</h4>
+<pre>static final&nbsp;java.lang.String NAME_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "name" property. See <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSystemName--"><code>getSystemName()</code></a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.NAME_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_NAME</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "name" property (""). See <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getSystemName--"><code>getSystemName()</code></a>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MCAST_PORT_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MCAST_PORT_NAME</h4>
+<pre>static final&nbsp;java.lang.String MCAST_PORT_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "mcastPort" property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MCAST_PORT_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MCAST_PORT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MCAST_PORT</h4>
+<pre>static final&nbsp;int DEFAULT_MCAST_PORT</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "mcastPort" property (10334)</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_MCAST_PORT">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MIN_MCAST_PORT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MIN_MCAST_PORT</h4>
+<pre>static final&nbsp;int MIN_MCAST_PORT</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum mcastPort (0)</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MIN_MCAST_PORT">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MAX_MCAST_PORT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MAX_MCAST_PORT</h4>
+<pre>static final&nbsp;int MAX_MCAST_PORT</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum mcastPort (65535)</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MAX_MCAST_PORT">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MCAST_ADDRESS_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MCAST_ADDRESS_NAME</h4>
+<pre>static final&nbsp;java.lang.String MCAST_ADDRESS_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "mcastAddress" property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MCAST_ADDRESS_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MCAST_ADDRESS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MCAST_ADDRESS</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_MCAST_ADDRESS</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "mcastAddress" property (239.192.81.1).</div>
+</li>
+</ul>
+<a name="MEMBERSHIP_PORT_RANGE_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MEMBERSHIP_PORT_RANGE_NAME</h4>
+<pre>static final&nbsp;java.lang.String MEMBERSHIP_PORT_RANGE_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "membership-port-range" property</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MEMBERSHIP_PORT_RANGE_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_MEMBERSHIP_PORT_RANGE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_MEMBERSHIP_PORT_RANGE</h4>
+<pre>static final&nbsp;int[] DEFAULT_MEMBERSHIP_PORT_RANGE</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default membership-port-range.
+ <p> Actual value is <code>[1024,65535]</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="TCP_PORT_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TCP_PORT_NAME</h4>
+<pre>static final&nbsp;java.lang.String TCP_PORT_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">settings for tcp-port</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.TCP_PORT_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_TCP_PORT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_TCP_PORT</h4>
+<pre>static final&nbsp;int DEFAULT_TCP_PORT</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "tcpPort" property.
+ <p> Actual value is <code>0</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_TCP_PORT">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_ACK_WAIT_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_ACK_WAIT_THRESHOLD</h4>
+<pre>static final&nbsp;int DEFAULT_ACK_WAIT_THRESHOLD</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default AckWaitThreshold.
+ <p> Actual value of this constant is <code>15</code> seconds.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_ACK_WAIT_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MIN_ACK_WAIT_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MIN_ACK_WAIT_THRESHOLD</h4>
+<pre>static final&nbsp;int MIN_ACK_WAIT_THRESHOLD</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum AckWaitThreshold.
+ <p> Actual value of this constant is <code>1</code> second.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MIN_ACK_WAIT_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MAX_ACK_WAIT_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MAX_ACK_WAIT_THRESHOLD</h4>
+<pre>static final&nbsp;int MAX_ACK_WAIT_THRESHOLD</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum AckWaitThreshold.
+ <p> Actual value of this constant is <code>MAX_INT</code> seconds.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MAX_ACK_WAIT_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_ACK_SEVERE_ALERT_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_ACK_SEVERE_ALERT_THRESHOLD</h4>
+<pre>static final&nbsp;int DEFAULT_ACK_SEVERE_ALERT_THRESHOLD</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ackSevereAlertThreshold.
+ <p> Actual value of this constant is <code>0</code> seconds, which
+ turns off forced disconnects based on ack wait periods.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_ACK_SEVERE_ALERT_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MIN_ACK_SEVERE_ALERT_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MIN_ACK_SEVERE_ALERT_THRESHOLD</h4>
+<pre>static final&nbsp;int MIN_ACK_SEVERE_ALERT_THRESHOLD</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The minimum ackSevereAlertThreshold.
+ <p> Actual value of this constant is <code>0</code> second,
+ which turns off forced disconnects based on ack wait periods.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MIN_ACK_SEVERE_ALERT_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="MAX_ACK_SEVERE_ALERT_THRESHOLD">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>MAX_ACK_SEVERE_ALERT_THRESHOLD</h4>
+<pre>static final&nbsp;int MAX_ACK_SEVERE_ALERT_THRESHOLD</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The maximum ackSevereAlertThreshold.
+ <p> Actual value of this constant is <code>MAX_INT</code> seconds.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.MAX_ACK_SEVERE_ALERT_THRESHOLD">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="LOCATORS_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LOCATORS_NAME</h4>
+<pre>static final&nbsp;java.lang.String LOCATORS_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "locators" property (comma-delimited host[port] list)</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.LOCATORS_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_LOCATORS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_LOCATORS</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_LOCATORS</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "locators" property ("")</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_LOCATORS">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="BIND_ADDRESS_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>BIND_ADDRESS_NAME</h4>
+<pre>static final&nbsp;java.lang.String BIND_ADDRESS_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "bindAddress" property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.BIND_ADDRESS_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_BIND_ADDRESS">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_BIND_ADDRESS</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_BIND_ADDRESS</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the "bindAddress" property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_BIND_ADDRESS">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="REMOTE_COMMAND_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>REMOTE_COMMAND_NAME</h4>
+<pre>static final&nbsp;java.lang.String REMOTE_COMMAND_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the remote-command property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.REMOTE_COMMAND_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_REMOTE_COMMAND">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_REMOTE_COMMAND</h4>
+<pre>static final&nbsp;java.lang.String DEFAULT_REMOTE_COMMAND</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default value of the remote-command property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_REMOTE_COMMAND">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SSL_ENABLED_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SSL_ENABLED_NAME</h4>
+<pre>static final&nbsp;java.lang.String SSL_ENABLED_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "SSLEnabled" property</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.SSL_ENABLED_NAME">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT_SSL_ENABLED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT_SSL_ENABLED</h4>
+<pre>static final&nbsp;boolean DEFAULT_SSL_ENABLED</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The default ssl-enabled state (<code>false</code>)</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../constant-values.html#com.gemstone.gemfire.admin.DistributedSystemConfig.DEFAULT_SSL_ENABLED">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="SSL_PROTOCOLS_NAME">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SSL_PROTOCOLS_NAME</h4>
+<pre>static final&nbsp;java.lang.String SSL_PROTOCOLS_NAME</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the "SSLProtocols" property</div>
+<dl>
+<dt><span class="seeLabel">Se

<TRUNCATED>


[30/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireMemberStatus.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireMemberStatus.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireMemberStatus.html
new file mode 100644
index 0000000..9ffd1a9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireMemberStatus.html
@@ -0,0 +1,2040 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>GemFireMemberStatus (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireMemberStatus (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":42,"i9":42,"i10":42,"i11":42,"i12":42,"i13":42,"i14":42,"i15":42,"i16":42,"i17":42,"i18":42,"i19":42,"i20":42,"i21":42,"i22":42,"i23":42,"i24":42,"i25":42,"i26":42,"i27":42,"i28":42,"i29":42,"i30":42,"i31":42,"i32":42,"i33":42,"i34":42,"i35":42,"i36":42,"i37":42,"i38":42,"i39":42,"i40":42,"i41":42,"i42":42,"i43":42,"i44":42,"i45":42,"i46":42,"i47":42,"i48":42,"i49":42,"i50":42,"i51":42,"i52":42,"i53":42,"i54":42,"i55":42,"i56":42,"i57":42,"i58":42,"i59":42,"i60":42,"i61":42,"i62":42,"i63":42,"i64":42,"i65":42,"i66":42,"i67":42,"i68":42,"i69":42,"i70":42,"i71":42,"i72":42};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireMemberStatus.html" target="_top">Frames</a></li>
+<li><a href="GemFireMemberStatus.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin</div>
+<h2 title="Class GemFireMemberStatus" class="title">Class GemFireMemberStatus</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.GemFireMemberStatus</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">GemFireMemberStatus</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Class <code>GemFireMemberStatus</code> provides the status of a specific
+ GemFire member VM. This VM can be a peer, a client, a server and/or a
+ gateway.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.GemFireMemberStatus">Serialized Form</a></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>protected java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_bindAddress">_bindAddress</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_clientHealthStats">_clientHealthStats</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_clientHostNames">_clientHostNames</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_clientQueueSizes">_clientQueueSizes</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_connectedClients">_connectedClients</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_connectedIncomingGateways">_connectedIncomingGateways</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_connectedPeers">_connectedPeers</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_connectedServers">_connectedServers</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_freeHeapSize">_freeHeapSize</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_gatewayHubStatus">_gatewayHubStatus</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_gatewayQueueSizes">_gatewayQueueSizes</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.net.InetAddress</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_hostAddress">_hostAddress</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_isClient">_isClient</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a client to a cache server.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_isConnected">_isConnected</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_isGatewayHub">_isGatewayHub</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a hub for WAN gateways.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_isLocator">_isLocator</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a locator.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_isPrimaryGatewayHub">_isPrimaryGatewayHub</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_isServer">_isServer</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a cache server.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_locators">_locators</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_maximumHeapSize">_maximumHeapSize</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.net.InetAddress</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_mcastAddress">_mcastAddress</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_mcastPort">_mcastPort</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.io.Serializable</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_memberId">_memberId</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_memberName">_memberName</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_outgoingGateways">_outgoingGateways</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_regionStatuses">_regionStatuses</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_serverPort">_serverPort</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#Z:Z_unconnectedServers">_unconnectedServers</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#cache">cache</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#upTime">upTime</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#GemFireMemberStatus--">GemFireMemberStatus</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#GemFireMemberStatus-com.gemstone.gemfire.cache.Cache-">GemFireMemberStatus</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;cache)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#addConnectedClient-java.lang.String-">addConnectedClient</a></span>(java.lang.String&nbsp;connectedClient)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#addConnectedServer-java.lang.String-">addConnectedServer</a></span>(java.lang.String&nbsp;connectedServer)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#addUnconnectedServer-java.lang.String-">addUnconnectedServer</a></span>(java.lang.String&nbsp;unconnectedServer)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getBindAddress--">getBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getClientHealthStats--">getClientHealthStats</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getClientHealthStats-java.lang.String-">getClientHealthStats</a></span>(java.lang.String&nbsp;clientID)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">For internal use only</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getClientHostName-java.lang.String-">getClientHostName</a></span>(java.lang.String&nbsp;clientId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getClientQueueSize-java.lang.String-">getClientQueueSize</a></span>(java.lang.String&nbsp;clientMemberId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getClientQueueSizes--">getClientQueueSizes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getConnectedClients--">getConnectedClients</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getConnectedIncomingGateways--">getConnectedIncomingGateways</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getConnectedPeers--">getConnectedPeers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getConnectedServers--">getConnectedServers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getFreeHeapSize--">getFreeHeapSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getGatewayHubStatus--">getGatewayHubStatus</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">For internal use only</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>java.net.InetAddress</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getHostAddress--">getHostAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsClient--">getIsClient</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether this member is a client to a cache server</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsConnected--">getIsConnected</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsGatewayHub--">getIsGatewayHub</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether this member is a hub for WAN gateways</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsLocator--">getIsLocator</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsPrimaryGatewayHub--">getIsPrimaryGatewayHub</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsSecondaryGatewayHub--">getIsSecondaryGatewayHub</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getIsServer--">getIsServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether this member is a cache server</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getLocators--">getLocators</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getMaximumHeapSize--">getMaximumHeapSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>java.net.InetAddress</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getMcastAddress--">getMcastAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getMcastPort--">getMcastPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>java.io.Serializable</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getMemberId--">getMemberId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getMemberName--">getMemberName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getOutgoingGateways--">getOutgoingGateways</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getRegionStatus-java.lang.String-">getRegionStatus</a></span>(java.lang.String&nbsp;fullRegionPath)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">For internal use only</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>java.util.Map</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getRegionStatuses--">getRegionStatuses</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getServerPort--">getServerPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>java.util.Set</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getUnconnectedServers--">getUnconnectedServers</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getUpTime--">getUpTime</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#getUsedHeapSize--">getUsedHeapSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initialize-com.gemstone.gemfire.distributed.DistributedSystem-">initialize</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeAll-com.gemstone.gemfire.distributed.DistributedSystem-">initializeAll</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeClient--">initializeClient</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeDistributedSystem-com.gemstone.gemfire.distributed.DistributedSystem-">initializeDistributedSystem</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeInstanceVariables--">initializeInstanceVariables</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeMemory--">initializeMemory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializePeers-com.gemstone.gemfire.distributed.DistributedSystem-">initializePeers</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeRegionSizes--">initializeRegionSizes</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#initializeServer--">initializeServer</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#putClientHostName-java.lang.String-java.lang.String-">putClientHostName</a></span>(java.lang.String&nbsp;clientId,
+                 java.lang.String&nbsp;hostName)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i46" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#putClientQueueSize-java.lang.String-int-">putClientQueueSize</a></span>(java.lang.String&nbsp;clientMemberId,
+                  int&nbsp;size)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i47" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#putRegionStatus-java.lang.String-com.gemstone.gemfire.internal.cache.RegionStatus-">putRegionStatus</a></span>(java.lang.String&nbsp;fullRegionPath,
+               com.gemstone.gemfire.internal.cache.RegionStatus&nbsp;status)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i48" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setBindAddress-java.lang.String-">setBindAddress</a></span>(java.lang.String&nbsp;bindAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i49" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setClientHealthStats-java.util.Map-">setClientHealthStats</a></span>(java.util.Map&nbsp;stats)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i50" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setClientHealthStats-java.lang.String-com.gemstone.gemfire.internal.admin.remote.ClientHealthStats-">setClientHealthStats</a></span>(java.lang.String&nbsp;clientID,
+                    com.gemstone.gemfire.internal.admin.remote.ClientHealthStats&nbsp;stats)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i51" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setClientQueueSizes-java.util.Map-">setClientQueueSizes</a></span>(java.util.Map&nbsp;clientQueueSizes)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i52" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setConnectedIncomingGateways-java.util.Map-">setConnectedIncomingGateways</a></span>(java.util.Map&nbsp;connectedIncomingGateways)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i53" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setConnectedPeers-java.util.Set-">setConnectedPeers</a></span>(java.util.Set&nbsp;connectedPeers)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i54" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setConnectedServers-java.util.Set-">setConnectedServers</a></span>(java.util.Set&nbsp;connectedServers)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i55" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setFreeHeapSize-long-">setFreeHeapSize</a></span>(long&nbsp;size)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i56" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setHostAddress-java.net.InetAddress-">setHostAddress</a></span>(java.net.InetAddress&nbsp;hostAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i57" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setIsClient-boolean-">setIsClient</a></span>(boolean&nbsp;isClient)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this member is a client to a cache server</div>
+</td>
+</tr>
+<tr id="i58" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setIsConnected-boolean-">setIsConnected</a></span>(boolean&nbsp;isConnected)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i59" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setIsGatewayHub-boolean-">setIsGatewayHub</a></span>(boolean&nbsp;isGatewayHub)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this member is a cache server</div>
+</td>
+</tr>
+<tr id="i60" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setIsLocator-boolean-">setIsLocator</a></span>(boolean&nbsp;isLocator)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i61" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setIsPrimaryGatewayHub-boolean-">setIsPrimaryGatewayHub</a></span>(boolean&nbsp;isPrimaryGatewayHub)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i62" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setIsServer-boolean-">setIsServer</a></span>(boolean&nbsp;isServer)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this member is a cache server</div>
+</td>
+</tr>
+<tr id="i63" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setLocators-java.lang.String-">setLocators</a></span>(java.lang.String&nbsp;locators)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i64" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setMaximumHeapSize-long-">setMaximumHeapSize</a></span>(long&nbsp;size)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i65" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setMcastAddress-java.net.InetAddress-">setMcastAddress</a></span>(java.net.InetAddress&nbsp;mcastAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i66" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setMcastPort-int-">setMcastPort</a></span>(int&nbsp;mcastPort)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i67" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setMemberId-java.io.Serializable-">setMemberId</a></span>(java.io.Serializable&nbsp;memberId)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i68" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setMemberName-java.lang.String-">setMemberName</a></span>(java.lang.String&nbsp;memberName)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i69" class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setServerPort-int-">setServerPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i70" class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setUnconnectedServers-java.util.Set-">setUnconnectedServers</a></span>(java.util.Set&nbsp;unconnectedServers)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i71" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#setUpTime-long-">setUpTime</a></span>(long&nbsp;upTime)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i72" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/GemFireMemberStatus.html#toString--">toString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="Z:Z_isClient">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_isClient</h4>
+<pre>protected&nbsp;boolean _isClient</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a client to a cache server.</div>
+</li>
+</ul>
+<a name="Z:Z_isServer">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_isServer</h4>
+<pre>protected&nbsp;boolean _isServer</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a cache server.</div>
+</li>
+</ul>
+<a name="Z:Z_isGatewayHub">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_isGatewayHub</h4>
+<pre>protected&nbsp;boolean _isGatewayHub</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a hub for WAN gateways.</div>
+</li>
+</ul>
+<a name="Z:Z_isLocator">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_isLocator</h4>
+<pre>protected&nbsp;boolean _isLocator</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Notifies whether this member is a locator.</div>
+</li>
+</ul>
+<a name="Z:Z_isPrimaryGatewayHub">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_isPrimaryGatewayHub</h4>
+<pre>protected&nbsp;boolean _isPrimaryGatewayHub</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_gatewayHubStatus">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_gatewayHubStatus</h4>
+<pre>protected&nbsp;java.lang.Object _gatewayHubStatus</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_isConnected">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_isConnected</h4>
+<pre>protected&nbsp;boolean _isConnected</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_memberId">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_memberId</h4>
+<pre>protected&nbsp;java.io.Serializable _memberId</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_connectedPeers">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_connectedPeers</h4>
+<pre>protected&nbsp;java.util.Set _connectedPeers</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_connectedServers">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_connectedServers</h4>
+<pre>protected&nbsp;java.util.Set _connectedServers</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_unconnectedServers">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_unconnectedServers</h4>
+<pre>protected&nbsp;java.util.Set _unconnectedServers</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_connectedClients">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_connectedClients</h4>
+<pre>protected&nbsp;java.util.Set _connectedClients</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_connectedIncomingGateways">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_connectedIncomingGateways</h4>
+<pre>protected&nbsp;java.util.Map _connectedIncomingGateways</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_outgoingGateways">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_outgoingGateways</h4>
+<pre>protected&nbsp;java.util.Map _outgoingGateways</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_clientHostNames">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_clientHostNames</h4>
+<pre>protected&nbsp;java.util.Map _clientHostNames</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_clientQueueSizes">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_clientQueueSizes</h4>
+<pre>protected&nbsp;java.util.Map _clientQueueSizes</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_gatewayQueueSizes">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_gatewayQueueSizes</h4>
+<pre>protected&nbsp;java.util.Map _gatewayQueueSizes</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_regionStatuses">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_regionStatuses</h4>
+<pre>protected&nbsp;java.util.Map _regionStatuses</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_clientHealthStats">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_clientHealthStats</h4>
+<pre>protected&nbsp;java.util.Map _clientHealthStats</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_memberName">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_memberName</h4>
+<pre>protected&nbsp;java.lang.String _memberName</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_mcastPort">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_mcastPort</h4>
+<pre>protected&nbsp;int _mcastPort</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_serverPort">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_serverPort</h4>
+<pre>protected&nbsp;int _serverPort</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_mcastAddress">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_mcastAddress</h4>
+<pre>protected&nbsp;java.net.InetAddress _mcastAddress</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_bindAddress">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_bindAddress</h4>
+<pre>protected&nbsp;java.lang.String _bindAddress</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_locators">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_locators</h4>
+<pre>protected&nbsp;java.lang.String _locators</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_hostAddress">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_hostAddress</h4>
+<pre>protected&nbsp;java.net.InetAddress _hostAddress</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_maximumHeapSize">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_maximumHeapSize</h4>
+<pre>protected&nbsp;long _maximumHeapSize</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="Z:Z_freeHeapSize">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>_freeHeapSize</h4>
+<pre>protected&nbsp;long _freeHeapSize</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="upTime">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>upTime</h4>
+<pre>protected&nbsp;long upTime</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="cache">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>cache</h4>
+<pre>protected final transient&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a> cache</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireMemberStatus--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireMemberStatus</h4>
+<pre>public&nbsp;GemFireMemberStatus()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="GemFireMemberStatus-com.gemstone.gemfire.cache.Cache-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireMemberStatus</h4>
+<pre>public&nbsp;GemFireMemberStatus(<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;cache)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getIsConnected--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsConnected</h4>
+<pre>public&nbsp;boolean&nbsp;getIsConnected()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setIsConnected-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsConnected</h4>
+<pre>protected&nbsp;void&nbsp;setIsConnected(boolean&nbsp;isConnected)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getIsClient--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsClient</h4>
+<pre>public&nbsp;boolean&nbsp;getIsClient()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether this member is a client to a cache server</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this member is a client to a cache server</dd>
+</dl>
+</li>
+</ul>
+<a name="setIsClient-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsClient</h4>
+<pre>protected&nbsp;void&nbsp;setIsClient(boolean&nbsp;isClient)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this member is a client to a cache server</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>isClient</code> - Boolean defining whether this member is a client to a
+ cache server</dd>
+</dl>
+</li>
+</ul>
+<a name="getIsServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsServer</h4>
+<pre>public&nbsp;boolean&nbsp;getIsServer()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether this member is a cache server</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this member is a cache server</dd>
+</dl>
+</li>
+</ul>
+<a name="setIsServer-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsServer</h4>
+<pre>protected&nbsp;void&nbsp;setIsServer(boolean&nbsp;isServer)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this member is a cache server</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>isServer</code> - Boolean defining whether this member is a cache server</dd>
+</dl>
+</li>
+</ul>
+<a name="getServerPort--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getServerPort</h4>
+<pre>public&nbsp;int&nbsp;getServerPort()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setServerPort-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setServerPort</h4>
+<pre>protected&nbsp;void&nbsp;setServerPort(int&nbsp;port)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getIsGatewayHub--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsGatewayHub</h4>
+<pre>public&nbsp;boolean&nbsp;getIsGatewayHub()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether this member is a hub for WAN gateways</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether this member is a hub for WAN gateways</dd>
+</dl>
+</li>
+</ul>
+<a name="setIsGatewayHub-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsGatewayHub</h4>
+<pre>protected&nbsp;void&nbsp;setIsGatewayHub(boolean&nbsp;isGatewayHub)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether this member is a cache server</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>isGatewayHub</code> - Boolean defining whether this member is a hub for
+ WAN gateways</dd>
+</dl>
+</li>
+</ul>
+<a name="getIsLocator--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsLocator</h4>
+<pre>public&nbsp;boolean&nbsp;getIsLocator()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setIsLocator-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsLocator</h4>
+<pre>protected&nbsp;void&nbsp;setIsLocator(boolean&nbsp;isLocator)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getIsPrimaryGatewayHub--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsPrimaryGatewayHub</h4>
+<pre>public&nbsp;boolean&nbsp;getIsPrimaryGatewayHub()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setIsPrimaryGatewayHub-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIsPrimaryGatewayHub</h4>
+<pre>protected&nbsp;void&nbsp;setIsPrimaryGatewayHub(boolean&nbsp;isPrimaryGatewayHub)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getGatewayHubStatus--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGatewayHubStatus</h4>
+<pre>public&nbsp;java.lang.Object&nbsp;getGatewayHubStatus()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">For internal use only</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>status of the gateway hub</dd>
+</dl>
+</li>
+</ul>
+<a name="getIsSecondaryGatewayHub--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIsSecondaryGatewayHub</h4>
+<pre>public&nbsp;boolean&nbsp;getIsSecondaryGatewayHub()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getConnectedPeers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectedPeers</h4>
+<pre>public&nbsp;java.util.Set&nbsp;getConnectedPeers()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setConnectedPeers-java.util.Set-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConnectedPeers</h4>
+<pre>protected&nbsp;void&nbsp;setConnectedPeers(java.util.Set&nbsp;connectedPeers)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getConnectedServers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectedServers</h4>
+<pre>public&nbsp;java.util.Set&nbsp;getConnectedServers()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setConnectedServers-java.util.Set-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConnectedServers</h4>
+<pre>protected&nbsp;void&nbsp;setConnectedServers(java.util.Set&nbsp;connectedServers)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="addConnectedServer-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addConnectedServer</h4>
+<pre>protected&nbsp;void&nbsp;addConnectedServer(java.lang.String&nbsp;connectedServer)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getUnconnectedServers--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUnconnectedServers</h4>
+<pre>public&nbsp;java.util.Set&nbsp;getUnconnectedServers()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setUnconnectedServers-java.util.Set-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUnconnectedServers</h4>
+<pre>protected&nbsp;void&nbsp;setUnconnectedServers(java.util.Set&nbsp;unconnectedServers)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="addUnconnectedServer-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addUnconnectedServer</h4>
+<pre>protected&nbsp;void&nbsp;addUnconnectedServer(java.lang.String&nbsp;unconnectedServer)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getConnectedClients--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectedClients</h4>
+<pre>public&nbsp;java.util.Set&nbsp;getConnectedClients()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="addConnectedClient-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addConnectedClient</h4>
+<pre>protected&nbsp;void&nbsp;addConnectedClient(java.lang.String&nbsp;connectedClient)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getOutgoingGateways--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOutgoingGateways</h4>
+<pre>public&nbsp;java.util.Map&nbsp;getOutgoingGateways()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getConnectedIncomingGateways--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectedIncomingGateways</h4>
+<pre>public&nbsp;java.util.Map&nbsp;getConnectedIncomingGateways()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setConnectedIncomingGateways-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setConnectedIncomingGateways</h4>
+<pre>protected&nbsp;void&nbsp;setConnectedIncomingGateways(java.util.Map&nbsp;connectedIncomingGateways)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getClientQueueSizes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClientQueueSizes</h4>
+<pre>public&nbsp;java.util.Map&nbsp;getClientQueueSizes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setClientQueueSizes-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClientQueueSizes</h4>
+<pre>protected&nbsp;void&nbsp;setClientQueueSizes(java.util.Map&nbsp;clientQueueSizes)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getClientQueueSize-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClientQueueSize</h4>
+<pre>public&nbsp;int&nbsp;getClientQueueSize(java.lang.String&nbsp;clientMemberId)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="putClientQueueSize-java.lang.String-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>putClientQueueSize</h4>
+<pre>protected&nbsp;void&nbsp;putClientQueueSize(java.lang.String&nbsp;clientMemberId,
+                                  int&nbsp;size)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getClientHealthStats--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClientHealthStats</h4>
+<pre>public&nbsp;java.util.Map&nbsp;getClientHealthStats()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setClientHealthStats-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClientHealthStats</h4>
+<pre>protected&nbsp;void&nbsp;setClientHealthStats(java.util.Map&nbsp;stats)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getClientHealthStats-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClientHealthStats</h4>
+<pre>public&nbsp;java.lang.Object&nbsp;getClientHealthStats(java.lang.String&nbsp;clientID)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">For internal use only</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>clientID</code> - client for health</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the client's health</dd>
+</dl>
+</li>
+</ul>
+<a name="setClientHealthStats-java.lang.String-com.gemstone.gemfire.internal.admin.remote.ClientHealthStats-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClientHealthStats</h4>
+<pre>protected&nbsp;void&nbsp;setClientHealthStats(java.lang.String&nbsp;clientID,
+                                    com.gemstone.gemfire.internal.admin.remote.ClientHealthStats&nbsp;stats)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="putClientHostName-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>putClientHostName</h4>
+<pre>protected&nbsp;void&nbsp;putClientHostName(java.lang.String&nbsp;clientId,
+                                 java.lang.String&nbsp;hostName)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getClientHostName-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClientHostName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getClientHostName(java.lang.String&nbsp;clientId)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getRegionStatuses--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionStatuses</h4>
+<pre>public&nbsp;java.util.Map&nbsp;getRegionStatuses()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getRegionStatus-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegionStatus</h4>
+<pre>public&nbsp;java.lang.Object&nbsp;getRegionStatus(java.lang.String&nbsp;fullRegionPath)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">For internal use only</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fullRegionPath</code> - region path</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>status for the region</dd>
+</dl>
+</li>
+</ul>
+<a name="putRegionStatus-java.lang.String-com.gemstone.gemfire.internal.cache.RegionStatus-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>putRegionStatus</h4>
+<pre>protected&nbsp;void&nbsp;putRegionStatus(java.lang.String&nbsp;fullRegionPath,
+                               com.gemstone.gemfire.internal.cache.RegionStatus&nbsp;status)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getMemberId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemberId</h4>
+<pre>public&nbsp;java.io.Serializable&nbsp;getMemberId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setMemberId-java.io.Serializable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMemberId</h4>
+<pre>protected&nbsp;void&nbsp;setMemberId(java.io.Serializable&nbsp;memberId)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getMemberName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemberName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getMemberName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setMemberName-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMemberName</h4>
+<pre>protected&nbsp;void&nbsp;setMemberName(java.lang.String&nbsp;memberName)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getMcastPort--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMcastPort</h4>
+<pre>public&nbsp;int&nbsp;getMcastPort()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setMcastPort-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMcastPort</h4>
+<pre>protected&nbsp;void&nbsp;setMcastPort(int&nbsp;mcastPort)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getMcastAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMcastAddress</h4>
+<pre>public&nbsp;java.net.InetAddress&nbsp;getMcastAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setMcastAddress-java.net.InetAddress-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMcastAddress</h4>
+<pre>protected&nbsp;void&nbsp;setMcastAddress(java.net.InetAddress&nbsp;mcastAddress)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getHostAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHostAddress</h4>
+<pre>public&nbsp;java.net.InetAddress&nbsp;getHostAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setHostAddress-java.net.InetAddress-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHostAddress</h4>
+<pre>protected&nbsp;void&nbsp;setHostAddress(java.net.InetAddress&nbsp;hostAddress)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getBindAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBindAddress</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getBindAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setBindAddress-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBindAddress</h4>
+<pre>protected&nbsp;void&nbsp;setBindAddress(java.lang.String&nbsp;bindAddress)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getLocators--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLocators</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getLocators()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setLocators-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLocators</h4>
+<pre>protected&nbsp;void&nbsp;setLocators(java.lang.String&nbsp;locators)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getMaximumHeapSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximumHeapSize</h4>
+<pre>public&nbsp;long&nbsp;getMaximumHeapSize()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setMaximumHeapSize-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaximumHeapSize</h4>
+<pre>protected&nbsp;void&nbsp;setMaximumHeapSize(long&nbsp;size)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getFreeHeapSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFreeHeapSize</h4>
+<pre>public&nbsp;long&nbsp;getFreeHeapSize()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setFreeHeapSize-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFreeHeapSize</h4>
+<pre>protected&nbsp;void&nbsp;setFreeHeapSize(long&nbsp;size)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getUsedHeapSize--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUsedHeapSize</h4>
+<pre>public&nbsp;long&nbsp;getUsedHeapSize()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getUpTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getUpTime</h4>
+<pre>public&nbsp;long&nbsp;getUpTime()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="setUpTime-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUpTime</h4>
+<pre>public&nbsp;void&nbsp;setUpTime(long&nbsp;upTime)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+</dl>
+</li>
+</ul>
+<a name="initialize-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initialize</h4>
+<pre>protected&nbsp;void&nbsp;initialize(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeInstanceVariables--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializeInstanceVariables</h4>
+<pre>protected&nbsp;void&nbsp;initializeInstanceVariables()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeServer--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializeServer</h4>
+<pre>protected&nbsp;void&nbsp;initializeServer()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeClient--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializeClient</h4>
+<pre>protected&nbsp;void&nbsp;initializeClient()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeAll-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializeAll</h4>
+<pre>protected&nbsp;void&nbsp;initializeAll(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeDistributedSystem-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializeDistributedSystem</h4>
+<pre>protected&nbsp;void&nbsp;initializeDistributedSystem(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializePeers-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializePeers</h4>
+<pre>protected&nbsp;void&nbsp;initializePeers(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;distributedSystem)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeMemory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initializeMemory</h4>
+<pre>protected&nbsp;void&nbsp;initializeMemory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="initializeRegionSizes--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>initializeRegionSizes</h4>
+<pre>protected&nbsp;void&nbsp;initializeRegionSizes()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</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="../../../../com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/GemFireMemberStatus.html" target="_top">Frames</a></li>
+<li><a href="GemFireMemberStatus.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>



[07/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryEvent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryEvent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryEvent.html
new file mode 100644
index 0000000..67d76a2
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryEvent.html
@@ -0,0 +1,562 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EntryEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EntryEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":6};
+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="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryEvent.html" target="_top">Frames</a></li>
+<li><a href="EntryEvent.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface EntryEvent" class="title">Interface EntryEvent&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache">CacheEvent</a>&lt;K,V&gt;</dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/util/TimestampedEntryEvent.html" title="interface in com.gemstone.gemfire.cache.util">TimestampedEntryEvent</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">EntryEvent&lt;K,V&gt;</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache">CacheEvent</a>&lt;K,V&gt;</pre>
+<div class="block">Contains information about an event affecting an entry, including
+ its identity and the the circumstances of the event.
+ It is passed in to <code>CacheListener</code>, <code>CapacityController</code>, and <code>CacheWriter</code>.
+ <p>
+ If this event originated from a region stored off heap then this event can
+ only be used as long as the notification method that obtained it has not returned.
+ For example in your implementation of <a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterUpdate-com.gemstone.gemfire.cache.EntryEvent-"><code>CacheListener.afterUpdate(EntryEvent)</code></a> the event parameter
+ is only valid until your afterUpdate method returns. It is not safe to store instances of this
+ class and use them later when using off heap storage.
+ Attempts to access off-heap data from this event after it has expired will result in an
+ IllegalStateException.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"><code>CacheWriter</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache"><code>RegionEvent</code></a></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="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><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">K</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getKey--">getKey</a></span>()</code>
+<div class="block">Returns the key.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getNewValue--">getNewValue</a></span>()</code>
+<div class="block">Returns the value in the cache after this event.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getOldValue--">getOldValue</a></span>()</code>
+<div class="block">Returns the value in the cache prior to this event.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/SerializedCacheValue.html" title="interface in com.gemstone.gemfire.cache">SerializedCacheValue</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getSerializedNewValue--">getSerializedNewValue</a></span>()</code>
+<div class="block">Returns the serialized form of the value in the cache after this event.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/SerializedCacheValue.html" title="interface in com.gemstone.gemfire.cache">SerializedCacheValue</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getSerializedOldValue--">getSerializedOldValue</a></span>()</code>
+<div class="block">Returns the serialized form of the value in the cache before this event.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getTransactionId--">getTransactionId</a></span>()</code>
+<div class="block">Gets the TransactionId for this EntryEvent.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#hasClientOrigin--">hasClientOrigin</a></span>()</code>
+<div class="block">Returns true if this event originated on a client.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#isBridgeEvent--">isBridgeEvent</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#hasClientOrigin--"><code>hasClientOrigin()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#isLoad--">isLoad</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isLoad--"><code>Operation.isLoad()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#isLocalLoad--">isLocalLoad</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isLocalLoad--"><code>Operation.isLocalLoad()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#isNetLoad--">isNetLoad</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isNetLoad--"><code>Operation.isNetLoad()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#isNetSearch--">isNetSearch</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isNetSearch--"><code>Operation.isNetSearch()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#isOldValueAvailable--">isOldValueAvailable</a></span>()</code>
+<div class="block">Returns <code>true</code> if the old value is "available".</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheEvent">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache">CacheEvent</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getCallbackArgument--">getCallbackArgument</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getDistributedMember--">getDistributedMember</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getOperation--">getOperation</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getRegion--">getRegion</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isCallbackArgumentAvailable--">isCallbackArgumentAvailable</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isDistributed--">isDistributed</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isExpiration--">isExpiration</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isOriginRemote--">isOriginRemote</a></code></li>
+</ul>
+</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="getKey--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKey</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">K</a>&nbsp;getKey()</pre>
+<div class="block">Returns the key.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the key</dd>
+</dl>
+</li>
+</ul>
+<a name="getOldValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOldValue</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a>&nbsp;getOldValue()</pre>
+<div class="block">Returns the value in the cache prior to this event.
+ When passed to an event handler after an event occurs, this value
+ reflects the value that was in the cache in this VM, not necessarily
+ the value that was in the cache VM that initiated the operation.
+ In certain scenarios the old value may no longer be available in which
+ case <code>null</code> is returned.
+ This can happen for disk regions when the old value is on disk only.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the old value in the cache prior to this event.
+ If the entry did not exist, was invalid, or was not available,
+ then null is returned.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if off-heap and called after the method that was passed this EntryEvent returns.</dd>
+</dl>
+</li>
+</ul>
+<a name="getSerializedOldValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSerializedOldValue</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/SerializedCacheValue.html" title="interface in com.gemstone.gemfire.cache">SerializedCacheValue</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a>&gt;&nbsp;getSerializedOldValue()</pre>
+<div class="block">Returns the serialized form of the value in the cache before this event.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the serialized form of the value in the cache before this event</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if off-heap and called after the method that was passed this EntryEvent returns.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.5</dd>
+</dl>
+</li>
+</ul>
+<a name="getNewValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNewValue</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a>&nbsp;getNewValue()</pre>
+<div class="block">Returns the value in the cache after this event.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value in the cache after this event</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if off-heap and called after the method that was passed this EntryEvent returns.</dd>
+</dl>
+</li>
+</ul>
+<a name="getSerializedNewValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSerializedNewValue</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/SerializedCacheValue.html" title="interface in com.gemstone.gemfire.cache">SerializedCacheValue</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="type parameter in EntryEvent">V</a>&gt;&nbsp;getSerializedNewValue()</pre>
+<div class="block">Returns the serialized form of the value in the cache after this event.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the serialized form of the value in the cache after this event</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if off-heap and called after the method that was passed this EntryEvent returns.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.5</dd>
+</dl>
+</li>
+</ul>
+<a name="isLocalLoad--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLocalLoad</h4>
+<pre>@Deprecated
+boolean&nbsp;isLocalLoad()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isLocalLoad--"><code>Operation.isLocalLoad()</code></a> instead.</span></div>
+<div class="block">Returns true if this event resulted from a loader running in this cache.
+ Note that this will be true even if the local loader called <code>netSearch</code>.
+
+ If this event is for a Partitioned Region, then true will be returned if the
+ loader ran in the same VM as where the data is hosted. If true is returned, and <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isOriginRemote--"><code>CacheEvent.isOriginRemote()</code></a>
+ is true, it means the data is not hosted locally, but the loader was run local to the data.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event resulted from local loader execution</dd>
+</dl>
+</li>
+</ul>
+<a name="isNetLoad--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNetLoad</h4>
+<pre>@Deprecated
+boolean&nbsp;isNetLoad()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isNetLoad--"><code>Operation.isNetLoad()</code></a> instead.</span></div>
+<div class="block">Returns true if this event resulted from a loader running that was remote
+ from the cache that requested it, i.e., a netLoad. Note that the cache
+ that requested the netLoad may not be this cache in which case
+ <code>isOriginRemote</code> will also return true.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event resulted from a netLoad</dd>
+</dl>
+</li>
+</ul>
+<a name="isLoad--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLoad</h4>
+<pre>@Deprecated
+boolean&nbsp;isLoad()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isLoad--"><code>Operation.isLoad()</code></a> instead.</span></div>
+<div class="block">Returns true if this event resulted from a loader.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if isLocalLoad or isNetLoad</dd>
+</dl>
+</li>
+</ul>
+<a name="isNetSearch--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNetSearch</h4>
+<pre>@Deprecated
+boolean&nbsp;isNetSearch()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isNetSearch--"><code>Operation.isNetSearch()</code></a> instead.</span></div>
+<div class="block">Returns true if this event resulted from a <code>netSearch</code>. If the <code>netSearch</code>
+ was invoked by a loader however, this will return false and <code>isLocalLoad()</code>
+ or <code>isNetLoad()</code> will return true instead.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event resulted from a netSearch</dd>
+</dl>
+</li>
+</ul>
+<a name="getTransactionId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTransactionId</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/TransactionId.html" title="interface in com.gemstone.gemfire.cache">TransactionId</a>&nbsp;getTransactionId()</pre>
+<div class="block">Gets the TransactionId for this EntryEvent.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the ID of the transaction that performed the operation that
+ generated this event; null if no transaction involved.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="isBridgeEvent--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isBridgeEvent</h4>
+<pre>@Deprecated
+boolean&nbsp;isBridgeEvent()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 5.7 use <a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#hasClientOrigin--"><code>hasClientOrigin()</code></a> instead.</span></div>
+<div class="block">Returns true if this event originated on a client.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event originated on a client.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.1</dd>
+</dl>
+</li>
+</ul>
+<a name="hasClientOrigin--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasClientOrigin</h4>
+<pre>boolean&nbsp;hasClientOrigin()</pre>
+<div class="block">Returns true if this event originated on a client.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event originated on a client.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="isOldValueAvailable--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isOldValueAvailable</h4>
+<pre>boolean&nbsp;isOldValueAvailable()</pre>
+<div class="block">Returns <code>true</code> if the old value is "available".
+ Not available means that an old value existed but it could not be obtained
+ or it was deemed too expensive to obtain.
+ Note that <a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html#getOldValue--"><code>getOldValue()</code></a> will return <code>null</code> when this
+ method returns <code>false</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</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="../../../../com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryEvent.html" target="_top">Frames</a></li>
+<li><a href="EntryEvent.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryExistsException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryExistsException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryExistsException.html
new file mode 100644
index 0000000..159a591
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryExistsException.html
@@ -0,0 +1,369 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EntryExistsException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EntryExistsException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryExistsException.html" target="_top">Frames</a></li>
+<li><a href="EntryExistsException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class EntryExistsException" class="title">Class EntryExistsException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EntryExistsException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">EntryExistsException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></pre>
+<div class="block">Thrown when attempting to create a <code>Region.Entry</code> that already
+ exists in the <code>Region</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EntryExistsException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html#EntryExistsException-java.lang.String-java.lang.Object-">EntryExistsException</a></span>(java.lang.String&nbsp;msg,
+                    java.lang.Object&nbsp;oldValue)</code>
+<div class="block">Constructs an instance of <code>EntryExistsException</code> with the specified detail message.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html#getOldValue--">getOldValue</a></span>()</code>
+<div class="block">Returns the old existing value that caused this exception.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html#setOldValue-java.lang.Object-">setOldValue</a></span>(java.lang.Object&nbsp;oldValue)</code>
+<div class="block">Sets the old existing value that caused this exception.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="EntryExistsException-java.lang.String-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>EntryExistsException</h4>
+<pre>public&nbsp;EntryExistsException(java.lang.String&nbsp;msg,
+                            java.lang.Object&nbsp;oldValue)</pre>
+<div class="block">Constructs an instance of <code>EntryExistsException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</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="getOldValue--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOldValue</h4>
+<pre>public&nbsp;java.lang.Object&nbsp;getOldValue()</pre>
+<div class="block">Returns the old existing value that caused this exception.</div>
+</li>
+</ul>
+<a name="setOldValue-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setOldValue</h4>
+<pre>public&nbsp;void&nbsp;setOldValue(java.lang.Object&nbsp;oldValue)</pre>
+<div class="block">Sets the old existing value that caused this exception.</div>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></code></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="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryExistsException.html" target="_top">Frames</a></li>
+<li><a href="EntryExistsException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundException.html
new file mode 100644
index 0000000..4d8ce94
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundException.html
@@ -0,0 +1,328 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EntryNotFoundException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EntryNotFoundException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryNotFoundException.html" target="_top">Frames</a></li>
+<li><a href="EntryNotFoundException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class EntryNotFoundException" class="title">Class EntryNotFoundException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EntryNotFoundException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">EntryNotFoundException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></pre>
+<div class="block">Thrown when an operation is invoked on <code>Region</code> for an entry that
+ doesn't exist in the <code>Region</code>. This exception is <i>not</i>
+ thrown by <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a> or <a href="../../../../com/gemstone/gemfire/cache/Region.html#getEntry-java.lang.Object-"><code>Region.getEntry(java.lang.Object)</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#invalidate-java.lang.Object-"><code>Region.invalidate(Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#destroy-java.lang.Object-"><code>Region.destroy(Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache"><code>Region.Entry</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EntryNotFoundException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html#EntryNotFoundException-java.lang.String-">EntryNotFoundException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of <code>EntryNotFoundException</code> with the specified detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html#EntryNotFoundException-java.lang.String-java.lang.Throwable-">EntryNotFoundException</a></span>(java.lang.String&nbsp;msg,
+                      java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>EntryNotFoundException</code> with the specified detail message
+ and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="EntryNotFoundException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EntryNotFoundException</h4>
+<pre>public&nbsp;EntryNotFoundException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of <code>EntryNotFoundException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="EntryNotFoundException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>EntryNotFoundException</h4>
+<pre>public&nbsp;EntryNotFoundException(java.lang.String&nbsp;msg,
+                              java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>EntryNotFoundException</code> with the specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryNotFoundException.html" target="_top">Frames</a></li>
+<li><a href="EntryNotFoundException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
new file mode 100644
index 0000000..43f761b
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryNotFoundInRegion.html
@@ -0,0 +1,318 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EntryNotFoundInRegion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EntryNotFoundInRegion (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" target="_top">Frames</a></li>
+<li><a href="EntryNotFoundInRegion.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class EntryNotFoundInRegion" class="title">Class EntryNotFoundInRegion</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EntryNotFoundInRegion</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">this class is no longer in use</span></div>
+</div>
+<br>
+<pre>@Deprecated
+public class <span class="typeNameLabel">EntryNotFoundInRegion</span>
+extends <a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EntryNotFoundInRegion">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html#EntryNotFoundInRegion-java.lang.String-">EntryNotFoundInRegion</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Do not create instances of this class.</span></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html#EntryNotFoundInRegion-java.lang.String-java.lang.Throwable-">EntryNotFoundInRegion</a></span>(java.lang.String&nbsp;msg,
+                     java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">do not create instances of this class.</span></div>
+</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="EntryNotFoundInRegion-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EntryNotFoundInRegion</h4>
+<pre>@Deprecated
+public&nbsp;EntryNotFoundInRegion(java.lang.String&nbsp;msg)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Do not create instances of this class.</span></div>
+<div class="block">Generates an <a href="../../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire"><code>InternalGemFireError</code></a></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="EntryNotFoundInRegion-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>EntryNotFoundInRegion</h4>
+<pre>@Deprecated
+public&nbsp;EntryNotFoundInRegion(java.lang.String&nbsp;msg,
+                                         java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">do not create instances of this class.</span></div>
+<div class="block">Generates an <a href="../../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire"><code>InternalGemFireError</code></a></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</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="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" target="_top">Frames</a></li>
+<li><a href="EntryNotFoundInRegion.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryOperation.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryOperation.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryOperation.html
new file mode 100644
index 0000000..7d5cef6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryOperation.html
@@ -0,0 +1,356 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EntryOperation (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EntryOperation (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":38,"i3":38,"i4":6,"i5":6};
+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="../../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryOperation.html" target="_top">Frames</a></li>
+<li><a href="EntryOperation.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface EntryOperation" class="title">Interface EntryOperation&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">EntryOperation&lt;K,V&gt;</span></pre>
+<div class="block">Gemfire Context passed to <code>PartitionResolver</code> to compute the
+ data location</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionResolver</code></a></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="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>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#getCallbackArgument--">getCallbackArgument</a></span>()</code>
+<div class="block">Returns the callbackArgument passed to the method that generated this event.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">K</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#getKey--">getKey</a></span>()</code>
+<div class="block">Returns the key.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">V</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#getNewValue--">getNewValue</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#getOperation--">getOperation</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#getRegion--">getRegion</a></span>()</code>
+<div class="block">Returns the region to which this cached object belongs or
+ the region that raised this event for <code>RegionEvent</code>s.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#isCallbackArgumentAvailable--">isCallbackArgumentAvailable</a></span>()</code>
+<div class="block">Returns <code>true</code> if the callback argument is "available".</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="getRegion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">K</a>,<a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">V</a>&gt;&nbsp;getRegion()</pre>
+<div class="block">Returns the region to which this cached object belongs or
+ the region that raised this event for <code>RegionEvent</code>s.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the region associated with this object or the region that raised
+ this event.</dd>
+</dl>
+</li>
+</ul>
+<a name="getOperation--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOperation</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a>&nbsp;getOperation()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return a description of the operation that triggered this event.
+ It may return null and should not be used to generate routing object
+ in <a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html#getRoutingObject-com.gemstone.gemfire.cache.EntryOperation-"><code>PartitionResolver.getRoutingObject(EntryOperation)</code></a></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the operation that triggered this event.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getKey--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKey</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">K</a>&nbsp;getKey()</pre>
+<div class="block">Returns the key.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the key</dd>
+</dl>
+</li>
+</ul>
+<a name="getCallbackArgument--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCallbackArgument</h4>
+<pre>java.lang.Object&nbsp;getCallbackArgument()</pre>
+<div class="block">Returns the callbackArgument passed to the method that generated this event.
+ Provided primarily in case this object or region has already been
+ destroyed. See the <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> interface methods that take a
+ callbackArgument parameter.
+ Only fields on the key should be used when creating the routing object.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the callbackArgument associated with this event. <code>null</code>
+ is returned if the callback argument is not propagated to the event.
+ This happens for events given to <a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache"><code>TransactionListener</code></a>
+ and to <a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a> on the remote side of a transaction commit.</dd>
+</dl>
+</li>
+</ul>
+<a name="isCallbackArgumentAvailable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCallbackArgumentAvailable</h4>
+<pre>boolean&nbsp;isCallbackArgumentAvailable()</pre>
+<div class="block">Returns <code>true</code> if the callback argument is "available".
+ Not available means that the callback argument may have existed but it could
+ not be obtained.
+ Note that <a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html#getCallbackArgument--"><code>getCallbackArgument()</code></a> will return <code>null</code>
+ when this method returns <code>false</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getNewValue--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getNewValue</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="type parameter in EntryOperation">V</a>&nbsp;getNewValue()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the value but may return null and should not be used to generate 
+ routing object in <a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html#getRoutingObject-com.gemstone.gemfire.cache.EntryOperation-"><code>PartitionResolver.getRoutingObject(EntryOperation)</code></a>.
+  Only fields on the key should be used when creating the routing object.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value.</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="../../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EntryOperation.html" target="_top">Frames</a></li>
+<li><a href="EntryOperation.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>


[16/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheCallback.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheCallback.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheCallback.html
new file mode 100644
index 0000000..4bb85ec
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheCallback.html
@@ -0,0 +1,255 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheCallback (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheCallback (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheCallback.html" target="_top">Frames</a></li>
+<li><a href="CacheCallback.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheCallback" class="title">Interface CacheCallback</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/security/AccessControl.html" title="interface in com.gemstone.gemfire.security">AccessControl</a>, <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.html" title="interface in com.gemstone.gemfire.cache.asyncqueue">AsyncEventListener</a>, <a href="../../../../com/gemstone/gemfire/security/Authenticator.html" title="interface in com.gemstone.gemfire.security">Authenticator</a>, <a href="../../../../com/gemstone/gemfire/security/AuthInitialize.html" title="interface in com.gemstone.gemfire.security">AuthInitialize</a>, <a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache">CacheListener</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache">CacheLoader</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache"
 >CacheWriter</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/query/CqListener.html" title="interface in com.gemstone.gemfire.cache.query">CqListener</a>, <a href="../../../../com/gemstone/gemfire/cache/query/CqStatusListener.html" title="interface in com.gemstone.gemfire.cache.query">CqStatusListener</a>, <a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache">CustomExpiry</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache">FixedPartitionResolver</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/wan/GatewayEventFilter.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayEventFilter</a>, <a href="../../../../com/gemstone/gemfire/cache/wan/GatewayEventSubstitutionFilter.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayEventSubstitutionFilter</a>&lt;K,V&gt;, <a href="../../../../com/
 gemstone/gemfire/cache/wan/GatewayTransportFilter.html" title="interface in com.gemstone.gemfire.cache.wan">GatewayTransportFilter</a>, <a href="../../../../com/gemstone/gemfire/cache/InterestRegistrationListener.html" title="interface in com.gemstone.gemfire.cache">InterestRegistrationListener</a>, <a href="../../../../com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache">PartitionResolver</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/RegionMembershipListener.html" title="interface in com.gemstone.gemfire.cache">RegionMembershipListener</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/RegionRoleListener.html" title="interface in com.gemstone.gemfire.cache">RegionRoleListener</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server">ServerLoadProbe</a>, <a href="../../../../com/gemstone/gemfire/cache/TransactionListen
 er.html" title="interface in com.gemstone.gemfire.cache">TransactionListener</a>, <a href="../../../../com/gemstone/gemfire/cache/TransactionWriter.html" title="interface in com.gemstone.gemfire.cache">TransactionWriter</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/util/CacheListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">CacheListenerAdapter</a>, <a href="../../../../com/gemstone/gemfire/cache/util/CacheWriterAdapter.html" title="class in com.gemstone.gemfire.cache.util">CacheWriterAdapter</a>, <a href="../../../../com/gemstone/gemfire/cache/util/CqListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">CqListenerAdapter</a>, <a href="../../../../com/gemstone/gemfire/modules/util/DebugCacheListener.html" title="class in com.gemstone.gemfire.modules.util">DebugCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEventApplicationCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaEventApplicationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaForwarderCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">Gat
 ewayDeltaForwarderCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/hibernate/GemFireCacheListener.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheLoader.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheLoader</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheWriter.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheWriter</a>, <a href="../../../../com/gemstone/gemfire/modules/util/RegionConfigurationCacheListener.html" title="class in com.gemstone.gemfire.modules.util">RegionConfigurationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/cache/util/RegionMembershipListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">RegionMembershipListenerAdapter</a>, <a href="../../..
 /../com/gemstone/gemfire/cache/util/RegionRoleListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">RegionRoleListenerAdapter</a>, <a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbeAdapter.html" title="class in com.gemstone.gemfire.cache.server">ServerLoadProbeAdapter</a>, <a href="../../../../com/gemstone/gemfire/modules/util/SessionCustomExpiry.html" title="class in com.gemstone.gemfire.modules.util">SessionCustomExpiry</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/SessionExpirationCacheListener.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">SessionExpirationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/cache/util/TransactionListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">TransactionListenerAdapter</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheCallback</span></pre>
+<div class="block">User-defined objects that can be plugged into caching to receive callback
+ notifications.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.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>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></span>()</code>
+<div class="block">Called when the region containing this callback is closed or destroyed, when
+ the cache is closed, or when a callback is removed from a region
+ using an <code>AttributesMutator</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="close--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>close</h4>
+<pre>void&nbsp;close()</pre>
+<div class="block">Called when the region containing this callback is closed or destroyed, when
+ the cache is closed, or when a callback is removed from a region
+ using an <code>AttributesMutator</code>.
+
+ <p>Implementations should cleanup any external
+ resources such as database connections. Any runtime exceptions this method
+ throws will be logged.
+
+ <p>It is possible for this method to be called multiple times on a single
+ callback instance, so implementations must be tolerant of this.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--"><code>RegionService.close()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroyRegion--"><code>Region.localDestroyRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#destroyRegion--"><code>Region.destroyRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache"><code>AttributesMutator</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="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheCallback.html" target="_top">Frames</a></li>
+<li><a href="CacheCallback.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheClosedException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheClosedException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheClosedException.html
new file mode 100644
index 0000000..db530e7
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheClosedException.html
@@ -0,0 +1,365 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheClosedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheClosedException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheClosedException.html" target="_top">Frames</a></li>
+<li><a href="CacheClosedException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheClosedException" class="title">Class CacheClosedException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheRuntimeException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.CancelException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheClosedException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CacheClosedException</span>
+extends <a href="../../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></pre>
+<div class="block">Indicates that the caching system has 
+ been closed. Can be thrown from almost any method related to regions or the
+ <code>Cache</code> after the cache has been closed.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheClosedException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html#CacheClosedException--">CacheClosedException</a></span>()</code>
+<div class="block">Constructs a new <code>CacheClosedException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html#CacheClosedException-java.lang.String-">CacheClosedException</a></span>(java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs a new <code>CacheClosedException</code> with a message string.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html#CacheClosedException-java.lang.String-java.lang.Throwable-">CacheClosedException</a></span>(java.lang.String&nbsp;msg,
+                    java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a new <code>CacheClosedException</code> with a message string
+ and a cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html#CacheClosedException-java.lang.Throwable-">CacheClosedException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a new <code>CacheClosedException</code> with a cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheRuntimeException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheClosedException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheClosedException</h4>
+<pre>public&nbsp;CacheClosedException()</pre>
+<div class="block">Constructs a new <code>CacheClosedException</code>.</div>
+</li>
+</ul>
+<a name="CacheClosedException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheClosedException</h4>
+<pre>public&nbsp;CacheClosedException(java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs a new <code>CacheClosedException</code> with a message string.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - a message string</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheClosedException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheClosedException</h4>
+<pre>public&nbsp;CacheClosedException(java.lang.String&nbsp;msg,
+                            java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a new <code>CacheClosedException</code> with a message string
+ and a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the message string</dd>
+<dd><code>cause</code> - a causal Throwable</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheClosedException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheClosedException</h4>
+<pre>public&nbsp;CacheClosedException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a new <code>CacheClosedException</code> with a cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - a causal Throwable</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="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheClosedException.html" target="_top">Frames</a></li>
+<li><a href="CacheClosedException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.cache.CacheRuntimeException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheEvent.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheEvent.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheEvent.html
new file mode 100644
index 0000000..3328ca9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheEvent.html
@@ -0,0 +1,415 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheEvent (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":38,"i6":38,"i7":6};
+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="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheEvent.html" target="_top">Frames</a></li>
+<li><a href="CacheEvent.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheEvent" class="title">Interface CacheEvent&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/RoleEvent.html" title="interface in com.gemstone.gemfire.cache">RoleEvent</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/util/TimestampedEntryEvent.html" title="interface in com.gemstone.gemfire.cache.util">TimestampedEntryEvent</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheEvent&lt;K,V&gt;</span></pre>
+<div class="block">A region- or entry-related event affecting the cache.
+ <P>
+ Prior to release <code>6.0</code> the <code>NOT_AVAILABLE</code> constant
+ was used to indicate an object value was not available.
+ However in <code>6.0</code> generic typing was added
+ to <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> and since this constant's type will not be an
+ instance of the generic type <code>V</code> returning it would cause
+ a ClassCastException. So in <code>6.0</code> and later
+ <code>null</code> is now used in place of <code>NOT_AVAILABLE</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a></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="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>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getCallbackArgument--">getCallbackArgument</a></span>()</code>
+<div class="block">Returns the callbackArgument passed to the method that generated this event.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getDistributedMember--">getDistributedMember</a></span>()</code>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a> that this event originated in.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getOperation--">getOperation</a></span>()</code>
+<div class="block">Return a description of the operation that triggered this event.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="type parameter in CacheEvent">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="type parameter in CacheEvent">V</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getRegion--">getRegion</a></span>()</code>
+<div class="block">Returns the region to which this cached object belongs or
+ the region that raised this event for <code>RegionEvent</code>s.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isCallbackArgumentAvailable--">isCallbackArgumentAvailable</a></span>()</code>
+<div class="block">Returns <code>true</code> if the callback argument is "available".</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isDistributed--">isDistributed</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isDistributed--"><code>Operation.isDistributed()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isExpiration--">isExpiration</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isExpiration--"><code>Operation.isExpiration()</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#isOriginRemote--">isOriginRemote</a></span>()</code>
+<div class="block">Answer true if this event originated in a cache other than this one.</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="getRegion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getRegion</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="type parameter in CacheEvent">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="type parameter in CacheEvent">V</a>&gt;&nbsp;getRegion()</pre>
+<div class="block">Returns the region to which this cached object belongs or
+ the region that raised this event for <code>RegionEvent</code>s.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the region associated with this object or the region that raised
+ this event.</dd>
+</dl>
+</li>
+</ul>
+<a name="getOperation--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOperation</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache">Operation</a>&nbsp;getOperation()</pre>
+<div class="block">Return a description of the operation that triggered this event.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the operation that triggered this event.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getCallbackArgument--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCallbackArgument</h4>
+<pre>java.lang.Object&nbsp;getCallbackArgument()</pre>
+<div class="block">Returns the callbackArgument passed to the method that generated this event.
+ Provided primarily in case this object or region has already been
+ destroyed. See the <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> interface methods that take a
+ callbackArgument parameter.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the callbackArgument associated with this event. <code>null</code>
+ is returned if the callback argument is not propagated to the event.
+ This happens for events given to <a href="../../../../com/gemstone/gemfire/cache/TransactionListener.html" title="interface in com.gemstone.gemfire.cache"><code>TransactionListener</code></a>
+ and to <a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><code>CacheListener</code></a> on the remote side of a transaction commit.</dd>
+</dl>
+</li>
+</ul>
+<a name="isCallbackArgumentAvailable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isCallbackArgumentAvailable</h4>
+<pre>boolean&nbsp;isCallbackArgumentAvailable()</pre>
+<div class="block">Returns <code>true</code> if the callback argument is "available".
+ Not available means that the callback argument may have existed but it could
+ not be obtained.
+ Note that <a href="../../../../com/gemstone/gemfire/cache/CacheEvent.html#getCallbackArgument--"><code>getCallbackArgument()</code></a> will return <code>null</code>
+ when this method returns <code>false</code>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.0</dd>
+</dl>
+</li>
+</ul>
+<a name="isOriginRemote--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isOriginRemote</h4>
+<pre>boolean&nbsp;isOriginRemote()</pre>
+<div class="block">Answer true if this event originated in a cache other than this one.
+ Answer false if this event originated in this cache.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event originated remotely</dd>
+</dl>
+</li>
+</ul>
+<a name="getDistributedMember--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributedMember</h4>
+<pre><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a>&nbsp;getDistributedMember()</pre>
+<div class="block">Returns the <a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed"><code>DistributedMember</code></a> that this event originated in.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the member that performed the operation that originated this event.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+</dl>
+</li>
+</ul>
+<a name="isExpiration--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isExpiration</h4>
+<pre>@Deprecated
+boolean&nbsp;isExpiration()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isExpiration--"><code>Operation.isExpiration()</code></a> instead.</span></div>
+<div class="block">Answer true if this event resulted from expiration.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event resulted from expiration</dd>
+</dl>
+</li>
+</ul>
+<a name="isDistributed--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isDistributed</h4>
+<pre>@Deprecated
+boolean&nbsp;isDistributed()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of GemFire 5.0, use <a href="../../../../com/gemstone/gemfire/cache/Operation.html#isDistributed--"><code>Operation.isDistributed()</code></a> instead.</span></div>
+<div class="block">Answers true if this event resulted from a distributed operation;
+ false if a local operation.
+ 
+ This is useful to distinguish between invalidate and localInvalidate, and
+ destroy and localDestroy.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this event resulted from a distributed operation</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="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheEvent.html" target="_top">Frames</a></li>
+<li><a href="CacheEvent.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheException.html
new file mode 100644
index 0000000..f6780b4
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheException.html
@@ -0,0 +1,377 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheException.html" target="_top">Frames</a></li>
+<li><a href="CacheException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheException" class="title">Class CacheException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache">CacheExistsException</a>, <a href="../../../../com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache">EntryExistsException</a>, <a href="../../../../com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache">EntryNotFoundException</a>, <a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a>, <a href="../../../../com/gemstone/gemfire/cache/hdfs/StoreExistsException.html" title="class in com.gemstone.gemfire.cache.hdfs">StoreExistsException</a>, <a href="../../../../com/gemstone/gemfire/cache/TransactionException.html" title="class in com.gemstone.gemfire.cache">TransactionException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">CacheException</span>
+extends <a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A generic exception, which indicates
+ a cache error has occurred. All the other cache exceptions are 
+ subclasses of this class. This class is abstract and therefore only
+ subclasses are instantiated.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#CacheException--">CacheException</a></span>()</code>
+<div class="block">Constructs a new <code>CacheException</code>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#CacheException-java.lang.String-">CacheException</a></span>(java.lang.String&nbsp;s)</code>
+<div class="block">Constructs a new <code>CacheException</code> with a message string.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#CacheException-java.lang.String-java.lang.Throwable-">CacheException</a></span>(java.lang.String&nbsp;s,
+              java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a <code>CacheException</code> with a message string and
+ a base exception</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#CacheException-java.lang.Throwable-">CacheException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs a <code>CacheException</code> with a cause</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheException</h4>
+<pre>public&nbsp;CacheException()</pre>
+<div class="block">Constructs a new <code>CacheException</code>.</div>
+</li>
+</ul>
+<a name="CacheException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheException</h4>
+<pre>public&nbsp;CacheException(java.lang.String&nbsp;s)</pre>
+<div class="block">Constructs a new <code>CacheException</code> with a message string.</div>
+</li>
+</ul>
+<a name="CacheException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheException</h4>
+<pre>public&nbsp;CacheException(java.lang.String&nbsp;s,
+                      java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a <code>CacheException</code> with a message string and
+ a base exception</div>
+</li>
+</ul>
+<a name="CacheException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheException</h4>
+<pre>public&nbsp;CacheException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs a <code>CacheException</code> with a cause</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></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="../../../../com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheException.html" target="_top">Frames</a></li>
+<li><a href="CacheException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheExistsException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheExistsException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheExistsException.html
new file mode 100644
index 0000000..9d3cec7
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheExistsException.html
@@ -0,0 +1,369 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheExistsException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheExistsException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheExistsException.html" target="_top">Frames</a></li>
+<li><a href="CacheExistsException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheExistsException" class="title">Class CacheExistsException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">com.gemstone.gemfire.cache.CacheException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheExistsException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CacheExistsException</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></pre>
+<div class="block">Thrown when attempting to create a <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> if one already exists.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create-com.gemstone.gemfire.distributed.DistributedSystem-"><code>CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem)</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.CacheExistsException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html#CacheExistsException-com.gemstone.gemfire.cache.Cache-java.lang.String-">CacheExistsException</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;cache,
+                    java.lang.String&nbsp;msg)</code>
+<div class="block">Constructs an instance of <code>CacheExistsException</code> with the specified detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html#CacheExistsException-com.gemstone.gemfire.cache.Cache-java.lang.String-java.lang.Throwable-">CacheExistsException</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;cache,
+                    java.lang.String&nbsp;msg,
+                    java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Constructs an instance of <code>CacheExistsException</code> with the specified detail message
+ and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html#getCache--">getCache</a></span>()</code>
+<div class="block">Returns the <code>Cache</code> that already exists.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheException.html#toString--">toString</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheExistsException-com.gemstone.gemfire.cache.Cache-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheExistsException</h4>
+<pre>public&nbsp;CacheExistsException(<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;cache,
+                            java.lang.String&nbsp;msg)</pre>
+<div class="block">Constructs an instance of <code>CacheExistsException</code> with the specified detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheExistsException-com.gemstone.gemfire.cache.Cache-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheExistsException</h4>
+<pre>public&nbsp;CacheExistsException(<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;cache,
+                            java.lang.String&nbsp;msg,
+                            java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Constructs an instance of <code>CacheExistsException</code> with the specified detail message
+ and cause.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>msg</code> - the detail message</dd>
+<dd><code>cause</code> - the causal Throwable</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="getCache--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getCache</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;getCache()</pre>
+<div class="block">Returns the <code>Cache</code> that already exists.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</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="../../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheExistsException.html" target="_top">Frames</a></li>
+<li><a href="CacheExistsException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>


[11/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
new file mode 100644
index 0000000..1341ab9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html
@@ -0,0 +1,345 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CustomEvictionAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CustomEvictionAttributes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CustomEvictionAttributes.html" target="_top">Frames</a></li>
+<li><a href="CustomEvictionAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class CustomEvictionAttributes" class="title">Class CustomEvictionAttributes</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CustomEvictionAttributes</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">CustomEvictionAttributes</span>
+extends java.lang.Object</pre>
+<div class="block">Custom eviction attributes including <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> and evictor
+ start time and frequency, if any.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>gfxd 1.0</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier</th>
+<th class="colLast" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected </code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#CustomEvictionAttributes-com.gemstone.gemfire.cache.EvictionCriteria-long-long-boolean-">CustomEvictionAttributes</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;?,?&gt;&nbsp;criteria,
+                        long&nbsp;startTime,
+                        long&nbsp;interval,
+                        boolean&nbsp;evictIncoming)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getCriteria--">getCriteria</a></span>()</code>
+<div class="block">Get the <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> for this custom eviction.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorInterval--">getEvictorInterval</a></span>()</code>
+<div class="block">The intervals at which the periodic evictor task is fired and
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> evaluated to evict entries.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorStartTime--">getEvictorStartTime</a></span>()</code>
+<div class="block">The absolute start time in milliseconds (as returned by
+ <code>System.currentTimeMillis()</code>) when the evictor will be first fired.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#isEvictIncoming--">isEvictIncoming</a></span>()</code>
+<div class="block">If this returns true, then the criteria should always be applied to
+ incoming entries and never as a periodic task.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CustomEvictionAttributes-com.gemstone.gemfire.cache.EvictionCriteria-long-long-boolean-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CustomEvictionAttributes</h4>
+<pre>protected&nbsp;CustomEvictionAttributes(<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;?,?&gt;&nbsp;criteria,
+                                   long&nbsp;startTime,
+                                   long&nbsp;interval,
+                                   boolean&nbsp;evictIncoming)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getCriteria--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getCriteria</h4>
+<pre>public&nbsp;&lt;K,V&gt;&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache">EvictionCriteria</a>&lt;K,V&gt;&nbsp;getCriteria()</pre>
+<div class="block">Get the <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> for this custom eviction. The criteria
+ will be applied to the region entries either periodically as per
+ <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorStartTime--"><code>getEvictorStartTime()</code></a> and <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorInterval--"><code>getEvictorInterval()</code></a>, or on
+ incoming puts if <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#isEvictIncoming--"><code>isEvictIncoming()</code></a> is true.</div>
+</li>
+</ul>
+<a name="getEvictorStartTime--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEvictorStartTime</h4>
+<pre>public final&nbsp;long&nbsp;getEvictorStartTime()</pre>
+<div class="block">The absolute start time in milliseconds (as returned by
+ <code>System.currentTimeMillis()</code>) when the evictor will be first fired.
+ Thereafter the evictor will be fired periodically every
+ <a href="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html#getEvictorInterval--"><code>getEvictorInterval()</code></a> milliseconds.</div>
+</li>
+</ul>
+<a name="getEvictorInterval--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEvictorInterval</h4>
+<pre>public final&nbsp;long&nbsp;getEvictorInterval()</pre>
+<div class="block">The intervals at which the periodic evictor task is fired and
+ <a href="../../../../com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache"><code>EvictionCriteria</code></a> evaluated to evict entries.</div>
+</li>
+</ul>
+<a name="isEvictIncoming--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isEvictIncoming</h4>
+<pre>public final&nbsp;boolean&nbsp;isEvictIncoming()</pre>
+<div class="block">If this returns true, then the criteria should always be applied to
+ incoming entries and never as a periodic task.</div>
+</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="../../../../com/gemstone/gemfire/cache/CommitIncompleteException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CustomEvictionAttributes.html" target="_top">Frames</a></li>
+<li><a href="CustomEvictionAttributes.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomExpiry.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomExpiry.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomExpiry.html
new file mode 100644
index 0000000..4449fce
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomExpiry.html
@@ -0,0 +1,253 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CustomExpiry (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CustomExpiry (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CustomExpiry.html" target="_top">Frames</a></li>
+<li><a href="CustomExpiry.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CustomExpiry" class="title">Interface CustomExpiry&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/modules/util/SessionCustomExpiry.html" title="class in com.gemstone.gemfire.modules.util">SessionCustomExpiry</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CustomExpiry&lt;K,V&gt;</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></pre>
+<div class="block">This is the contract that a <code>custom-expiry</code> element must honor.
+ It determines the expiration characteristics for a specific entry in a region.
+ <p>Note that if you wish to refer to an implementation of this interface in XML,
+ the implementation must also implement the Declarable interface.</div>
+</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="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html#getExpiry-com.gemstone.gemfire.cache.Region.Entry-">getExpiry</a></span>(<a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache">Region.Entry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="type parameter in CustomExpiry">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="type parameter in CustomExpiry">V</a>&gt;&nbsp;entry)</code>
+<div class="block">Calculate the expiration for a given entry.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheCallback">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></code></li>
+</ul>
+</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="getExpiry-com.gemstone.gemfire.cache.Region.Entry-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getExpiry</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache">ExpirationAttributes</a>&nbsp;getExpiry(<a href="../../../../com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache">Region.Entry</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="type parameter in CustomExpiry">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="type parameter in CustomExpiry">V</a>&gt;&nbsp;entry)</pre>
+<div class="block">Calculate the expiration for a given entry.
+ Returning null indicates that the
+ default for the region should be used.
+ <p>
+ The entry parameter should not be used after this method invocation completes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>entry</code> - the entry to calculate the expiration for</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the expiration to be used, null if the region's defaults should be
+ used.</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="../../../../com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CustomExpiry.html" target="_top">Frames</a></li>
+<li><a href="CustomExpiry.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DataPolicy.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DataPolicy.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DataPolicy.html
new file mode 100644
index 0000000..fba5fcc
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DataPolicy.html
@@ -0,0 +1,781 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DataPolicy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DataPolicy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":42,"i2":42,"i3":42,"i4":42,"i5":42,"i6":42,"i7":42,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DataPolicy.html" target="_top">Frames</a></li>
+<li><a href="DataPolicy.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">com.gemstone.gemfire.cache</div>
+<h2 title="Class DataPolicy" class="title">Class DataPolicy</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.DataPolicy</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">DataPolicy</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Enumerated type for region data policy.
+ The data policy specifies how this local cache will handle the data for a region.
+ <ol>
+ <li><code>EMPTY</code> causes data to never be stored in local memory. The region will always appear empty. It can be used to for zero footprint producers that only want to distribute their data to others and for zero footprint consumers that only want to see events.
+ <li><code>NORMAL</code> causes data that this region is interested in to be stored in local memory. It allows the contents in this cache to differ from other caches.
+ <li><code>PARTITION</code> causes data that this region holds to be spread across processes.  The amount of data held in this cache is configured in <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>PartitionAttributes</code></a> with a <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html" title="class in com.gemstone.gemfire.cache"><code>PartitionAttributesFactory</code></a>.
+ <li><code>PERSISTENT_PARTITION</code> in addition to <code>PARTITION</code> also causes data to be stored to disk. The region initialization uses the data stored on disk.
+ <li><code>REPLICATE</code> causes data that this region is interested in to be stored in local memory. A distributed region will be initialized with the data from other caches. On distributed region operations that would cause the contents to differ with other caches are not allowed. This policy is allowed on local scope region but it behaves the same as <code>NORMAL</code>.
+ <li><code>PERSISTENT_REPLICATE</code> in addition to <code>REPLICATE</code> also causes data to be stored to disk. The region initialization uses the data stored on disk. Note that the persistence applies to both local scope and distributed scope.
+ <li><code>HDFS_PARTITION</code> in addition to <code>PARTITION</code> also causes data to be stored to HDFS. The region initialization may use the data stored on HDFS. 
+ </ol></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setDataPolicy-com.gemstone.gemfire.cache.DataPolicy-"><code>AttributesFactory.setDataPolicy(com.gemstone.gemfire.cache.DataPolicy)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getDataPolicy--"><code>RegionAttributes.getDataPolicy()</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.DataPolicy">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#DEFAULT">DEFAULT</a></span></code>
+<div class="block">The data policy used by default; it is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>NORMAL</code></a>.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#EMPTY">EMPTY</a></span></code>
+<div class="block">Data is never stored in local memory.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL">NORMAL</a></span></code>
+<div class="block">Allows the contents in this cache to differ from other caches.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>byte</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#ordinal">ordinal</a></span></code>
+<div class="block">used as ordinal to represent this DataPolicy</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION">PARTITION</a></span></code>
+<div class="block">Data in this region may be spread across a number of processes.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION">PERSISTENT_PARTITION</a></span></code>
+<div class="block">In addition to <code>PARTITION</code> also causes data to be stored to
+ disk.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE">PERSISTENT_REPLICATE</a></span></code>
+<div class="block">In addition to <code>REPLICATE</code> also causes data to be stored to
+ disk.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED">PRELOADED</a></span></code>
+<div class="block">In addition to <code>NORMAL</code>, contents inside of this cache are
+ (partially) initialized with data from other caches, if available.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#REPLICATE">REPLICATE</a></span></code>
+<div class="block">The region will be initialized with the data from other caches and accepts
+ any new entries created in other caches.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>static <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#fromOrdinal-byte-">fromOrdinal</a></span>(byte&nbsp;ordinal)</code>
+<div class="block">Return the DataPolicy represented by specified ordinal</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isDefault--">isDefault</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use an identity comparison instead of this method</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isEmpty--">isEmpty</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use withStorage()</span></div>
+</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isNormal--">isNormal</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use an identity comparison instead of this method</span></div>
+</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isPartition--">isPartition</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use withPartitioning()</span></div>
+</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isPersistentReplicate--">isPersistentReplicate</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use withPersistence() and withReplication()</span></div>
+</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isPreloaded--">isPreloaded</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use withPreloaded()</span></div>
+</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#isReplicate--">isReplicate</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">from version 6.5 forward please use withReplication()</span></div>
+</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#toString--">toString</a></span>()</code>
+<div class="block">Returns a string representation for this data policy.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withHDFS--">withHDFS</a></span>()</code>
+<div class="block">Return whether this policy does persistence on HDFS.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withPartitioning--">withPartitioning</a></span>()</code>
+<div class="block">Return whether this policy does partitioning.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withPersistence--">withPersistence</a></span>()</code>
+<div class="block">Return whether this policy does persistence.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withPreloaded--">withPreloaded</a></span>()</code>
+<div class="block">Return whether this policy does preloaded.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withReplication--">withReplication</a></span>()</code>
+<div class="block">Return whether this policy does replication.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#withStorage--">withStorage</a></span>()</code>
+<div class="block">Return true if regions with this policy store data locally.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="EMPTY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EMPTY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> EMPTY</pre>
+<div class="block">Data is never stored in local memory.
+ The region will always be empty locally.
+ It can be used to for zero footprint producers that only want to distribute
+ their data to others
+ and for zero footprint consumers that only want to see events.</div>
+</li>
+</ul>
+<a name="NORMAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NORMAL</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> NORMAL</pre>
+<div class="block">Allows the contents in this cache to differ from other caches.<p>
+ Data that this region is interested in is stored in local memory.</div>
+</li>
+</ul>
+<a name="REPLICATE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>REPLICATE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> REPLICATE</pre>
+<div class="block">The region will be initialized with the data from other caches and accepts
+ any new entries created in other caches.<p>
+ Operations that would cause the contents to differ with other caches
+ are not allowed.<p>
+ Data that this region is interested in is stored in local memory.</div>
+</li>
+</ul>
+<a name="PERSISTENT_REPLICATE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PERSISTENT_REPLICATE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> PERSISTENT_REPLICATE</pre>
+<div class="block">In addition to <code>REPLICATE</code> also causes data to be stored to
+ disk. The region initialization may use the data stored on disk.</div>
+</li>
+</ul>
+<a name="PARTITION">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PARTITION</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> PARTITION</pre>
+<div class="block">Data in this region may be spread across a number of processes.  This is
+ further configured with <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache"><code>partitioning attributes</code></a></div>
+</li>
+</ul>
+<a name="PRELOADED">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PRELOADED</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> PRELOADED</pre>
+<div class="block">In addition to <code>NORMAL</code>, contents inside of this cache are
+ (partially) initialized with data from other caches, if available.</div>
+</li>
+</ul>
+<a name="PERSISTENT_PARTITION">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PERSISTENT_PARTITION</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> PERSISTENT_PARTITION</pre>
+<div class="block">In addition to <code>PARTITION</code> also causes data to be stored to
+ disk. The region initialization may use the data stored on disk.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="DEFAULT">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>DEFAULT</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a> DEFAULT</pre>
+<div class="block">The data policy used by default; it is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>NORMAL</code></a>.</div>
+</li>
+</ul>
+<a name="ordinal">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ordinal</h4>
+<pre>public final&nbsp;byte ordinal</pre>
+<div class="block">used as ordinal to represent this DataPolicy</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="fromOrdinal-byte-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromOrdinal</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache">DataPolicy</a>&nbsp;fromOrdinal(byte&nbsp;ordinal)</pre>
+<div class="block">Return the DataPolicy represented by specified ordinal</div>
+</li>
+</ul>
+<a name="withStorage--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withStorage</h4>
+<pre>public&nbsp;boolean&nbsp;withStorage()</pre>
+<div class="block">Return true if regions with this policy store data locally.<p>
+ Although DataPolicy <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>PARTITION</code></a> will return true to this query,
+ it is possible to turn off local storage with
+ <a href="../../../../com/gemstone/gemfire/cache/PartitionAttributesFactory.html#setLocalMaxMemory-int-"><code>PartitionAttributesFactory.setLocalMaxMemory(int)</code></a> by setting
+ localMaxMemory to zero.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if regions with this policy store data locally.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>NORMAL</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>PRELOADED</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#REPLICATE"><code>REPLICATE</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>PERSISTENT_REPLICATE</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>PARTITION</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>PERSISTENT_PARTITION</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="withReplication--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withReplication</h4>
+<pre>public&nbsp;boolean&nbsp;withReplication()</pre>
+<div class="block">Return whether this policy does replication.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy does replication.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#REPLICATE"><code>REPLICATE</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>PERSISTENT_REPLICATE</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="withPersistence--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withPersistence</h4>
+<pre>public&nbsp;boolean&nbsp;withPersistence()</pre>
+<div class="block">Return whether this policy does persistence.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy does persistence.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>PERSISTENT_PARTITION</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>PERSISTENT_REPLICATE</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="withPartitioning--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withPartitioning</h4>
+<pre>public&nbsp;boolean&nbsp;withPartitioning()</pre>
+<div class="block">Return whether this policy does partitioning.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy does partitioning</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>PARTITION</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_PARTITION"><code>PERSISTENT_PARTITION</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="withPreloaded--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withPreloaded</h4>
+<pre>public&nbsp;boolean&nbsp;withPreloaded()</pre>
+<div class="block">Return whether this policy does preloaded.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy does preloaded.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>PRELOADED</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="isEmpty--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isEmpty</h4>
+<pre>public&nbsp;boolean&nbsp;isEmpty()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use withStorage()</span></div>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#EMPTY"><code>EMPTY</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#EMPTY"><code>EMPTY</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="isNormal--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNormal</h4>
+<pre>public&nbsp;boolean&nbsp;isNormal()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use an identity comparison instead of this method</span></div>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>NORMAL</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#NORMAL"><code>NORMAL</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="isPreloaded--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isPreloaded</h4>
+<pre>public&nbsp;boolean&nbsp;isPreloaded()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use withPreloaded()</span></div>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>PRELOADED</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PRELOADED"><code>PRELOADED</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="isDefault--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isDefault</h4>
+<pre>public&nbsp;boolean&nbsp;isDefault()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use an identity comparison instead of this method</span></div>
+<div class="block">Return true if this policy is the default.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is the default.</dd>
+</dl>
+</li>
+</ul>
+<a name="isReplicate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isReplicate</h4>
+<pre>public&nbsp;boolean&nbsp;isReplicate()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use withReplication()</span></div>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#REPLICATE"><code>REPLICATE</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#REPLICATE"><code>REPLICATE</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="isPersistentReplicate--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isPersistentReplicate</h4>
+<pre>public&nbsp;boolean&nbsp;isPersistentReplicate()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use withPersistence() and withReplication()</span></div>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>PERSISTENT_REPLICATE</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PERSISTENT_REPLICATE"><code>PERSISTENT_REPLICATE</code></a>.</dd>
+</dl>
+</li>
+</ul>
+<a name="isPartition--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isPartition</h4>
+<pre>public&nbsp;boolean&nbsp;isPartition()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">from version 6.5 forward please use withPartitioning()</span></div>
+<div class="block">Return true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>PARTITION</code></a>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy is <a href="../../../../com/gemstone/gemfire/cache/DataPolicy.html#PARTITION"><code>PARTITION</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="withHDFS--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withHDFS</h4>
+<pre>public&nbsp;boolean&nbsp;withHDFS()</pre>
+<div class="block">Return whether this policy does persistence on HDFS.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this policy does persistence on HDFS.</dd>
+</dl>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">Returns a string representation for this data policy.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of this data policy.</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="../../../../com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/DataPolicy.html" target="_top">Frames</a></li>
+<li><a href="DataPolicy.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Declarable.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Declarable.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Declarable.html
new file mode 100644
index 0000000..c06067c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/Declarable.html
@@ -0,0 +1,273 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>Declarable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Declarable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/Declarable.html" target="_top">Frames</a></li>
+<li><a href="Declarable.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface Declarable" class="title">Interface Declarable</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/util/AutoBalancer.html" title="class in com.gemstone.gemfire.cache.util">AutoBalancer</a>, <a href="../../../../com/gemstone/gemfire/modules/util/CreateRegionFunction.html" title="class in com.gemstone.gemfire.modules.util">CreateRegionFunction</a>, <a href="../../../../com/gemstone/gemfire/modules/util/DebugCacheListener.html" title="class in com.gemstone.gemfire.modules.util">DebugCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEventApplicationCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaEventApplicationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaForwarderCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaForwarderCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/hibernate/GemFireCacheListener.html" title="class in com.gemstone.gemf
 ire.modules.hibernate">GemFireCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheLoader.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheLoader</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheWriter.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheWriter</a>, <a href="../../../../com/gemstone/gemfire/pdx/ReflectionBasedAutoSerializer.html" title="class in com.gemstone.gemfire.pdx">ReflectionBasedAutoSerializer</a>, <a href="../../../../com/gemstone/gemfire/modules/util/RegionConfigurationCacheListener.html" title="class in com.gemstone.gemfire.modules.util">RegionConfigurationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/util/RegionSizeFunction.html" title="class in com.gemstone.gemfire.modules.util">RegionSizeFunction</a>, <a href="../../../../com/gemstone/gem
 fire/modules/util/SessionCustomExpiry.html" title="class in com.gemstone.gemfire.modules.util">SessionCustomExpiry</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/SessionExpirationCacheListener.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">SessionExpirationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/util/TouchPartitionedRegionEntriesFunction.html" title="class in com.gemstone.gemfire.modules.util">TouchPartitionedRegionEntriesFunction</a>, <a href="../../../../com/gemstone/gemfire/modules/util/TouchReplicatedRegionEntriesFunction.html" title="class in com.gemstone.gemfire.modules.util">TouchReplicatedRegionEntriesFunction</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">Declarable</span></pre>
+<div class="block">An object that can be described in a declarative caching XML file.
+
+ <p>
+
+ Any user-defined object in the declarative caching xml file
+ should implement this interface in order to be constructed.
+
+ <p>
+
+ For example, the user can declare a <code>CacheLoader</code> in a declarative
+ XML file as follows:
+
+ <pre>
+        &lt;cache-loader&gt;
+          &lt;class-name&gt;com.company.app.DBLoader&lt;/class-name&gt;
+          &lt;parameter name="URL"&gt;
+            &lt;string&gt;jdbc://12.34.56.78/mydb&lt;/string&gt;
+          &lt;/parameter&gt;
+        &lt;/cache-loader&gt;
+ </pre>
+
+ <p>
+
+ In this case, <code>com.company.app.DBLoader</code> must 
+ implement both the <a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><code>CacheLoader</code></a> and <code>Declarable</code>
+ interfaces. The cache service will construct a
+ <code>com.company.app.DBLoader</code> object by invoking the loader's
+ zero-argument constructor and then calling the <a href="../../../../com/gemstone/gemfire/cache/Declarable.html#init-java.util.Properties-"><code>init(java.util.Properties)</code></a> method
+ to pass in the parameters.
+
+ <P>
+
+ See <a href="package-summary.html#declarative">package introduction</a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.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>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/Declarable.html#init-java.util.Properties-">init</a></span>(java.util.Properties&nbsp;props)</code>
+<div class="block">Initializes a user-defined object using the given properties.</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="init-java.util.Properties-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>init</h4>
+<pre>void&nbsp;init(java.util.Properties&nbsp;props)</pre>
+<div class="block">Initializes a user-defined object using the given properties.
+ Note that any uncaught exception thrown by this method will cause
+ the <code>Cache</code> initialization to fail.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>props</code> - Contains the parameters declared in the declarative xml
+        file.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If one of the configuration options in <code>props</code>
+         is illegal or malformed.</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="../../../../com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/Declarable.html" target="_top">Frames</a></li>
+<li><a href="Declarable.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>


[50/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-frame.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-frame.html
new file mode 100644
index 0000000..7044dd1
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-frame.html
@@ -0,0 +1,576 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:10 PST 2016 -->
+<title>All Classes (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<h1 class="bar">All&nbsp;Classes</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/AbstractCache.html" title="class in com.gemstone.gemfire.modules.session.bootstrap" target="classFrame">AbstractCache</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/AbstractCacheLifecycleListener.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">AbstractCacheLifecycleListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/AbstractGatewayDeltaEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame">AbstractGatewayDeltaEvent</a></li>
+<li><a href="com/gemstone/gemfire/distributed/AbstractLauncher.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">AbstractLauncher</a></li>
+<li><a href="com/gemstone/gemfire/distributed/AbstractLauncher.ServiceState.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">AbstractLauncher.ServiceState</a></li>
+<li><a href="com/gemstone/gemfire/distributed/AbstractLauncher.Status.html" title="enum in com.gemstone.gemfire.distributed" target="classFrame">AbstractLauncher.Status</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/AbstractSessionCache.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">AbstractSessionCache</a></li>
+<li><a href="com/gemstone/gemfire/security/AccessControl.html" title="interface in com.gemstone.gemfire.security" target="classFrame"><span class="interfaceName">AccessControl</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminConfig.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminConfig</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminConfig.Entry.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminConfig.Entry</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">AdminDistributedSystem</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminDistributedSystemFactory</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminException</a></li>
+<li><a href="com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AdminXmlException</a></li>
+<li><a href="com/gemstone/gemfire/admin/jmx/Agent.html" title="interface in com.gemstone.gemfire.admin.jmx" target="classFrame"><span class="interfaceName">Agent</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/jmx/AgentConfig.html" title="interface in com.gemstone.gemfire.admin.jmx" target="classFrame"><span class="interfaceName">AgentConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/jmx/AgentFactory.html" title="class in com.gemstone.gemfire.admin.jmx" target="classFrame">AgentFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Aggregator.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">Aggregator</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">Alert</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin" target="classFrame">AlertLevel</a></li>
+<li><a href="com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">AlertListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/AllConnectionsInUseException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">AllConnectionsInUseException</a></li>
+<li><a href="com/gemstone/gemfire/management/AlreadyRunningException.html" title="class in com.gemstone.gemfire.management" target="classFrame">AlreadyRunningException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/AmbiguousNameException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">AmbiguousNameException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/Argument.html" title="class in com.gemstone.gemfire.modules.session.installer.args" target="classFrame">Argument</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/ArgumentHandler.html" title="interface in com.gemstone.gemfire.modules.session.installer.args" target="classFrame"><span class="interfaceName">ArgumentHandler</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/ArgumentProcessor.html" title="class in com.gemstone.gemfire.modules.session.installer.args" target="classFrame">ArgumentProcessor</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/args/ArgumentValues.html" title="class in com.gemstone.gemfire.modules.session.installer.args" target="classFrame">ArgumentValues</a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEvent.html" title="interface in com.gemstone.gemfire.cache.asyncqueue" target="classFrame"><span class="interfaceName">AsyncEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEventListener.html" title="interface in com.gemstone.gemfire.cache.asyncqueue" target="classFrame"><span class="interfaceName">AsyncEventListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue" target="classFrame"><span class="interfaceName">AsyncEventQueue</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.html" title="interface in com.gemstone.gemfire.cache.asyncqueue" target="classFrame"><span class="interfaceName">AsyncEventQueueFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/AsyncEventQueueMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">AsyncEventQueueMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/lang/AttachAPINotFoundException.html" title="class in com.gemstone.gemfire.lang" target="classFrame">AttachAPINotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/AttributesFactory.html" title="class in com.gemstone.gemfire.cache" target="classFrame">AttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/AttributesMutator.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">AttributesMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/security/AuthenticationFailedException.html" title="class in com.gemstone.gemfire.security" target="classFrame">AuthenticationFailedException</a></li>
+<li><a href="com/gemstone/gemfire/security/AuthenticationRequiredException.html" title="class in com.gemstone.gemfire.security" target="classFrame">AuthenticationRequiredException</a></li>
+<li><a href="com/gemstone/gemfire/security/Authenticator.html" title="interface in com.gemstone.gemfire.security" target="classFrame"><span class="interfaceName">Authenticator</span></a></li>
+<li><a href="com/gemstone/gemfire/security/AuthInitialize.html" title="interface in com.gemstone.gemfire.security" target="classFrame"><span class="interfaceName">AuthInitialize</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/AutoBalancer.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">AutoBalancer</a></li>
+<li><a href="com/gemstone/gemfire/admin/BackupStatus.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">BackupStatus</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/Banner.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">Banner</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/BootstrappingFunction.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">BootstrappingFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/BoundedLinkedHashMap.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">BoundedLinkedHashMap</a></li>
+<li><a href="com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">Cache</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheCallback</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheClosedException</a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">CacheDoesNotExistException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheEvent.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheFactory</a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/CacheListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">CacheListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheLoader</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheLoaderException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheRuntimeException</a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheServer.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheServer</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server" target="classFrame"><span class="interfaceName">CacheServer</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheServerConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheServerConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/CacheServerMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">CacheServerMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/CacheSnapshotService.html" title="interface in com.gemstone.gemfire.cache.snapshot" target="classFrame"><span class="interfaceName">CacheSnapshotService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheStatistics.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheTransactionManager.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheTransactionManager</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheVm.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheVm</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/CacheVmConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">CacheVmConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheWriter.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CacheWriter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/CacheWriterAdapter.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">CacheWriterAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheWriterException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CacheXmlException</a></li>
+<li><a href="com/gemstone/gemfire/CancelCriterion.html" title="class in com.gemstone.gemfire" target="classFrame">CancelCriterion</a></li>
+<li><a href="com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire" target="classFrame">CancelException</a></li>
+<li><a href="com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire" target="classFrame">CanonicalInstantiator</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ClassLoaderObjectInputStream.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">ClassLoaderObjectInputStream</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientCache.html" title="interface in com.gemstone.gemfire.cache.client" target="classFrame"><span class="interfaceName">ClientCache</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientCacheFactory.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">ClientCacheFactory</a></li>
+<li><a href="com/gemstone/gemfire/management/ClientHealthStatus.html" title="class in com.gemstone.gemfire.management" target="classFrame">ClientHealthStatus</a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembership.html" title="class in com.gemstone.gemfire.management.membership" target="classFrame">ClientMembership</a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembershipEvent.html" title="interface in com.gemstone.gemfire.management.membership" target="classFrame"><span class="interfaceName">ClientMembershipEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembershipListener.html" title="interface in com.gemstone.gemfire.management.membership" target="classFrame"><span class="interfaceName">ClientMembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/management/membership/ClientMembershipListenerAdapter.html" title="class in com.gemstone.gemfire.management.membership" target="classFrame">ClientMembershipListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientNotReadyException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">ClientNotReadyException</a></li>
+<li><a href="com/gemstone/gemfire/management/ClientQueueDetail.html" title="class in com.gemstone.gemfire.management" target="classFrame">ClientQueueDetail</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientRegionFactory.html" title="interface in com.gemstone.gemfire.cache.client" target="classFrame"><span class="interfaceName">ClientRegionFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ClientRegionShortcut.html" title="enum in com.gemstone.gemfire.cache.client" target="classFrame">ClientRegionShortcut</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/ClientServerCache.html" title="class in com.gemstone.gemfire.modules.session.bootstrap" target="classFrame">ClientServerCache</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/ClientServerCacheLifecycleListener.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">ClientServerCacheLifecycleListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/ClientServerSessionCache.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">ClientServerSessionCache</a></li>
+<li><a href="com/gemstone/gemfire/cache/ClientSession.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">ClientSession</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/ClientSocketFactory.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">ClientSocketFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ClientSubscriptionConfig.html" title="interface in com.gemstone.gemfire.cache.server" target="classFrame"><span class="interfaceName">ClientSubscriptionConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CliMetaData.html" title="annotation in com.gemstone.gemfire.management.cli" target="classFrame">CliMetaData</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CliMetaData.AvailabilityMetadata.html" title="annotation in com.gemstone.gemfire.management.cli" target="classFrame">CliMetaData.AvailabilityMetadata</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/CloseCQOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">CloseCQOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/CollectionType.html" title="interface in com.gemstone.gemfire.cache.query.types" target="classFrame"><span class="interfaceName">CollectionType</span></a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandProcessingException.html" title="class in com.gemstone.gemfire.management.cli" target="classFrame">CommandProcessingException</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandService.html" title="class in com.gemstone.gemfire.management.cli" target="classFrame">CommandService</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandServiceException.html" title="class in com.gemstone.gemfire.management.cli" target="classFrame">CommandServiceException</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/CommandStatement.html" title="interface in com.gemstone.gemfire.management.cli" target="classFrame"><span class="interfaceName">CommandStatement</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/CommitConflictException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CommitConflictException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CommitDistributionException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CommitDistributionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/CommitIncompleteException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CommitIncompleteException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/CommitSessionValve.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">CommitSessionValve</a></li>
+<li><a href="com/gemstone/gemfire/compression/CompressionException.html" title="class in com.gemstone.gemfire.compression" target="classFrame">CompressionException</a></li>
+<li><a href="com/gemstone/gemfire/compression/Compressor.html" title="interface in com.gemstone.gemfire.compression" target="classFrame"><span class="interfaceName">Compressor</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/ConfigurationParameter.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">ConfigurationParameter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/ConflictingPersistentDataException.html" title="class in com.gemstone.gemfire.cache.persistence" target="classFrame">ConflictingPersistentDataException</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ContextMapper.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">ContextMapper</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/ConverterHint.html" title="interface in com.gemstone.gemfire.management.cli" target="classFrame"><span class="interfaceName">ConverterHint</span></a></li>
+<li><a href="com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire" target="classFrame">CopyException</a></li>
+<li><a href="com/gemstone/gemfire/CopyHelper.html" title="class in com.gemstone.gemfire" target="classFrame">CopyHelper</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributes.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributesFactory.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">CqAttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributesFactory.CqAttributesImpl.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">CqAttributesFactory.CqAttributesImpl</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqAttributesMutator.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqAttributesMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqClosedException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">CqClosedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqEvent.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">CqException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqExistsException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">CqExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqListener.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/CqListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">CqListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqQuery.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqQuery</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqResults.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqResults</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqServiceStatistics.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqServiceStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqState.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqState</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqStatistics.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/CqStatusListener.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">CqStatusListener</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/CreateRegionFunction.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">CreateRegionFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/CustomEvictionAttributes.html" title="class in com.gemstone.gemfire.cache" target="classFrame">CustomEvictionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/CustomExpiry.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">CustomExpiry</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DataPolicy.html" title="class in com.gemstone.gemfire.cache" target="classFrame">DataPolicy</a></li>
+<li><a href="com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire" target="classFrame"><span class="interfaceName">DataSerializable</span></a></li>
+<li><a href="com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire" target="classFrame"><span class="interfaceName">DataSerializable.Replaceable</span></a></li>
+<li><a href="com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire" target="classFrame">DataSerializer</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/DebugCacheListener.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">DebugCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">Declarable</span></a></li>
+<li><a href="com/gemstone/gemfire/Delta.html" title="interface in com.gemstone.gemfire" target="classFrame"><span class="interfaceName">Delta</span></a></li>
+<li><a href="com/gemstone/gemfire/DeltaSerializationException.html" title="class in com.gemstone.gemfire" target="classFrame">DeltaSerializationException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/DeltaSession.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">DeltaSession</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/DeltaSessionFacade.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">DeltaSessionFacade</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/DeltaSessionManager.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">DeltaSessionManager</a></li>
+<li><a href="com/gemstone/gemfire/management/DependenciesNotFoundException.html" title="class in com.gemstone.gemfire.management" target="classFrame">DependenciesNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/DestroyOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">DestroyOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskAccessException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">DiskAccessException</a></li>
+<li><a href="com/gemstone/gemfire/management/DiskBackupResult.html" title="class in com.gemstone.gemfire.management" target="classFrame">DiskBackupResult</a></li>
+<li><a href="com/gemstone/gemfire/management/DiskBackupStatus.html" title="class in com.gemstone.gemfire.management" target="classFrame">DiskBackupStatus</a></li>
+<li><a href="com/gemstone/gemfire/management/DiskMetrics.html" title="class in com.gemstone.gemfire.management" target="classFrame">DiskMetrics</a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">DiskStore</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskStoreFactory.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">DiskStoreFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/DiskStoreMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">DiskStoreMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskWriteAttributes.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">DiskWriteAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DiskWriteAttributesFactory.html" title="class in com.gemstone.gemfire.cache" target="classFrame">DiskWriteAttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedLockService.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">DistributedLockService</a></li>
+<li><a href="com/gemstone/gemfire/management/DistributedLockServiceMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">DistributedLockServiceMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">DistributedMember</span></a></li>
+<li><a href="com/gemstone/gemfire/management/DistributedRegionMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">DistributedRegionMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">DistributedSystem</a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributedSystemConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributedSystemConfig.ConfigListener.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributedSystemConfig.ConfigListener</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/DistributedSystemDisconnectedException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">DistributedSystemDisconnectedException</a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributedSystemHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/DistributedSystemMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">DistributedSystemMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributionLocator</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/DistributionLocatorConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">DistributionLocatorConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">DuplicatePrimaryPartitionException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/DurableClientAttributes.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">DurableClientAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/DynamicRegionFactory.html" title="class in com.gemstone.gemfire.cache" target="classFrame">DynamicRegionFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/DynamicRegionFactory.Config.html" title="class in com.gemstone.gemfire.cache" target="classFrame">DynamicRegionFactory.Config</a></li>
+<li><a href="com/gemstone/gemfire/cache/DynamicRegionListener.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">DynamicRegionListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/EmtpyRegionFunctionException.html" title="class in com.gemstone.gemfire.cache.execute" target="classFrame">EmtpyRegionFunctionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryDestroyedException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EntryDestroyedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">EntryEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryExistsException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EntryExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryNotFoundException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EntryNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EntryNotFoundInRegion</a></li>
+<li><a href="com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">EntryOperation</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/EnumType.html" title="class in com.gemstone.gemfire.modules.hibernate" target="classFrame">EnumType</a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/EventSequenceID.html" title="class in com.gemstone.gemfire.cache.wan" target="classFrame">EventSequenceID</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EvictionAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EvictionAlgorithm</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache" target="classFrame">EvictionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/management/EvictionAttributesData.html" title="class in com.gemstone.gemfire.management" target="classFrame">EvictionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionAttributesMutator.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">EvictionAttributesMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/EvictionCriteria.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">EvictionCriteria</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/ExecuteCQOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">ExecuteCQOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/ExecuteFunctionOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">ExecuteFunctionOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/Execution.html" title="interface in com.gemstone.gemfire.cache.execute" target="classFrame"><span class="interfaceName">Execution</span></a></li>
+<li><a href="com/gemstone/gemfire/annotations/Experimental.html" title="annotation in com.gemstone.gemfire.annotations" target="classFrame">Experimental</a></li>
+<li><a href="com/gemstone/gemfire/cache/ExpirationAction.html" title="class in com.gemstone.gemfire.cache" target="classFrame">ExpirationAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/ExpirationAttributes.html" title="class in com.gemstone.gemfire.cache" target="classFrame">ExpirationAttributes</a></li>
+<li><a href="com/gemstone/gemfire/cache/FailedSynchronizationException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">FailedSynchronizationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/FieldType.html" title="enum in com.gemstone.gemfire.pdx" target="classFrame">FieldType</a></li>
+<li><a href="com/gemstone/gemfire/cache/FixedPartitionAttributes.html" title="class in com.gemstone.gemfire.cache" target="classFrame">FixedPartitionAttributes</a></li>
+<li><a href="com/gemstone/gemfire/management/FixedPartitionAttributesData.html" title="class in com.gemstone.gemfire.management" target="classFrame">FixedPartitionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/FixedPartitionResolver.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">FixedPartitionResolver</span></a></li>
+<li><a href="com/gemstone/gemfire/ForcedDisconnectException.html" title="class in com.gemstone.gemfire" target="classFrame">ForcedDisconnectException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/Function.html" title="interface in com.gemstone.gemfire.cache.execute" target="classFrame"><span class="interfaceName">Function</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionAdapter.html" title="class in com.gemstone.gemfire.cache.execute" target="classFrame">FunctionAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionContext.html" title="interface in com.gemstone.gemfire.cache.execute" target="classFrame"><span class="interfaceName">FunctionContext</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/FunctionDomainException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">FunctionDomainException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionException.html" title="class in com.gemstone.gemfire.cache.execute" target="classFrame">FunctionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionInvocationTargetException.html" title="class in com.gemstone.gemfire.cache.execute" target="classFrame">FunctionInvocationTargetException</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/FunctionService.html" title="class in com.gemstone.gemfire.cache.execute" target="classFrame">FunctionService</a></li>
+<li><a href="com/gemstone/gemfire/distributed/FutureCancelledException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">FutureCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/Gateway.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">Gateway</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/Gateway.OrderPolicy.html" title="enum in com.gemstone.gemfire.cache.util" target="classFrame">Gateway.OrderPolicy</a></li>
+<li><a href="com/gemstone/gemfire/distributed/GatewayCancelledException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">GatewayCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/GatewayConfigurationException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">GatewayConfigurationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/GatewayConflictHelper.html" title="interface in com.gemstone.gemfire.cache.util" target="classFrame"><span class="interfaceName">GatewayConflictHelper</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/GatewayConflictResolver.html" title="interface in com.gemstone.gemfire.cache.util" target="classFrame"><span class="interfaceName">GatewayConflictResolver</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDelta.html" title="interface in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame"><span class="interfaceName">GatewayDelta</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaCreateEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame">GatewayDeltaCreateEvent</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaDestroyEvent.html" title="class in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame">GatewayDeltaDestroyEvent</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEvent.html" title="interface in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame"><span class="interfaceName">GatewayDeltaEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEventApplicationCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame">GatewayDeltaEventApplicationCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaForwarderCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta" target="classFrame">GatewayDeltaForwarderCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/GatewayEvent.html" title="interface in com.gemstone.gemfire.cache.util" target="classFrame"><span class="interfaceName">GatewayEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayEventFilter.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewayEventFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayEventSubstitutionFilter.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewayEventSubstitutionFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">GatewayException</a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayQueueEvent.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewayQueueEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayReceiver.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewayReceiver</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayReceiverFactory.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewayReceiverFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/GatewayReceiverMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">GatewayReceiverMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewaySender.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewaySender</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewaySender.OrderPolicy.html" title="enum in com.gemstone.gemfire.cache.wan" target="classFrame">GatewaySender.OrderPolicy</a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewaySenderFactory.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewaySenderFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/management/GatewaySenderMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">GatewaySenderMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/wan/GatewayTransportFilter.html" title="interface in com.gemstone.gemfire.cache.wan" target="classFrame"><span class="interfaceName">GatewayTransportFilter</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/GemFireCache.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">GemFireCache</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireCache.html" title="class in com.gemstone.gemfire.modules.hibernate" target="classFrame">GemFireCache</a></li>
+<li><a href="com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire" target="classFrame">GemFireCacheException</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireCacheListener.html" title="class in com.gemstone.gemfire.modules.hibernate" target="classFrame">GemFireCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireCacheProvider.html" title="class in com.gemstone.gemfire.modules.hibernate" target="classFrame">GemFireCacheProvider</a></li>
+<li><a href="com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire" target="classFrame">GemFireCheckedException</a></li>
+<li><a href="com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire" target="classFrame">GemFireConfigException</a></li>
+<li><a href="com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire" target="classFrame">GemFireException</a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireHealth.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">GemFireHealth</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireHealth.Health.html" title="class in com.gemstone.gemfire.admin" target="classFrame">GemFireHealth.Health</a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">GemFireHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire" target="classFrame">GemFireIOException</a></li>
+<li><a href="com/gemstone/gemfire/admin/GemFireMemberStatus.html" title="class in com.gemstone.gemfire.admin" target="classFrame">GemFireMemberStatus</a></li>
+<li><a href="com/gemstone/gemfire/memcached/GemFireMemcachedServer.html" title="class in com.gemstone.gemfire.memcached" target="classFrame">GemFireMemcachedServer</a></li>
+<li><a href="com/gemstone/gemfire/memcached/GemFireMemcachedServer.Protocol.html" title="enum in com.gemstone.gemfire.memcached" target="classFrame">GemFireMemcachedServer.Protocol</a></li>
+<li><a href="com/gemstone/gemfire/management/GemFireProperties.html" title="class in com.gemstone.gemfire.management" target="classFrame">GemFireProperties</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireQueryCacheFactory.html" title="class in com.gemstone.gemfire.modules.hibernate" target="classFrame">GemFireQueryCacheFactory</a></li>
+<li><a href="com/gemstone/gemfire/redis/GemFireRedisServer.html" title="class in com.gemstone.gemfire.redis" target="classFrame">GemFireRedisServer</a></li>
+<li><a href="com/gemstone/gemfire/modules/hibernate/GemFireRegionFactory.html" title="class in com.gemstone.gemfire.modules.hibernate" target="classFrame">GemFireRegionFactory</a></li>
+<li><a href="com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire" target="classFrame">GemFireRethrowable</a></li>
+<li><a href="com/gemstone/gemfire/security/GemFireSecurityException.html" title="class in com.gemstone.gemfire.security" target="classFrame">GemFireSecurityException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/GetDurableCQsOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">GetDurableCQsOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/GetOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">GetOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/ra/GFConnection.html" title="interface in com.gemstone.gemfire.ra" target="classFrame"><span class="interfaceName">GFConnection</span></a></li>
+<li><a href="com/gemstone/gemfire/ra/GFConnectionFactory.html" title="interface in com.gemstone.gemfire.ra" target="classFrame"><span class="interfaceName">GFConnectionFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSIOException.html" title="class in com.gemstone.gemfire.cache.hdfs" target="classFrame">HDFSIOException</a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSStore.html" title="interface in com.gemstone.gemfire.cache.hdfs" target="classFrame"><span class="interfaceName">HDFSStore</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSStoreFactory.html" title="interface in com.gemstone.gemfire.cache.hdfs" target="classFrame"><span class="interfaceName">HDFSStoreFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/hdfs/HDFSStoreMutator.html" title="interface in com.gemstone.gemfire.cache.hdfs" target="classFrame"><span class="interfaceName">HDFSStoreMutator</span></a></li>
+<li><a href="com/gemstone/gemfire/lang/Identifiable.html" title="interface in com.gemstone.gemfire.lang" target="classFrame"><span class="interfaceName">Identifiable</span></a></li>
+<li><a href="com/gemstone/gemfire/IncompatibleSystemException.html" title="class in com.gemstone.gemfire" target="classFrame">IncompatibleSystemException</a></li>
+<li><a href="com/gemstone/gemfire/cache/IncompatibleVersionException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">IncompatibleVersionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Index.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">Index</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexCreationException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">IndexCreationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexExistsException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">IndexExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexInvalidException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">IndexInvalidException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexMaintenanceException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">IndexMaintenanceException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexNameConflictException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">IndexNameConflictException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexStatistics.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">IndexStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/IndexType.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">IndexType</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/Installer.html" title="class in com.gemstone.gemfire.modules.session.installer" target="classFrame">Installer</a></li>
+<li><a href="com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire" target="classFrame">Instantiator</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/InterestOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">InterestOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestPolicy.html" title="class in com.gemstone.gemfire.cache" target="classFrame">InterestPolicy</a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestRegistrationEvent.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">InterestRegistrationEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestRegistrationListener.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">InterestRegistrationListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/InterestResultPolicy.html" title="class in com.gemstone.gemfire.cache" target="classFrame">InterestResultPolicy</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/InterestType.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">InterestType</a></li>
+<li><a href="com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire" target="classFrame">InternalGemFireError</a></li>
+<li><a href="com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire" target="classFrame">InternalGemFireException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/InvalidateOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">InvalidateOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire" target="classFrame">InvalidDeltaException</a></li>
+<li><a href="com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire" target="classFrame">InvalidValueException</a></li>
+<li><a href="com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire" target="classFrame">InvalidVersionException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/installer/JarClassLoader.html" title="class in com.gemstone.gemfire.modules.session.installer" target="classFrame">JarClassLoader</a></li>
+<li><a href="com/gemstone/gemfire/management/JMXNotificationType.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">JMXNotificationType</span></a></li>
+<li><a href="com/gemstone/gemfire/management/JMXNotificationUserData.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">JMXNotificationUserData</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/JSONFormatter.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">JSONFormatter</a></li>
+<li><a href="com/gemstone/gemfire/pdx/JSONFormatterException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">JSONFormatterException</a></li>
+<li><a href="com/gemstone/gemfire/management/JVMMetrics.html" title="class in com.gemstone.gemfire.management" target="classFrame">JVMMetrics</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/JvmRouteBinderValve.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">JvmRouteBinderValve</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/KeyOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">KeyOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/KeySetOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">KeySetOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/KeyValueOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">KeyValueOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LeaseExpiredException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">LeaseExpiredException</a></li>
+<li><a href="com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire" target="classFrame">LicenseException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/LifecycleTypeAdapter.html" title="enum in com.gemstone.gemfire.modules.session.bootstrap" target="classFrame">LifecycleTypeAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/LoaderHelper.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">LoaderHelper</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheLoader.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback" target="classFrame">LocalSessionCacheLoader</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheWriter.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback" target="classFrame">LocalSessionCacheWriter</a></li>
+<li><a href="com/gemstone/gemfire/distributed/Locator.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">Locator</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">LocatorLauncher</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">LocatorLauncher.Builder</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed" target="classFrame">LocatorLauncher.Command</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">LocatorLauncher.LocatorState</a></li>
+<li><a href="com/gemstone/gemfire/management/LocatorMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">LocatorMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/LockNotHeldException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">LockNotHeldException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/LockServiceDestroyedException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">LockServiceDestroyedException</a></li>
+<li><a href="com/gemstone/gemfire/management/LockServiceMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">LockServiceMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/LogWriter.html" title="interface in com.gemstone.gemfire" target="classFrame"><span class="interfaceName">LogWriter</span></a></li>
+<li><a href="com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n" target="classFrame"><span class="interfaceName">LogWriterI18n</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/LossAction.html" title="class in com.gemstone.gemfire.cache" target="classFrame">LossAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/LowMemoryException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">LowMemoryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneIndex.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneIndex</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQuery.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneQuery</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQueryFactory.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneQueryFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQueryProvider.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneQueryProvider</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneQueryResults.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneQueryResults</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneResultStruct.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneResultStruct</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneService.html" title="interface in com.gemstone.gemfire.cache.lucene" target="classFrame"><span class="interfaceName">LuceneService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/lucene/LuceneServiceProvider.html" title="class in com.gemstone.gemfire.cache.lucene" target="classFrame">LuceneServiceProvider</a></li>
+<li><a href="com/gemstone/gemfire/admin/ManagedEntity.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">ManagedEntity</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/ManagedEntityConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">ManagedEntityConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/ManagementException.html" title="class in com.gemstone.gemfire.management" target="classFrame">ManagementException</a></li>
+<li><a href="com/gemstone/gemfire/management/ManagementService.html" title="class in com.gemstone.gemfire.management" target="classFrame">ManagementService</a></li>
+<li><a href="com/gemstone/gemfire/management/ManagerMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">ManagerMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/MapType.html" title="interface in com.gemstone.gemfire.cache.query.types" target="classFrame"><span class="interfaceName">MapType</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/MemberHealthConfig.html" title="interface in com.gemstone.gemfire.admin" target="classFrame"><span class="interfaceName">MemberHealthConfig</span></a></li>
+<li><a href="com/gemstone/gemfire/management/MemberMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">MemberMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/MembershipAttributes.html" title="class in com.gemstone.gemfire.cache" target="classFrame">MembershipAttributes</a></li>
+<li><a href="com/gemstone/gemfire/management/MembershipAttributesData.html" title="class in com.gemstone.gemfire.management" target="classFrame">MembershipAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/management/membership/MembershipEvent.html" title="interface in com.gemstone.gemfire.management.membership" target="classFrame"><span class="interfaceName">MembershipEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/management/membership/MembershipListener.html" title="interface in com.gemstone.gemfire.management.membership" target="classFrame"><span class="interfaceName">MembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/MirrorType.html" title="class in com.gemstone.gemfire.cache" target="classFrame">MirrorType</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ModuleStatistics.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">ModuleStatistics</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/MultiIndexCreationException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">MultiIndexCreationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/NameNotFoundException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">NameNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/NameResolutionException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">NameResolutionException</a></li>
+<li><a href="com/gemstone/gemfire/management/NetworkMetrics.html" title="class in com.gemstone.gemfire.management" target="classFrame">NetworkMetrics</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/NoAvailableLocatorsException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">NoAvailableLocatorsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/NoAvailableServersException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">NoAvailableServersException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/NonPortableClassException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">NonPortableClassException</a></li>
+<li><a href="com/gemstone/gemfire/cache/NoQueueServersAvailableException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">NoQueueServersAvailableException</a></li>
+<li><a href="com/gemstone/gemfire/cache/NoSubscriptionServersAvailableException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">NoSubscriptionServersAvailableException</a></li>
+<li><a href="com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire" target="classFrame">NoSystemException</a></li>
+<li><a href="com/gemstone/gemfire/security/NotAuthorizedException.html" title="class in com.gemstone.gemfire.security" target="classFrame">NotAuthorizedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/util/ObjectSizer.html" title="interface in com.gemstone.gemfire.cache.util" target="classFrame"><span class="interfaceName">ObjectSizer</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/ObjectSizerImpl.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">ObjectSizerImpl</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/types/ObjectType.html" title="interface in com.gemstone.gemfire.cache.query.types" target="classFrame"><span class="interfaceName">ObjectType</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/Operation.html" title="class in com.gemstone.gemfire.cache" target="classFrame">Operation</a></li>
+<li><a href="com/gemstone/gemfire/cache/OperationAbortedException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">OperationAbortedException</a></li>
+<li><a href="com/gemstone/gemfire/admin/OperationCancelledException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">OperationCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/OperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">OperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/OperationContext.OperationCode.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">OperationContext.OperationCode</a></li>
+<li><a href="com/gemstone/gemfire/distributed/OplogCancelledException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">OplogCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/management/OSMetrics.html" title="class in com.gemstone.gemfire.management" target="classFrame">OSMetrics</a></li>
+<li><a href="com/gemstone/gemfire/OutOfOffHeapMemoryException.html" title="class in com.gemstone.gemfire" target="classFrame">OutOfOffHeapMemoryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/ParameterCountInvalidException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">ParameterCountInvalidException</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionAttributes.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">PartitionAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/management/PartitionAttributesData.html" title="class in com.gemstone.gemfire.management" target="classFrame">PartitionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionAttributesFactory.html" title="class in com.gemstone.gemfire.cache" target="classFrame">PartitionAttributesFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionedRegionDistributionException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">PartitionedRegionDistributionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionedRegionStorageException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">PartitionedRegionStorageException</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionListener.html" title="interface in com.gemstone.gemfire.cache.partition" target="classFrame"><span class="interfaceName">PartitionListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionListenerAdapter.html" title="class in com.gemstone.gemfire.cache.partition" target="classFrame">PartitionListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionMemberInfo.html" title="interface in com.gemstone.gemfire.cache.partition" target="classFrame"><span class="interfaceName">PartitionMemberInfo</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionNotAvailableException.html" title="class in com.gemstone.gemfire.cache.partition" target="classFrame">PartitionNotAvailableException</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/PartitionOfflineException.html" title="class in com.gemstone.gemfire.cache.persistence" target="classFrame">PartitionOfflineException</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionRebalanceInfo.html" title="interface in com.gemstone.gemfire.cache.partition" target="classFrame"><span class="interfaceName">PartitionRebalanceInfo</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionRegionHelper.html" title="class in com.gemstone.gemfire.cache.partition" target="classFrame">PartitionRegionHelper</a></li>
+<li><a href="com/gemstone/gemfire/cache/partition/PartitionRegionInfo.html" title="interface in com.gemstone.gemfire.cache.partition" target="classFrame"><span class="interfaceName">PartitionRegionInfo</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/PartitionResolver.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">PartitionResolver</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxConfigurationException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxConfigurationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxFieldAlreadyExistsException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxFieldAlreadyExistsException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxFieldDoesNotExistException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxFieldDoesNotExistException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxFieldTypeMismatchException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxFieldTypeMismatchException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxInitializationException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxInitializationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxInstance.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxInstance</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxInstanceFactory.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxInstanceFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxReader.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxReader</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxRegistryMismatchException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxRegistryMismatchException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxSerializable.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxSerializable</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxSerializationException.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">PdxSerializationException</a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxSerializer</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxUnreadFields.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxUnreadFields</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/PdxWriter.html" title="interface in com.gemstone.gemfire.pdx" target="classFrame"><span class="interfaceName">PdxWriter</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/session/bootstrap/PeerToPeerCache.html" title="class in com.gemstone.gemfire.modules.session.bootstrap" target="classFrame">PeerToPeerCache</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/PeerToPeerCacheLifecycleListener.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">PeerToPeerCacheLifecycleListener</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/PeerToPeerSessionCache.html" title="class in com.gemstone.gemfire.modules.session.catalina" target="classFrame">PeerToPeerSessionCache</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/PersistentID.html" title="interface in com.gemstone.gemfire.cache.persistence" target="classFrame"><span class="interfaceName">PersistentID</span></a></li>
+<li><a href="com/gemstone/gemfire/management/PersistentMemberDetails.html" title="class in com.gemstone.gemfire.management" target="classFrame">PersistentMemberDetails</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/PersistentReplicatesOfflineException.html" title="class in com.gemstone.gemfire.cache.persistence" target="classFrame">PersistentReplicatesOfflineException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/Pool.html" title="interface in com.gemstone.gemfire.cache.client" target="classFrame"><span class="interfaceName">Pool</span></a></li>
+<li><a href="com/gemstone/gemfire/distributed/PoolCancelledException.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">PoolCancelledException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/PoolFactory.html" title="interface in com.gemstone.gemfire.cache.client" target="classFrame"><span class="interfaceName">PoolFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/PoolManager.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">PoolManager</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/PutAllOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">PutAllOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/PutOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">PutOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/Query.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">Query</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">QueryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryExecutionLowMemoryException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">QueryExecutionLowMemoryException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryExecutionTimeoutException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">QueryExecutionTimeoutException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryInvalidException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">QueryInvalidException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryInvocationTargetException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">QueryInvocationTargetException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/QueryOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">QueryOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryService.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">QueryService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/query/QueryStatistics.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">QueryStatistics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/control/RebalanceFactory.html" title="interface in com.gemstone.gemfire.cache.control" target="classFrame"><span class="interfaceName">RebalanceFactory</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/control/RebalanceOperation.html" title="interface in com.gemstone.gemfire.cache.control" target="classFrame"><span class="interfaceName">RebalanceOperation</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/control/RebalanceResults.html" title="interface in com.gemstone.gemfire.cache.control" target="classFrame"><span class="interfaceName">RebalanceResults</span></a></li>
+<li><a href="com/gemstone/gemfire/pdx/ReflectionBasedAutoSerializer.html" title="class in com.gemstone.gemfire.pdx" target="classFrame">ReflectionBasedAutoSerializer</a></li>
+<li><a href="com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">Region</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/Region.Entry.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">Region.Entry</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionAccessException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionAccessException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionAttributes.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">RegionAttributes</span></a></li>
+<li><a href="com/gemstone/gemfire/management/RegionAttributesData.html" title="class in com.gemstone.gemfire.management" target="classFrame">RegionAttributesData</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionClearOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">RegionClearOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionConfiguration.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">RegionConfiguration</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionConfigurationCacheListener.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">RegionConfigurationCacheListener</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionCreateOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">RegionCreateOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionDestroyedException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionDestroyedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionDestroyOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">RegionDestroyOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionDistributionException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionDistributionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">RegionEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionExistsException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionFactory.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionFactory</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/RegionFunctionContext.html" title="interface in com.gemstone.gemfire.cache.execute" target="classFrame"><span class="interfaceName">RegionFunctionContext</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionHelper.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">RegionHelper</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionMembershipListener.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">RegionMembershipListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/RegionMembershipListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">RegionMembershipListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/management/RegionMXBean.html" title="interface in com.gemstone.gemfire.management" target="classFrame"><span class="interfaceName">RegionMXBean</span></a></li>
+<li><a href="com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">RegionNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/RegionNotFoundException.html" title="class in com.gemstone.gemfire.cache.query" target="classFrame">RegionNotFoundException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegionOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">RegionOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionReinitializedException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionReinitializedException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionRoleException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RegionRoleException</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionRoleListener.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">RegionRoleListener</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/util/RegionRoleListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util" target="classFrame">RegionRoleListenerAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionService.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">RegionService</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache" target="classFrame">RegionShortcut</a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionSizeFunction.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">RegionSizeFunction</a></li>
+<li><a href="com/gemstone/gemfire/cache/snapshot/RegionSnapshotService.html" title="interface in com.gemstone.gemfire.cache.snapshot" target="classFrame"><span class="interfaceName">RegionSnapshotService</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/RegionStatus.html" title="enum in com.gemstone.gemfire.modules.util" target="classFrame">RegionStatus</a></li>
+<li><a href="com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html" title="class in com.gemstone.gemfire.admin" target="classFrame">RegionSubRegionSnapshot</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RegisterInterestOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">RegisterInterestOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RemoteTransactionException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RemoteTransactionException</a></li>
+<li><a href="com/gemstone/gemfire/cache/operations/RemoveAllOperationContext.html" title="class in com.gemstone.gemfire.cache.operations" target="classFrame">RemoveAllOperationContext</a></li>
+<li><a href="com/gemstone/gemfire/cache/RequiredRoles.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RequiredRoles</a></li>
+<li><a href="com/gemstone/gemfire/cache/ResourceException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">ResourceException</a></li>
+<li><a href="com/gemstone/gemfire/cache/control/ResourceManager.html" title="interface in com.gemstone.gemfire.cache.control" target="classFrame"><span class="interfaceName">ResourceManager</span></a></li>
+<li><a href="com/gemstone/gemfire/modules/util/ResourceManagerValidator.html" title="class in com.gemstone.gemfire.modules.util" target="classFrame">ResourceManagerValidator</a></li>
+<li><a href="com/gemstone/gemfire/management/cli/Result.html" title="interface in com.gemstone.gemfire.management.cli" target="classFrame"><span class="interfaceName">Result</span></a></li>
+<li><a href="com/gemstone/gemfire/management/cli/Result.Status.html" title="enum in com.gemstone.gemfire.management.cli" target="classFrame">Result.Status</a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/ResultCollector.html" title="interface in com.gemstone.gemfire.cache.execute" target="classFrame"><span class="interfaceName">ResultCollector</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/execute/ResultSender.html" title="interface in com.gemstone.gemfire.cache.execute" target="classFrame"><span class="interfaceName">ResultSender</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/ResumptionAction.html" title="class in com.gemstone.gemfire.cache" target="classFrame">ResumptionAction</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/RevokedPersistentDataException.html" title="class in com.gemstone.gemfire.cache.persistence" target="classFrame">RevokedPersistentDataException</a></li>
+<li><a href="com/gemstone/gemfire/cache/persistence/RevokeFailedException.html" title="class in com.gemstone.gemfire.cache.persistence" target="classFrame">RevokeFailedException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/Role.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">Role</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RoleEvent.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">RoleEvent</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/RoleException.html" title="class in com.gemstone.gemfire.cache" target="classFrame">RoleException</a></li>
+<li><a href="com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin" target="classFrame">RuntimeAdminException</a></li>
+<li><a href="com/gemstone/gemfire/cache/Scope.html" title="class in com.gemstone.gemfire.cache" target="classFrame">Scope</a></li>
+<li><a href="com/gemstone/gemfire/cache/query/SelectResults.html" title="interface in com.gemstone.gemfire.cache.query" target="classFrame"><span class="interfaceName">SelectResults</span></a></li>
+<li><a href="com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire" target="classFrame">SerializationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/SerializedCacheValue.html" title="interface in com.gemstone.gemfire.cache" target="classFrame"><span class="interfaceName">SerializedCacheValue</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ServerConnectivityException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">ServerConnectivityException</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">ServerLauncher</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.Builder.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">ServerLauncher.Builder</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed" target="classFrame">ServerLauncher.Command</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html" title="class in com.gemstone.gemfire.distributed" target="classFrame">ServerLauncher.ServerState</a></li>
+<li><a href="com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">ServerLauncherCacheProvider</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerLoad.html" title="class in com.gemstone.gemfire.cache.server" target="classFrame">ServerLoad</a></li>
+<li><a href="com/gemstone/gemfire/management/ServerLoadData.html" title="class in com.gemstone.gemfire.management" target="classFrame">ServerLoadData</a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server" target="classFrame"><span class="interfaceName">ServerLoadProbe</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerLoadProbeAdapter.html" title="class in com.gemstone.gemfire.cache.server" target="classFrame">ServerLoadProbeAdapter</a></li>
+<li><a href="com/gemstone/gemfire/cache/server/ServerMetrics.html" title="interface in com.gemstone.gemfire.cache.server" target="classFrame"><span class="interfaceName">ServerMetrics</span></a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ServerOperationException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">ServerOperationException</a></li>
+<li><a href="com/gemstone/gemfire/cache/client/ServerRefusedConnectionException.html" title="class in com.gemstone.gemfire.cache.client" target="classFrame">ServerRefusedConnectionException</a></li>
+<li><a href="com/gemstone/gemfire/modules/session/catalina/SessionCache.html" title="interface in com.gemstone.gemfire.m

<TRUNCATED>


[15/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheFactory.html
new file mode 100644
index 0000000..ff5a9db
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheFactory.html
@@ -0,0 +1,709 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":41,"i2":9,"i3":9,"i4":9,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheFactory.html" target="_top">Frames</a></li>
+<li><a href="CacheFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.cache</div>
+<h2 title="Class CacheFactory" class="title">Class CacheFactory</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.CacheFactory</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">CacheFactory</span>
+extends java.lang.Object</pre>
+<div class="block">Factory class used to create the singleton <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>cache</code></a> and connect to the GemFire singleton <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>distributed system</code></a>. If the application wants to connect to GemFire as a client it should use <a href="../../../../com/gemstone/gemfire/cache/client/ClientCacheFactory.html" title="class in com.gemstone.gemfire.cache.client"><code>ClientCacheFactory</code></a> instead.
+<p> Once the factory has been configured using its <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#set-java.lang.String-java.lang.String-"><code>set(String, String)</code></a> method you produce a <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> by calling the <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a> method.
+ <p>
+ To get the existing unclosed singleton cache instance call <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#getAnyInstance--"><code>getAnyInstance()</code></a>.
+ <p>
+ If an instance of <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a> already exists when this factory
+ creates a cache, that instance will be used if it is compatible with this factory.
+<p>
+The following examples illustrate bootstrapping the cache using region shortcuts:
+<p>
+Example 1: Create a cache and a replicate region named customers.
+<PRE>
+  Cache c = new CacheFactory().create();
+  Region r = c.createRegionFactory(REPLICATE).create("customers");
+</PRE>
+Example 2: Create a cache and a partition region with redundancy
+<PRE>
+  Cache c = new CacheFactory().create();
+  Region r = c.createRegionFactory(PARTITION_REDUNDANT).create("customers");
+</PRE>
+Example 3: Construct the  cache region declaratively in cache.xml
+<PRE>
+  &lt;!DOCTYPE cache PUBLIC
+    "-//GemStone Systems, Inc.//GemFire Declarative Caching 8.0//EN"
+    "http://www.gemstone.com/dtd/cache8_0.dtd">
+  &lt;cache>    
+    &lt;region name="myRegion" refid="REPLICATE"/>
+      &lt;!-- you can override or add to the REPLICATE attributes by adding
+           a region-attributes sub element here -->
+  &lt;/cache>
+</PRE>
+Now, create the cache telling it to read your cache.xml file:
+<PRE>
+  Cache c = new CacheFactory()
+    .set("cache-xml-file", "myCache.xml")
+    .create();
+  Region r = c.getRegion("myRegion");
+</PRE>
+
+<p> For a complete list of all region shortcuts see <a href="../../../../com/gemstone/gemfire/cache/RegionShortcut.html" title="enum in com.gemstone.gemfire.cache"><code>RegionShortcut</code></a>. 
+Applications that need to explicitly control the individual region attributes can do this declaratively in XML or using APIs.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#CacheFactory--">CacheFactory</a></span>()</code>
+<div class="block">Creates a default cache factory.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#CacheFactory-java.util.Properties-">CacheFactory</a></span>(java.util.Properties&nbsp;props)</code>
+<div class="block">Create a CacheFactory initialized with the given gemfire properties.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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><a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--">create</a></span>()</code>
+<div class="block">Creates a new cache that uses the configured distributed system.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create-com.gemstone.gemfire.distributed.DistributedSystem-">create</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#CacheFactory-java.util.Properties-"><code>CacheFactory(Properties)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#getAnyInstance--">getAnyInstance</a></span>()</code>
+<div class="block">Gets an arbitrary open instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> produced by an
+ earlier call to <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#getInstance-com.gemstone.gemfire.distributed.DistributedSystem-">getInstance</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system)</code>
+<div class="block">Gets the instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> produced by an
+ earlier call to <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#getInstanceCloseOk-com.gemstone.gemfire.distributed.DistributedSystem-">getInstanceCloseOk</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system)</code>
+<div class="block">Gets the instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> produced by an
+ earlier call to <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a> even if it has been closed.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#getVersion--">getVersion</a></span>()</code>
+<div class="block">Returns the version of the cache implementation.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#set-java.lang.String-java.lang.String-">set</a></span>(java.lang.String&nbsp;name,
+   java.lang.String&nbsp;value)</code>
+<div class="block">Sets a gemfire property that will be used when creating the Cache.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxDiskStore-java.lang.String-">setPdxDiskStore</a></span>(java.lang.String&nbsp;diskStoreName)</code>
+<div class="block">Set the disk store that is used for PDX meta data.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxIgnoreUnreadFields-boolean-">setPdxIgnoreUnreadFields</a></span>(boolean&nbsp;ignore)</code>
+<div class="block">Control whether pdx ignores fields that were unread during deserialization.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxPersistent-boolean-">setPdxPersistent</a></span>(boolean&nbsp;isPersistent)</code>
+<div class="block">Control whether the type metadata for PDX objects is persisted to disk.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxReadSerialized-boolean-">setPdxReadSerialized</a></span>(boolean&nbsp;readSerialized)</code>
+<div class="block">Sets the object preference to PdxInstance type.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#setPdxSerializer-com.gemstone.gemfire.pdx.PdxSerializer-">setPdxSerializer</a></span>(<a href="../../../../com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx">PdxSerializer</a>&nbsp;serializer)</code>
+<div class="block">Set the PDX serializer for the cache.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="CacheFactory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>CacheFactory</h4>
+<pre>public&nbsp;CacheFactory()</pre>
+<div class="block">Creates a default cache factory.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="CacheFactory-java.util.Properties-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>CacheFactory</h4>
+<pre>public&nbsp;CacheFactory(java.util.Properties&nbsp;props)</pre>
+<div class="block">Create a CacheFactory initialized with the given gemfire properties.
+ For a list of valid gemfire properties see <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>props</code> - the gemfire properties to initialize the factory with.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</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="set-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>set</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a>&nbsp;set(java.lang.String&nbsp;name,
+                        java.lang.String&nbsp;value)</pre>
+<div class="block">Sets a gemfire property that will be used when creating the Cache.
+ For a list of valid gemfire properties see <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the gemfire property</dd>
+<dd><code>value</code> - the value of the gemfire property</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a reference to this CacheFactory object</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="create-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>create</h4>
+<pre>@Deprecated
+public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;create(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system)
+                                throws <a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache">CacheExistsException</a>,
+                                       <a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a>,
+                                       <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a>,
+                                       <a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a>,
+                                       <a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 6.5 use <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#CacheFactory-java.util.Properties-"><code>CacheFactory(Properties)</code></a> instead.</span></div>
+<div class="block">Creates a new cache that uses the specified <code>system</code>.
+
+ <p>
+
+ The <code>system</code> can specify a <A
+ href="../distributed/DistributedSystem.html#cache-xml-file">"cache-xml-file"</a>
+ property which will cause this creation to also create the
+ regions, objects, and attributes declared in the file.  The
+ contents of the file must comply with the
+ <code>"doc-files/cache8_0.dtd"></code> file.
+ Note that when parsing the XML file <a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><code>Declarable</code></a> classes
+ are loaded using the current thread's context class loader.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>system</code> - a <code>DistributedSystem</code> obtained by calling
+        <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#connect-java.util.Properties-"><code>DistributedSystem.connect(java.util.Properties)</code></a>.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a <code>Cache</code> that uses the specified
+         <code>system</code> for distribution.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If <code>system</code> is not <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#isConnected--"><code>connected</code></a>.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache">CacheExistsException</a></code> - If an open cache already exists.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache">CacheXmlException</a></code> - If a problem occurs while parsing the declarative caching
+         XML file.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></code> - If a <a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a> times out while initializing the
+         cache.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - If a <code>CacheWriterException</code> is thrown while
+         initializing the cache.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a></code> - If a <code>GatewayException</code> is thrown while
+         initializing the cache.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></code> - If the declarative caching XML file describes a region
+         that already exists (including the root region).</dd>
+</dl>
+</li>
+</ul>
+<a name="create--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>create</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;create()
+             throws <a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a>,
+                    <a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a>,
+                    <a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a>,
+                    <a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></pre>
+<div class="block">Creates a new cache that uses the configured distributed system.
+ If a connected distributed system already exists it will be used
+ if it is compatible with the properties on this factory.
+ Otherwise a a distributed system will be created with the configured properties.
+ If a cache already exists it will be returned.
+ <p>If the cache does need to be created it will also be initialized from
+ cache.xml if it exists.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the created or already existing singleton cache</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheXmlException.html" title="class in com.gemstone.gemfire.cache">CacheXmlException</a></code> - If a problem occurs while parsing the declarative caching
+         XML file.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/TimeoutException.html" title="class in com.gemstone.gemfire.cache">TimeoutException</a></code> - If a <a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a> times out while initializing the
+         cache.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheWriterException.html" title="class in com.gemstone.gemfire.cache">CacheWriterException</a></code> - If a <code>CacheWriterException</code> is thrown while
+         initializing the cache.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/GatewayException.html" title="class in com.gemstone.gemfire.cache">GatewayException</a></code> - If a <code>GatewayException</code> is thrown while
+         initializing the cache.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/RegionExistsException.html" title="class in com.gemstone.gemfire.cache">RegionExistsException</a></code> - If the declarative caching XML file describes a region
+         that already exists (including the root region).</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="getInstance-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstance</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;getInstance(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system)</pre>
+<div class="block">Gets the instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> produced by an
+ earlier call to <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>system</code> - the <code>DistributedSystem</code> the cache was created with.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> associated with the specified system.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if a cache has not been created
+ or the created one is <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#isClosed--"><code>closed</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getInstanceCloseOk-com.gemstone.gemfire.distributed.DistributedSystem-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstanceCloseOk</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;getInstanceCloseOk(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system)</pre>
+<div class="block">Gets the instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> produced by an
+ earlier call to <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a> even if it has been closed.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>system</code> - the <code>DistributedSystem</code> the cache was created with.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> associated with the specified system.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if a cache has not been created</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+<a name="getAnyInstance--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAnyInstance</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache">Cache</a>&nbsp;getAnyInstance()</pre>
+<div class="block">Gets an arbitrary open instance of <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> produced by an
+ earlier call to <a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html#create--"><code>create()</code></a>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if a cache has not been created
+ or the only created one is <a href="../../../../com/gemstone/gemfire/cache/RegionService.html#isClosed--"><code>closed</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getVersion--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVersion</h4>
+<pre>public static&nbsp;java.lang.String&nbsp;getVersion()</pre>
+<div class="block">Returns the version of the cache implementation.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the version of the cache implementation as a <code>String</code></dd>
+</dl>
+</li>
+</ul>
+<a name="setPdxReadSerialized-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPdxReadSerialized</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a>&nbsp;setPdxReadSerialized(boolean&nbsp;readSerialized)</pre>
+<div class="block">Sets the object preference to PdxInstance type. 
+ When a cached object that was serialized as a PDX is read
+ from the cache a <a href="../../../../com/gemstone/gemfire/pdx/PdxInstance.html" title="interface in com.gemstone.gemfire.pdx"><code>PdxInstance</code></a> will be returned instead of the actual domain class.
+ The PdxInstance is an interface that provides run time access to 
+ the fields of a PDX without deserializing the entire PDX. 
+ The PdxInstance implementation is a light weight wrapper 
+ that simply refers to the raw bytes of the PDX that are kept 
+ in the cache. Using this method applications can choose to 
+ access PdxInstance instead of Java object.
+ <p>Note that a PdxInstance is only returned if a serialized PDX is found in the cache.
+ If the cache contains a deserialized PDX, then a domain class instance is returned instead of a PdxInstance.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>readSerialized</code> - true to prefer PdxInstance</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this CacheFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/pdx/PdxInstance.html" title="interface in com.gemstone.gemfire.pdx"><code>PdxInstance</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setPdxSerializer-com.gemstone.gemfire.pdx.PdxSerializer-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPdxSerializer</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a>&nbsp;setPdxSerializer(<a href="../../../../com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx">PdxSerializer</a>&nbsp;serializer)</pre>
+<div class="block">Set the PDX serializer for the cache. If this serializer is set,
+ it will be consulted to see if it can serialize any domain classes which are 
+ added to the cache in portable data exchange format.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>serializer</code> - the serializer to use</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this CacheFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/pdx/PdxSerializer.html" title="interface in com.gemstone.gemfire.pdx"><code>PdxSerializer</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setPdxDiskStore-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPdxDiskStore</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a>&nbsp;setPdxDiskStore(java.lang.String&nbsp;diskStoreName)</pre>
+<div class="block">Set the disk store that is used for PDX meta data. When
+ serializing objects in the PDX format, the type definitions
+ are persisted to disk. This setting controls which disk store
+ is used for that persistence.
+ 
+ If not set, the metadata will go in the default disk store.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>diskStoreName</code> - the name of the disk store to use
+ for the PDX metadata.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this CacheFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+</dl>
+</li>
+</ul>
+<a name="setPdxPersistent-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPdxPersistent</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a>&nbsp;setPdxPersistent(boolean&nbsp;isPersistent)</pre>
+<div class="block">Control whether the type metadata for PDX objects is persisted to disk. The
+ default for this setting is false. If you are using persistent regions with
+ PDX then you must set this to true. If you are using a
+ <code>GatewaySender</code> or <code>AsyncEventQueue</code> with PDX then
+ you should set this to true.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>isPersistent</code> - true if the metadata should be persistent</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this CacheFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</dd>
+</dl>
+</li>
+</ul>
+<a name="setPdxIgnoreUnreadFields-boolean-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setPdxIgnoreUnreadFields</h4>
+<pre>public&nbsp;<a href="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache">CacheFactory</a>&nbsp;setPdxIgnoreUnreadFields(boolean&nbsp;ignore)</pre>
+<div class="block">Control whether pdx ignores fields that were unread during deserialization.
+ The default is to preserve unread fields be including their data during serialization.
+ But if you configure the cache to ignore unread fields then their data will be lost
+ during serialization.
+ <P>You should only set this attribute to <code>true</code> if you know this member
+ will only be reading cache data. In this use case you do not need to pay the cost
+ of preserving the unread fields since you will never be reserializing pdx data.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ignore</code> - <code>true</code> if fields not read during pdx deserialization should be ignored;
+ <code>false</code>, the default, if they should be preserved.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>this CacheFactory</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.6</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="../../../../com/gemstone/gemfire/cache/CacheExistsException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheFactory.html" target="_top">Frames</a></li>
+<li><a href="CacheFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheListener.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheListener.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheListener.html
new file mode 100644
index 0000000..1c995a5
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheListener.html
@@ -0,0 +1,505 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheListener (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":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="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheListener.html" target="_top">Frames</a></li>
+<li><a href="CacheListener.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheListener" class="title">Interface CacheListener&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></dd>
+</dl>
+<dl>
+<dt>All Known Subinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/RegionMembershipListener.html" title="interface in com.gemstone.gemfire.cache">RegionMembershipListener</a>&lt;K,V&gt;, <a href="../../../../com/gemstone/gemfire/cache/RegionRoleListener.html" title="interface in com.gemstone.gemfire.cache">RegionRoleListener</a>&lt;K,V&gt;</dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/util/CacheListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">CacheListenerAdapter</a>, <a href="../../../../com/gemstone/gemfire/modules/util/DebugCacheListener.html" title="class in com.gemstone.gemfire.modules.util">DebugCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaEventApplicationCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaEventApplicationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/gatewaydelta/GatewayDeltaForwarderCacheListener.html" title="class in com.gemstone.gemfire.modules.gatewaydelta">GatewayDeltaForwarderCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/hibernate/GemFireCacheListener.html" title="class in com.gemstone.gemfire.modules.hibernate">GemFireCacheListener</a>, <a href="../../../../com/gemstone/gemfire/modules/util/RegionConfigurationCacheListener.html" 
 title="class in com.gemstone.gemfire.modules.util">RegionConfigurationCacheListener</a>, <a href="../../../../com/gemstone/gemfire/cache/util/RegionMembershipListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">RegionMembershipListenerAdapter</a>, <a href="../../../../com/gemstone/gemfire/cache/util/RegionRoleListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util">RegionRoleListenerAdapter</a>, <a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/SessionExpirationCacheListener.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">SessionExpirationCacheListener</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheListener&lt;K,V&gt;</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></pre>
+<div class="block"><p>
+ A listener to handle region or entry related events.
+ </p>
+ 
+ <p>
+ Instead of implementing this interface it is recommended that you extend the
+ <a href="../../../../com/gemstone/gemfire/cache/util/CacheListenerAdapter.html" title="class in com.gemstone.gemfire.cache.util"><code>CacheListenerAdapter</code></a> class.
+ </p>
+ 
+ <h4>Avoiding the risk of deadlock</h4>
+ <p>
+ The methods on a <code>CacheListener</code> are invoked while holding a lock
+ on the entry described by the <a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache"><code>EntryEvent</code></a>, as a result if the listener
+ method takes a long time to execute then it will cause the operation that
+ caused it to be invoked to take a long time. In addition, listener code which
+ calls <a href="../../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache"><code>Region</code></a> methods could result in a deadlock. For example, in
+ <a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterUpdate-com.gemstone.gemfire.cache.EntryEvent-"><code>afterUpdate(EntryEvent)</code></a> for entry key k1,
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>put(k2, someVal)</code></a> is called at the same
+ time <a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterUpdate-com.gemstone.gemfire.cache.EntryEvent-"><code>afterUpdate(EntryEvent)</code></a> for entry key k2 calls
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>put(k1, someVal)</code></a> a deadlock may result.
+ This co-key dependency example can be extended to a co-Region dependency
+ where listener code in Region "A" performs Region operations on "B" and
+ listener code in Region "B" performs Region operations on "A". Deadlocks may
+ be either java-level or distributed multi-VM dead locks depending on Region
+ configuration. To be assured of no deadlocks, listener code should cause some
+ other thread to access the region and must not wait for that thread to
+ complete the task.
+ </p>
+ 
+ <h4>Concurrency</h4>
+ <p>
+ Multiple events, on different entries, can cause concurrent invocation of
+ <code>CacheListener</code> methods. Any exceptions thrown by the listener are
+ caught by GemFire and logged.
+ </p>
+ 
+ <h4>Declaring instances in Cache XML files</h4> 
+ <p>
+ To declare a CacheListener in a Cache XML file, it must also implement
+ <a href="../../../../com/gemstone/gemfire/cache/Declarable.html" title="interface in com.gemstone.gemfire.cache"><code>Declarable</code></a>
+ </p></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>AttributesFactory.addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>AttributesFactory.initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheListeners--"><code>RegionAttributes.getCacheListeners()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#addCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>AttributesMutator.addCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#removeCacheListener-com.gemstone.gemfire.cache.CacheListener-"><code>AttributesMutator.removeCacheListener(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#initCacheListeners-com.gemstone.gemfire.cache.CacheListener:A-"><code>AttributesMutator.initCacheListeners(com.gemstone.gemfire.cache.CacheListener&lt;K, V&gt;[])</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterCreate-com.gemstone.gemfire.cache.EntryEvent-">afterCreate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of new key being added to a region.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterDestroy-com.gemstone.gemfire.cache.EntryEvent-">afterDestroy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of an entry being destroyed.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterInvalidate-com.gemstone.gemfire.cache.EntryEvent-">afterInvalidate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of an entry's value being invalidated.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterRegionClear-com.gemstone.gemfire.cache.RegionEvent-">afterRegionClear</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of a region being cleared.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterRegionCreate-com.gemstone.gemfire.cache.RegionEvent-">afterRegionCreate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of a region being created.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">afterRegionDestroy</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of a region being destroyed.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterRegionInvalidate-com.gemstone.gemfire.cache.RegionEvent-">afterRegionInvalidate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of a region being invalidated.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterRegionLive-com.gemstone.gemfire.cache.RegionEvent-">afterRegionLive</a></span>(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of a region being live after receiving the marker from the server.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheListener.html#afterUpdate-com.gemstone.gemfire.cache.EntryEvent-">afterUpdate</a></span>(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</code>
+<div class="block">Handles the event of an entry's value being modified in a region.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheCallback">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></code></li>
+</ul>
+</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="afterCreate-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterCreate</h4>
+<pre>void&nbsp;afterCreate(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of new key being added to a region. The entry did not
+ previously exist in this region in the local cache (even with a null
+ value).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the EntryEvent</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#create-K-V-"><code>Region.create(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterUpdate-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterUpdate</h4>
+<pre>void&nbsp;afterUpdate(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of an entry's value being modified in a region. This
+ entry previously existed in this region in the local cache, but its
+ previous value may have been null.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the EntryEvent</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#put-K-V-"><code>Region.put(Object, Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterInvalidate-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterInvalidate</h4>
+<pre>void&nbsp;afterInvalidate(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of an entry's value being invalidated.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the EntryEvent</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#invalidate-java.lang.Object-"><code>Region.invalidate(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterDestroy-com.gemstone.gemfire.cache.EntryEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterDestroy</h4>
+<pre>void&nbsp;afterDestroy(<a href="../../../../com/gemstone/gemfire/cache/EntryEvent.html" title="interface in com.gemstone.gemfire.cache">EntryEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of an entry being destroyed.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the EntryEvent</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#destroy-java.lang.Object-"><code>Region.destroy(Object)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionInvalidate-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionInvalidate</h4>
+<pre>void&nbsp;afterRegionInvalidate(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of a region being invalidated. Events are not invoked for
+ each individual value that is invalidated as a result of the region being
+ invalidated. Each subregion, however, gets its own
+ <code>regionInvalidated</code> event invoked on its listener.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the RegionEvent</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#invalidateRegion--"><code>Region.invalidateRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#localInvalidateRegion--"><code>Region.localInvalidateRegion()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionDestroy-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionDestroy</h4>
+<pre>void&nbsp;afterRegionDestroy(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of a region being destroyed. Events are not invoked for
+ each individual entry that is destroyed as a result of the region being
+ destroyed. Each subregion, however, gets its own
+ <code>afterRegionDestroyed</code> event invoked on its listener.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the RegionEvent</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#destroyRegion--"><code>Region.destroyRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroyRegion--"><code>Region.localDestroyRegion()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#close--"><code>Region.close()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionService.html#close--"><code>RegionService.close()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionClear-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionClear</h4>
+<pre>void&nbsp;afterRegionClear(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of a region being cleared. Events are not invoked for
+ each individual entry that is removed as a result of the region being
+ cleared.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the RegionEvent</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#clear--"><code>Region.clear()</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionCreate-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>afterRegionCreate</h4>
+<pre>void&nbsp;afterRegionCreate(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of a region being created. Events are invoked for
+ each individual region that is created.
+ <p>Note that this method is only called
+ for creates done in the local vm. To be notified of creates done in remote
+ vms use <a href="../../../../com/gemstone/gemfire/cache/RegionMembershipListener.html#afterRemoteRegionCreate-com.gemstone.gemfire.cache.RegionEvent-"><code>RegionMembershipListener.afterRemoteRegionCreate(com.gemstone.gemfire.cache.RegionEvent&lt;K, V&gt;)</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the RegionEvent</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#createRegion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>Cache.createRegion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/Region.html#createSubregion-java.lang.String-com.gemstone.gemfire.cache.RegionAttributes-"><code>Region.createSubregion(java.lang.String, com.gemstone.gemfire.cache.RegionAttributes&lt;SK, SV&gt;)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="afterRegionLive-com.gemstone.gemfire.cache.RegionEvent-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>afterRegionLive</h4>
+<pre>void&nbsp;afterRegionLive(<a href="../../../../com/gemstone/gemfire/cache/RegionEvent.html" title="interface in com.gemstone.gemfire.cache">RegionEvent</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="type parameter in CacheListener">V</a>&gt;&nbsp;event)</pre>
+<div class="block">Handles the event of a region being live after receiving the marker from the server.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>event</code> - the RegionEvent</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Cache.html#readyForEvents--"><code>Cache.readyForEvents()</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="../../../../com/gemstone/gemfire/cache/CacheFactory.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheListener.html" target="_top">Frames</a></li>
+<li><a href="CacheListener.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoader.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoader.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoader.html
new file mode 100644
index 0000000..b1f4ec0
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoader.html
@@ -0,0 +1,281 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>CacheLoader (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="CacheLoader (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":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="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheLoader.html" target="_top">Frames</a></li>
+<li><a href="CacheLoader.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">com.gemstone.gemfire.cache</div>
+<h2 title="Interface CacheLoader" class="title">Interface CacheLoader&lt;K,V&gt;</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/modules/session/catalina/callback/LocalSessionCacheLoader.html" title="class in com.gemstone.gemfire.modules.session.catalina.callback">LocalSessionCacheLoader</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">CacheLoader&lt;K,V&gt;</span>
+extends <a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></pre>
+<div class="block">Allows data from outside of the VM to be placed into a region.  
+ When <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-"><code>Region.get(Object)</code></a> is called for a region
+ entry that has a <code>null</code> value, the 
+ <a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html#load-com.gemstone.gemfire.cache.LoaderHelper-"><code>load</code></a> method of the
+ region's cache loader is invoked.  The <code>load</code> method
+ creates the value for the desired key by performing an operation such
+ as a database query.  The <code>load</code> may also perform a
+ <a href="../../../../com/gemstone/gemfire/cache/LoaderHelper.html#netSearch-boolean-">net search</a>
+ that will look for the value in a cache instance hosted by
+ another member of the distributed system.</p></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/AttributesFactory.html#setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-"><code>AttributesFactory.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader&lt;K, V&gt;)</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/RegionAttributes.html#getCacheLoader--"><code>RegionAttributes.getCacheLoader()</code></a>, 
+<a href="../../../../com/gemstone/gemfire/cache/AttributesMutator.html#setCacheLoader-com.gemstone.gemfire.cache.CacheLoader-"><code>AttributesMutator.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader&lt;K, V&gt;)</code></a></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="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="type parameter in CacheLoader">V</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html#load-com.gemstone.gemfire.cache.LoaderHelper-">load</a></span>(<a href="../../../../com/gemstone/gemfire/cache/LoaderHelper.html" title="interface in com.gemstone.gemfire.cache">LoaderHelper</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="type parameter in CacheLoader">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="type parameter in CacheLoader">V</a>&gt;&nbsp;helper)</code>
+<div class="block">Loads a value.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.cache.CacheCallback">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;com.gemstone.gemfire.cache.<a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html" title="interface in com.gemstone.gemfire.cache">CacheCallback</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/cache/CacheCallback.html#close--">close</a></code></li>
+</ul>
+</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="load-com.gemstone.gemfire.cache.LoaderHelper-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>load</h4>
+<pre><a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="type parameter in CacheLoader">V</a>&nbsp;load(<a href="../../../../com/gemstone/gemfire/cache/LoaderHelper.html" title="interface in com.gemstone.gemfire.cache">LoaderHelper</a>&lt;<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="type parameter in CacheLoader">K</a>,<a href="../../../../com/gemstone/gemfire/cache/CacheLoader.html" title="type parameter in CacheLoader">V</a>&gt;&nbsp;helper)
+throws <a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache">CacheLoaderException</a></pre>
+<div class="block">Loads a value. Application writers should implement this
+ method to customize the loading of a value. This method is called
+ by the caching service when the requested value is not in the cache.
+ Any exception (including an unchecked exception) thrown by this
+ method is propagated back to and thrown by the invocation of
+ <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-java.lang.Object-"><code>Region.get(Object, Object)</code></a> that triggered this load.
+ <p></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>helper</code> - a LoaderHelper object that is passed in from cache service
+   and provides access to the key, region, argument, and <code>netSearch</code>.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value supplied for this key, or null if no value can be
+    supplied.  A local loader will always be invoked if one exists.
+    Otherwise one remote loader is invoked.
+    Returning <code>null</code> causes
+    <a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-java.lang.Object-"><code>Region.get(Object, Object)</code></a> to return <code>null</code>.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>CacheLoaderException,</code> - if an error occurs. This exception or any
+ other exception thrown by this method will be propagated back to the
+ application from the get method.</dd>
+<dd><code><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache">CacheLoaderException</a></code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/Region.html#get-java.lang.Object-java.lang.Object-"><code>Region.get</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="../../../../com/gemstone/gemfire/cache/CacheListener.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/CacheLoaderException.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/CacheLoader.html" target="_top">Frames</a></li>
+<li><a href="CacheLoader.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>



[06/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAction.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAction.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAction.html
new file mode 100644
index 0000000..71ace5f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAction.html
@@ -0,0 +1,453 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EvictionAction (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EvictionAction (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAction.html" target="_top">Frames</a></li>
+<li><a href="EvictionAction.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">com.gemstone.gemfire.cache</div>
+<h2 title="Class EvictionAction" class="title">Class EvictionAction</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>javax.print.attribute.EnumSyntax</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EvictionAction</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Cloneable</dd>
+</dl>
+<hr>
+<br>
+<pre>public final class <span class="typeNameLabel">EvictionAction</span>
+extends javax.print.attribute.EnumSyntax</pre>
+<div class="block">The action that an <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a> takes.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAlgorithm</code></a>, 
+<code>EvictionAttributesImpl</code>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EvictionAction">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#DEFAULT_EVICTION_ACTION">DEFAULT_EVICTION_ACTION</a></span></code>
+<div class="block">The default eviction action is to <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#LOCAL_DESTROY">locally destroy</a> an Entry.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#LOCAL_DESTROY">LOCAL_DESTROY</a></span></code>
+<div class="block">Perform a <a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroy-java.lang.Object-"><code>localDestory</code></a> on the least recently used region entry.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#NONE">NONE</a></span></code>
+<div class="block">Canonical EvictionAction that represents no eviction</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#OVERFLOW_TO_DISK">OVERFLOW_TO_DISK</a></span></code>
+<div class="block">Write the value of the least recently used region entry to disk
+ and <code>null</code>-out its value in the VM to free up heap
+ space.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>protected javax.print.attribute.EnumSyntax[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#getEnumValueTable--">getEnumValueTable</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#getStringTable--">getStringTable</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#isLocalDestroy--">isLocalDestroy</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#isNone--">isNone</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#isOverflowToDisk--">isOverflowToDisk</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#parseAction-java.lang.String-">parseAction</a></span>(java.lang.String&nbsp;s)</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#parseValue-int-">parseValue</a></span>(int&nbsp;v)</code>
+<div class="block">Returns the eviction action the corresponds to the given parameter.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.javax.print.attribute.EnumSyntax">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;javax.print.attribute.EnumSyntax</h3>
+<code>clone, getOffset, getValue, hashCode, readResolve, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>equals, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="NONE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NONE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a> NONE</pre>
+<div class="block">Canonical EvictionAction that represents no eviction</div>
+</li>
+</ul>
+<a name="LOCAL_DESTROY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LOCAL_DESTROY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a> LOCAL_DESTROY</pre>
+<div class="block">Perform a <a href="../../../../com/gemstone/gemfire/cache/Region.html#localDestroy-java.lang.Object-"><code>localDestory</code></a> on the least recently used region entry.</div>
+</li>
+</ul>
+<a name="OVERFLOW_TO_DISK">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OVERFLOW_TO_DISK</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a> OVERFLOW_TO_DISK</pre>
+<div class="block">Write the value of the least recently used region entry to disk
+ and <code>null</code>-out its value in the VM to free up heap
+ space.  Note that this action is only available when the region
+ has been configured to access data on disk.</div>
+</li>
+</ul>
+<a name="DEFAULT_EVICTION_ACTION">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DEFAULT_EVICTION_ACTION</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a> DEFAULT_EVICTION_ACTION</pre>
+<div class="block">The default eviction action is to <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html#LOCAL_DESTROY">locally destroy</a> an Entry.</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getStringTable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStringTable</h4>
+<pre>protected final&nbsp;java.lang.String[]&nbsp;getStringTable()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getStringTable</code>&nbsp;in class&nbsp;<code>javax.print.attribute.EnumSyntax</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getEnumValueTable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEnumValueTable</h4>
+<pre>protected final&nbsp;javax.print.attribute.EnumSyntax[]&nbsp;getEnumValueTable()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getEnumValueTable</code>&nbsp;in class&nbsp;<code>javax.print.attribute.EnumSyntax</code></dd>
+</dl>
+</li>
+</ul>
+<a name="isLocalDestroy--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLocalDestroy</h4>
+<pre>public final&nbsp;boolean&nbsp;isLocalDestroy()</pre>
+</li>
+</ul>
+<a name="isOverflowToDisk--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isOverflowToDisk</h4>
+<pre>public final&nbsp;boolean&nbsp;isOverflowToDisk()</pre>
+</li>
+</ul>
+<a name="isNone--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNone</h4>
+<pre>public final&nbsp;boolean&nbsp;isNone()</pre>
+</li>
+</ul>
+<a name="parseValue-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parseValue</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;parseValue(int&nbsp;v)</pre>
+<div class="block">Returns the eviction action the corresponds to the given parameter.
+ Returns <code>null</code> if no action corresponds.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="parseAction-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>parseAction</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache">EvictionAction</a>&nbsp;parseAction(java.lang.String&nbsp;s)</pre>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>s</code> - </dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the action parsed from the provided string.  If there are problems with parsing
+ NONE is returned.</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="../../../../com/gemstone/gemfire/cache/EntryOperation.html" title="interface in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAction.html" target="_top">Frames</a></li>
+<li><a href="EvictionAction.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAlgorithm.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAlgorithm.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAlgorithm.html
new file mode 100644
index 0000000..ab1d190
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAlgorithm.html
@@ -0,0 +1,524 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>EvictionAlgorithm (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="EvictionAlgorithm (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":42,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAlgorithm.html" target="_top">Frames</a></li>
+<li><a href="EvictionAlgorithm.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">com.gemstone.gemfire.cache</div>
+<h2 title="Class EvictionAlgorithm" class="title">Class EvictionAlgorithm</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>javax.print.attribute.EnumSyntax</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.cache.EvictionAlgorithm</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable, java.lang.Cloneable</dd>
+</dl>
+<hr>
+<br>
+<pre>public final class <span class="typeNameLabel">EvictionAlgorithm</span>
+extends javax.print.attribute.EnumSyntax</pre>
+<div class="block">The algorithm used to determine when to perform an <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a>, 
+<code>EvictionAttributesImpl</code>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.cache.EvictionAlgorithm">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LIFO_ENTRY">LIFO_ENTRY</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LIFO_MEMORY">LIFO_MEMORY</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_ENTRY">LRU_ENTRY</a></span></code>
+<div class="block">An algorithm that considers the number of Entries in the Region before
+ invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_HEAP">LRU_HEAP</a></span></code>
+<div class="block">An algorithm that considers the JVM heap size before invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#LRU_MEMORY">LRU_MEMORY</a></span></code>
+<div class="block">An algorithm that considers the amount of bytes consumed by the Region before invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#NONE">NONE</a></span></code>
+<div class="block">The canonical EvictionAction that represents no eviction action</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>protected javax.print.attribute.EnumSyntax[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#getEnumValueTable--">getEnumValueTable</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>protected java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#getStringTable--">getStringTable</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#isLIFO--">isLIFO</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;&nbsp;</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#isLRU--">isLRU</a></span>()</code>
+<div class="block">returns true if this object uses a least-recently-used algorithm</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#isLRUEntry--">isLRUEntry</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#isLRUHeap--">isLRUHeap</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#isLRUMemory--">isLRUMemory</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#isNone--">isNone</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#parseAction-java.lang.String-">parseAction</a></span>(java.lang.String&nbsp;s)</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html#parseValue-int-">parseValue</a></span>(int&nbsp;v)</code>
+<div class="block">Returns the eviction action the corresponds to the given parameter.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.javax.print.attribute.EnumSyntax">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;javax.print.attribute.EnumSyntax</h3>
+<code>clone, getOffset, getValue, hashCode, readResolve, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>equals, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="NONE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NONE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a> NONE</pre>
+<div class="block">The canonical EvictionAction that represents no eviction action</div>
+</li>
+</ul>
+<a name="LRU_ENTRY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LRU_ENTRY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a> LRU_ENTRY</pre>
+<div class="block">An algorithm that considers the number of Entries in the Region before
+ invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</li>
+</ul>
+<a name="LRU_HEAP">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LRU_HEAP</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a> LRU_HEAP</pre>
+<div class="block">An algorithm that considers the JVM heap size before invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</li>
+</ul>
+<a name="LRU_MEMORY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LRU_MEMORY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a> LRU_MEMORY</pre>
+<div class="block">An algorithm that considers the amount of bytes consumed by the Region before invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</li>
+</ul>
+<a name="LIFO_ENTRY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>LIFO_ENTRY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a> LIFO_ENTRY</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An algorithm that considers the number of Entries in the Region before
+ invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</li>
+</ul>
+<a name="LIFO_MEMORY">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LIFO_MEMORY</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a> LIFO_MEMORY</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">An algorithm that considers the amount of bytes consumed by the Region
+ before invoking its <a href="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><code>EvictionAction</code></a></div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getStringTable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStringTable</h4>
+<pre>protected final&nbsp;java.lang.String[]&nbsp;getStringTable()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getStringTable</code>&nbsp;in class&nbsp;<code>javax.print.attribute.EnumSyntax</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getEnumValueTable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEnumValueTable</h4>
+<pre>protected final&nbsp;javax.print.attribute.EnumSyntax[]&nbsp;getEnumValueTable()</pre>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>getEnumValueTable</code>&nbsp;in class&nbsp;<code>javax.print.attribute.EnumSyntax</code></dd>
+</dl>
+</li>
+</ul>
+<a name="parseValue-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parseValue</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a>&nbsp;parseValue(int&nbsp;v)</pre>
+<div class="block">Returns the eviction action the corresponds to the given parameter.
+ Returns <code>null</code> if no action corresponds.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>6.5</dd>
+</dl>
+</li>
+</ul>
+<a name="parseAction-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parseAction</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/cache/EvictionAlgorithm.html" title="class in com.gemstone.gemfire.cache">EvictionAlgorithm</a>&nbsp;parseAction(java.lang.String&nbsp;s)</pre>
+</li>
+</ul>
+<a name="isLRUEntry--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLRUEntry</h4>
+<pre>public final&nbsp;boolean&nbsp;isLRUEntry()</pre>
+</li>
+</ul>
+<a name="isLRUMemory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLRUMemory</h4>
+<pre>public final&nbsp;boolean&nbsp;isLRUMemory()</pre>
+</li>
+</ul>
+<a name="isLRUHeap--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLRUHeap</h4>
+<pre>public final&nbsp;boolean&nbsp;isLRUHeap()</pre>
+</li>
+</ul>
+<a name="isLRU--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isLRU</h4>
+<pre>public&nbsp;boolean&nbsp;isLRU()</pre>
+<div class="block">returns true if this object uses a least-recently-used algorithm</div>
+</li>
+</ul>
+<a name="isNone--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isNone</h4>
+<pre>public final&nbsp;boolean&nbsp;isNone()</pre>
+</li>
+</ul>
+<a name="isLIFO--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>isLIFO</h4>
+<pre>public&nbsp;boolean&nbsp;isLIFO()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</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="../../../../com/gemstone/gemfire/cache/EvictionAction.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/EvictionAttributes.html" title="class in com.gemstone.gemfire.cache"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/cache/EvictionAlgorithm.html" target="_top">Frames</a></li>
+<li><a href="EvictionAlgorithm.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>



[36/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html
new file mode 100644
index 0000000..54c4d9c
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html
@@ -0,0 +1,456 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AdminDistributedSystemFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AdminDistributedSystemFactory (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":41,"i1":41,"i2":41,"i3":41,"i4":41,"i5":41};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" target="_top">Frames</a></li>
+<li><a href="AdminDistributedSystemFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire.admin</div>
+<h2 title="Class AdminDistributedSystemFactory" class="title">Class AdminDistributedSystemFactory</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.AdminDistributedSystemFactory</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AdminDistributedSystemFactory</span>
+extends java.lang.Object</pre>
+<div class="block">Factory for creating GemFire administration entities.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#AdminDistributedSystemFactory--">AdminDistributedSystemFactory</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#bindToAddress-java.lang.String-">bindToAddress</a></span>(java.lang.String&nbsp;bindAddress)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Use <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setBindAddress-java.lang.String-"><code>DistributedSystemConfig.setBindAddress(java.lang.String)</code></a> instead.</span></div>
+</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#defineDistributedSystem--">defineDistributedSystem</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Defines a "default" distributed system configuration based on VM
+ system properties and the content of
+ <code>gemfire.properties</code>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#defineDistributedSystem-com.gemstone.gemfire.distributed.DistributedSystem-java.lang.String-">defineDistributedSystem</a></span>(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system,
+                       java.lang.String&nbsp;remoteCommand)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Defines a distributed system configuration for administering the
+ distributed system to which this VM is currently connected.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#getDistributedSystem-com.gemstone.gemfire.admin.DistributedSystemConfig-">getDistributedSystem</a></span>(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;config)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the distributed system for administrative monitoring and
+ managing.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#getLogWriter--">getLogWriter</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a default GemFire LogWriterI18n for logging.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html#setEnableAdministrationOnly-boolean-">setEnableAdministrationOnly</a></span>(boolean&nbsp;adminOnly)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Call this method with a value of <code>true</code>
+ to dedicate the VM to GemFire administration only.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AdminDistributedSystemFactory--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AdminDistributedSystemFactory</h4>
+<pre>public&nbsp;AdminDistributedSystemFactory()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="bindToAddress-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>bindToAddress</h4>
+<pre>@Deprecated
+public static&nbsp;void&nbsp;bindToAddress(java.lang.String&nbsp;bindAddress)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">Use <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setBindAddress-java.lang.String-"><code>DistributedSystemConfig.setBindAddress(java.lang.String)</code></a> instead.</span></div>
+<div class="block">Sets the address this VM should bind to when connecting to the distributed
+ system.  This involves a system property, so using this option will limit
+ all connections to distributed systems to this one network interface.
+ <p>
+ Using a null or empty bindAddress will clear the usage of this option and
+ connections to distributed systems will return to using all available
+ network interfaces.
+ <p>
+ This method always throws UnsupportedOperationException because it is
+ now deprecated and is unsafe to use. Please use <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#setBindAddress-java.lang.String-"><code>DistributedSystemConfig.setBindAddress(java.lang.String)</code></a> instead.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>bindAddress</code> - machine name or IP address to bind to</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.UnsupportedOperationException</code> - because of deprecation</dd>
+</dl>
+</li>
+</ul>
+<a name="defineDistributedSystem--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defineDistributedSystem</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;defineDistributedSystem()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Defines a "default" distributed system configuration based on VM
+ system properties and the content of
+ <code>gemfire.properties</code>.  The <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_REMOTE_COMMAND">DistributedSystemConfig.DEFAULT_REMOTE_COMMAND</a> default remote
+ command is used.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#connect-java.util.Properties-"><code>DistributedSystem.connect(java.util.Properties)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="setEnableAdministrationOnly-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEnableAdministrationOnly</h4>
+<pre>public static&nbsp;void&nbsp;setEnableAdministrationOnly(boolean&nbsp;adminOnly)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Call this method with a value of <code>true</code>
+ to dedicate the VM to GemFire administration only.
+ Default is <code>false</code>.
+ <p>This method <em>must</em> be called before calling
+ <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#connect--"><code>AdminDistributedSystem.connect()</code></a>. It <em>must</em> also be called
+ before <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#connect-java.util.Properties-"><code>DistributedSystem.connect(java.util.Properties)</code></a> is when creating a colocated distributed system.
+ <p>
+ Once it has been enabled be careful to only use GemFire APIs from the
+ <code>com.gemstone.gemfire.admin</code> package. In particular do not create
+ a <a href="../../../../com/gemstone/gemfire/cache/Cache.html" title="interface in com.gemstone.gemfire.cache"><code>Cache</code></a> or a normal <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>adminOnly</code> - <code>true</code> if this VM should be limited to administration APIs;
+  <code>false</code> if this VM should allow all GemFire APIs.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - if a <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a>
+ or <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><code>AdminDistributedSystem</code></a> connection already exists.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="defineDistributedSystem-com.gemstone.gemfire.distributed.DistributedSystem-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>defineDistributedSystem</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;defineDistributedSystem(<a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed">DistributedSystem</a>&nbsp;system,
+                                                              java.lang.String&nbsp;remoteCommand)
+                                                       throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Defines a distributed system configuration for administering the
+ distributed system to which this VM is currently connected.  The
+ <code>DistributedSystem</code> is used to configure the discovery
+ mechanism (multicast or locators), bind address, SSL attributes,
+ as well as the logger of the
+ <code>DistributedSystemConfig</code>.  Note that the distributed
+ system will not be able to be administered until the <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#connect--"><code>connect</code></a> method is invoked.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>system</code> - A connection to the distributed system</dd>
+<dd><code>remoteCommand</code> - The shell command that is used to launch processes that
+        run on remote machines.  If <code>null</code>, then the
+        <a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#DEFAULT_REMOTE_COMMAND">default</a> will be used.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+</dl>
+</li>
+</ul>
+<a name="getDistributedSystem-com.gemstone.gemfire.admin.DistributedSystemConfig-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDistributedSystem</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin">AdminDistributedSystem</a>&nbsp;getDistributedSystem(<a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html" title="interface in com.gemstone.gemfire.admin">DistributedSystemConfig</a>&nbsp;config)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the distributed system for administrative monitoring and
+ managing.  You must then call <a href="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html#connect--"><code>AdminDistributedSystem.connect()</code></a> before interacting with the
+ actual system.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>config</code> - configuration definition of the system to administer</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>administrative interface for a distributed system</dd>
+</dl>
+</li>
+</ul>
+<a name="getLogWriter--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLogWriter</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">LogWriterI18n</a>&nbsp;getLogWriter()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a default GemFire LogWriterI18n for logging.  This LogWriterI18n will
+ log to standard out.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a GemFire LogWriterI18n for logging</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="../../../../com/gemstone/gemfire/admin/AdminDistributedSystem.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" target="_top">Frames</a></li>
+<li><a href="AdminDistributedSystemFactory.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminException.html
new file mode 100644
index 0000000..06b1e0e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminException.html
@@ -0,0 +1,375 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AdminException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AdminException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminException.html" target="_top">Frames</a></li>
+<li><a href="AdminException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class AdminException" class="title">Class AdminException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireCheckedException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.AdminException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/CacheDoesNotExistException.html" title="class in com.gemstone.gemfire.admin">CacheDoesNotExistException</a>, <a href="../../../../com/gemstone/gemfire/admin/UnmodifiableConfigurationException.html" title="class in com.gemstone.gemfire.admin">UnmodifiableConfigurationException</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AdminException</span>
+extends <a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">GemFireCheckedException</a></pre>
+<div class="block">An <code>AdminException</code> is thrown when administration or monitoring
+ of GemFire fails.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.AdminException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminException.html#AdminException--">AdminException</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with <code>null</code> as its detail message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminException.html#AdminException-java.lang.String-">AdminException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminException.html#AdminException-java.lang.String-java.lang.Throwable-">AdminException</a></span>(java.lang.String&nbsp;message,
+              java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message and
+ cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminException.html#AdminException-java.lang.Throwable-">AdminException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire">GemFireCheckedException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireCheckedException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AdminException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>AdminException</h4>
+<pre>public&nbsp;AdminException()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with <code>null</code> as its detail message.
+ The cause is not initialized, and may subsequently be initialized by a
+ call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
+</li>
+</ul>
+<a name="AdminException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>AdminException</h4>
+<pre>public&nbsp;AdminException(java.lang.String&nbsp;message)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message.  The
+ cause is not initialized, and may subsequently be initialized by
+ a call to <code>Throwable.initCause(java.lang.Throwable)</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message. The detail message is saved for 
+          later retrieval by the <code>Throwable.getMessage()</code> method.</dd>
+</dl>
+</li>
+</ul>
+<a name="AdminException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>AdminException</h4>
+<pre>public&nbsp;AdminException(java.lang.String&nbsp;message,
+                      java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified detail message and
+ cause.  <p>Note that the detail message associated with
+ <code>cause</code> is <i>not</i> automatically incorporated in
+ this exception's detail message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - the detail message (which is saved for later retrieval
+         by the <code>Throwable.getMessage()</code> method).</dd>
+<dd><code>cause</code> - the cause (which is saved for later retrieval by the
+         <code>Throwable.getCause()</code> method).  (A <tt>null</tt> value is
+         permitted, and indicates that the cause is nonexistent or
+         unknown.)</dd>
+</dl>
+</li>
+</ul>
+<a name="AdminException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AdminException</h4>
+<pre>public&nbsp;AdminException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Constructs a new exception with the specified cause.
+ The detail
+ message will be <tt>(cause==null ? null : cause.toString())</tt> (which
+ typically contains the class and detail message of <tt>cause</tt>).
+ This constructor is useful for exceptions that are little more than
+ wrappers for other throwables (for example, <code>PrivilegedActionException</code>).</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>cause</code> - the cause (which is saved for later retrieval by the
+         <code>Throwable.getCause()</code> method).  (A <tt>null</tt> value is
+         permitted, and indicates that the cause is nonexistent or
+         unknown.)</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="../../../../com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminException.html" target="_top">Frames</a></li>
+<li><a href="AdminException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireCheckedException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminXmlException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminXmlException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminXmlException.html
new file mode 100644
index 0000000..c9172dc
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminXmlException.html
@@ -0,0 +1,318 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AdminXmlException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AdminXmlException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminXmlException.html" target="_top">Frames</a></li>
+<li><a href="AdminXmlException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire.admin</div>
+<h2 title="Class AdminXmlException" class="title">Class AdminXmlException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">com.gemstone.gemfire.admin.RuntimeAdminException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.AdminXmlException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AdminXmlException</span>
+extends <a href="../../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">RuntimeAdminException</a></pre>
+<div class="block">Thrown when a problem is encountered while working with
+ admin-related XML data.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>4.0</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/DistributedSystemConfig.html#getEntityConfigXMLFile--"><code>DistributedSystemConfig.getEntityConfigXMLFile()</code></a>, 
+<a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.AdminXmlException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html#AdminXmlException-java.lang.String-">AdminXmlException</a></span>(java.lang.String&nbsp;s)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>AdminXmlException</code> with the given
+ descriptive message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AdminXmlException.html#AdminXmlException-java.lang.String-java.lang.Throwable-">AdminXmlException</a></span>(java.lang.String&nbsp;s,
+                 java.lang.Throwable&nbsp;cause)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>AdminXmlException</code> with the given
+ descriptive message and cause.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="AdminXmlException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>AdminXmlException</h4>
+<pre>public&nbsp;AdminXmlException(java.lang.String&nbsp;s)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>AdminXmlException</code> with the given
+ descriptive message.</div>
+</li>
+</ul>
+<a name="AdminXmlException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>AdminXmlException</h4>
+<pre>public&nbsp;AdminXmlException(java.lang.String&nbsp;s,
+                         java.lang.Throwable&nbsp;cause)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Creates a new <code>AdminXmlException</code> with the given
+ descriptive message and cause.</div>
+</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="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AdminXmlException.html" target="_top">Frames</a></li>
+<li><a href="AdminXmlException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Alert.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Alert.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Alert.html
new file mode 100644
index 0000000..795cee9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/Alert.html
@@ -0,0 +1,327 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>Alert (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Alert (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":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="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/Alert.html" target="_top">Frames</a></li>
+<li><a href="Alert.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface Alert" class="title">Interface Alert</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">Alert</span></pre>
+<div class="block">An administration alert that is issued by a member of a GemFire
+ distributed system.  It is similar to a <a href="../../../../com/gemstone/gemfire/i18n/LogWriterI18n.html" title="interface in com.gemstone.gemfire.i18n">log message</a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><code>AlertListener</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Alert.html#getConnectionName--">getConnectionName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#getName--">distributed system</a>) through which the alert was issued.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.util.Date</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Alert.html#getDate--">getDate</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The time at which the alert was issued</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Alert.html#getLevel--">getLevel</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The level at which this alert is issued</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Alert.html#getMessage--">getMessage</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The alert's message</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Alert.html#getSourceId--">getSourceId</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The id of the source of the alert (such as a thread in a VM)</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/Alert.html#getSystemMember--">getSystemMember</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The member of the distributed system that issued the alert, or
+ null if the issuer is no longer a member of the distributed system.</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="getLevel--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLevel</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;getLevel()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The level at which this alert is issued</div>
+</li>
+</ul>
+<a name="getSystemMember--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSystemMember</h4>
+<pre><a href="../../../../com/gemstone/gemfire/admin/SystemMember.html" title="interface in com.gemstone.gemfire.admin">SystemMember</a>&nbsp;getSystemMember()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The member of the distributed system that issued the alert, or
+ null if the issuer is no longer a member of the distributed system.</div>
+</li>
+</ul>
+<a name="getConnectionName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConnectionName</h4>
+<pre>java.lang.String&nbsp;getConnectionName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The name of the <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html#getName--">distributed system</a>) through which the alert was issued.</div>
+</li>
+</ul>
+<a name="getSourceId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSourceId</h4>
+<pre>java.lang.String&nbsp;getSourceId()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The id of the source of the alert (such as a thread in a VM)</div>
+</li>
+</ul>
+<a name="getMessage--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMessage</h4>
+<pre>java.lang.String&nbsp;getMessage()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The alert's message</div>
+</li>
+</ul>
+<a name="getDate--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getDate</h4>
+<pre>java.util.Date&nbsp;getDate()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">The time at which the alert was issued</div>
+</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="../../../../com/gemstone/gemfire/admin/AdminXmlException.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/Alert.html" target="_top">Frames</a></li>
+<li><a href="Alert.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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertLevel.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertLevel.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertLevel.html
new file mode 100644
index 0000000..3d7e6e9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertLevel.html
@@ -0,0 +1,529 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>AlertLevel (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="AlertLevel (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":42,"i1":41,"i2":41,"i3":41,"i4":42,"i5":42,"i6":42,"i7":42,"i8":41};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AlertLevel.html" target="_top">Frames</a></li>
+<li><a href="AlertLevel.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">com.gemstone.gemfire.admin</div>
+<h2 title="Class AlertLevel" class="title">Class AlertLevel</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.admin.AlertLevel</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public class <span class="typeNameLabel">AlertLevel</span>
+extends java.lang.Object
+implements java.io.Serializable</pre>
+<div class="block">Type-safe enumeration for <a href="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><code>Alert</code></a> level.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.admin.AlertLevel">Serialized Form</a></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 <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#ERROR">ERROR</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#OFF">OFF</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#ordinal">ordinal</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">int used as ordinal to represent this AlertLevel</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#SEVERE">SEVERE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#WARNING">WARNING</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;other)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicates whether some other object is "equal to" this one.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#forName-java.lang.String-">forName</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>AlertLevel</code> with the given name</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#forSeverity-int-">forSeverity</a></span>(int&nbsp;severity)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>AlertLevel</code> for the given severity</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#fromOrdinal-int-">fromOrdinal</a></span>(int&nbsp;ordinal)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return the AlertLevel represented by specified ordinal</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#getName--">getName</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#getSeverity--">getSeverity</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#hashCode--">hashCode</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a hash code for the object.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#toString--">toString</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representation for this alert level.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html#values--">values</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="WARNING">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>WARNING</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a> WARNING</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="ERROR">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ERROR</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a> ERROR</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="SEVERE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>SEVERE</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a> SEVERE</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="OFF">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>OFF</h4>
+<pre>public static final&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a> OFF</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="ordinal">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ordinal</h4>
+<pre>public final&nbsp;int ordinal</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">int used as ordinal to represent this AlertLevel</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="fromOrdinal-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>fromOrdinal</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;fromOrdinal(int&nbsp;ordinal)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Return the AlertLevel represented by specified ordinal</div>
+</li>
+</ul>
+<a name="forSeverity-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>forSeverity</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;forSeverity(int&nbsp;severity)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>AlertLevel</code> for the given severity</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If there is no alert level with the given
+         <code>severity</code></dd>
+</dl>
+</li>
+</ul>
+<a name="forName-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>forName</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>&nbsp;forName(java.lang.String&nbsp;name)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the <code>AlertLevel</code> with the given name</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If there is no alert level named <code>name</code></dd>
+</dl>
+</li>
+</ul>
+<a name="getSeverity--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getSeverity</h4>
+<pre>public&nbsp;int&nbsp;getSeverity()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="values--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../com/gemstone/gemfire/admin/AlertLevel.html" title="class in com.gemstone.gemfire.admin">AlertLevel</a>[]&nbsp;values()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+</li>
+</ul>
+<a name="toString--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representation for this alert level.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the name of this alert level</dd>
+</dl>
+</li>
+</ul>
+<a name="equals-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>equals</h4>
+<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;other)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Indicates whether some other object is "equal to" this one.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>other</code> - the reference object with which to compare.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true if this object is the same as the obj argument;
+         false otherwise.</dd>
+</dl>
+</li>
+</ul>
+<a name="hashCode--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>hashCode</h4>
+<pre>public&nbsp;int&nbsp;hashCode()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a hash code for the object. This method is supported for the
+ benefit of hashtables such as those provided by java.util.Hashtable.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
+<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the integer 0 if description is null; otherwise a unique integer.</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="../../../../com/gemstone/gemfire/admin/Alert.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/AlertListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/AlertLevel.html" target="_top">Frames</a></li>
+<li><a href="AlertLevel.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>



[46/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializer.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializer.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializer.html
new file mode 100644
index 0000000..ee71176
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/DataSerializer.html
@@ -0,0 +1,3804 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>DataSerializer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="DataSerializer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":6,"i2":10,"i3":10,"i4":6,"i5":6,"i6":10,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9,"i41":9,"i42":9,"i43":9,"i44":9,"i45":9,"i46":9,"i47":9,"i48":9,"i49":9,"i50":9,"i51":9,"i52":9,"i53":9,"i54":9,"i55":9,"i56":9,"i57":9,"i58":9,"i59":41,"i60":10,"i61":10,"i62":6,"i63":9,"i64":9,"i65":9,"i66":9,"i67":9,"i68":9,"i69":9,"i70":9,"i71":9,"i72":9,"i73":9,"i74":9,"i75":9,"i76":9,"i77":9,"i78":9,"i79":9,"i80":9,"i81":9,"i82":9,"i83":9,"i84":9,"i85":9,"i86":9,"i87":9,"i88":9,"i89":9,"i90":9,"i91":9,"i92":9,"i93":9,"i94":9,"i95":9,"i96":9,"i97":9,"i98":9,"i99":9,"i100":9,"i101":9,"i102":9,"i103":9,"i104":9,"i105":9,"i106":9,"i107":9,"i108":9,"i109":9,"i110":9,"i111":9,"i112":9,"i113":9,"i114":9,"i115":9,"i116":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete 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="../../../com/gemstone/gemfire/DataSerializable.Replaceable.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/Delta.html" title="interface in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/DataSerializer.html" target="_top">Frames</a></li>
+<li><a href="DataSerializer.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class DataSerializer" class="title">Class DataSerializer</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.DataSerializer</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">DataSerializer</span>
+extends java.lang.Object</pre>
+<div class="block">Provides static helper methods for reading and writing
+ non-primitive data when working with a <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><code>DataSerializable</code></a>.
+ For instance, classes that implement <code>DataSerializable</code>
+ can use the <code>DataSerializer</code> in their
+ <code>toData</code> and <code>fromData</code> methods:
+
+ <!--
+ The source code for the Employee class resides in
+         tests/com/examples/ds/Employee.java
+ Please keep the below code snippet in sync with that file.
+ -->
+
+ <PRE>
+public class Employee implements DataSerializable {
+  private int id;
+  private String name;
+  private Date birthday;
+  private Company employer;
+
+  public void toData(DataOutput out) throws IOException {
+    out.writeInt(this.id);
+    out.writeUTF(this.name);
+    DataSerializer.writeDate(this.birthday, out);
+    DataSerializer.writeObject(this.employer, out);
+  }
+
+  public void fromData(DataInput in)
+    throws IOException, ClassNotFoundException {
+
+    this.id = in.readInt();
+    this.name = in.readUTF();
+    this.birthday = DataSerializer.readDate(in);
+    this.employer = (Company) DataSerializer.readObject(in);
+  }
+}
+
+ </PRE>
+
+ <P>
+
+ Instances of <code>DataSerializer</code> are used to data serialize
+ objects (such as instances of standard Java classes or third-party
+ classes for which the source code is not available) that do not
+ implement the <code>DataSerializable</code> interface.
+
+ <P>
+
+ The following <code>DataSerializer</code> data serializes instances
+ of <code>Company</code>.  In order for the data serialization
+ framework to consult this custom serializer, it must be <a href="../../../com/gemstone/gemfire/DataSerializer.html#register-java.lang.Class-">registered</a> with the framework.
+
+ <!--
+ The source code for the CompanySerializer class resides in
+         tests/com/examples/ds/CompanySerializer.java
+ Please keep the below code snippet in sync with that file.
+ -->
+
+ <PRE>
+public class CompanySerializer extends DataSerializer {
+
+  static {
+    DataSerializer.register(CompanySerializer.class);
+  }
+
+  &#47;**
+ May be invoked reflectively if instances of Company are
+ distributed to other VMs.
+&#47;
+  public CompanySerializer() {
+
+  }
+
+  public Class[] getSupportedClasses() {
+    return new Class[] { Company.class };
+  }
+  public int getId() {
+    return 42;
+  }
+
+  public boolean toData(Object o, DataOutput out)
+    throws IOException {
+    if (o instanceof Company) {
+      Company company = (Company) o;
+      out.writeUTF(company.getName());
+
+      // Let's assume that Address is java.io.Serializable
+      Address address = company.getAddress();
+      writeObject(address, out);
+      return true;
+
+    } else {
+      return false;
+    }
+  }
+
+  public Object fromData(DataInput in)
+    throws IOException, ClassNotFoundException {
+
+    String name = in.readUTF();
+    Address address = (Address) readObject(in);
+    return new Company(name, address);
+  }
+}
+ </PRE>
+
+ Just like <a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><code>Instantiator</code></a>s, a <code>DataSerializer</code> may
+ be sent to other members of the distributed system when it is
+ <a href="../../../com/gemstone/gemfire/DataSerializer.html#register-java.lang.Class-">registered</a>.  The data serialization
+ framework does not require that a <code>DataSerializer</code> be
+ <code>Serializable</code>, but it does require that it provide a
+ <a href="../../../com/gemstone/gemfire/DataSerializer.html#DataSerializer--">zero-argument constructor</a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>writeObject(Object, DataOutput)</code></a>, 
+<a href="../../../com/gemstone/gemfire/DataSerializer.html#readObject-java.io.DataInput-"><code>readObject(java.io.DataInput)</code></a></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>protected static java.lang.ThreadLocal&lt;java.lang.Boolean&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#DISALLOW_JAVA_SERIALIZATION">DISALLOW_JAVA_SERIALIZATION</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#TRACE_SERIALIZABLE">TRACE_SERIALIZABLE</a></span></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#DataSerializer--">DataSerializer</a></span>()</code>
+<div class="block">Creates a new <code>DataSerializer</code>.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;o)</code>
+<div class="block">Two <code>DataSerializer</code>s are consider to be equal if they
+ have the same id and the same class</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>abstract java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#fromData-java.io.DataInput-">fromData</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an object from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#getContext--">getContext</a></span>()</code>
+<div class="block">For internal use only.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#getEventId--">getEventId</a></span>()</code>
+<div class="block">For internal use only.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>abstract int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#getId--">getId</a></span>()</code>
+<div class="block">Returns the id of this <code>DataSerializer</code>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>abstract java.lang.Class&lt;?&gt;[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#getSupportedClasses--">getSupportedClasses</a></span>()</code>
+<div class="block">Returns the <code>Class</code>es whose instances are data
+ serialized by this <code>DataSerializer</code>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.ArrayList&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readArrayList-java.io.DataInput-">readArrayList</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an <code>ArrayList</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>static byte[][]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readArrayOfByteArrays-java.io.DataInput-">readArrayOfByteArrays</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>byte[]</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>static java.lang.Boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readBoolean-java.io.DataInput-">readBoolean</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Boolean</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>static boolean[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readBooleanArray-java.io.DataInput-">readBooleanArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>boolean</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>static java.lang.Byte</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readByte-java.io.DataInput-">readByte</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Byte</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>static byte[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readByteArray-java.io.DataInput-">readByteArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>byte</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>static java.lang.Character</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readCharacter-java.io.DataInput-">readCharacter</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Character</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>static char[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readCharArray-java.io.DataInput-">readCharArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>char</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>static java.lang.Class&lt;?&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readClass-java.io.DataInput-">readClass</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Class</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;java.util.concurrent.ConcurrentHashMap&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readConcurrentHashMap-java.io.DataInput-">readConcurrentHashMap</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>ConcurrentHashMap</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>static java.util.Date</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readDate-java.io.DataInput-">readDate</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Date</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>static java.lang.Double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readDouble-java.io.DataInput-">readDouble</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Double</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>static double[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readDoubleArray-java.io.DataInput-">readDoubleArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>double</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>static &lt;E extends java.lang.Enum&lt;E&gt;&gt;<br>E</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readEnum-java.lang.Class-java.io.DataInput-">readEnum</a></span>(java.lang.Class&lt;E&gt;&nbsp;clazz,
+        java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>Enum constant</code> from <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>static java.io.File</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readFile-java.io.DataInput-">readFile</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>File</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>static java.lang.Float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readFloat-java.io.DataInput-">readFloat</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Float</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>static float[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readFloatArray-java.io.DataInput-">readFloatArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>float</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;java.util.HashMap&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readHashMap-java.io.DataInput-">readHashMap</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>HashMap</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.HashSet&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readHashSet-java.io.DataInput-">readHashSet</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>HashSet</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;java.util.Hashtable&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readHashtable-java.io.DataInput-">readHashtable</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>Hashtable</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;java.util.IdentityHashMap&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readIdentityHashMap-java.io.DataInput-">readIdentityHashMap</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>IdentityHashMap</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>static java.net.InetAddress</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readInetAddress-java.io.DataInput-">readInetAddress</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>InetAddress</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>static int[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readIntArray-java.io.DataInput-">readIntArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an <code>int</code> array from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i30" class="altColor">
+<td class="colFirst"><code>static java.lang.Integer</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readInteger-java.io.DataInput-">readInteger</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Integer</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i31" class="rowColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.LinkedHashSet&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readLinkedHashSet-java.io.DataInput-">readLinkedHashSet</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>LinkedHashSet</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i32" class="altColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.LinkedList&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readLinkedList-java.io.DataInput-">readLinkedList</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an <code>LinkedList</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i33" class="rowColor">
+<td class="colFirst"><code>static java.lang.Long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readLong-java.io.DataInput-">readLong</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Long</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i34" class="altColor">
+<td class="colFirst"><code>static long[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readLongArray-java.io.DataInput-">readLongArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>long</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i35" class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readNonPrimitiveClassName-java.io.DataInput-">readNonPrimitiveClassName</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads name of an instance of <code>Class</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i36" class="altColor">
+<td class="colFirst"><code>static &lt;T&gt;&nbsp;T</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readObject-java.io.DataInput-">readObject</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an arbitrary object from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code>static java.lang.Object[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readObjectArray-java.io.DataInput-">readObjectArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>Object</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
+<td class="colFirst"><code>static boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveBoolean-java.io.DataInput-">readPrimitiveBoolean</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>boolean</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i39" class="rowColor">
+<td class="colFirst"><code>static byte</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveByte-java.io.DataInput-">readPrimitiveByte</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>byte</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i40" class="altColor">
+<td class="colFirst"><code>static char</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveChar-java.io.DataInput-">readPrimitiveChar</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>char</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i41" class="rowColor">
+<td class="colFirst"><code>static double</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveDouble-java.io.DataInput-">readPrimitiveDouble</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>double</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i42" class="altColor">
+<td class="colFirst"><code>static float</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveFloat-java.io.DataInput-">readPrimitiveFloat</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>float</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i43" class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveInt-java.io.DataInput-">readPrimitiveInt</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>int</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i44" class="altColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveLong-java.io.DataInput-">readPrimitiveLong</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>long</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i45" class="rowColor">
+<td class="colFirst"><code>static short</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readPrimitiveShort-java.io.DataInput-">readPrimitiveShort</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>short</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i46" class="altColor">
+<td class="colFirst"><code>static java.util.Properties</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readProperties-java.io.DataInput-">readProperties</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>Properties</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i47" class="rowColor">
+<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;<a href="../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readRegion-java.io.DataInput-">readRegion</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of Region.</div>
+</td>
+</tr>
+<tr id="i48" class="altColor">
+<td class="colFirst"><code>static java.lang.Short</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readShort-java.io.DataInput-">readShort</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>Short</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i49" class="rowColor">
+<td class="colFirst"><code>static short[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readShortArray-java.io.DataInput-">readShortArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>short</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i50" class="altColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.Stack&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readStack-java.io.DataInput-">readStack</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an <code>Stack</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i51" class="rowColor">
+<td class="colFirst"><code>static java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readString-java.io.DataInput-">readString</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an instance of <code>String</code> from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i52" class="altColor">
+<td class="colFirst"><code>static java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readStringArray-java.io.DataInput-">readStringArray</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an array of <code>String</code>s from a
+ <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i53" class="rowColor">
+<td class="colFirst"><code>static &lt;K,V&gt;&nbsp;java.util.TreeMap&lt;K,V&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readTreeMap-java.io.DataInput-">readTreeMap</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>TreeMap</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i54" class="altColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.TreeSet&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readTreeSet-java.io.DataInput-">readTreeSet</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a <code>TreeSet</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i55" class="rowColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readUnsignedByte-java.io.DataInput-">readUnsignedByte</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>int</code> as an unsigned byte from a
+ <code>DataInput</code> using <code>DataInput.readUnsignedByte()</code>.</div>
+</td>
+</tr>
+<tr id="i56" class="altColor">
+<td class="colFirst"><code>static int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readUnsignedShort-java.io.DataInput-">readUnsignedShort</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads a primitive <code>int</code> as an unsigned short from a
+ <code>DataInput</code> using <code>DataInput.readUnsignedShort()</code>.</div>
+</td>
+</tr>
+<tr id="i57" class="rowColor">
+<td class="colFirst"><code>static &lt;E&gt;&nbsp;java.util.Vector&lt;E&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#readVector-java.io.DataInput-">readVector</a></span>(java.io.DataInput&nbsp;in)</code>
+<div class="block">Reads an <code>Vector</code> from a <code>DataInput</code>.</div>
+</td>
+</tr>
+<tr id="i58" class="altColor">
+<td class="colFirst"><code>static <a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire">DataSerializer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#register-java.lang.Class-">register</a></span>(java.lang.Class&lt;?&gt;&nbsp;c)</code>
+<div class="block">Registers a <code>DataSerializer</code>  class with the data
+ serialization framework.</div>
+</td>
+</tr>
+<tr id="i59" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../com/gemstone/gemfire/DataSerializer.html" title="class in com.gemstone.gemfire">DataSerializer</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#register-java.lang.Class-byte-">register</a></span>(java.lang.Class&lt;?&gt;&nbsp;c,
+        byte&nbsp;b)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 5.7 use <a href="../../../com/gemstone/gemfire/DataSerializer.html#register-java.lang.Class-"><code>register(Class)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i60" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#setContext-java.lang.Object-">setContext</a></span>(java.lang.Object&nbsp;context)</code>
+<div class="block">For internal use only.</div>
+</td>
+</tr>
+<tr id="i61" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#setEventId-java.lang.Object-">setEventId</a></span>(java.lang.Object&nbsp;eventId)</code>
+<div class="block">For internal use only.</div>
+</td>
+</tr>
+<tr id="i62" class="altColor">
+<td class="colFirst"><code>abstract boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#toData-java.lang.Object-java.io.DataOutput-">toData</a></span>(java.lang.Object&nbsp;o,
+      java.io.DataOutput&nbsp;out)</code>
+<div class="block">Data serializes an object to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i63" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeArrayList-java.util.ArrayList-java.io.DataOutput-">writeArrayList</a></span>(java.util.ArrayList&lt;?&gt;&nbsp;list,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an <code>ArrayList</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i64" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeArrayOfByteArrays-byte:A:A-java.io.DataOutput-">writeArrayOfByteArrays</a></span>(byte[][]&nbsp;array,
+                      java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <tt>byte[]</tt> to a <tt>DataOutput</tt>.</div>
+</td>
+</tr>
+<tr id="i65" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeBoolean-java.lang.Boolean-java.io.DataOutput-">writeBoolean</a></span>(java.lang.Boolean&nbsp;value,
+            java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Boolean</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i66" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeBooleanArray-boolean:A-java.io.DataOutput-">writeBooleanArray</a></span>(boolean[]&nbsp;array,
+                 java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>boolean</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i67" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeByte-java.lang.Byte-java.io.DataOutput-">writeByte</a></span>(java.lang.Byte&nbsp;value,
+         java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Byte</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i68" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeByteArray-byte:A-java.io.DataOutput-">writeByteArray</a></span>(byte[]&nbsp;array,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>byte</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i69" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeByteArray-byte:A-int-java.io.DataOutput-">writeByteArray</a></span>(byte[]&nbsp;array,
+              int&nbsp;len,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes the first <code>len</code> elements
+ of an array of <code>byte</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i70" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeCharacter-java.lang.Character-java.io.DataOutput-">writeCharacter</a></span>(java.lang.Character&nbsp;value,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Character</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i71" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeCharArray-char:A-java.io.DataOutput-">writeCharArray</a></span>(char[]&nbsp;array,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>char</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i72" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeClass-java.lang.Class-java.io.DataOutput-">writeClass</a></span>(java.lang.Class&lt;?&gt;&nbsp;c,
+          java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Class</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i73" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeConcurrentHashMap-java.util.concurrent.ConcurrentHashMap-java.io.DataOutput-">writeConcurrentHashMap</a></span>(java.util.concurrent.ConcurrentHashMap&lt;?,?&gt;&nbsp;map,
+                      java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>ConcurrentHashMap</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i74" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeDate-java.util.Date-java.io.DataOutput-">writeDate</a></span>(java.util.Date&nbsp;date,
+         java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Date</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i75" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeDouble-java.lang.Double-java.io.DataOutput-">writeDouble</a></span>(java.lang.Double&nbsp;value,
+           java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Double</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i76" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeDoubleArray-double:A-java.io.DataOutput-">writeDoubleArray</a></span>(double[]&nbsp;array,
+                java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>double</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i77" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeEnum-java.lang.Enum-java.io.DataOutput-">writeEnum</a></span>(java.lang.Enum&nbsp;e,
+         java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes the <code>Enum constant</code> to <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i78" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeFile-java.io.File-java.io.DataOutput-">writeFile</a></span>(java.io.File&nbsp;file,
+         java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>File</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i79" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeFloat-java.lang.Float-java.io.DataOutput-">writeFloat</a></span>(java.lang.Float&nbsp;value,
+          java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Float</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i80" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeFloatArray-float:A-java.io.DataOutput-">writeFloatArray</a></span>(float[]&nbsp;array,
+               java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>float</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i81" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeHashMap-java.util.Map-java.io.DataOutput-">writeHashMap</a></span>(java.util.Map&lt;?,?&gt;&nbsp;map,
+            java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>HashMap</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i82" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeHashSet-java.util.HashSet-java.io.DataOutput-">writeHashSet</a></span>(java.util.HashSet&lt;?&gt;&nbsp;set,
+            java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>HashSet</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i83" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeHashtable-java.util.Hashtable-java.io.DataOutput-">writeHashtable</a></span>(java.util.Hashtable&lt;?,?&gt;&nbsp;map,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>Hashtable</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i84" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeIdentityHashMap-java.util.IdentityHashMap-java.io.DataOutput-">writeIdentityHashMap</a></span>(java.util.IdentityHashMap&lt;?,?&gt;&nbsp;map,
+                    java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>IdentityHashMap</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i85" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeInetAddress-java.net.InetAddress-java.io.DataOutput-">writeInetAddress</a></span>(java.net.InetAddress&nbsp;address,
+                java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>InetAddress</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i86" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeIntArray-int:A-java.io.DataOutput-">writeIntArray</a></span>(int[]&nbsp;array,
+             java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an <code>int</code> array to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i87" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeInteger-java.lang.Integer-java.io.DataOutput-">writeInteger</a></span>(java.lang.Integer&nbsp;value,
+            java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Integer</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i88" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeLinkedHashSet-java.util.LinkedHashSet-java.io.DataOutput-">writeLinkedHashSet</a></span>(java.util.LinkedHashSet&lt;?&gt;&nbsp;set,
+                  java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>LinkedHashSet</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i89" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeLinkedList-java.util.LinkedList-java.io.DataOutput-">writeLinkedList</a></span>(java.util.LinkedList&lt;?&gt;&nbsp;list,
+               java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an <code>LinkedList</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i90" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeLong-java.lang.Long-java.io.DataOutput-">writeLong</a></span>(java.lang.Long&nbsp;value,
+         java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Long</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i91" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeLongArray-long:A-java.io.DataOutput-">writeLongArray</a></span>(long[]&nbsp;array,
+              java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>long</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i92" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeNonPrimitiveClassName-java.lang.String-java.io.DataOutput-">writeNonPrimitiveClassName</a></span>(java.lang.String&nbsp;className,
+                          java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes class name to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i93" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-">writeObject</a></span>(java.lang.Object&nbsp;o,
+           java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an arbitrary object to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i94" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-boolean-">writeObject</a></span>(java.lang.Object&nbsp;o,
+           java.io.DataOutput&nbsp;out,
+           boolean&nbsp;allowJavaSerialization)</code>
+<div class="block">Writes an arbitrary object to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i95" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObjectArray-java.lang.Object:A-java.io.DataOutput-">writeObjectArray</a></span>(java.lang.Object[]&nbsp;array,
+                java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>Object</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i96" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObjectAsByteArray-java.lang.Object-java.io.DataOutput-">writeObjectAsByteArray</a></span>(java.lang.Object&nbsp;obj,
+                      java.io.DataOutput&nbsp;out)</code>
+<div class="block">Serialize the given object <code>obj</code> into a byte array
+ using <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>writeObject(Object, DataOutput)</code></a> and then writes the byte array
+ to the given data output <code>out</code> in the same format
+ <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeByteArray-byte:A-java.io.DataOutput-"><code>writeByteArray(byte[], DataOutput)</code></a> does.</div>
+</td>
+</tr>
+<tr id="i97" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveBoolean-boolean-java.io.DataOutput-">writePrimitiveBoolean</a></span>(boolean&nbsp;value,
+                     java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>boolean</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i98" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveByte-byte-java.io.DataOutput-">writePrimitiveByte</a></span>(byte&nbsp;value,
+                  java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>byte</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i99" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveChar-char-java.io.DataOutput-">writePrimitiveChar</a></span>(char&nbsp;value,
+                  java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive  <code>char</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i100" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveDouble-double-java.io.DataOutput-">writePrimitiveDouble</a></span>(double&nbsp;value,
+                    java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primtive <code>double</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i101" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveFloat-float-java.io.DataOutput-">writePrimitiveFloat</a></span>(float&nbsp;value,
+                   java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>float</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i102" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveInt-int-java.io.DataOutput-">writePrimitiveInt</a></span>(int&nbsp;value,
+                 java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>int</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i103" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveLong-long-java.io.DataOutput-">writePrimitiveLong</a></span>(long&nbsp;value,
+                  java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>long</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i104" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writePrimitiveShort-short-java.io.DataOutput-">writePrimitiveShort</a></span>(short&nbsp;value,
+                   java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>short</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i105" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeProperties-java.util.Properties-java.io.DataOutput-">writeProperties</a></span>(java.util.Properties&nbsp;props,
+               java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>Properties</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i106" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeRegion-com.gemstone.gemfire.cache.Region-java.io.DataOutput-">writeRegion</a></span>(<a href="../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;?,?&gt;&nbsp;rgn,
+           java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of Region.</div>
+</td>
+</tr>
+<tr id="i107" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeShort-java.lang.Short-java.io.DataOutput-">writeShort</a></span>(java.lang.Short&nbsp;value,
+          java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>Short</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i108" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeShortArray-short:A-java.io.DataOutput-">writeShortArray</a></span>(short[]&nbsp;array,
+               java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>short</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i109" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeStack-java.util.Stack-java.io.DataOutput-">writeStack</a></span>(java.util.Stack&lt;?&gt;&nbsp;list,
+          java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an <code>Stack</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i110" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeString-java.lang.String-java.io.DataOutput-">writeString</a></span>(java.lang.String&nbsp;value,
+           java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an instance of <code>String</code> to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i111" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeStringArray-java.lang.String:A-java.io.DataOutput-">writeStringArray</a></span>(java.lang.String[]&nbsp;array,
+                java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an array of <code>String</code>s to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i112" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeTreeMap-java.util.TreeMap-java.io.DataOutput-">writeTreeMap</a></span>(java.util.TreeMap&lt;?,?&gt;&nbsp;map,
+            java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>TreeMap</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i113" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeTreeSet-java.util.TreeSet-java.io.DataOutput-">writeTreeSet</a></span>(java.util.TreeSet&lt;?&gt;&nbsp;set,
+            java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a <code>TreeSet</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i114" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeUnsignedByte-int-java.io.DataOutput-">writeUnsignedByte</a></span>(int&nbsp;value,
+                 java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>int</code> as an unsigned byte to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i115" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeUnsignedShort-int-java.io.DataOutput-">writeUnsignedShort</a></span>(int&nbsp;value,
+                  java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes a primitive <code>int</code> as an unsigned short to a
+ <code>DataOutput</code>.</div>
+</td>
+</tr>
+<tr id="i116" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeVector-java.util.Vector-java.io.DataOutput-">writeVector</a></span>(java.util.Vector&lt;?&gt;&nbsp;list,
+           java.io.DataOutput&nbsp;out)</code>
+<div class="block">Writes an <code>Vector</code> to a <code>DataOutput</code>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="TRACE_SERIALIZABLE">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>TRACE_SERIALIZABLE</h4>
+<pre>protected static final&nbsp;boolean TRACE_SERIALIZABLE</pre>
+</li>
+</ul>
+<a name="DISALLOW_JAVA_SERIALIZATION">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DISALLOW_JAVA_SERIALIZATION</h4>
+<pre>protected static final&nbsp;java.lang.ThreadLocal&lt;java.lang.Boolean&gt; DISALLOW_JAVA_SERIALIZATION</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="DataSerializer--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>DataSerializer</h4>
+<pre>public&nbsp;DataSerializer()</pre>
+<div class="block">Creates a new <code>DataSerializer</code>.  All class that
+ implement <code>DataSerializer</code> must provide a
+ zero-argument constructor.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#register-java.lang.Class-"><code>register(Class)</code></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="writeClass-java.lang.Class-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeClass</h4>
+<pre>public static&nbsp;void&nbsp;writeClass(java.lang.Class&lt;?&gt;&nbsp;c,
+                              java.io.DataOutput&nbsp;out)
+                       throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Class</code> to a
+ <code>DataOutput</code>.
+ This method will handle a
+ <code>null</code> value and not throw a
+ <code>NullPointerException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readClass-java.io.DataInput-"><code>readClass(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="writeNonPrimitiveClassName-java.lang.String-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeNonPrimitiveClassName</h4>
+<pre>public static&nbsp;void&nbsp;writeNonPrimitiveClassName(java.lang.String&nbsp;className,
+                                              java.io.DataOutput&nbsp;out)
+                                       throws java.io.IOException</pre>
+<div class="block">Writes class name to a <code>DataOutput</code>. This method will handle a
+ <code>null</code> value and not throw a <code>NullPointerException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readNonPrimitiveClassName-java.io.DataInput-"><code>readNonPrimitiveClassName(DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readClass-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readClass</h4>
+<pre>public static&nbsp;java.lang.Class&lt;?&gt;&nbsp;readClass(java.io.DataInput&nbsp;in)
+                                    throws java.io.IOException,
+                                           java.lang.ClassNotFoundException</pre>
+<div class="block">Reads an instance of <code>Class</code> from a
+ <code>DataInput</code>.  The class will be loaded using the
+ current content class
+ loader.
+ The return value may be <code>null</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+<dd><code>java.lang.ClassNotFoundException</code> - The class cannot be loaded</dd>
+</dl>
+</li>
+</ul>
+<a name="readNonPrimitiveClassName-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readNonPrimitiveClassName</h4>
+<pre>public static&nbsp;java.lang.String&nbsp;readNonPrimitiveClassName(java.io.DataInput&nbsp;in)
+                                                  throws java.io.IOException</pre>
+<div class="block">Reads name of an instance of <code>Class</code> from a
+ <code>DataInput</code>.
+ 
+ The return value may be <code>null</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeNonPrimitiveClassName-java.lang.String-java.io.DataOutput-"><code>writeNonPrimitiveClassName(String, DataOutput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="writeRegion-com.gemstone.gemfire.cache.Region-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeRegion</h4>
+<pre>public static&nbsp;void&nbsp;writeRegion(<a href="../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;?,?&gt;&nbsp;rgn,
+                               java.io.DataOutput&nbsp;out)
+                        throws java.io.IOException</pre>
+<div class="block">Writes an instance of Region. A Region is serialized as just a reference
+ to a full path only. It will be recreated on the other end by calling
+ <a href="../../../com/gemstone/gemfire/cache/CacheFactory.html#getAnyInstance--"><code>CacheFactory.getAnyInstance()</code></a> and then calling
+ <code>getRegion</code> on it.
+ This method will handle a
+ <code>null</code> value and not throw a
+ <code>NullPointerException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="readRegion-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readRegion</h4>
+<pre>public static&nbsp;&lt;K,V&gt;&nbsp;<a href="../../../com/gemstone/gemfire/cache/Region.html" title="interface in com.gemstone.gemfire.cache">Region</a>&lt;K,V&gt;&nbsp;readRegion(java.io.DataInput&nbsp;in)
+                                    throws java.io.IOException,
+                                           java.lang.ClassNotFoundException</pre>
+<div class="block">Reads an instance of Region. A Region is serialized as a reference to a
+ full path only. It is recreated on the other end by calling
+ <a href="../../../com/gemstone/gemfire/cache/CacheFactory.html#getAnyInstance--"><code>CacheFactory.getAnyInstance()</code></a> and then calling
+ <code>getRegion</code> on it.
+ The return value may be <code>null</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>in</code> - the input stream</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the Region instance</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../com/gemstone/gemfire/cache/CacheClosedException.html" title="class in com.gemstone.gemfire.cache">CacheClosedException</a></code> - if a cache has not been created or the only
+ created one is closed.</dd>
+<dd><code><a href="../../../com/gemstone/gemfire/admin/RegionNotFoundException.html" title="class in com.gemstone.gemfire.admin">RegionNotFoundException</a></code> - if there is no region by this name
+ in the Cache</dd>
+<dd><code>java.io.IOException</code></dd>
+<dd><code>java.lang.ClassNotFoundException</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeDate-java.util.Date-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeDate</h4>
+<pre>public static&nbsp;void&nbsp;writeDate(java.util.Date&nbsp;date,
+                             java.io.DataOutput&nbsp;out)
+                      throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Date</code> to a
+ <code>DataOutput</code>.  Note that even though <code>date</code>
+ may be an instance of a subclass of <code>Date</code>,
+ <code>readDate</code> will always return an instance of
+ <code>Date</code>, <B>not</B> an instance of the subclass.  To
+ preserve the class type of <code>date</code>,\
+ <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>writeObject(Object, DataOutput)</code></a> should be used for data serialization.
+ This method will handle a
+ <code>null</code> value and not throw a
+ <code>NullPointerException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readDate-java.io.DataInput-"><code>readDate(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readDate-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readDate</h4>
+<pre>public static&nbsp;java.util.Date&nbsp;readDate(java.io.DataInput&nbsp;in)
+                               throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>Date</code> from a
+ <code>DataInput</code>.
+ The return value may be <code>null</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeFile-java.io.File-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeFile</h4>
+<pre>public static&nbsp;void&nbsp;writeFile(java.io.File&nbsp;file,
+                             java.io.DataOutput&nbsp;out)
+                      throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>File</code> to a
+ <code>DataOutput</code>.  Note that even though <code>file</code>
+ may be an instance of a subclass of <code>File</code>,
+ <code>readFile</code> will always return an instance of
+ <code>File</code>, <B>not</B> an instance of the subclass.  To
+ preserve the class type of <code>file</code>,
+ <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>writeObject(Object, DataOutput)</code></a> should be used for data serialization.
+ This method will handle a
+ <code>null</code> value and not throw a
+ <code>NullPointerException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readFile-java.io.DataInput-"><code>readFile(java.io.DataInput)</code></a>, 
+<code>File.getCanonicalPath()</code></dd>
+</dl>
+</li>
+</ul>
+<a name="readFile-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readFile</h4>
+<pre>public static&nbsp;java.io.File&nbsp;readFile(java.io.DataInput&nbsp;in)
+                             throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>File</code> from a
+ <code>DataInput</code>.
+ The return value may be <code>null</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeInetAddress-java.net.InetAddress-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeInetAddress</h4>
+<pre>public static&nbsp;void&nbsp;writeInetAddress(java.net.InetAddress&nbsp;address,
+                                    java.io.DataOutput&nbsp;out)
+                             throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>InetAddress</code> to a
+ <code>DataOutput</code>.  The <code>InetAddress</code> is data
+ serialized by writing its <code>byte</code>
+ representation to the <code>DataOutput</code>.  <a href="../../../com/gemstone/gemfire/DataSerializer.html#readInetAddress-java.io.DataInput-"><code>readInetAddress(java.io.DataInput)</code></a> converts the <code>byte</code> representation
+ to an instance of <code>InetAddress</code> using <code>InetAddress.getAddress()</code>.  As a result, if <code>address</code>
+ is an instance of a user-defined subclass of
+ <code>InetAddress</code> (that is, not an instance of one of the
+ subclasses from the <code>java.net</code> package), its class
+ will not be preserved.  In order to be able to read an instance
+ of the user-defined class, <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>writeObject(Object, DataOutput)</code></a> should be used.
+ This method will handle a
+ <code>null</code> value and not throw a
+ <code>NullPointerException</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readInetAddress-java.io.DataInput-"><code>readInetAddress(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readInetAddress-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readInetAddress</h4>
+<pre>public static&nbsp;java.net.InetAddress&nbsp;readInetAddress(java.io.DataInput&nbsp;in)
+                                            throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>InetAddress</code> from a
+ <code>DataInput</code>.
+ The return value may be <code>null</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code>
+         or the address read from <code>in</code> is unknown</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><code>InetAddress.getAddress()</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeString-java.lang.String-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeString</h4>
+<pre>public static&nbsp;void&nbsp;writeString(java.lang.String&nbsp;value,
+                               java.io.DataOutput&nbsp;out)
+                        throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>String</code> to a
+ <code>DataOutput</code>.
+ This method will handle a
+ <code>null</code> value and not throw a
+ <code>NullPointerException</code>.
+ <p>As of 5.7 strings longer than 0xFFFF can be serialized.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readString-java.io.DataInput-"><code>readString(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readString-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readString</h4>
+<pre>public static&nbsp;java.lang.String&nbsp;readString(java.io.DataInput&nbsp;in)
+                                   throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>String</code> from a
+ <code>DataInput</code>.  The return value may be
+ <code>null</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#writeString-java.lang.String-java.io.DataOutput-"><code>writeString(java.lang.String, java.io.DataOutput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="writeBoolean-java.lang.Boolean-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeBoolean</h4>
+<pre>public static&nbsp;void&nbsp;writeBoolean(java.lang.Boolean&nbsp;value,
+                                java.io.DataOutput&nbsp;out)
+                         throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Boolean</code> to a
+ <code>DataOutput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dd><code>java.lang.NullPointerException</code> - if value is null.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readBoolean-java.io.DataInput-"><code>readBoolean(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readBoolean-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readBoolean</h4>
+<pre>public static&nbsp;java.lang.Boolean&nbsp;readBoolean(java.io.DataInput&nbsp;in)
+                                     throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>Boolean</code> from a
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeCharacter-java.lang.Character-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeCharacter</h4>
+<pre>public static&nbsp;void&nbsp;writeCharacter(java.lang.Character&nbsp;value,
+                                  java.io.DataOutput&nbsp;out)
+                           throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Character</code> to a
+ <code>DataOutput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dd><code>java.lang.NullPointerException</code> - if value is null.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readCharacter-java.io.DataInput-"><code>readCharacter(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readCharacter-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readCharacter</h4>
+<pre>public static&nbsp;java.lang.Character&nbsp;readCharacter(java.io.DataInput&nbsp;in)
+                                         throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>Character</code> from a
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeByte-java.lang.Byte-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeByte</h4>
+<pre>public static&nbsp;void&nbsp;writeByte(java.lang.Byte&nbsp;value,
+                             java.io.DataOutput&nbsp;out)
+                      throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Byte</code> to a
+ <code>DataOutput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dd><code>java.lang.NullPointerException</code> - if value is null.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readByte-java.io.DataInput-"><code>readByte(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readByte-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readByte</h4>
+<pre>public static&nbsp;java.lang.Byte&nbsp;readByte(java.io.DataInput&nbsp;in)
+                               throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>Byte</code> from a
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeShort-java.lang.Short-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeShort</h4>
+<pre>public static&nbsp;void&nbsp;writeShort(java.lang.Short&nbsp;value,
+                              java.io.DataOutput&nbsp;out)
+                       throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Short</code> to a
+ <code>DataOutput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dd><code>java.lang.NullPointerException</code> - if value is null.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readShort-java.io.DataInput-"><code>readShort(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readShort-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readShort</h4>
+<pre>public static&nbsp;java.lang.Short&nbsp;readShort(java.io.DataInput&nbsp;in)
+                                 throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>Short</code> from a
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeInteger-java.lang.Integer-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeInteger</h4>
+<pre>public static&nbsp;void&nbsp;writeInteger(java.lang.Integer&nbsp;value,
+                                java.io.DataOutput&nbsp;out)
+                         throws java.io.IOException</pre>
+<div class="block">Writes an instance of <code>Integer</code> to a
+ <code>DataOutput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while writing to <code>out</code></dd>
+<dd><code>java.lang.NullPointerException</code> - if value is null.</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readInteger-java.io.DataInput-"><code>readInteger(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="readInteger-java.io.DataInput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readInteger</h4>
+<pre>public static&nbsp;java.lang.Integer&nbsp;readInteger(java.io.DataInput&nbsp;in)
+                                     throws java.io.IOException</pre>
+<div class="block">Reads an instance of <code>Integer</code> from a
+ <code>DataInput</code>.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.io.IOException</code> - A problem occurs while reading from <code>in</code></dd>
+</dl>
+</li>
+</ul>
+<a name="writeLong-java.lang.Long-java.io.DataOutput-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>writeLong</h4>
+<pre>public static&nbsp;void&nbsp;writeLong(java.lang.Long&nbsp;value,
+                             java.io.D

<TRUNCATED>


[20/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/Experimental.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/Experimental.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/Experimental.html
new file mode 100644
index 0000000..f24d7b4
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/Experimental.html
@@ -0,0 +1,234 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>Experimental (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Experimental (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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>Prev&nbsp;Class</li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/annotations/Experimental.html" target="_top">Frames</a></li>
+<li><a href="Experimental.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>Field&nbsp;|&nbsp;</li>
+<li>Required&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.optional.element.summary">Optional</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.element.detail">Element</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">com.gemstone.gemfire.annotations</div>
+<h2 title="Annotation Type Experimental" class="title">Annotation Type Experimental</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>@Documented
+ @Retention(value=RUNTIME)
+ @Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
+public @interface <span class="memberNameLabel">Experimental</span></pre>
+<div class="block">Signifies that a public API (public class, method or field) is subject to
+ incompatible changes, or even removal, in a future release. An API bearing
+ this annotation is exempt from any compatibility guarantees made by its
+ containing library. 
+ 
+ <p>Note that the presence of this annotation implies nothing
+ about the quality or performance of the API in question, only the fact that
+ it is not "API-frozen."
+
+ <p>It is generally safe for <i>applications</i> to depend on beta APIs, at
+ the cost of some extra work during upgrades. However, it is generally
+ inadvisable for <i>libraries</i> (which get included on users' class paths,
+ outside the library developers' control) to do so.
+ 
+ <p>Inspired by similar annotations in JGroups, Spark, DataflowJavaSDK.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="annotation.type.optional.element.summary">
+<!--   -->
+</a>
+<h3>Optional Element Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Optional Element Summary table, listing optional elements, and an explanation">
+<caption><span>Optional Elements</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Optional Element and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/annotations/Experimental.html#value--">value</a></span></code>
+<div class="block">Optional description</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="annotation.type.element.detail">
+<!--   -->
+</a>
+<h3>Element Detail</h3>
+<a name="value--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>value</h4>
+<pre>public abstract&nbsp;java.lang.String&nbsp;value</pre>
+<div class="block">Optional description</div>
+<dl>
+<dt>Default:</dt>
+<dd>""</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>Prev&nbsp;Class</li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/annotations/Experimental.html" target="_top">Frames</a></li>
+<li><a href="Experimental.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>Field&nbsp;|&nbsp;</li>
+<li>Required&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.optional.element.summary">Optional</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#annotation.type.element.detail">Element</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-frame.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-frame.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-frame.html
new file mode 100644
index 0000000..1877c21
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-frame.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.annotations (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<h1 class="bar"><a href="../../../../com/gemstone/gemfire/annotations/package-summary.html" target="classFrame">com.gemstone.gemfire.annotations</a></h1>
+<div class="indexContainer">
+<h2 title="Annotation Types">Annotation Types</h2>
+<ul title="Annotation Types">
+<li><a href="Experimental.html" title="annotation in com.gemstone.gemfire.annotations" target="classFrame">Experimental</a></li>
+</ul>
+</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-summary.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-summary.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-summary.html
new file mode 100644
index 0000000..0c0b654
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-summary.html
@@ -0,0 +1,143 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.annotations (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="com.gemstone.gemfire.annotations (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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 class="navBarCell1Rev">Package</li>
+<li>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="../../../../com/gemstone/gemfire/admin/jmx/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/annotations/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package&nbsp;com.gemstone.gemfire.annotations</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Annotation Types Summary table, listing annotation types, and an explanation">
+<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Annotation Type</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../com/gemstone/gemfire/annotations/Experimental.html" title="annotation in com.gemstone.gemfire.annotations">Experimental</a></td>
+<td class="colLast">
+<div class="block">Signifies that a public API (public class, method or field) is subject to
+ incompatible changes, or even removal, in a future release.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= 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 class="navBarCell1Rev">Package</li>
+<li>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="../../../../com/gemstone/gemfire/admin/jmx/package-summary.html">Prev&nbsp;Package</a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/annotations/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-tree.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-tree.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-tree.html
new file mode 100644
index 0000000..1a61f51
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/package-tree.html
@@ -0,0 +1,131 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:09 PST 2016 -->
+<title>com.gemstone.gemfire.annotations Class Hierarchy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="com.gemstone.gemfire.annotations Class Hierarchy (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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</li>
+<li class="navBarCell1Rev">Tree</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="../../../../com/gemstone/gemfire/admin/jmx/package-tree.html">Prev</a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/annotations/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package com.gemstone.gemfire.annotations</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
+<ul>
+<li type="circle">com.gemstone.gemfire.annotations.<a href="../../../../com/gemstone/gemfire/annotations/Experimental.html" title="annotation in com.gemstone.gemfire.annotations"><span class="typeNameLink">Experimental</span></a> (implements java.lang.annotation.Annotation)</li>
+</ul>
+</div>
+<!-- ======= 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</li>
+<li class="navBarCell1Rev">Tree</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="../../../../com/gemstone/gemfire/admin/jmx/package-tree.html">Prev</a></li>
+<li><a href="../../../../com/gemstone/gemfire/cache/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/annotations/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.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>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>


[44/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireException.html
new file mode 100644
index 0000000..b3d833f
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireException.html
@@ -0,0 +1,372 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireException.html" target="_top">Frames</a></li>
+<li><a href="GemFireException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class GemFireException" class="title">Class GemFireException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.GemFireException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/cache/CacheException.html" title="class in com.gemstone.gemfire.cache">CacheException</a>, <a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache">CacheRuntimeException</a>, <a href="../../../com/gemstone/gemfire/compression/CompressionException.html" title="class in com.gemstone.gemfire.compression">CompressionException</a>, <a href="../../../com/gemstone/gemfire/cache/persistence/ConflictingPersistentDataException.html" title="class in com.gemstone.gemfire.cache.persistence">ConflictingPersistentDataException</a>, <a href="../../../com/gemstone/gemfire/CopyException.html" title="class in com.gemstone.gemfire">CopyException</a>, <a href="../../../com/gemstone/gemfire/management/DependenciesNotFoundException.html" title="class in com.gemstone.gemfire.management">DependenciesNotFoundException</a>, <a href="../../../com/gemstone/gemfire/cache/DuplicatePrimaryPartitionException.html"
  title="class in com.gemstone.gemfire.cache">DuplicatePrimaryPartitionException</a>, <a href="../../../com/gemstone/gemfire/cache/EntryNotFoundInRegion.html" title="class in com.gemstone.gemfire.cache">EntryNotFoundInRegion</a>, <a href="../../../com/gemstone/gemfire/cache/execute/FunctionException.html" title="class in com.gemstone.gemfire.cache.execute">FunctionException</a>, <a href="../../../com/gemstone/gemfire/GemFireCacheException.html" title="class in com.gemstone.gemfire">GemFireCacheException</a>, <a href="../../../com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire">GemFireConfigException</a>, <a href="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire">GemFireIOException</a>, <a href="../../../com/gemstone/gemfire/security/GemFireSecurityException.html" title="class in com.gemstone.gemfire.security">GemFireSecurityException</a>, <a href="../../../com/gemstone/gemfire/IncompatibleSystemException.h
 tml" title="class in com.gemstone.gemfire">IncompatibleSystemException</a>, <a href="../../../com/gemstone/gemfire/cache/query/IndexInvalidException.html" title="class in com.gemstone.gemfire.cache.query">IndexInvalidException</a>, <a href="../../../com/gemstone/gemfire/InternalGemFireException.html" title="class in com.gemstone.gemfire">InternalGemFireException</a>, <a href="../../../com/gemstone/gemfire/InvalidDeltaException.html" title="class in com.gemstone.gemfire">InvalidDeltaException</a>, <a href="../../../com/gemstone/gemfire/InvalidValueException.html" title="class in com.gemstone.gemfire">InvalidValueException</a>, <a href="../../../com/gemstone/gemfire/InvalidVersionException.html" title="class in com.gemstone.gemfire">InvalidVersionException</a>, <a href="../../../com/gemstone/gemfire/pdx/JSONFormatterException.html" title="class in com.gemstone.gemfire.pdx">JSONFormatterException</a>, <a href="../../../com/gemstone/gemfire/distributed/LeaseExpiredException.html" title=
 "class in com.gemstone.gemfire.distributed">LeaseExpiredException</a>, <a href="../../../com/gemstone/gemfire/LicenseException.html" title="class in com.gemstone.gemfire">LicenseException</a>, <a href="../../../com/gemstone/gemfire/management/ManagementException.html" title="class in com.gemstone.gemfire.management">ManagementException</a>, <a href="../../../com/gemstone/gemfire/NoSystemException.html" title="class in com.gemstone.gemfire">NoSystemException</a>, <a href="../../../com/gemstone/gemfire/cache/partition/PartitionNotAvailableException.html" title="class in com.gemstone.gemfire.cache.partition">PartitionNotAvailableException</a>, <a href="../../../com/gemstone/gemfire/cache/persistence/PartitionOfflineException.html" title="class in com.gemstone.gemfire.cache.persistence">PartitionOfflineException</a>, <a href="../../../com/gemstone/gemfire/pdx/PdxConfigurationException.html" title="class in com.gemstone.gemfire.pdx">PdxConfigurationException</a>, <a href="../../../com/ge
 mstone/gemfire/pdx/PdxFieldAlreadyExistsException.html" title="class in com.gemstone.gemfire.pdx">PdxFieldAlreadyExistsException</a>, <a href="../../../com/gemstone/gemfire/pdx/PdxFieldDoesNotExistException.html" title="class in com.gemstone.gemfire.pdx">PdxFieldDoesNotExistException</a>, <a href="../../../com/gemstone/gemfire/pdx/PdxFieldTypeMismatchException.html" title="class in com.gemstone.gemfire.pdx">PdxFieldTypeMismatchException</a>, <a href="../../../com/gemstone/gemfire/pdx/PdxInitializationException.html" title="class in com.gemstone.gemfire.pdx">PdxInitializationException</a>, <a href="../../../com/gemstone/gemfire/pdx/PdxRegistryMismatchException.html" title="class in com.gemstone.gemfire.pdx">PdxRegistryMismatchException</a>, <a href="../../../com/gemstone/gemfire/cache/persistence/PersistentReplicatesOfflineException.html" title="class in com.gemstone.gemfire.cache.persistence">PersistentReplicatesOfflineException</a>, <a href="../../../com/gemstone/gemfire/cache/quer
 y/QueryInvalidException.html" title="class in com.gemstone.gemfire.cache.query">QueryInvalidException</a>, <a href="../../../com/gemstone/gemfire/cache/persistence/RevokedPersistentDataException.html" title="class in com.gemstone.gemfire.cache.persistence">RevokedPersistentDataException</a>, <a href="../../../com/gemstone/gemfire/cache/persistence/RevokeFailedException.html" title="class in com.gemstone.gemfire.cache.persistence">RevokeFailedException</a>, <a href="../../../com/gemstone/gemfire/admin/RuntimeAdminException.html" title="class in com.gemstone.gemfire.admin">RuntimeAdminException</a>, <a href="../../../com/gemstone/gemfire/cache/client/ServerConnectivityException.html" title="class in com.gemstone.gemfire.cache.client">ServerConnectivityException</a>, <a href="../../../com/gemstone/gemfire/SystemConnectException.html" title="class in com.gemstone.gemfire">SystemConnectException</a>, <a href="../../../com/gemstone/gemfire/SystemIsRunningException.html" title="class in co
 m.gemstone.gemfire">SystemIsRunningException</a>, <a href="../../../com/gemstone/gemfire/UnmodifiableException.html" title="class in com.gemstone.gemfire">UnmodifiableException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">GemFireException</span>
+extends java.lang.RuntimeException</pre>
+<div class="block">This is the abstract superclass of exceptions that are thrown to
+ indicate incorrect usage of GemFire.
+
+ Since these exceptions are unchecked, this class really
+ <em>ought</em> to be called <code>GemFireRuntimeException</code>;
+ however, the current name is retained for compatibility's sake.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/GemFireCheckedException.html" title="class in com.gemstone.gemfire"><code>GemFireCheckedException</code></a>, 
+<a href="../../../com/gemstone/gemfire/cache/CacheRuntimeException.html" title="class in com.gemstone.gemfire.cache"><code>CacheRuntimeException</code></a>, 
+<a href="../../../serialized-form.html#com.gemstone.gemfire.GemFireException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireException.html#GemFireException--">GemFireException</a></span>()</code>
+<div class="block">Creates a new <code>GemFireException</code> with no detailed message.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireException.html#GemFireException-java.lang.String-">GemFireException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>GemFireException</code> with the given detail
+ message.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireException.html#GemFireException-java.lang.String-java.lang.Throwable-">GemFireException</a></span>(java.lang.String&nbsp;message,
+                java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>GemFireException</code> with the given detail
+ message and cause.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireException.html#GemFireException-java.lang.Throwable-">GemFireException</a></span>(java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>GemFireException</code> with the given cause and
+ no detail message</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>java.lang.Throwable</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></span>()</code>
+<div class="block">Returns the root cause of this <code>GemFireException</code> or
+ <code>null</code> if the cause is nonexistent or unknown.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireException--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireException</h4>
+<pre>public&nbsp;GemFireException()</pre>
+<div class="block">Creates a new <code>GemFireException</code> with no detailed message.</div>
+</li>
+</ul>
+<a name="GemFireException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireException</h4>
+<pre>public&nbsp;GemFireException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>GemFireException</code> with the given detail
+ message.</div>
+</li>
+</ul>
+<a name="GemFireException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireException</h4>
+<pre>public&nbsp;GemFireException(java.lang.String&nbsp;message,
+                        java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>GemFireException</code> with the given detail
+ message and cause.</div>
+</li>
+</ul>
+<a name="GemFireException-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireException</h4>
+<pre>public&nbsp;GemFireException(java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>GemFireException</code> with the given cause and
+ no detail message</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getRootCause--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getRootCause</h4>
+<pre>public&nbsp;java.lang.Throwable&nbsp;getRootCause()</pre>
+<div class="block">Returns the root cause of this <code>GemFireException</code> or
+ <code>null</code> if the cause is nonexistent or unknown.</div>
+</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="../../../com/gemstone/gemfire/GemFireConfigException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireException.html" target="_top">Frames</a></li>
+<li><a href="GemFireException.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireIOException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireIOException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireIOException.html
new file mode 100644
index 0000000..c113ab4
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireIOException.html
@@ -0,0 +1,300 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireIOException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireIOException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireIOException.html" target="_top">Frames</a></li>
+<li><a href="GemFireIOException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class GemFireIOException" class="title">Class GemFireIOException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.GemFireIOException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/cache/hdfs/HDFSIOException.html" title="class in com.gemstone.gemfire.cache.hdfs">HDFSIOException</a>, <a href="../../../com/gemstone/gemfire/SerializationException.html" title="class in com.gemstone.gemfire">SerializationException</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">GemFireIOException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">A <code>GemFireIOException</code> is thrown when a 
+ GemFire operation failure is caused by an <code>IOException</code>.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.GemFireIOException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireIOException.html#GemFireIOException-java.lang.String-">GemFireIOException</a></span>(java.lang.String&nbsp;message)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireIOException.html#GemFireIOException-java.lang.String-java.lang.Throwable-">GemFireIOException</a></span>(java.lang.String&nbsp;message,
+                  java.lang.Throwable&nbsp;cause)</code>
+<div class="block">Creates a new <code>GemFireIOException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireIOException-java.lang.String-java.lang.Throwable-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireIOException</h4>
+<pre>public&nbsp;GemFireIOException(java.lang.String&nbsp;message,
+                          java.lang.Throwable&nbsp;cause)</pre>
+<div class="block">Creates a new <code>GemFireIOException</code>.</div>
+</li>
+</ul>
+<a name="GemFireIOException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireIOException</h4>
+<pre>public&nbsp;GemFireIOException(java.lang.String&nbsp;message)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="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="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireIOException.html" target="_top">Frames</a></li>
+<li><a href="GemFireIOException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireRethrowable.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireRethrowable.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireRethrowable.html
new file mode 100644
index 0000000..df5c8e6
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireRethrowable.html
@@ -0,0 +1,291 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>GemFireRethrowable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="GemFireRethrowable (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/IncompatibleSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireRethrowable.html" target="_top">Frames</a></li>
+<li><a href="GemFireRethrowable.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class GemFireRethrowable" class="title">Class GemFireRethrowable</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Error</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.GemFireRethrowable</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">GemFireRethrowable</span>
+extends java.lang.Error</pre>
+<div class="block">This error is used by GemFire for internal purposes.
+ It does not indicate an error condition.
+ For this reason it is named "Rethrowable" instead of the standard "Error".
+ It was made an <code>Error</code> to make it easier for user code that typically would
+ catch <code>Exception</code> to not accidently catch this exception.
+ <p> Note: if user code catches this error (or its subclasses) then it <em>must</em>
+ be rethrown.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.GemFireRethrowable">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireRethrowable.html#GemFireRethrowable--">GemFireRethrowable</a></span>()</code>
+<div class="block">Create a GemFireRethrowable.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/GemFireRethrowable.html#GemFireRethrowable-java.lang.String-">GemFireRethrowable</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Create a GemFireRethrowable with the specified message.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="GemFireRethrowable--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>GemFireRethrowable</h4>
+<pre>public&nbsp;GemFireRethrowable()</pre>
+<div class="block">Create a GemFireRethrowable.</div>
+</li>
+</ul>
+<a name="GemFireRethrowable-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>GemFireRethrowable</h4>
+<pre>public&nbsp;GemFireRethrowable(java.lang.String&nbsp;message)</pre>
+<div class="block">Create a GemFireRethrowable with the specified message.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>message</code> - </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="../../../com/gemstone/gemfire/GemFireIOException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/IncompatibleSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/GemFireRethrowable.html" target="_top">Frames</a></li>
+<li><a href="GemFireRethrowable.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/IncompatibleSystemException.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/IncompatibleSystemException.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/IncompatibleSystemException.html
new file mode 100644
index 0000000..10fcca9
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/IncompatibleSystemException.html
@@ -0,0 +1,286 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>IncompatibleSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="IncompatibleSystemException (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</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="../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/IncompatibleSystemException.html" target="_top">Frames</a></li>
+<li><a href="IncompatibleSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">com.gemstone.gemfire</div>
+<h2 title="Class IncompatibleSystemException" class="title">Class IncompatibleSystemException</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Throwable</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Exception</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.RuntimeException</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">com.gemstone.gemfire.GemFireException</a></li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.IncompatibleSystemException</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd>java.io.Serializable</dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">IncompatibleSystemException</span>
+extends <a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></pre>
+<div class="block">An <code>IncompatibleSystemException</code> is thrown when a
+ new GemFire process tries to connect to an
+ existing distributed system and its version is not the same as
+ that of the distributed system. In this case the new member is
+ not allowed to connect to the distributed system.
+ <p>As of GemFire 5.0 this exception should be named IncompatibleDistributedSystemException</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../serialized-form.html#com.gemstone.gemfire.IncompatibleSystemException">Serialized Form</a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/IncompatibleSystemException.html#IncompatibleSystemException-java.lang.String-">IncompatibleSystemException</a></span>(java.lang.String&nbsp;message)</code>
+<div class="block">Creates a new <code>IncompatibleSystemException</code>.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.com.gemstone.gemfire.GemFireException">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;com.gemstone.gemfire.<a href="../../../com/gemstone/gemfire/GemFireException.html" title="class in com.gemstone.gemfire">GemFireException</a></h3>
+<code><a href="../../../com/gemstone/gemfire/GemFireException.html#getRootCause--">getRootCause</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
+<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="IncompatibleSystemException-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>IncompatibleSystemException</h4>
+<pre>public&nbsp;IncompatibleSystemException(java.lang.String&nbsp;message)</pre>
+<div class="block">Creates a new <code>IncompatibleSystemException</code>.</div>
+</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="../../../com/gemstone/gemfire/GemFireRethrowable.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/IncompatibleSystemException.html" target="_top">Frames</a></li>
+<li><a href="IncompatibleSystemException.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><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods.inherited.from.class.com.gemstone.gemfire.GemFireException">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li>Method</li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Instantiator.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Instantiator.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Instantiator.html
new file mode 100644
index 0000000..94ab3f2
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Instantiator.html
@@ -0,0 +1,600 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:08 PST 2016 -->
+<title>Instantiator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="Instantiator (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":6,"i5":9,"i6":41,"i7":10,"i8":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete 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="../../../com/gemstone/gemfire/IncompatibleSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/Instantiator.html" target="_top">Frames</a></li>
+<li><a href="Instantiator.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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">com.gemstone.gemfire</div>
+<h2 title="Class Instantiator" class="title">Class Instantiator</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>com.gemstone.gemfire.Instantiator</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../com/gemstone/gemfire/CanonicalInstantiator.html" title="class in com.gemstone.gemfire">CanonicalInstantiator</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="typeNameLabel">Instantiator</span>
+extends java.lang.Object</pre>
+<div class="block"><code>Instantiator</code> allows classes that implement <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire"><code>DataSerializable</code></a> to be registered with the data serialization
+ framework.  Knowledge of <code>DataSerializable</code> classes
+ allows the framework to optimize how instances of those classes are
+ data serialized.
+
+ <P>
+
+ Ordinarily, when a <code>DataSerializable</code> object is written
+ using <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.writeObject(Object, java.io.DataOutput)</code></a>, a special marker class id
+ is written to the stream followed by the class name of the
+ <code>DataSerializable</code> object.  After the marker class id is
+ read by <a href="../../../com/gemstone/gemfire/DataSerializer.html#readObject-java.io.DataInput-"><code>DataSerializer.readObject(java.io.DataInput)</code></a> it performs the following
+ operations,
+
+ <OL>
+
+ <LI>The class name is read</LI>
+
+ <LI>The class is loaded using <code>Class.forName(java.lang.String)</code></LI>
+
+ <LI>An instance of the class is created using reflection</LI>
+
+ <LI><a href="../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-"><code>DataSerializable.fromData(java.io.DataInput)</code></a> is invoked on the
+ newly-created object</LI>
+
+ </OL>
+
+ However, if a <code>DataSerializable</code> class is <a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-">registered</a> with the data serialization framework and
+ assigned a unique class id, an important optimization can be
+ performed that avoid the expense of using reflection to instantiate
+ the <code>DataSerializable</code> class.  When the object is
+ written using <a href="../../../com/gemstone/gemfire/DataSerializer.html#writeObject-java.lang.Object-java.io.DataOutput-"><code>DataSerializer.writeObject(Object, java.io.DataOutput)</code></a>, the object's
+ registered class id is written to the stream.  Consequently, when
+ the data is read from the stream, the <a href="../../../com/gemstone/gemfire/Instantiator.html#newInstance--"><code>newInstance()</code></a> method
+ of the appropriate <code>Instantiator</code> instance is invoked to
+ create an "empty" instance of the <code>DataSerializable</code>
+ instead of using reflection to create the new instance.
+
+ <P>
+
+ Commonly, a <code>DataSerializable</code> class will register
+ itself with the <code>Instantiator</code> in a static initializer
+ as shown in the below example code.
+
+ <!-- 
+ The source code for the CompanySerializer class resides in 
+         tests/com/examples/ds/User.java
+ Please keep the below code snippet in sync with that file.
+ -->
+
+ <PRE>
+public class User implements DataSerializable {
+  private String name;
+  private int userId;
+
+  static {
+    Instantiator.register(new Instantiator(User.class, 45) {
+        public DataSerializable newInstance() {
+          return new User();
+        }
+      });
+  }
+
+  public User(String name, int userId) {
+    this.name = name;
+    this.userId = userId;
+  }
+
+  &#47;**
+ Creates an "empty" User whose contents are filled in by
+ invoking its toData() method
+&#47;
+  private User() {
+
+  }
+
+  public void toData(DataOutput out) throws IOException {
+    out.writeUTF(this.name);
+    out.writeInt(this.userId);
+  }
+
+  public void fromData(DataInput in)
+    throws IOException, ClassNotFoundException {
+    this.name = in.readUTF();
+    this.userId = in.readInt();
+  }
+}
+ </PRE>
+
+ <code>Instantiator</code>s may be distributed to other members of
+ the distributed system when they are registered.  Consider the
+ following scenario in which VM1 and VM2 are members of the same
+ distributed system.  Both VMs define the sameRegion and VM2's
+ region replicates the contents of VM1's using replication.
+ VM1 puts an instance of the above <code>User</code> class into the
+ region.  The act of instantiating <code>User</code> will load the
+ <code>User</code> class and invoke its static initializer, thus
+ registering the <code>Instantiator</code> with the data
+ serialization framework.  Because the region is a replicate, the
+ <code>User</code> will be data serialized and sent to VM2.
+ However, when VM2 attempts to data deserialize the
+ <code>User</code>, its <code>Instantiator</code> will not
+ necessarily be registered because <code>User</code>'s static
+ initializer may not have been invoked yet.  As a result, an
+ exception would be logged while deserializing the <code>User</code>
+ and the replicate would not appear to have the new value.  So, in
+ order to ensure that the <code>Instantiator</code> is registered in
+ VM2, the data serialization framework distributes a message to each
+ member when an <code>Instantiator</code> is <a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-">registered</a>.  <p>Note that the framework does not require that an
+ <code>Instantiator</code> be <code>Serializable</code>, but it
+ does require that it provide
+ a <a href="../../../com/gemstone/gemfire/Instantiator.html#Instantiator-java.lang.Class-int-">two-argument constructor</a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>3.5</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-"><code>register(Instantiator)</code></a>, 
+<a href="../../../com/gemstone/gemfire/Instantiator.html#newInstance--"><code>newInstance()</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#Instantiator-java.lang.Class-int-">Instantiator</a></span>(java.lang.Class&lt;? extends <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&gt;&nbsp;c,
+            int&nbsp;classId)</code>
+<div class="block">Creates a new <code>Instantiator</code> that instantiates a given
+ class.</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#getContext--">getContext</a></span>()</code>
+<div class="block">Returns the context of this
+ <code>Instantiator</code>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.Object</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#getEventId--">getEventId</a></span>()</code>
+<div class="block">Returns the unique <code>eventId</code> of this
+ <code>Instantiator</code>.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#getId--">getId</a></span>()</code>
+<div class="block">Returns the unique <code>id</code> of this
+ <code>Instantiator</code>.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>java.lang.Class&lt;? extends <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#getInstantiatedClass--">getInstantiatedClass</a></span>()</code>
+<div class="block">Returns the <code>DataSerializable</code> class that is
+ instantiated by this <code>Instantiator</code>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>abstract <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#newInstance--">newInstance</a></span>()</code>
+<div class="block">Creates a new "empty" instance of a <Code>DataSerializable</code>
+ class whose state will be filled in by invoking its <a href="../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-"><code>fromData</code></a> method.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-">register</a></span>(<a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a>&nbsp;instantiator)</code>
+<div class="block">Registers a <code>DataSerializable</code> class with the data
+ serialization framework.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-boolean-">register</a></span>(<a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a>&nbsp;instantiator,
+        boolean&nbsp;distribute)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">as of 9.0 use <a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-"><code>register(Instantiator)</code></a> instead</span></div>
+</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#setContext-java.lang.Object-">setContext</a></span>(java.lang.Object&nbsp;context)</code>
+<div class="block">sets the context of this
+ <code>Instantiator</code>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/gemstone/gemfire/Instantiator.html#setEventId-java.lang.Object-">setEventId</a></span>(java.lang.Object&nbsp;eventId)</code>
+<div class="block">sets the unique <code>eventId</code> of this
+ <code>Instantiator</code>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="Instantiator-java.lang.Class-int-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Instantiator</h4>
+<pre>public&nbsp;Instantiator(java.lang.Class&lt;? extends <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&gt;&nbsp;c,
+                    int&nbsp;classId)</pre>
+<div class="block">Creates a new <code>Instantiator</code> that instantiates a given
+ class.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>c</code> - The <code>DataSerializable</code> class to register.  This
+        class must have a static initializer that registers this
+        <code>Instantiator</code>.</dd>
+<dd><code>classId</code> - A unique id for class <code>c</code>.  The
+        <code>classId</code> must not be zero.
+        This has been an <code>int</code> since dsPhase1.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If <code>c</code> does not implement
+         <code>DataSerializable</code>, <code>classId</code> is
+         less than or equal to zero.</dd>
+<dd><code>java.lang.NullPointerException</code> - If <code>c</code> is <code>null</code></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="register-com.gemstone.gemfire.Instantiator-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>register</h4>
+<pre>public static&nbsp;void&nbsp;register(<a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a>&nbsp;instantiator)</pre>
+<div class="block">Registers a <code>DataSerializable</code> class with the data
+ serialization framework.  This method is usually invoked from the
+ static initializer of a class that implements
+ <code>DataSerializable</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instantiator</code> - An <code>Instantiator</code> whose <a href="../../../com/gemstone/gemfire/Instantiator.html#newInstance--"><code>newInstance()</code></a>
+        method is invoked when an object is data deserialized.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalStateException</code> - If class <code>c</code> is
+         already registered with a different class id, or another
+         class has already been registered with id
+         <code>classId</code></dd>
+<dd><code>java.lang.NullPointerException</code> - If <code>instantiator</code> is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="register-com.gemstone.gemfire.Instantiator-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>register</h4>
+<pre>public static&nbsp;void&nbsp;register(<a href="../../../com/gemstone/gemfire/Instantiator.html" title="class in com.gemstone.gemfire">Instantiator</a>&nbsp;instantiator,
+                            boolean&nbsp;distribute)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">as of 9.0 use <a href="../../../com/gemstone/gemfire/Instantiator.html#register-com.gemstone.gemfire.Instantiator-"><code>register(Instantiator)</code></a> instead</span></div>
+<div class="block">Registers a <code>DataSerializable</code> class with the data
+ serialization framework.  This method is usually invoked from the
+ static initializer of a class that implements
+ <code>DataSerializable</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>instantiator</code> - An <code>Instantiator</code> whose <a href="../../../com/gemstone/gemfire/Instantiator.html#newInstance--"><code>newInstance()</code></a>
+        method is invoked when an object is data deserialized.</dd>
+<dd><code>distribute</code> - True if the registered <code>Instantiator</code> has to be
+        distributed to other members of the distributed system.
+        Note that if distribute is set to false it may still be distributed
+        in some cases.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code>java.lang.IllegalArgumentException</code> - If class <code>c</code> is
+         already registered with a different class id, or another
+         class has already been registered with id
+         <code>classId</code></dd>
+<dd><code>java.lang.NullPointerException</code> - If <code>instantiator</code> is <code>null</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="newInstance--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>newInstance</h4>
+<pre>public abstract&nbsp;<a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&nbsp;newInstance()</pre>
+<div class="block">Creates a new "empty" instance of a <Code>DataSerializable</code>
+ class whose state will be filled in by invoking its <a href="../../../com/gemstone/gemfire/DataSerializable.html#fromData-java.io.DataInput-"><code>fromData</code></a> method.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../com/gemstone/gemfire/DataSerializer.html#readObject-java.io.DataInput-"><code>DataSerializer.readObject(java.io.DataInput)</code></a></dd>
+</dl>
+</li>
+</ul>
+<a name="getInstantiatedClass--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstantiatedClass</h4>
+<pre>public final&nbsp;java.lang.Class&lt;? extends <a href="../../../com/gemstone/gemfire/DataSerializable.html" title="interface in com.gemstone.gemfire">DataSerializable</a>&gt;&nbsp;getInstantiatedClass()</pre>
+<div class="block">Returns the <code>DataSerializable</code> class that is
+ instantiated by this <code>Instantiator</code>.</div>
+</li>
+</ul>
+<a name="getId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getId</h4>
+<pre>public final&nbsp;int&nbsp;getId()</pre>
+<div class="block">Returns the unique <code>id</code> of this
+ <code>Instantiator</code>.</div>
+</li>
+</ul>
+<a name="setEventId-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setEventId</h4>
+<pre>public final&nbsp;void&nbsp;setEventId(java.lang.Object&nbsp;eventId)</pre>
+<div class="block">sets the unique <code>eventId</code> of this
+ <code>Instantiator</code>. For internal use only.</div>
+</li>
+</ul>
+<a name="getEventId--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getEventId</h4>
+<pre>public final&nbsp;java.lang.Object&nbsp;getEventId()</pre>
+<div class="block">Returns the unique <code>eventId</code> of this
+ <code>Instantiator</code>. For internal use only.</div>
+</li>
+</ul>
+<a name="setContext-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setContext</h4>
+<pre>public final&nbsp;void&nbsp;setContext(java.lang.Object&nbsp;context)</pre>
+<div class="block">sets the context of this
+ <code>Instantiator</code>. For internal use only.</div>
+</li>
+</ul>
+<a name="getContext--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getContext</h4>
+<pre>public final&nbsp;java.lang.Object&nbsp;getContext()</pre>
+<div class="block">Returns the context of this
+ <code>Instantiator</code>. For internal use only.</div>
+</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="../../../com/gemstone/gemfire/IncompatibleSystemException.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../com/gemstone/gemfire/InternalGemFireError.html" title="class in com.gemstone.gemfire"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../index.html?com/gemstone/gemfire/Instantiator.html" target="_top">Frames</a></li>
+<li><a href="Instantiator.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><a href="#constructor.summary">Constr</a>&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><a href="#constructor.detail">Constr</a>&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>


[25/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

Posted by sb...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheServer.html
----------------------------------------------------------------------
diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheServer.html b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheServer.html
new file mode 100644
index 0000000..bca6a1e
--- /dev/null
+++ b/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCacheServer.html
@@ -0,0 +1,1019 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (1.8.0_45) on Fri Mar 11 16:13:07 PST 2016 -->
+<title>SystemMemberCacheServer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)</title>
+<meta name="date" content="2016-03-11">
+<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="SystemMemberCacheServer (Apache Geode 1.0.0-incubating.M2-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":38,"i1":38,"i2":38,"i3":38,"i4":38,"i5":38,"i6":38,"i7":38,"i8":38,"i9":38,"i10":38,"i11":38,"i12":38,"i13":38,"i14":38,"i15":38,"i16":38,"i17":38,"i18":38,"i19":38,"i20":38,"i21":38,"i22":38,"i23":38,"i24":38,"i25":38,"i26":38,"i27":38,"i28":38,"i29":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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCacheServer.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCacheServer.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">com.gemstone.gemfire.admin</div>
+<h2 title="Interface SystemMemberCacheServer" class="title">Interface SystemMemberCacheServer</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<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="../../../../com/gemstone/gemfire/management/package-summary.html">management</a></code> package instead</span></div>
+</div>
+<br>
+<pre>public interface <span class="typeNameLabel">SystemMemberCacheServer</span></pre>
+<div class="block">Administrative interface that represents a <a href="../../../../com/gemstone/gemfire/cache/server/CacheServer.html" title="interface in com.gemstone.gemfire.cache.server"><code>CacheServer</code></a> that
+ serves the contents of a system member's cache to clients.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCache.html#addCacheServer--"><code>SystemMemberCache.addCacheServer()</code></a></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="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>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getBindAddress--">getBindAddress</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that this server
+ will listen on.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getGroups--">getGroups</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the list of server groups that this cache server belongs to.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getHostnameForClients--">getHostnameForClients</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that server locators
+ will tell clients that this server is listening on.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getLoadPollInterval--">getLoadPollInterval</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get the frequency in milliseconds to poll the load probe on this cache
+ server.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getLoadProbe--">getLoadProbe</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get a description of the load probe for this cache server.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getMaxConnections--">getMaxConnections</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum allowed client connections</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getMaximumMessageCount--">getMaximumMessageCount</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of messages that can be enqueued in a
+ client-queue.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getMaximumTimeBetweenPings--">getMaximumTimeBetweenPings</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum amount of time between client pings.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getMaxThreads--">getMaxThreads</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maxium number of threads allowed in this server to service
+ client requests.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getMessageTimeToLive--">getMessageTimeToLive</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getNotifyBySubscription--">getNotifyBySubscription</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Answers whether or not this cache server should notify clients based on
+ key subscription.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getPort--">getPort</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port on which this cache server listens for
+ clients to connect.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#getSocketBufferSize--">getSocketBufferSize</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configured buffer size of the socket connection for this
+ <code>CacheServer</code>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#isRunning--">isRunning</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this cache server is running</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#refresh--">refresh</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the information about this cache server.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setBindAddress-java.lang.String-">setBindAddress</a></span>(java.lang.String&nbsp;address)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setGroups-java.lang.String:A-">setGroups</a></span>(java.lang.String[]&nbsp;groups)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the list of server groups this cache server will belong to.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setHostnameForClients-java.lang.String-">setHostnameForClients</a></span>(java.lang.String&nbsp;name)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setLoadPollInterval-long-">setLoadPollInterval</a></span>(long&nbsp;loadPollInterval)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the frequency in milliseconds to poll the load probe on this cache
+ server</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setLoadProbe-com.gemstone.gemfire.cache.server.ServerLoadProbe-">setLoadProbe</a></span>(<a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server">ServerLoadProbe</a>&nbsp;loadProbe)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the load probe for this cache server.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setMaxConnections-int-">setMaxConnections</a></span>(int&nbsp;maxCons)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of client connections allowed.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setMaximumMessageCount-int-">setMaximumMessageCount</a></span>(int&nbsp;maxMessageCount)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets maximum number of messages that can be enqueued in a client-queue.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setMaximumTimeBetweenPings-int-">setMaximumTimeBetweenPings</a></span>(int&nbsp;maximumTimeBetweenPings)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum amount of time between client pings.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setMaxThreads-int-">setMaxThreads</a></span>(int&nbsp;maxThreads)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of threads allowed in this server to service
+ client requests.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setMessageTimeToLive-int-">setMessageTimeToLive</a></span>(int&nbsp;messageTimeToLive)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setNotifyBySubscription-boolean-">setNotifyBySubscription</a></span>(boolean&nbsp;b)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not this cache server should notify clients based on
+ key subscription.</div>
+</td>
+</tr>
+<tr id="i26" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setPort-int-">setPort</a></span>(int&nbsp;port)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port on which this cache server listens for
+ clients to connect.</div>
+</td>
+</tr>
+<tr id="i27" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#setSocketBufferSize-int-">setSocketBufferSize</a></span>(int&nbsp;socketBufferSize)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the buffer size in bytes of the socket connection for this
+ <code>CacheServer</code>.</div>
+</td>
+</tr>
+<tr id="i28" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#start--">start</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this cache server.</div>
+</td>
+</tr>
+<tr id="i29" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/admin/SystemMemberCacheServer.html#stop--">stop</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops this cache server.</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="getPort--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPort</h4>
+<pre>int&nbsp;getPort()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the port on which this cache server listens for
+ clients to connect.</div>
+</li>
+</ul>
+<a name="setPort-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPort</h4>
+<pre>void&nbsp;setPort(int&nbsp;port)
+      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the port on which this cache server listens for
+ clients to connect.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If this cache server is running</dd>
+</dl>
+</li>
+</ul>
+<a name="start--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre>void&nbsp;start()
+    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Starts this cache server.  Once the server is running, its
+ configuration cannot be changed.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - If an error occurs while starting the cache server</dd>
+</dl>
+</li>
+</ul>
+<a name="isRunning--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isRunning</h4>
+<pre>boolean&nbsp;isRunning()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns whether or not this cache server is running</div>
+</li>
+</ul>
+<a name="stop--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>stop</h4>
+<pre>void&nbsp;stop()
+   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Stops this cache server.  Note that the
+ <code>CacheServer</code> can be reconfigured and restarted if
+ desired.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="refresh--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>refresh</h4>
+<pre>void&nbsp;refresh()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Updates the information about this cache server.</div>
+</li>
+</ul>
+<a name="getBindAddress--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBindAddress</h4>
+<pre>java.lang.String&nbsp;getBindAddress()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that this server
+ will listen on.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the ip address or host name that this server is to listen on</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setBindAddress-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBindAddress</h4>
+<pre>void&nbsp;setBindAddress(java.lang.String&nbsp;address)
+             throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.
+ <p>Setting a specific bind address will cause the cache server to always
+ use this address and ignore any address specified by "server-bind-address"
+ or "bind-address" in the <code>gemfire.properties</code> file
+ (see <a href="../../../../com/gemstone/gemfire/distributed/DistributedSystem.html" title="class in com.gemstone.gemfire.distributed"><code>DistributedSystem</code></a>
+ for a description of these properties).
+ <p> A <code>null</code> value will be treated the same as the default "".
+ <p> The default value does not override the gemfire.properties. If you wish to
+ override the properties and want to have your server bind to all local
+ addresses then use this string <code>"0.0.0.0"</code>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>address</code> - the ip address or host name that this server is to listen on</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getHostnameForClients--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHostnameForClients</h4>
+<pre>java.lang.String&nbsp;getHostnameForClients()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns a string representing the ip address or host name that server locators
+ will tell clients that this server is listening on.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the ip address or host name to give to clients so they can connect
+         to this server</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setHostnameForClients-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setHostnameForClients</h4>
+<pre>void&nbsp;setHostnameForClients(java.lang.String&nbsp;name)
+                    throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the ip address or host name that this server is to listen on for
+ client connections.
+ <p>Setting a specific hostname-for-clients will cause server locators
+ to use this value when telling clients how to connect to this server.
+ <p> The default value causes the bind-address to be given to clients
+ <p> A <code>null</code> value will be treated the same as the default "".</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the ip address or host name that will be given to clients
+   so they can connect to this server</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setNotifyBySubscription-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setNotifyBySubscription</h4>
+<pre>void&nbsp;setNotifyBySubscription(boolean&nbsp;b)
+                      throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets whether or not this cache server should notify clients based on
+ key subscription.
+
+ If false, then an update to any key on the server causes an update to
+ be sent to all clients. This update does not push the actual data to the
+ clients. Instead, it causes the client to locally invalidate or destroy
+ the corresponding entry. The next time the client requests the key, it
+ goes to the cache server for the value.
+
+ If true, then an update to any key on the server causes an update to be
+ sent to only those clients who have registered interest in that key. Other
+ clients are not notified of the change. In addition, the actual value is
+ pushed to the client. The client does not need to request the new value
+ from the cache server.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getNotifyBySubscription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNotifyBySubscription</h4>
+<pre>boolean&nbsp;getNotifyBySubscription()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Answers whether or not this cache server should notify clients based on
+ key subscription.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setSocketBufferSize-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSocketBufferSize</h4>
+<pre>void&nbsp;setSocketBufferSize(int&nbsp;socketBufferSize)
+                  throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the buffer size in bytes of the socket connection for this
+ <code>CacheServer</code>. The default is 32768 bytes.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>socketBufferSize</code> - The size in bytes of the socket buffer</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the configured buffer size of the socket connection for this
+ <code>CacheServer</code>. The default is 32768 bytes.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the configured buffer size of the socket connection for this
+ <code>CacheServer</code></dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaximumTimeBetweenPings-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaximumTimeBetweenPings</h4>
+<pre>void&nbsp;setMaximumTimeBetweenPings(int&nbsp;maximumTimeBetweenPings)
+                         throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maximum amount of time between client pings. This value is
+ used by the <code>ClientHealthMonitor</code> to determine the health
+ of this <code>CacheServer</code>'s clients. The default is 60000 ms.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maximumTimeBetweenPings</code> - The maximum amount of time between client
+ pings</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaximumTimeBetweenPings--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximumTimeBetweenPings</h4>
+<pre>int&nbsp;getMaximumTimeBetweenPings()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum amount of time between client pings. This value is
+ used by the <code>ClientHealthMonitor</code> to determine the health
+ of this <code>CacheServer</code>'s clients. The default is 60000 ms.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the maximum amount of time between client pings.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum allowed client connections</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxConnections-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxConnections</h4>
+<pre>void&nbsp;setMaxConnections(int&nbsp;maxCons)
+                throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of client connections allowed.
+ When the maximum is reached the server will stop accepting
+ connections.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxThreads--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxThreads</h4>
+<pre>int&nbsp;getMaxThreads()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maxium number of threads allowed in this server to service
+ client requests.
+ The default of <code>0</code> causes the server to dedicate a thread for
+ every client connection.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxThreads-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxThreads</h4>
+<pre>void&nbsp;setMaxThreads(int&nbsp;maxThreads)
+            throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the maxium number of threads allowed in this server to service
+ client requests.
+ The default of <code>0</code> causes the server to dedicate a thread for
+ every client connection.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaximumMessageCount--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaximumMessageCount</h4>
+<pre>int&nbsp;getMaximumMessageCount()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the maximum number of messages that can be enqueued in a
+ client-queue.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaximumMessageCount-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaximumMessageCount</h4>
+<pre>void&nbsp;setMaximumMessageCount(int&nbsp;maxMessageCount)
+                     throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets maximum number of messages that can be enqueued in a client-queue.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getMessageTimeToLive--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMessageTimeToLive</h4>
+<pre>int&nbsp;getMessageTimeToLive()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setMessageTimeToLive-int-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMessageTimeToLive</h4>
+<pre>void&nbsp;setMessageTimeToLive(int&nbsp;messageTimeToLive)
+                   throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the time (in seconds ) after which a message in the client queue
+ will expire.</div>
+<dl>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setGroups-java.lang.String:A-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setGroups</h4>
+<pre>void&nbsp;setGroups(java.lang.String[]&nbsp;groups)
+        throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Sets the list of server groups this cache server will belong to.
+ By default cache servers belong to the default global server group
+ which all cache servers always belong to.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>groups</code> - possibly empty array of <code>String</code> where each string
+ is a server groups that this cache server will be a member of.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if this cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getGroups--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getGroups</h4>
+<pre>java.lang.String[]&nbsp;getGroups()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Returns the list of server groups that this cache server belongs to.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a possibly empty array of <code>String</code>s where
+ each string is a server group. Modifying this array will not change the
+ server groups that this cache server belongs to.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getLoadProbe--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLoadProbe</h4>
+<pre>java.lang.String&nbsp;getLoadProbe()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get a description of the load probe for this cache server.
+ <a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server"><code>ServerLoadProbe</code></a> for details on the load probe.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the load probe used by this cache
+ server.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="setLoadProbe-com.gemstone.gemfire.cache.server.ServerLoadProbe-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLoadProbe</h4>
+<pre>void&nbsp;setLoadProbe(<a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server">ServerLoadProbe</a>&nbsp;loadProbe)
+           throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the load probe for this cache server. See
+ <a href="../../../../com/gemstone/gemfire/cache/server/ServerLoadProbe.html" title="interface in com.gemstone.gemfire.cache.server"><code>ServerLoadProbe</code></a> for details on how to implement
+ a load probe.
+ 
+ The load probe should implement DataSerializable if 
+ it is used with this interface, because it will be sent to the remote
+ VM.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>loadProbe</code> - the load probe to use for
+ this cache server.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if the cache server is running</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>5.7</dd>
+</dl>
+</li>
+</ul>
+<a name="getLoadPollInterval--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLoadPollInterval</h4>
+<pre>long&nbsp;getLoadPollInterval()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Get the frequency in milliseconds to poll the load probe on this cache
+ server.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the frequency in milliseconds that we will poll the load probe.</dd>
+</dl>
+</li>
+</ul>
+<a name="setLoadPollInterval-long-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setLoadPollInterval</h4>
+<pre>void&nbsp;setLoadPollInterval(long&nbsp;loadPollInterval)
+                  throws <a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+<div class="block">Set the frequency in milliseconds to poll the load probe on this cache
+ server</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>loadPollInterval</code> - the frequency in milliseconds to poll
+ the load probe. Must be greater than 0.</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="../../../../com/gemstone/gemfire/admin/AdminException.html" title="class in com.gemstone.gemfire.admin">AdminException</a></code> - if the cache server is running</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="../../../../com/gemstone/gemfire/admin/SystemMemberCacheListener.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../com/gemstone/gemfire/admin/SystemMemberRegion.html" title="interface in com.gemstone.gemfire.admin"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?com/gemstone/gemfire/admin/SystemMemberCacheServer.html" target="_top">Frames</a></li>
+<li><a href="SystemMemberCacheServer.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>