http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LeaseExpiredException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LeaseExpiredException.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LeaseExpiredException.html index e7af5f6..16362cd 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LeaseExpiredException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LeaseExpiredException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LeaseExpiredException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LeaseExpiredException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LeaseExpiredException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LeaseExpiredException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) {
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/Locator.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/Locator.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/Locator.html index 737afcc..0b97275 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/Locator.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/Locator.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>Locator (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>Locator (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,13 +12,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Locator (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="Locator (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":6,"i3":10,"i4":9,"i5":41,"i6":10,"i7":10,"i8":9,"i9":41,"i10":6,"i11":6,"i12":9,"i13":41,"i14":41,"i15":9,"i16":9,"i17":9,"i18":6,"i19":10}; +var methods = {"i0":10,"i1":10,"i2":6,"i3":10,"i4":9,"i5":41,"i6":10,"i7":6,"i8":9,"i9":41,"i10":6,"i11":6,"i12":9,"i13":41,"i14":41,"i15":9,"i16":9,"i17":9,"i18":6,"i19":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"; @@ -113,13 +113,7 @@ extends java.lang.Object</pre> <div class="block">Represents a distribution locator server that provides discovery information to members and clients of a GemFire distributed system. In most GemFire distributed cache architectures, distribution locators are run in their own - process. A stand-alone locator process is managed using - <a href="../../../../com/gemstone/gemfire/admin/DistributionLocator.html" title="interface in com.gemstone.gemfire.admin">administration - API</a> or the <code>gemfire</code> command line utility: - - <PRE> - $ gemfire start-locator - </PRE> + process. A stand-alone locator process is managed using gfsh command line utility. The stand-alone locator configuration provides high-availability of membership information. @@ -129,12 +123,16 @@ extends java.lang.Object</pre> This class allows a GemFire application VM to host a distribution locator. Such a configuration minimizes the number of processes that are required to run GemFire. However, hosting distribution locators is not generally - recommended because if the application VM exits, the primary membership list - for the distributed system would be lost and it would not be possible for new - applications to connect to the distributed system. + recommended because if the application VM exits it would not be possible for new + applications to connect to the distributed system until it is restarted. <P> + Locators persist membership information in a locatorXXXview.dat file. This + file is used to recover information about the cluster when a locator starts + if there are no other currently running locators. It allows the restarted + locator to rejoin the cluster. + <P> <b>NOTE:</b> In this release of the product locators log membership views and cache server status in a locatorXXXviews.log file, where XXX is the locator's port. This is a rolling log @@ -143,11 +141,10 @@ extends java.lang.Object</pre> or be started so that it creates a DistributedSystem. This means that it is not possible in this release to use APIs to start a locator and <i>then</i> start a DistributedSystem. - <P></div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>4.0</dd> +<dd>GemFire 4.0</dd> </dl> </li> </ul> @@ -189,12 +186,6 @@ extends java.lang.Object</pre> <div class="block">The file to which this locator logs</div> </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/distributed/Locator.html#port">port</a></span></code> -<div class="block">The port on which this locator listens</div> -</td> -</tr> </table> </li> </ul> @@ -275,7 +266,7 @@ extends java.lang.Object</pre> </td> </tr> <tr id="i7" class="rowColor"> -<td class="colFirst"><code>int</code></td> +<td class="colFirst"><code>abstract java.lang.Integer</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/gemstone/gemfire/distributed/Locator.html#getPort--">getPort</a></span>()</code> <div class="block">Returns the port on which this locator runs</div> </td> @@ -409,16 +400,6 @@ extends java.lang.Object</pre> <div class="block">The file to which this locator logs</div> </li> </ul> -<a name="port"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>port</h4> -<pre>protected int port</pre> -<div class="block">The port on which this locator listens</div> -</li> -</ul> <a name="bindAddress"> <!-- --> </a> @@ -439,7 +420,7 @@ extends java.lang.Object</pre> <div class="block">the hostname to give to clients so they can connect to this locator.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>5.7</dd> +<dd>GemFire 5.7</dd> </dl> </li> </ul> @@ -553,7 +534,7 @@ extends java.lang.Object</pre> not exist or cannot be written to</dd> <dd><code>java.io.IOException</code> - If the locator cannot be started</dd> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>5.0</dd> +<dd>GemFire 5.0</dd> </dl> </li> </ul> @@ -631,7 +612,7 @@ extends java.lang.Object</pre> not exist or cannot be written to</dd> <dd><code>java.io.IOException</code> - If the locator cannot be started</dd> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>5.0</dd> +<dd>GemFire 5.0</dd> </dl> </li> </ul> @@ -684,7 +665,7 @@ extends java.lang.Object</pre> not exist or cannot be written to</dd> <dd><code>java.io.IOException</code> - If the locator cannot be started</dd> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>5.7, 5.7</dd> +<dd>GemFire 5.7, GemFire 5.7</dd> </dl> </li> </ul> @@ -713,7 +694,7 @@ extends java.lang.Object</pre> <dt><span class="returnLabel">Returns:</span></dt> <dd>the locator that exists in this JVM; null if no locator.</dd> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> @@ -744,7 +725,7 @@ extends java.lang.Object</pre> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if a locator exists in this JVM.</dd> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> @@ -754,7 +735,7 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>getPort</h4> -<pre>public int getPort()</pre> +<pre>public abstract java.lang.Integer getPort()</pre> <div class="block">Returns the port on which this locator runs</div> </li> </ul> @@ -801,7 +782,7 @@ extends java.lang.Object</pre> use the bind address.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>5.7</dd> +<dd>GemFire 5.7</dd> </dl> </li> </ul> @@ -912,7 +893,7 @@ extends java.lang.Object</pre> If unspecified, defaults to the bind-address.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>5.0</dd> +<dd>GemFire 5.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html index 3793534..50b683f 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Builder.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LocatorLauncher.Builder (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LocatorLauncher.Builder (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LocatorLauncher.Builder (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LocatorLauncher.Builder (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -940,7 +940,7 @@ extends java.lang.Object</pre> <div class="block">Sets a GemFire Distributed System Property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>propertyName</code> - a String indicating the name of the GemFire Distributed System property.</dd> +<dd><code>propertyName</code> - a String indicating the name of the GemFire Distributed System property as described in <a href="../../../../com/gemstone/gemfire/distributed/ConfigurationProperties.html" title="interface in com.gemstone.gemfire.distributed"><code>ConfigurationProperties</code></a></dd> <dd><code>propertyValue</code> - a String value for the GemFire Distributed System property.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>this Builder instance.</dd> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Command.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Command.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Command.html index 6cd7605..004ccd3 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Command.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.Command.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LocatorLauncher.Command (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LocatorLauncher.Command (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LocatorLauncher.Command (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LocatorLauncher.Command (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html index 422039a..dd96c67 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.LocatorState.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LocatorLauncher.LocatorState (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LocatorLauncher.LocatorState (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LocatorLauncher.LocatorState (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LocatorLauncher.LocatorState (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.html index 2441341..1816101 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LocatorLauncher.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LocatorLauncher (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LocatorLauncher (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LocatorLauncher (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LocatorLauncher (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -122,7 +122,7 @@ extends <a href="../../../../com/gemstone/gemfire/distributed/AbstractLauncher.h <div class="block">The LocatorLauncher class is a launcher for a GemFire Locator.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../com/gemstone/gemfire/distributed/AbstractLauncher.html" title="class in com.gemstone.gemfire.distributed"><code>AbstractLauncher</code></a>, <a href="../../../../com/gemstone/gemfire/distributed/ServerLauncher.html" title="class in com.gemstone.gemfire.distributed"><code>ServerLauncher</code></a></dd> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockNotHeldException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockNotHeldException.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockNotHeldException.html index 87eff41..d5801cf 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockNotHeldException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockNotHeldException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LockNotHeldException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LockNotHeldException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LockNotHeldException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LockNotHeldException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -132,7 +132,7 @@ extends java.lang.IllegalStateException</pre> unlock a lock that is not held by the thread performing the unlock.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>4.0</dd> +<dd>GemFire 4.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.distributed.LockNotHeldException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockServiceDestroyedException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockServiceDestroyedException.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockServiceDestroyedException.html index 516f43b..7124b04 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockServiceDestroyedException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/LockServiceDestroyedException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LockServiceDestroyedException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LockServiceDestroyedException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LockServiceDestroyedException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LockServiceDestroyedException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -132,7 +132,7 @@ extends java.lang.IllegalStateException</pre> use a distributed lock service that has been destroyed.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>4.0</dd> +<dd>GemFire 4.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.distributed.LockServiceDestroyedException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/OplogCancelledException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/OplogCancelledException.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/OplogCancelledException.html index 4349550..98f7940 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/OplogCancelledException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/OplogCancelledException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>OplogCancelledException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>OplogCancelledException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="OplogCancelledException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="OplogCancelledException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -138,10 +138,10 @@ <br> <pre>public class <span class="typeNameLabel">OplogCancelledException</span> extends <a href="../../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></pre> -<div class="block">Thrown when a GemFire gateway has been terminated.</div> +<div class="block">Thrown when a GemFire operation log has been terminated.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.distributed.OplogCancelledException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/PoolCancelledException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/PoolCancelledException.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/PoolCancelledException.html index e412d35..360a742 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/PoolCancelledException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/PoolCancelledException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>PoolCancelledException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>PoolCancelledException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PoolCancelledException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="PoolCancelledException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -138,10 +138,10 @@ <br> <pre>public class <span class="typeNameLabel">PoolCancelledException</span> extends <a href="../../../../com/gemstone/gemfire/CancelException.html" title="class in com.gemstone.gemfire">CancelException</a></pre> -<div class="block">Thrown when a GemFire pool has been cancelled.</div> +<div class="block">Thrown when a GemFire connection pool has been terminated.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.distributed.PoolCancelledException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/Role.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/Role.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/Role.html index 07faa98..8d7befd 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/Role.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/Role.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>Role (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>Role (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Role (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="Role (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Builder.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Builder.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Builder.html index b4bb7fc..703d82a 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Builder.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Builder.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ServerLauncher.Builder (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>ServerLauncher.Builder (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ServerLauncher.Builder (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ServerLauncher.Builder (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -1394,7 +1394,7 @@ extends java.lang.Object</pre> <div class="block">Sets a GemFire Distributed System Property.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>propertyName</code> - a String indicating the name of the GemFire Distributed System property.</dd> +<dd><code>propertyName</code> - a String indicating the name of the GemFire Distributed System property as described in <a href="../../../../com/gemstone/gemfire/distributed/ConfigurationProperties.html" title="interface in com.gemstone.gemfire.distributed"><code>ConfigurationProperties</code></a></dd> <dd><code>propertyValue</code> - a String value for the GemFire Distributed System property.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>this Builder instance.</dd> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Command.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Command.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Command.html index 83ff681..e78a8e1 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Command.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.Command.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ServerLauncher.Command (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>ServerLauncher.Command (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ServerLauncher.Command (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ServerLauncher.Command (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html index fcb30d2..b63f9aa 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.ServerState.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ServerLauncher.ServerState (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>ServerLauncher.ServerState (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ServerLauncher.ServerState (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ServerLauncher.ServerState (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.html index 34b9120..7813e88 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncher.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ServerLauncher (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>ServerLauncher (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ServerLauncher (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ServerLauncher (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -123,7 +123,7 @@ extends <a href="../../../../com/gemstone/gemfire/distributed/AbstractLauncher.h Server process).</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../com/gemstone/gemfire/distributed/AbstractLauncher.html" title="class in com.gemstone.gemfire.distributed"><code>AbstractLauncher</code></a>, <a href="../../../../com/gemstone/gemfire/distributed/LocatorLauncher.html" title="class in com.gemstone.gemfire.distributed"><code>LocatorLauncher</code></a></dd> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html index 2a513d8..39b3aa6 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ServerLauncherCacheProvider (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>ServerLauncherCacheProvider (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ServerLauncherCacheProvider (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ServerLauncherCacheProvider (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/TXManagerCancelledException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/TXManagerCancelledException.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/TXManagerCancelledException.html index 560073f..9938192 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/TXManagerCancelledException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/TXManagerCancelledException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>TXManagerCancelledException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>TXManagerCancelledException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="TXManagerCancelledException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="TXManagerCancelledException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -141,7 +141,7 @@ extends <a href="../../../../com/gemstone/gemfire/CancelException.html" title="c <div class="block">Thrown when a GemFire transaction manager has been terminated.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.distributed.TXManagerCancelledException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-frame.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-frame.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-frame.html index 3f19299..e9f6ae2 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-frame.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>com.gemstone.gemfire.distributed (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.distributed (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -14,6 +14,7 @@ <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="ClientSocketFactory.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">ClientSocketFactory</span></a></li> +<li><a href="ConfigurationProperties.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">ConfigurationProperties</span></a></li> <li><a href="DistributedMember.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">DistributedMember</span></a></li> <li><a href="Role.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">Role</span></a></li> <li><a href="ServerLauncherCacheProvider.html" title="interface in com.gemstone.gemfire.distributed" target="classFrame"><span class="interfaceName">ServerLauncherCacheProvider</span></a></li> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-summary.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-summary.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-summary.html index 9bd0177..223d15a 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-summary.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>com.gemstone.gemfire.distributed (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.distributed (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.gemstone.gemfire.distributed (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="com.gemstone.gemfire.distributed (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -94,19 +94,25 @@ distributed systems.</div> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/ConfigurationProperties.html" title="interface in com.gemstone.gemfire.distributed">ConfigurationProperties</a></td> +<td class="colLast"> +<div class="block">This interface defines all the configuration properties that can be used.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/DistributedMember.html" title="interface in com.gemstone.gemfire.distributed">DistributedMember</a></td> <td class="colLast"> <div class="block">This is the fundamental representation of a member in a GemFire distributed system.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/Role.html" title="interface in com.gemstone.gemfire.distributed">Role</a></td> <td class="colLast">Deprecated <div class="block"><span class="deprecationComment">this feature is scheduled to be removed</span></div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html" title="interface in com.gemstone.gemfire.distributed">ServerLauncherCacheProvider</a></td> <td class="colLast"> <div class="block">ServerLauncherCacheProvider is an extension point for overriding @@ -262,7 +268,7 @@ distributed systems.</div> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/GatewayCancelledException.html" title="class in com.gemstone.gemfire.distributed">GatewayCancelledException</a></td> <td class="colLast"> -<div class="block">Thrown when a GemFire oplog has been terminated.</div> +<div class="block">Thrown when a GemFire WAN gateway has been terminated.</div> </td> </tr> <tr class="rowColor"> @@ -291,13 +297,13 @@ distributed systems.</div> <tr class="altColor"> <td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/OplogCancelledException.html" title="class in com.gemstone.gemfire.distributed">OplogCancelledException</a></td> <td class="colLast"> -<div class="block">Thrown when a GemFire gateway has been terminated.</div> +<div class="block">Thrown when a GemFire operation log has been terminated.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../com/gemstone/gemfire/distributed/PoolCancelledException.html" title="class in com.gemstone.gemfire.distributed">PoolCancelledException</a></td> <td class="colLast"> -<div class="block">Thrown when a GemFire pool has been cancelled.</div> +<div class="block">Thrown when a GemFire connection pool has been terminated.</div> </td> </tr> <tr class="altColor"> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-tree.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-tree.html b/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-tree.html index 7fcb3a9..f948759 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-tree.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/distributed/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.distributed Class Hierarchy (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.distributed Class Hierarchy (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.gemstone.gemfire.distributed Class Hierarchy (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="com.gemstone.gemfire.distributed Class Hierarchy (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -147,6 +147,7 @@ <li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/Role.html" title="interface in com.gemstone.gemfire.distributed"><span class="typeNameLink">Role</span></a></li> </ul> </li> +<li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/ConfigurationProperties.html" title="interface in com.gemstone.gemfire.distributed"><span class="typeNameLink">ConfigurationProperties</span></a></li> <li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/ServerLauncherCacheProvider.html" title="interface in com.gemstone.gemfire.distributed"><span class="typeNameLink">ServerLauncherCacheProvider</span></a></li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> @@ -155,9 +156,9 @@ <ul> <li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) <ul> -<li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/AbstractLauncher.Status.html" title="enum in com.gemstone.gemfire.distributed"><span class="typeNameLink">AbstractLauncher.Status</span></a></li> -<li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/LocatorLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed"><span class="typeNameLink">LocatorLauncher.Command</span></a></li> <li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/ServerLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed"><span class="typeNameLink">ServerLauncher.Command</span></a></li> +<li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/LocatorLauncher.Command.html" title="enum in com.gemstone.gemfire.distributed"><span class="typeNameLink">LocatorLauncher.Command</span></a></li> +<li type="circle">com.gemstone.gemfire.distributed.<a href="../../../../com/gemstone/gemfire/distributed/AbstractLauncher.Status.html" title="enum in com.gemstone.gemfire.distributed"><span class="typeNameLink">AbstractLauncher.Status</span></a></li> </ul> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/i18n/LogWriterI18n.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/i18n/LogWriterI18n.html b/releases/latest/javadoc/com/gemstone/gemfire/i18n/LogWriterI18n.html index 38df1a5..92ce4a4 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/i18n/LogWriterI18n.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/i18n/LogWriterI18n.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>LogWriterI18n (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>LogWriterI18n (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LogWriterI18n (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="LogWriterI18n (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -602,7 +602,7 @@ var activeTableTab = "activeTableTab"; The message level is "severe".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -619,7 +619,7 @@ var activeTableTab = "activeTableTab"; The message level is "severe".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -635,7 +635,7 @@ var activeTableTab = "activeTableTab"; The message level is "severe".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -651,7 +651,7 @@ var activeTableTab = "activeTableTab"; The message level is "severe".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -667,7 +667,7 @@ var activeTableTab = "activeTableTab"; The message level is "severe".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -682,7 +682,7 @@ var activeTableTab = "activeTableTab"; The message level is "severe".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -723,7 +723,7 @@ var activeTableTab = "activeTableTab"; The message level is "error".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -740,7 +740,7 @@ var activeTableTab = "activeTableTab"; The message level is "error".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -756,7 +756,7 @@ var activeTableTab = "activeTableTab"; The message level is "error".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -772,7 +772,7 @@ var activeTableTab = "activeTableTab"; The message level is "error".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -788,7 +788,7 @@ var activeTableTab = "activeTableTab"; The message level is "error".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -803,7 +803,7 @@ var activeTableTab = "activeTableTab"; The message level is "error".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -844,7 +844,7 @@ var activeTableTab = "activeTableTab"; The message level is "warning".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -861,7 +861,7 @@ var activeTableTab = "activeTableTab"; The message level is "warning".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -877,7 +877,7 @@ var activeTableTab = "activeTableTab"; The message level is "warning".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -893,7 +893,7 @@ var activeTableTab = "activeTableTab"; The message level is "warning".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -909,7 +909,7 @@ var activeTableTab = "activeTableTab"; The message level is "warning".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -924,7 +924,7 @@ var activeTableTab = "activeTableTab"; The message level is "warning".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -965,7 +965,7 @@ var activeTableTab = "activeTableTab"; The message level is "info".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -982,7 +982,7 @@ var activeTableTab = "activeTableTab"; The message level is "info".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -998,7 +998,7 @@ var activeTableTab = "activeTableTab"; The message level is "info".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1014,7 +1014,7 @@ var activeTableTab = "activeTableTab"; The message level is "info".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1030,7 +1030,7 @@ var activeTableTab = "activeTableTab"; The message level is "info".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1045,7 +1045,7 @@ var activeTableTab = "activeTableTab"; The message level is "info".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1086,7 +1086,7 @@ var activeTableTab = "activeTableTab"; The message level is "config".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1103,7 +1103,7 @@ var activeTableTab = "activeTableTab"; The message level is "config".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1119,7 +1119,7 @@ var activeTableTab = "activeTableTab"; The message level is "config".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1135,7 +1135,7 @@ var activeTableTab = "activeTableTab"; The message level is "config".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1151,7 +1151,7 @@ var activeTableTab = "activeTableTab"; The message level is "config".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> @@ -1166,7 +1166,7 @@ var activeTableTab = "activeTableTab"; The message level is "config".</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/i18n/StringId.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/i18n/StringId.html b/releases/latest/javadoc/com/gemstone/gemfire/i18n/StringId.html index eb46059..b43419a 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/i18n/StringId.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/i18n/StringId.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:03 PDT 2016 --> -<title>StringId (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:14 PDT 2016 --> +<title>StringId (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StringId (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="StringId (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -114,7 +114,7 @@ extends java.lang.Object</pre> be used as a key to be passed to an instance of StringIdResourceBundle.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>6.0</dd> +<dd>GemFire 6.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-frame.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-frame.html b/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-frame.html index e397ff9..e68e9d4 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-frame.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.i18n (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.i18n (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-summary.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-summary.html b/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-summary.html index ee60763..f8183d4 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-summary.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.i18n (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.i18n (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.gemstone.gemfire.i18n (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="com.gemstone.gemfire.i18n (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-tree.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-tree.html b/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-tree.html index 8f2c5f9..a491360 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-tree.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/i18n/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.i18n Class Hierarchy (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.i18n Class Hierarchy (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.gemstone.gemfire.i18n Class Hierarchy (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="com.gemstone.gemfire.i18n Class Hierarchy (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/lang/AttachAPINotFoundException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/lang/AttachAPINotFoundException.html b/releases/latest/javadoc/com/gemstone/gemfire/lang/AttachAPINotFoundException.html index cfdcaa1..3d42617 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/lang/AttachAPINotFoundException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/lang/AttachAPINotFoundException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>AttachAPINotFoundException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>AttachAPINotFoundException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AttachAPINotFoundException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="AttachAPINotFoundException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -128,7 +128,7 @@ extends java.lang.RuntimeException</pre> <p/></div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><code>RuntimeException</code>, <a href="../../../../serialized-form.html#com.gemstone.gemfire.lang.AttachAPINotFoundException">Serialized Form</a></dd> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/lang/Identifiable.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/lang/Identifiable.html b/releases/latest/javadoc/com/gemstone/gemfire/lang/Identifiable.html index 730cb6b..50a845b 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/lang/Identifiable.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/lang/Identifiable.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:05 PDT 2016 --> -<title>Identifiable (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>Identifiable (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Identifiable (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="Identifiable (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -123,7 +123,7 @@ extends java.io.Serializable</pre> <p/></div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><code>Comparable</code></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/lang/package-frame.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/lang/package-frame.html b/releases/latest/javadoc/com/gemstone/gemfire/lang/package-frame.html index 3f76c4a..9f911c3 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/lang/package-frame.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/lang/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.lang (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.lang (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/lang/package-summary.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/lang/package-summary.html b/releases/latest/javadoc/com/gemstone/gemfire/lang/package-summary.html index 7d66ccb..99318e2 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/lang/package-summary.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/lang/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.lang (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.lang (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.gemstone.gemfire.lang (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="com.gemstone.gemfire.lang (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/lang/package-tree.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/lang/package-tree.html b/releases/latest/javadoc/com/gemstone/gemfire/lang/package-tree.html index 57a64f8..bdef033 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/lang/package-tree.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/lang/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:06 PDT 2016 --> -<title>com.gemstone.gemfire.lang Class Hierarchy (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:16 PDT 2016 --> +<title>com.gemstone.gemfire.lang Class Hierarchy (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="com.gemstone.gemfire.lang Class Hierarchy (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="com.gemstone.gemfire.lang Class Hierarchy (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/AlreadyRunningException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/AlreadyRunningException.html b/releases/latest/javadoc/com/gemstone/gemfire/management/AlreadyRunningException.html index 3dace9e..cc47638 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/AlreadyRunningException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/AlreadyRunningException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>AlreadyRunningException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>AlreadyRunningException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AlreadyRunningException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="AlreadyRunningException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -137,7 +137,7 @@ extends <a href="../../../../com/gemstone/gemfire/management/ManagementException failed because it was already running.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.management.AlreadyRunningException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/AsyncEventQueueMXBean.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/AsyncEventQueueMXBean.html b/releases/latest/javadoc/com/gemstone/gemfire/management/AsyncEventQueueMXBean.html index 5103874..666e3a5 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/AsyncEventQueueMXBean.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/AsyncEventQueueMXBean.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>AsyncEventQueueMXBean (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>AsyncEventQueueMXBean (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="AsyncEventQueueMXBean (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="AsyncEventQueueMXBean (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab"; <div class="block">MBean that provides access to an <a href="../../../../com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueue.html" title="interface in com.gemstone.gemfire.cache.asyncqueue"><code>AsyncEventQueue</code></a>.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/CacheServerMXBean.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/CacheServerMXBean.html b/releases/latest/javadoc/com/gemstone/gemfire/management/CacheServerMXBean.html index 929f0db..b309588 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/CacheServerMXBean.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/CacheServerMXBean.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>CacheServerMXBean (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>CacheServerMXBean (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CacheServerMXBean (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="CacheServerMXBean (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -132,7 +132,7 @@ var activeTableTab = "activeTableTab"; </table></div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/ClientHealthStatus.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/ClientHealthStatus.html b/releases/latest/javadoc/com/gemstone/gemfire/management/ClientHealthStatus.html index 3b2b830..13cab9e 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/ClientHealthStatus.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/ClientHealthStatus.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ClientHealthStatus (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>ClientHealthStatus (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ClientHealthStatus (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ClientHealthStatus (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -114,7 +114,7 @@ extends java.lang.Object</pre> determine the health of a cache client.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/ClientQueueDetail.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/ClientQueueDetail.html b/releases/latest/javadoc/com/gemstone/gemfire/management/ClientQueueDetail.html index 83e107c..a391914 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/ClientQueueDetail.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/ClientQueueDetail.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>ClientQueueDetail (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>ClientQueueDetail (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ClientQueueDetail (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="ClientQueueDetail (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab"; extends java.lang.Object</pre> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>8.0</dd> +<dd>GemFire 8.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/DependenciesNotFoundException.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/DependenciesNotFoundException.html b/releases/latest/javadoc/com/gemstone/gemfire/management/DependenciesNotFoundException.html index 558caac..15a4359 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/DependenciesNotFoundException.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/DependenciesNotFoundException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>DependenciesNotFoundException (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>DependenciesNotFoundException (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DependenciesNotFoundException (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="DependenciesNotFoundException (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -131,7 +131,7 @@ extends <a href="../../../../com/gemstone/gemfire/GemFireException.html" title=" <div class="block">Indicates that required dependencies were not found in the ClassPath.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../serialized-form.html#com.gemstone.gemfire.management.DependenciesNotFoundException">Serialized Form</a></dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupResult.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupResult.html b/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupResult.html index 0d59eda..5a6c4f6 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupResult.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupResult.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>DiskBackupResult (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>DiskBackupResult (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DiskBackupResult (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="DiskBackupResult (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -114,7 +114,7 @@ extends java.lang.Object</pre> operation.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupStatus.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupStatus.html b/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupStatus.html index e3ad676..a483513 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupStatus.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/DiskBackupStatus.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>DiskBackupStatus (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>DiskBackupStatus (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DiskBackupStatus (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="DiskBackupStatus (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -114,7 +114,7 @@ extends java.lang.Object</pre> operations.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/445e6338/releases/latest/javadoc/com/gemstone/gemfire/management/DiskMetrics.html ---------------------------------------------------------------------- diff --git a/releases/latest/javadoc/com/gemstone/gemfire/management/DiskMetrics.html b/releases/latest/javadoc/com/gemstone/gemfire/management/DiskMetrics.html index bb02194..762236d 100644 --- a/releases/latest/javadoc/com/gemstone/gemfire/management/DiskMetrics.html +++ b/releases/latest/javadoc/com/gemstone/gemfire/management/DiskMetrics.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_66-internal) on Wed Apr 13 11:47:04 PDT 2016 --> -<title>DiskMetrics (Apache Geode 1.0.0-incubating.M2)</title> -<meta name="date" content="2016-04-13"> +<!-- Generated by javadoc (1.8.0_77) on Mon Aug 01 17:02:15 PDT 2016 --> +<title>DiskMetrics (Apache Geode 1.0.0-incubating.M3)</title> +<meta name="date" content="2016-08-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DiskMetrics (Apache Geode 1.0.0-incubating.M2)"; + parent.document.title="DiskMetrics (Apache Geode 1.0.0-incubating.M3)"; } } catch(err) { @@ -113,7 +113,7 @@ extends java.lang.Object</pre> <div class="block">Composite data type used to distribute metrics for a <a href="../../../../com/gemstone/gemfire/cache/DiskStore.html" title="interface in com.gemstone.gemfire.cache"><code>DiskStore</code></a>.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> -<dd>7.0</dd> +<dd>GemFire 7.0</dd> </dl> </li> </ul>
