You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by gi...@apache.org on 2018/11/29 03:18:42 UTC

[bookkeeper] branch asf-site updated: Updated site at revision 8979e9e

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 1961d38  Updated site at revision 8979e9e
1961d38 is described below

commit 1961d38aaadaf28a1b8c7240642e281216572172
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Nov 29 03:18:40 2018 +0000

    Updated site at revision 8979e9e
---
 .../bookkeeper/stats/annotations/StatsDoc.html     | 64 +++++++++++++++++++++-
 1 file changed, 63 insertions(+), 1 deletion(-)

diff --git a/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/annotations/StatsDoc.html b/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/annotations/StatsDoc.html
index be8115b..94ead0a 100644
--- a/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/annotations/StatsDoc.html
+++ b/content/docs/latest/api/javadoc/org/apache/bookkeeper/stats/annotations/StatsDoc.html
@@ -150,6 +150,19 @@ public @interface <span class="memberNameLabel">StatsDoc</span></pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/stats/annotations/StatsDoc.html#happensAfter--">happensAfter</a></span></code>
+<div class="block">The metric name of an operation that happens
+ after the operation of this metric.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/stats/annotations/StatsDoc.html#parent--">parent</a></span></code>
+<div class="block">The parent metric name.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/bookkeeper/stats/annotations/StatsDoc.html#scope--">scope</a></span></code>
 <div class="block">The scope of this stats.</div>
 </td>
@@ -228,7 +241,7 @@ public @interface <span class="memberNameLabel">StatsDoc</span></pre>
 <li class="blockList"><a name="scope--">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>scope</h4>
 <pre>public abstract&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scope</pre>
@@ -245,6 +258,55 @@ public @interface <span class="memberNameLabel">StatsDoc</span></pre>
 </ul>
 </li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="parent--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>parent</h4>
+<pre>public abstract&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;parent</pre>
+<div class="block">The parent metric name.
+
+ <p>It can used for analyzing the relationships
+ between the metrics, especially for the latency metrics.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the parent metric name</dd>
+</dl>
+<dl>
+<dt>Default:</dt>
+<dd>""</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="happensAfter--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>happensAfter</h4>
+<pre>public abstract&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;happensAfter</pre>
+<div class="block">The metric name of an operation that happens
+ after the operation of this metric.
+
+ <p>similar as <a href="../../../../../org/apache/bookkeeper/stats/annotations/StatsDoc.html#parent--"><code>parent()</code></a>, it can be used for analyzing
+ the dependencies between metrics.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the metric name of an operation that happens after the operation of this metric.</dd>
+</dl>
+<dl>
+<dt>Default:</dt>
+<dd>""</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
 </li>
 </ul>
 </div>