Skip to content

Commit

Permalink
latest doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Feb 10, 2012
1 parent 96f1aba commit a4d3233
Show file tree
Hide file tree
Showing 398 changed files with 2,819 additions and 1,616 deletions.
10 changes: 7 additions & 3 deletions doc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:57 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:11 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes (curator 1.0.2-SNAPSHOT API)
All Classes (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -96,6 +96,8 @@
<BR>
<A HREF="com/netflix/curator/framework/api/DeleteBuilder.html" title="interface in com.netflix.curator.framework.api" target="classFrame"><I>DeleteBuilder</I></A>
<BR>
<A HREF="com/netflix/curator/framework/api/DeleteBuilderBase.html" title="interface in com.netflix.curator.framework.api" target="classFrame"><I>DeleteBuilderBase</I></A>
<BR>
<A HREF="com/netflix/curator/test/DirectoryUtils.html" title="class in com.netflix.curator.test" target="classFrame">DirectoryUtils</A>
<BR>
<A HREF="com/netflix/curator/x/discovery/server/rest/DiscoveryContext.html" title="interface in com.netflix.curator.x.discovery.server.rest" target="classFrame"><I>DiscoveryContext</I></A>
Expand Down Expand Up @@ -206,6 +208,8 @@
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueueConsumer.html" title="interface in com.netflix.curator.framework.recipes.queue" target="classFrame"><I>QueueConsumer</I></A>
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueuePutListener.html" title="interface in com.netflix.curator.framework.recipes.queue" target="classFrame"><I>QueuePutListener</I></A>
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueueSafety.html" title="class in com.netflix.curator.framework.recipes.queue" target="classFrame">QueueSafety</A>
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueueSerializer.html" title="interface in com.netflix.curator.framework.recipes.queue" target="classFrame"><I>QueueSerializer</I></A>
Expand Down
10 changes: 7 additions & 3 deletions doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:57 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:11 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes (curator 1.0.2-SNAPSHOT API)
All Classes (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">

Expand Down Expand Up @@ -96,6 +96,8 @@
<BR>
<A HREF="com/netflix/curator/framework/api/DeleteBuilder.html" title="interface in com.netflix.curator.framework.api"><I>DeleteBuilder</I></A>
<BR>
<A HREF="com/netflix/curator/framework/api/DeleteBuilderBase.html" title="interface in com.netflix.curator.framework.api"><I>DeleteBuilderBase</I></A>
<BR>
<A HREF="com/netflix/curator/test/DirectoryUtils.html" title="class in com.netflix.curator.test">DirectoryUtils</A>
<BR>
<A HREF="com/netflix/curator/x/discovery/server/rest/DiscoveryContext.html" title="interface in com.netflix.curator.x.discovery.server.rest"><I>DiscoveryContext</I></A>
Expand Down Expand Up @@ -206,6 +208,8 @@
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueueConsumer.html" title="interface in com.netflix.curator.framework.recipes.queue"><I>QueueConsumer</I></A>
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueuePutListener.html" title="interface in com.netflix.curator.framework.recipes.queue"><I>QueuePutListener</I></A>
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueueSafety.html" title="class in com.netflix.curator.framework.recipes.queue">QueueSafety</A>
<BR>
<A HREF="com/netflix/curator/framework/recipes/queue/QueueSerializer.html" title="interface in com.netflix.curator.framework.recipes.queue"><I>QueueSerializer</I></A>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/CuratorZookeeperClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:55 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:09 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
CuratorZookeeperClient (curator 1.0.2-SNAPSHOT API)
CuratorZookeeperClient (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CuratorZookeeperClient (curator 1.0.2-SNAPSHOT API)";
parent.document.title="CuratorZookeeperClient (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/RetryLoop.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:55 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:09 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
RetryLoop (curator 1.0.2-SNAPSHOT API)
RetryLoop (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RetryLoop (curator 1.0.2-SNAPSHOT API)";
parent.document.title="RetryLoop (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/RetryPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:55 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:09 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
RetryPolicy (curator 1.0.2-SNAPSHOT API)
RetryPolicy (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RetryPolicy (curator 1.0.2-SNAPSHOT API)";
parent.document.title="RetryPolicy (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/TimeTrace.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:55 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:09 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
TimeTrace (curator 1.0.2-SNAPSHOT API)
TimeTrace (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TimeTrace (curator 1.0.2-SNAPSHOT API)";
parent.document.title="TimeTrace (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/class-use/CuratorZookeeperClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.netflix.curator.CuratorZookeeperClient (curator 1.0.2-SNAPSHOT API)
Uses of Class com.netflix.curator.CuratorZookeeperClient (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.netflix.curator.CuratorZookeeperClient (curator 1.0.2-SNAPSHOT API)";
parent.document.title="Uses of Class com.netflix.curator.CuratorZookeeperClient (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/class-use/RetryLoop.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.netflix.curator.RetryLoop (curator 1.0.2-SNAPSHOT API)
Uses of Class com.netflix.curator.RetryLoop (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.netflix.curator.RetryLoop (curator 1.0.2-SNAPSHOT API)";
parent.document.title="Uses of Class com.netflix.curator.RetryLoop (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/class-use/RetryPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.netflix.curator.RetryPolicy (curator 1.0.2-SNAPSHOT API)
Uses of Interface com.netflix.curator.RetryPolicy (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.netflix.curator.RetryPolicy (curator 1.0.2-SNAPSHOT API)";
parent.document.title="Uses of Interface com.netflix.curator.RetryPolicy (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/class-use/TimeTrace.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.netflix.curator.TimeTrace (curator 1.0.2-SNAPSHOT API)
Uses of Class com.netflix.curator.TimeTrace (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.netflix.curator.TimeTrace (curator 1.0.2-SNAPSHOT API)";
parent.document.title="Uses of Class com.netflix.curator.TimeTrace (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/drivers/TracerDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:55 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:09 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
TracerDriver (curator 1.0.2-SNAPSHOT API)
TracerDriver (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TracerDriver (curator 1.0.2-SNAPSHOT API)";
parent.document.title="TracerDriver (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/drivers/class-use/TracerDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.netflix.curator.drivers.TracerDriver (curator 1.0.2-SNAPSHOT API)
Uses of Interface com.netflix.curator.drivers.TracerDriver (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.netflix.curator.drivers.TracerDriver (curator 1.0.2-SNAPSHOT API)";
parent.document.title="Uses of Interface com.netflix.curator.drivers.TracerDriver (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
6 changes: 3 additions & 3 deletions doc/com/netflix/curator/drivers/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.netflix.curator.drivers (curator 1.0.2-SNAPSHOT API)
com.netflix.curator.drivers (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/drivers/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.netflix.curator.drivers (curator 1.0.2-SNAPSHOT API)
com.netflix.curator.drivers (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.netflix.curator.drivers (curator 1.0.2-SNAPSHOT API)";
parent.document.title="com.netflix.curator.drivers (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
8 changes: 4 additions & 4 deletions doc/com/netflix/curator/drivers/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 05 11:13:56 PST 2012 -->
<!-- Generated by javadoc (build 1.6.0_29) on Thu Feb 09 18:15:10 PST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
com.netflix.curator.drivers Class Hierarchy (curator 1.0.2-SNAPSHOT API)
com.netflix.curator.drivers Class Hierarchy (curator 1.1.2 API)
</TITLE>

<META NAME="date" CONTENT="2012-01-05">
<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.netflix.curator.drivers Class Hierarchy (curator 1.0.2-SNAPSHOT API)";
parent.document.title="com.netflix.curator.drivers Class Hierarchy (curator 1.1.2 API)";
}
}
</SCRIPT>
Expand Down
Loading

0 comments on commit a4d3233

Please sign in to comment.