Added: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/PredicateResults.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/PredicateResults.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/PredicateResults.html (added) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/PredicateResults.html Tue Nov 4 21:14:52 2014 @@ -0,0 +1,176 @@ +<!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) on Mon Nov 03 19:19:41 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.curator.framework.recipes.locks.PredicateResults (Apache Curator 2.7.0 API)</title> +<meta name="date" content="2014-11-03"> +<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="Uses of Class org.apache.curator.framework.recipes.locks.PredicateResults (Apache Curator 2.7.0 API)"; + } + } + 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><a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../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</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/curator/framework/recipes/locks/class-use/PredicateResults.html" target="_top">Frames</a></li> +<li><a href="PredicateResults.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All 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"> +<h2 title="Uses of Class org.apache.curator.framework.recipes.locks.PredicateResults" class="title">Uses of Class<br>org.apache.curator.framework.recipes.locks.PredicateResults</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">PredicateResults</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.curator.framework.recipes.locks">org.apache.curator.framework.recipes.locks</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.curator.framework.recipes.locks"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">PredicateResults</a> in <a href="../../../../../../../org/apache/curator/framework/recipes/locks/package-summary.html">org.apache.curator.framework.recipes.locks</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/curator/framework/recipes/locks/package-summary.html">org.apache.curator.framework.recipes.locks</a> that return <a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">PredicateResults</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">PredicateResults</a></code></td> +<td class="colLast"><span class="typeNameLabel">StandardLockInternalsDriver.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/curator/framework/recipes/locks/StandardLockInternalsDriver.html#getsTheLock-org.apache.curator.framework.CuratorFramework-java.util.List-java.lang.String-int-">getsTheLock</a></span>(<a href="../../../../../../../org/apache/curator/framework/CuratorFramework.html" title="interface in org.apache.curator.framework">CuratorFramework</a> client, + <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> children, + <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sequenceNodeName, + int maxLeases)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">PredicateResults</a></code></td> +<td class="colLast"><span class="typeNameLabel">LockInternalsDriver.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/curator/framework/recipes/locks/LockInternalsDriver.html#getsTheLock-org.apache.curator.framework.CuratorFramework-java.util.List-java.lang.String-int-">getsTheLock</a></span>(<a href="../../../../../../../org/apache/curator/framework/CuratorFramework.html" title="interface in org.apache.curator.framework">CuratorFramework</a> client, + <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> children, + <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sequenceNodeName, + int maxLeases)</code> </td> +</tr> +</tbody> +</table> +</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><a href="../../../../../../../org/apache/curator/framework/recipes/locks/PredicateResults.html" title="class in org.apache.curator.framework.recipes.locks">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../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</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/curator/framework/recipes/locks/class-use/PredicateResults.html" target="_top">Frames</a></li> +<li><a href="PredicateResults.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All 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 ======= --> +<p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.Mode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.Mode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.Mode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.Mode.html Tue Nov 4 21:14:52 2014 @@ -222,4 +222,4 @@ the order they are declared.</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Reaper.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revocable.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revocable.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revocable.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revocable.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/RevocationListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/RevocationListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/RevocationListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/RevocationListener.html Tue Nov 4 21:14:52 2014 @@ -181,4 +181,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revoker.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revoker.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revoker.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/Revoker.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/StandardLockInternalsDriver.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/StandardLockInternalsDriver.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/StandardLockInternalsDriver.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/class-use/StandardLockInternalsDriver.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-frame.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-frame.html Tue Nov 4 21:14:52 2014 @@ -42,4 +42,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-summary.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-summary.html Tue Nov 4 21:14:52 2014 @@ -257,4 +257,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-tree.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-tree.html Tue Nov 4 21:14:52 2014 @@ -179,4 +179,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-use.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/locks/package-use.html Tue Nov 4 21:14:52 2014 @@ -186,4 +186,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.Mode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.Mode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.Mode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.Mode.html Tue Nov 4 21:14:52 2014 @@ -407,4 +407,4 @@ not permitted.)</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/PersistentEphemeralNode.html Tue Nov 4 21:14:52 2014 @@ -415,4 +415,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.Mode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.Mode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.Mode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.Mode.html Tue Nov 4 21:14:52 2014 @@ -186,4 +186,4 @@ the order they are declared.</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/class-use/PersistentEphemeralNode.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-frame.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-frame.html Tue Nov 4 21:14:52 2014 @@ -22,4 +22,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-summary.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-summary.html Tue Nov 4 21:14:52 2014 @@ -162,4 +162,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-tree.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-tree.html Tue Nov 4 21:14:52 2014 @@ -148,4 +148,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-use.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/nodes/package-use.html Tue Nov 4 21:14:52 2014 @@ -158,4 +158,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-frame.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-frame.html Tue Nov 4 21:14:52 2014 @@ -18,4 +18,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-summary.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-summary.html Tue Nov 4 21:14:52 2014 @@ -143,4 +143,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-tree.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-tree.html Tue Nov 4 21:14:52 2014 @@ -136,4 +136,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-use.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/package-use.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/BlockingQueueConsumer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/BlockingQueueConsumer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/BlockingQueueConsumer.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/BlockingQueueConsumer.html Tue Nov 4 21:14:52 2014 @@ -499,4 +499,4 @@ implements <a href="../../../../../../or <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedDelayQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedDelayQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedDelayQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedDelayQueue.html Tue Nov 4 21:14:52 2014 @@ -512,4 +512,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedIdQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedIdQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedIdQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedIdQueue.html Tue Nov 4 21:14:52 2014 @@ -473,4 +473,4 @@ implements <a href="../../../../../../or <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedPriorityQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedPriorityQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedPriorityQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedPriorityQueue.html Tue Nov 4 21:14:52 2014 @@ -512,4 +512,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.ProcessType.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.ProcessType.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.ProcessType.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.ProcessType.html Tue Nov 4 21:14:52 2014 @@ -344,4 +344,4 @@ not permitted.)</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/DistributedQueue.html Tue Nov 4 21:14:52 2014 @@ -606,4 +606,4 @@ implements <a href="../../../../../../or <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/ErrorMode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/ErrorMode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/ErrorMode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/ErrorMode.html Tue Nov 4 21:14:52 2014 @@ -348,4 +348,4 @@ not permitted.)</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/MultiItem.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/MultiItem.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/MultiItem.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/MultiItem.html Tue Nov 4 21:14:52 2014 @@ -237,4 +237,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueAllocator.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueAllocator.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueAllocator.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueAllocator.html Tue Nov 4 21:14:52 2014 @@ -222,4 +222,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBase.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBase.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBase.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBase.html Tue Nov 4 21:14:52 2014 @@ -334,4 +334,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBuilder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBuilder.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBuilder.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueBuilder.html Tue Nov 4 21:14:52 2014 @@ -497,4 +497,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueConsumer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueConsumer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueConsumer.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueConsumer.html Tue Nov 4 21:14:52 2014 @@ -249,4 +249,4 @@ extends <a href="../../../../../../org/a <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueuePutListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueuePutListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueuePutListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueuePutListener.html Tue Nov 4 21:14:52 2014 @@ -251,4 +251,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSafety.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSafety.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSafety.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSafety.html Tue Nov 4 21:14:52 2014 @@ -245,4 +245,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSerializer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSerializer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSerializer.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSerializer.html Tue Nov 4 21:14:52 2014 @@ -254,4 +254,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharder.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharder.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharder.html Tue Nov 4 21:14:52 2014 @@ -396,4 +396,4 @@ implements <a href="http://docs.oracle.c <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.Builder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.Builder.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.Builder.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.Builder.html Tue Nov 4 21:14:52 2014 @@ -330,4 +330,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/QueueSharderPolicies.html Tue Nov 4 21:14:52 2014 @@ -264,4 +264,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.html Tue Nov 4 21:14:52 2014 @@ -448,4 +448,4 @@ extends <a href="http://docs.oracle.com/ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/BlockingQueueConsumer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/BlockingQueueConsumer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/BlockingQueueConsumer.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/BlockingQueueConsumer.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedDelayQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedDelayQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedDelayQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedDelayQueue.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedIdQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedIdQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedIdQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedIdQueue.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedPriorityQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedPriorityQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedPriorityQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedPriorityQueue.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.ProcessType.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.ProcessType.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.ProcessType.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.ProcessType.html Tue Nov 4 21:14:52 2014 @@ -186,4 +186,4 @@ the order they are declared.</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/DistributedQueue.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/ErrorMode.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/ErrorMode.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/ErrorMode.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/ErrorMode.html Tue Nov 4 21:14:52 2014 @@ -205,4 +205,4 @@ the order they are declared.</div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/MultiItem.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/MultiItem.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/MultiItem.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/MultiItem.html Tue Nov 4 21:14:52 2014 @@ -214,4 +214,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueAllocator.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueAllocator.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueAllocator.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueAllocator.html Tue Nov 4 21:14:52 2014 @@ -165,4 +165,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBase.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBase.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBase.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBase.html Tue Nov 4 21:14:52 2014 @@ -204,4 +204,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBuilder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBuilder.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBuilder.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueBuilder.html Tue Nov 4 21:14:52 2014 @@ -206,4 +206,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueConsumer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueConsumer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueConsumer.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueConsumer.html Tue Nov 4 21:14:52 2014 @@ -195,4 +195,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueuePutListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueuePutListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueuePutListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueuePutListener.html Tue Nov 4 21:14:52 2014 @@ -187,4 +187,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSafety.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSafety.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSafety.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSafety.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSerializer.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSerializer.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSerializer.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSerializer.html Tue Nov 4 21:14:52 2014 @@ -168,4 +168,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharder.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharder.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharder.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.Builder.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.Builder.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.Builder.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.Builder.html Tue Nov 4 21:14:52 2014 @@ -189,4 +189,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/QueueSharderPolicies.html Tue Nov 4 21:14:52 2014 @@ -178,4 +178,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/SimpleDistributedQueue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/SimpleDistributedQueue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/SimpleDistributedQueue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/class-use/SimpleDistributedQueue.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-frame.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-frame.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-frame.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-frame.html Tue Nov 4 21:14:52 2014 @@ -42,4 +42,4 @@ </ul> </div> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-summary.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-summary.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-summary.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-summary.html Tue Nov 4 21:14:52 2014 @@ -270,4 +270,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-tree.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-tree.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-tree.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-tree.html Tue Nov 4 21:14:52 2014 @@ -180,4 +180,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-use.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-use.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-use.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/queue/package-use.html Tue Nov 4 21:14:52 2014 @@ -221,4 +221,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCount.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCount.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCount.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCount.html Tue Nov 4 21:14:52 2014 @@ -530,4 +530,4 @@ public boolean trySetCount(int <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountListener.html Tue Nov 4 21:14:52 2014 @@ -246,4 +246,4 @@ extends <a href="../../../../../../org/a <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountReader.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountReader.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountReader.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedCountReader.html Tue Nov 4 21:14:52 2014 @@ -264,4 +264,4 @@ extends <a href="../../../../../../org/a <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValue.html Tue Nov 4 21:14:52 2014 @@ -478,4 +478,4 @@ public boolean trySetValue(byt <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueListener.html Tue Nov 4 21:14:52 2014 @@ -246,4 +246,4 @@ extends <a href="../../../../../../org/a <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueReader.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueReader.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueReader.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/SharedValueReader.html Tue Nov 4 21:14:52 2014 @@ -272,4 +272,4 @@ var activeTableTab = "activeTableTab"; <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Added: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/VersionedValue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/VersionedValue.html?rev=1636737&view=auto ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/VersionedValue.html (added) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/VersionedValue.html Tue Nov 4 21:14:52 2014 @@ -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) on Mon Nov 03 19:19:39 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>VersionedValue (Apache Curator 2.7.0 API)</title> +<meta name="date" content="2014-11-03"> +<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="VersionedValue (Apache Curator 2.7.0 API)"; + } + } + 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="class-use/VersionedValue.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../org/apache/curator/framework/recipes/shared/SharedValueReader.html" title="interface in org.apache.curator.framework.recipes.shared"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/curator/framework/recipes/shared/VersionedValue.html" target="_top">Frames</a></li> +<li><a href="VersionedValue.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.curator.framework.recipes.shared</div> +<h2 title="Class VersionedValue" class="title">Class VersionedValue<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.curator.framework.recipes.shared.VersionedValue<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="typeNameLabel">VersionedValue<T></span> +extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +<div class="block">POJO for a version and a value</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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="type parameter in VersionedValue">T</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html#getValue--">getValue</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html#getVersion--">getVersion</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</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="getVersion--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getVersion</h4> +<pre>public int getVersion()</pre> +</li> +</ul> +<a name="getValue--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getValue</h4> +<pre>public <a href="../../../../../../org/apache/curator/framework/recipes/shared/VersionedValue.html" title="type parameter in VersionedValue">T</a> getValue()</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="class-use/VersionedValue.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../org/apache/curator/framework/recipes/shared/SharedValueReader.html" title="interface in org.apache.curator.framework.recipes.shared"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/curator/framework/recipes/shared/VersionedValue.html" target="_top">Frames</a></li> +<li><a href="VersionedValue.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All 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: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCount.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCount.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCount.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCount.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountListener.html Tue Nov 4 21:14:52 2014 @@ -172,4 +172,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountReader.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountReader.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountReader.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedCountReader.html Tue Nov 4 21:14:52 2014 @@ -210,4 +210,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValue.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValue.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValue.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValue.html Tue Nov 4 21:14:52 2014 @@ -123,4 +123,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueListener.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueListener.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueListener.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueListener.html Tue Nov 4 21:14:52 2014 @@ -171,4 +171,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html> Modified: curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueReader.html URL: http://svn.apache.org/viewvc/curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueReader.html?rev=1636737&r1=1636736&r2=1636737&view=diff ============================================================================== --- curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueReader.html (original) +++ curator/site/trunk/apidocs/org/apache/curator/framework/recipes/shared/class-use/SharedValueReader.html Tue Nov 4 21:14:52 2014 @@ -181,4 +181,4 @@ <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2011–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> -</html> \ No newline at end of file +</html>
