This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 155b931 Updated site at revision 9259173
155b931 is described below
commit 155b931fc29c8b5460f0b8425d4fb483e59ca64a
Author: jenkins <[email protected]>
AuthorDate: Tue May 15 18:30:56 2018 +0000
Updated site at revision 9259173
---
content/docs/latest/api/javadoc/index-all.html | 6 +++++
.../bookkeeper/client/DistributionSchedule.html | 24 +++++++++++++++++-
.../client/RoundRobinDistributionSchedule.html | 29 ++++++++++++++++++++--
.../class-use/DistributionSchedule.WriteSet.html | 10 ++++++++
4 files changed, 66 insertions(+), 3 deletions(-)
diff --git a/content/docs/latest/api/javadoc/index-all.html
b/content/docs/latest/api/javadoc/index-all.html
index b58a7a0..cfe9a84 100644
--- a/content/docs/latest/api/javadoc/index-all.html
+++ b/content/docs/latest/api/javadoc/index-all.html
@@ -3554,6 +3554,12 @@
</dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html#getWriteSet-long-">getWriteSet(long)</a></span>
- Method in class org.apache.bookkeeper.client.<a
href="org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html"
title="class in
org.apache.bookkeeper.client">RoundRobinDistributionSchedule</a></dt>
<dd> </dd>
+<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/DistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll(long)</a></span>
- Method in interface org.apache.bookkeeper.client.<a
href="org/apache/bookkeeper/client/DistributionSchedule.html" title="interface
in org.apache.bookkeeper.client">DistributionSchedule</a></dt>
+<dd>
+<div class="block">Return the set of bookies indices to send the messages to
for longpoll reads.</div>
+</dd>
+<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll(long)</a></span>
- Method in class org.apache.bookkeeper.client.<a
href="org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html"
title="class in
org.apache.bookkeeper.client">RoundRobinDistributionSchedule</a></dt>
+<dd> </dd>
<dt><span class="memberNameLink"><a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html#getZkAvailableBookiesPath--">getZkAvailableBookiesPath()</a></span>
- Method in class org.apache.bookkeeper.conf.<a
href="org/apache/bookkeeper/conf/AbstractConfiguration.html" title="class in
org.apache.bookkeeper.conf">AbstractConfiguration</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/DistributionSchedule.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/DistributionSchedule.html
index 0250b12..e7b7ec5 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/DistributionSchedule.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/DistributionSchedule.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":6,"i1":6,"i2":6,"i3":6};
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance
Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -204,6 +204,12 @@ var activeTableTab = "activeTableTab";
</td>
</tr>
<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll</a></span>(long entryId)</code>
+<div class="block">Return the set of bookies indices to send the messages to
for longpoll reads.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.html#hasEntry-long-int-">hasEntry</a></span>(long entryId,
int bookieIndex)</code>
@@ -252,6 +258,22 @@ var activeTableTab = "activeTableTab";
<div class="block">Return the set of bookie indices to send the message
to.</div>
</li>
</ul>
+<a name="getWriteSetForLongPoll-long-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWriteSetForLongPoll</h4>
+<pre><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a> getWriteSetForLongPoll(long entryId)</pre>
+<div class="block">Return the set of bookies indices to send the messages to
for longpoll reads.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>entryId</code> - expected next entry id to read.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the set of bookies indices to read from.</dd>
+</dl>
+</li>
+</ul>
<a name="getAckSet--">
<!-- -->
</a>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html
index b843561..88fed0a 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html
@@ -18,7 +18,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -204,13 +204,19 @@ implements <a
href="../../../../org/apache/bookkeeper/client/DistributionSchedul
</td>
</tr>
<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll</a></span>(long entryId)</code>
+<div class="block">Return the set of bookies indices to send the messages to
for longpoll reads.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html#hasEntry-long-int-">hasEntry</a></span>(long entryId,
int bookieIndex)</code>
<div class="block">Whether entry presents on given bookie index.</div>
</td>
</tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
<td class="colFirst"><code>(package private) static <a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a
href="../../../../org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html#writeSetFromValues-java.lang.Integer...-">writeSetFromValues</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true"
title="class or interface in
java.lang">Integer</a>... values)</code> </td>
</tr>
@@ -270,6 +276,25 @@ implements <a
href="../../../../org/apache/bookkeeper/client/DistributionSchedul
</dl>
</li>
</ul>
+<a name="getWriteSetForLongPoll-long-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWriteSetForLongPoll</h4>
+<pre>public <a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a> getWriteSetForLongPoll(long entryId)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from
interface: <code><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.html#getWriteSetForLongPoll-long-">DistributionSchedule</a></code></span></div>
+<div class="block">Return the set of bookies indices to send the messages to
for longpoll reads.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll</a></code> in
interface <code><a
href="../../../../org/apache/bookkeeper/client/DistributionSchedule.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>entryId</code> - expected next entry id to read.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the set of bookies indices to read from.</dd>
+</dl>
+</li>
+</ul>
<a name="writeSetFromValues-java.lang.Integer...-">
<!-- -->
</a>
diff --git
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/DistributionSchedule.WriteSet.html
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/DistributionSchedule.WriteSet.html
index 153ab1f..9213ddd 100644
---
a/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/DistributionSchedule.WriteSet.html
+++
b/content/docs/latest/api/javadoc/org/apache/bookkeeper/client/class-use/DistributionSchedule.WriteSet.html
@@ -147,6 +147,16 @@
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a></code></td>
+<td class="colLast"><span
class="typeNameLabel">RoundRobinDistributionSchedule.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/RoundRobinDistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll</a></span>(long entryId)</code> </td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a></code></td>
+<td class="colLast"><span
class="typeNameLabel">DistributionSchedule.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/DistributionSchedule.html#getWriteSetForLongPoll-long-">getWriteSetForLongPoll</a></span>(long entryId)</code>
+<div class="block">Return the set of bookies indices to send the messages to
for longpoll reads.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a
href="../../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a></code></td>
<td class="colLast"><span
class="typeNameLabel">DefaultEnsemblePlacementPolicy.</span><code><span
class="memberNameLink"><a
href="../../../../../org/apache/bookkeeper/client/DefaultEnsemblePlacementPolicy.html#reorderReadLACSequence-java.util.ArrayList-org.apache.bookkeeper.client.BookiesHealthInfo-org.apache.bookkeeper.client.DistributionSchedule.WriteSet-">reorderReadLACSequence</a></span>(<a
href="http://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true"
titl [...]
<a
href="../../../../../org/apache/bookkeeper/client/BookiesHealthInfo.html"
title="interface in
org.apache.bookkeeper.client">BookiesHealthInfo</a> bookiesHealthInfo,
<a
href="../../../../../org/apache/bookkeeper/client/DistributionSchedule.WriteSet.html"
title="interface in
org.apache.bookkeeper.client">DistributionSchedule.WriteSet</a> writeSet)</code> </td>
--
To stop receiving notification emails like this one, please contact
[email protected].