http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/header/Headers.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/header/Headers.html b/0110/javadoc/org/apache/kafka/common/header/Headers.html index f8da686..328e299 100644 --- a/0110/javadoc/org/apache/kafka/common/header/Headers.html +++ b/0110/javadoc/org/apache/kafka/common/header/Headers.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:56 BST 2017 --> -<title>Headers (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:16 GMT 2017 --> +<title>Headers (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Headers (kafka 0.11.0.1 API)"; + parent.document.title="Headers (kafka 0.11.0.2 API)"; } //--> </script> @@ -87,12 +87,12 @@ <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>></dd> +<dd>java.lang.Iterable<<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>></dd> </dl> <hr> <br> <pre>public interface <span class="strong">Headers</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>></pre> +extends java.lang.Iterable<<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>></pre> </li> </ul> </div> @@ -119,26 +119,26 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#add(java.lang.String,%20byte[])">add</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#add(java.lang.String,%20byte[])">add</a></strong>(java.lang.String key, byte[] value)</code> <div class="block">Creates and adds a header, to the end, returning if the operation succeeded.</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#headers(java.lang.String)">headers</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</code> +<td class="colFirst"><code>java.lang.Iterable<<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#headers(java.lang.String)">headers</a></strong>(java.lang.String key)</code> <div class="block">Returns all headers for the given key, in the order they were added in, if present.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#lastHeader(java.lang.String)">lastHeader</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#lastHeader(java.lang.String)">lastHeader</a></strong>(java.lang.String key)</code> <div class="block">Returns just one (the very last) header for the given key, if present.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#remove(java.lang.String)">remove</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/header/Headers.html#remove(java.lang.String)">remove</a></strong>(java.lang.String key)</code> <div class="block">Removes all headers for the given key returning if the operation succeeded.</div> </td> </tr> @@ -153,8 +153,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm <li class="blockList"><a name="methods_inherited_from_class_java.lang.Iterable"> <!-- --> </a> -<h3>Methods inherited from interface java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true#iterator()" title="class or interface in java.lang">iterator</a></code></li> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>iterator</code></li> </ul> </li> </ul> @@ -177,12 +177,12 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm <li class="blockList"> <h4>add</h4> <pre><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a> add(<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a> header) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> + throws java.lang.IllegalStateException</pre> <div class="block">Adds a header (key inside), to the end, returning if the operation succeeded.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>header</code> - the Header to be added</dd> <dt><span class="strong">Returns:</span></dt><dd>this instance of the Headers, once the header is added.</dd> <dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - is thrown if headers are in a read-only state.</dd></dl> +<dd><code>java.lang.IllegalStateException</code> - is thrown if headers are in a read-only state.</dd></dl> </li> </ul> <a name="add(java.lang.String, byte[])"> @@ -191,14 +191,14 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm <ul class="blockList"> <li class="blockList"> <h4>add</h4> -<pre><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a> add(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, +<pre><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a> add(java.lang.String key, byte[] value) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> + throws java.lang.IllegalStateException</pre> <div class="block">Creates and adds a header, to the end, returning if the operation succeeded.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - of the header to be added.</dd><dd><code>value</code> - of the header to be added.</dd> <dt><span class="strong">Returns:</span></dt><dd>this instance of the Headers, once the header is added.</dd> <dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - is thrown if headers are in a read-only state.</dd></dl> +<dd><code>java.lang.IllegalStateException</code> - is thrown if headers are in a read-only state.</dd></dl> </li> </ul> <a name="remove(java.lang.String)"> @@ -207,13 +207,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm <ul class="blockList"> <li class="blockList"> <h4>remove</h4> -<pre><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a> remove(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></pre> +<pre><a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header">Headers</a> remove(java.lang.String key) + throws java.lang.IllegalStateException</pre> <div class="block">Removes all headers for the given key returning if the operation succeeded.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - to remove all headers for.</dd> <dt><span class="strong">Returns:</span></dt><dd>this instance of the Headers, once the header is added.</dd> <dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - is thrown if headers are in a read-only state.</dd></dl> +<dd><code>java.lang.IllegalStateException</code> - is thrown if headers are in a read-only state.</dd></dl> </li> </ul> <a name="lastHeader(java.lang.String)"> @@ -222,7 +222,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm <ul class="blockList"> <li class="blockList"> <h4>lastHeader</h4> -<pre><a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a> lastHeader(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> +<pre><a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a> lastHeader(java.lang.String key)</pre> <div class="block">Returns just one (the very last) header for the given key, if present.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - to get the last header for.</dd> <dt><span class="strong">Returns:</span></dt><dd>this last header matching the given key, returns none if not present.</dd></dl> @@ -234,7 +234,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm <ul class="blockList"> <li class="blockList"> <h4>headers</h4> -<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>> headers(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre> +<pre>java.lang.Iterable<<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header">Header</a>> headers(java.lang.String key)</pre> <div class="block">Returns all headers for the given key, in the order they were added in, if present.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - to return the headers for.</dd> <dt><span class="strong">Returns:</span></dt><dd>all headers for the given key, in the order they were added in, if NO headers are present an empty iterable is returned.</dd></dl>
http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/header/package-frame.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/header/package-frame.html b/0110/javadoc/org/apache/kafka/common/header/package-frame.html index 376ec55..1e3aa2c 100644 --- a/0110/javadoc/org/apache/kafka/common/header/package-frame.html +++ b/0110/javadoc/org/apache/kafka/common/header/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common.header (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common.header (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/header/package-summary.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/header/package-summary.html b/0110/javadoc/org/apache/kafka/common/header/package-summary.html index 7346e6e..70b01c0 100644 --- a/0110/javadoc/org/apache/kafka/common/header/package-summary.html +++ b/0110/javadoc/org/apache/kafka/common/header/package-summary.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common.header (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common.header (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.kafka.common.header (kafka 0.11.0.1 API)"; + parent.document.title="org.apache.kafka.common.header (kafka 0.11.0.2 API)"; } //--> </script> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/header/package-tree.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/header/package-tree.html b/0110/javadoc/org/apache/kafka/common/header/package-tree.html index c09a345..a6cd773 100644 --- a/0110/javadoc/org/apache/kafka/common/header/package-tree.html +++ b/0110/javadoc/org/apache/kafka/common/header/package-tree.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common.header Class Hierarchy (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common.header Class Hierarchy (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.kafka.common.header Class Hierarchy (kafka 0.11.0.1 API)"; + parent.document.title="org.apache.kafka.common.header Class Hierarchy (kafka 0.11.0.2 API)"; } //--> </script> @@ -72,7 +72,7 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.apache.kafka.common.header.<a href="../../../../../org/apache/kafka/common/header/Header.html" title="interface in org.apache.kafka.common.header"><span class="strong">Header</span></a></li> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Iterable</span></a><T> +<li type="circle">java.lang.Iterable<T> <ul> <li type="circle">org.apache.kafka.common.header.<a href="../../../../../org/apache/kafka/common/header/Headers.html" title="interface in org.apache.kafka.common.header"><span class="strong">Headers</span></a></li> </ul> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/package-frame.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/package-frame.html b/0110/javadoc/org/apache/kafka/common/package-frame.html index 4bacf8a..e0bb21c 100644 --- a/0110/javadoc/org/apache/kafka/common/package-frame.html +++ b/0110/javadoc/org/apache/kafka/common/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/package-summary.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/package-summary.html b/0110/javadoc/org/apache/kafka/common/package-summary.html index a95cb4d..caf21b2 100644 --- a/0110/javadoc/org/apache/kafka/common/package-summary.html +++ b/0110/javadoc/org/apache/kafka/common/package-summary.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.kafka.common (kafka 0.11.0.1 API)"; + parent.document.title="org.apache.kafka.common (kafka 0.11.0.2 API)"; } //--> </script> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/package-tree.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/package-tree.html b/0110/javadoc/org/apache/kafka/common/package-tree.html index 764a997..5fd9071 100644 --- a/0110/javadoc/org/apache/kafka/common/package-tree.html +++ b/0110/javadoc/org/apache/kafka/common/package-tree.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common Class Hierarchy (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common Class Hierarchy (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.kafka.common Class Hierarchy (kafka 0.11.0.1 API)"; + parent.document.title="org.apache.kafka.common Class Hierarchy (kafka 0.11.0.2 API)"; } //--> </script> @@ -71,22 +71,22 @@ <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> +<li type="circle">java.lang.Object <ul> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/Cluster.html" title="class in org.apache.kafka.common"><span class="strong">Cluster</span></a></li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/ClusterResource.html" title="class in org.apache.kafka.common"><span class="strong">ClusterResource</span></a></li> -<li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/KafkaFuture.html" title="class in org.apache.kafka.common"><span class="strong">KafkaFuture</span></a><T> (implements java.util.concurrent.<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</a><V>)</li> +<li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/KafkaFuture.html" title="class in org.apache.kafka.common"><span class="strong">KafkaFuture</span></a><T> (implements java.util.concurrent.Future<V>)</li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/KafkaFuture.BiConsumer.html" title="class in org.apache.kafka.common"><span class="strong">KafkaFuture.BiConsumer</span></a><A,B></li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/KafkaFuture.Function.html" title="class in org.apache.kafka.common"><span class="strong">KafkaFuture.Function</span></a><A,B></li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/MetricName.html" title="class in org.apache.kafka.common"><span class="strong">MetricName</span></a></li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/MetricNameTemplate.html" title="class in org.apache.kafka.common"><span class="strong">MetricNameTemplate</span></a></li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/Node.html" title="class in org.apache.kafka.common"><span class="strong">Node</span></a></li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/PartitionInfo.html" title="class in org.apache.kafka.common"><span class="strong">PartitionInfo</span></a></li> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<li type="circle">java.lang.Throwable (implements java.io.Serializable) <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><span class="strong">Exception</span></a> +<li type="circle">java.lang.Exception <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><span class="strong">RuntimeException</span></a> +<li type="circle">java.lang.RuntimeException <ul> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/KafkaException.html" title="class in org.apache.kafka.common"><span class="strong">KafkaException</span></a></li> </ul> @@ -95,7 +95,7 @@ </li> </ul> </li> -<li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common"><span class="strong">TopicPartition</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/TopicPartition.html" title="class in org.apache.kafka.common"><span class="strong">TopicPartition</span></a> (implements java.io.Serializable)</li> <li type="circle">org.apache.kafka.common.<a href="../../../../org/apache/kafka/common/TopicPartitionInfo.html" title="class in org.apache.kafka.common"><span class="strong">TopicPartitionInfo</span></a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/resource/Resource.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/resource/Resource.html b/0110/javadoc/org/apache/kafka/common/resource/Resource.html index 06f7a59..fecadcc 100644 --- a/0110/javadoc/org/apache/kafka/common/resource/Resource.html +++ b/0110/javadoc/org/apache/kafka/common/resource/Resource.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:55 BST 2017 --> -<title>Resource (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:16 GMT 2017 --> +<title>Resource (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Resource (kafka 0.11.0.1 API)"; + parent.document.title="Resource (kafka 0.11.0.2 API)"; } //--> </script> @@ -83,7 +83,7 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.kafka.common.resource.Resource</li> @@ -97,7 +97,7 @@ <br> <pre><a href="../../../../../org/apache/kafka/common/annotation/InterfaceStability.Evolving.html" title="annotation in org.apache.kafka.common.annotation">@InterfaceStability.Evolving</a> public class <span class="strong">Resource</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +extends java.lang.Object</pre> <div class="block">Represents a cluster resource with a tuple of (type, name). The API for this class is still evolving and we may break compatibility in minor releases, if necessary.</div> @@ -126,7 +126,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/Resource.html#CLUSTER_NAME">CLUSTER_NAME</a></strong></code> <div class="block">The name of the CLUSTER resource.</div> </td> @@ -147,7 +147,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/kafka/common/resource/Resource.html#Resource(org.apache.kafka.common.resource.ResourceType,%20java.lang.String)">Resource</a></strong>(<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> resourceType, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> + java.lang.String name)</code> <div class="block">Create an instance of this class with the provided parameters.</div> </td> </tr> @@ -168,7 +168,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/Resource.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/Resource.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object o)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> @@ -181,7 +181,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/Resource.html#name()">name</a></strong>()</code> <div class="block">Return the resource name.</div> </td> @@ -199,7 +199,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/Resource.html#toString()">toString</a></strong>()</code> </td> </tr> </table> @@ -207,8 +207,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-ex ternal=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> @@ -230,7 +230,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>CLUSTER_NAME</h4> -<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> CLUSTER_NAME</pre> +<pre>public static final java.lang.String CLUSTER_NAME</pre> <div class="block">The name of the CLUSTER resource.</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.kafka.common.resource.Resource.CLUSTER_NAME">Constant Field Values</a></dd></dl> </li> @@ -260,7 +260,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <li class="blockList"> <h4>Resource</h4> <pre>public Resource(<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> resourceType, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> + java.lang.String name)</pre> <div class="block">Create an instance of this class with the provided parameters.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>resourceType</code> - non-null resource type</dd><dd><code>name</code> - non-null resource name</dd></dl> </li> @@ -289,7 +289,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name()</pre> +<pre>public java.lang.String name()</pre> <div class="block">Return the resource name.</div> </li> </ul> @@ -309,10 +309,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> +<pre>public java.lang.String toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> </dl> </li> </ul> @@ -332,10 +332,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>public boolean equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> +<pre>public boolean equals(java.lang.Object o)</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dd><code>equals</code> in class <code>java.lang.Object</code></dd> </dl> </li> </ul> @@ -348,7 +348,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <pre>public int hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/resource/ResourceFilter.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/resource/ResourceFilter.html b/0110/javadoc/org/apache/kafka/common/resource/ResourceFilter.html index d037623..4bbac62 100644 --- a/0110/javadoc/org/apache/kafka/common/resource/ResourceFilter.html +++ b/0110/javadoc/org/apache/kafka/common/resource/ResourceFilter.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:55 BST 2017 --> -<title>ResourceFilter (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:16 GMT 2017 --> +<title>ResourceFilter (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceFilter (kafka 0.11.0.1 API)"; + parent.document.title="ResourceFilter (kafka 0.11.0.2 API)"; } //--> </script> @@ -83,7 +83,7 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.kafka.common.resource.ResourceFilter</li> @@ -97,7 +97,7 @@ <br> <pre><a href="../../../../../org/apache/kafka/common/annotation/InterfaceStability.Evolving.html" title="annotation in org.apache.kafka.common.annotation">@InterfaceStability.Evolving</a> public class <span class="strong">ResourceFilter</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> +extends java.lang.Object</pre> <div class="block">A filter which matches Resource objects. The API for this class is still evolving and we may break compatibility in minor releases, if necessary.</div> @@ -141,7 +141,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html#ResourceFilter(org.apache.kafka.common.resource.ResourceType,%20java.lang.String)">ResourceFilter</a></strong>(<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> resourceType, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> + java.lang.String name)</code> <div class="block">Create an instance of this class with the provided parameters.</div> </td> </tr> @@ -162,10 +162,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object o)</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html#findIndefiniteField()">findIndefiniteField</a></strong>()</code> <div class="block">Return a string describing an ANY or UNKNOWN field, or null if there is no such field.</div> </td> @@ -193,7 +193,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html#name()">name</a></strong>()</code> <div class="block">Return the resource name or null.</div> </td> @@ -205,7 +205,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? </td> </tr> <tr class="altColor"> -<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html#toString()">toString</a></strong>()</code> </td> </tr> </table> @@ -213,8 +213,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-ex ternal=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> @@ -255,7 +255,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <li class="blockList"> <h4>ResourceFilter</h4> <pre>public ResourceFilter(<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> resourceType, - <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> + java.lang.String name)</pre> <div class="block">Create an instance of this class with the provided parameters.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>resourceType</code> - non-null resource type</dd><dd><code>name</code> - resource name or null</dd></dl> </li> @@ -284,7 +284,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name()</pre> +<pre>public java.lang.String name()</pre> <div class="block">Return the resource name or null.</div> </li> </ul> @@ -294,10 +294,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>toString</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> +<pre>public java.lang.String toString()</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> </dl> </li> </ul> @@ -317,10 +317,10 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockList"> <li class="blockList"> <h4>equals</h4> -<pre>public boolean equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> +<pre>public boolean equals(java.lang.Object o)</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dd><code>equals</code> in class <code>java.lang.Object</code></dd> </dl> </li> </ul> @@ -333,7 +333,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <pre>public int hashCode()</pre> <dl> <dt><strong>Overrides:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> </dl> </li> </ul> @@ -363,7 +363,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html? <ul class="blockListLast"> <li class="blockList"> <h4>findIndefiniteField</h4> -<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> findIndefiniteField()</pre> +<pre>public java.lang.String findIndefiniteField()</pre> <div class="block">Return a string describing an ANY or UNKNOWN field, or null if there is no such field.</div> </li> </ul> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/resource/ResourceType.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/resource/ResourceType.html b/0110/javadoc/org/apache/kafka/common/resource/ResourceType.html index e3038c4..e6ecf3b 100644 --- a/0110/javadoc/org/apache/kafka/common/resource/ResourceType.html +++ b/0110/javadoc/org/apache/kafka/common/resource/ResourceType.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:55 BST 2017 --> -<title>ResourceType (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:16 GMT 2017 --> +<title>ResourceType (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ResourceType (kafka 0.11.0.1 API)"; + parent.document.title="ResourceType (kafka 0.11.0.2 API)"; } //--> </script> @@ -83,10 +83,10 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a>></li> +<li>java.lang.Enum<<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a>></li> <li> <ul class="inheritance"> <li>org.apache.kafka.common.resource.ResourceType</li> @@ -100,13 +100,13 @@ <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a>></dd> +<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a>></dd> </dl> <hr> <br> <pre><a href="../../../../../org/apache/kafka/common/annotation/InterfaceStability.Evolving.html" title="annotation in org.apache.kafka.common.annotation">@InterfaceStability.Evolving</a> public enum <span class="strong">ResourceType</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a>></pre> +extends java.lang.Enum<<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a>></pre> <div class="block">Represents a type of resource which an ACL can be applied to. The API for this class is still evolving and we may break compatibility in minor releases, if necessary.</div> @@ -187,7 +187,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceType.html#fromString(java.lang.String)">fromString</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> str)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceType.html#fromString(java.lang.String)">fromString</a></strong>(java.lang.String str)</code> <div class="block">Parse the given string as an ACL resource type.</div> </td> </tr> @@ -199,7 +199,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceType.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/resource/ResourceType.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> @@ -215,15 +215,15 @@ the order they are declared.</div> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> <!-- --> </a> -<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3> -<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/ api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class,%20java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li> +<h3>Methods inherited from class java.lang.Enum</h3> +<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> </ul> <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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> @@ -331,7 +331,7 @@ for (ResourceType c : ResourceType.values()) <ul class="blockList"> <li class="blockList"> <h4>valueOf</h4> -<pre>public static <a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> valueOf(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<pre>public static <a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> valueOf(java.lang.String name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -339,8 +339,8 @@ not permitted.)</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> <dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> <dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl> +<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> +<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl> </li> </ul> <a name="fromString(java.lang.String)"> @@ -349,13 +349,13 @@ not permitted.)</div> <ul class="blockList"> <li class="blockList"> <h4>fromString</h4> -<pre>public static <a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> fromString(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> str) - throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></pre> +<pre>public static <a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource">ResourceType</a> fromString(java.lang.String str) + throws java.lang.IllegalArgumentException</pre> <div class="block">Parse the given string as an ACL resource type.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>str</code> - The string to parse.</dd> <dt><span class="strong">Returns:</span></dt><dd>The ResourceType, or UNKNOWN if the string could not be matched.</dd> <dt><span class="strong">Throws:</span></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code></dd></dl> +<dd><code>java.lang.IllegalArgumentException</code></dd></dl> </li> </ul> <a name="fromCode(byte)"> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/resource/package-frame.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/resource/package-frame.html b/0110/javadoc/org/apache/kafka/common/resource/package-frame.html index e4e2225..be66efc 100644 --- a/0110/javadoc/org/apache/kafka/common/resource/package-frame.html +++ b/0110/javadoc/org/apache/kafka/common/resource/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common.resource (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common.resource (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/resource/package-summary.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/resource/package-summary.html b/0110/javadoc/org/apache/kafka/common/resource/package-summary.html index 6ca720d..7230ea1 100644 --- a/0110/javadoc/org/apache/kafka/common/resource/package-summary.html +++ b/0110/javadoc/org/apache/kafka/common/resource/package-summary.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common.resource (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common.resource (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.kafka.common.resource (kafka 0.11.0.1 API)"; + parent.document.title="org.apache.kafka.common.resource (kafka 0.11.0.2 API)"; } //--> </script> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/resource/package-tree.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/resource/package-tree.html b/0110/javadoc/org/apache/kafka/common/resource/package-tree.html index 5dd578a..098f9cf 100644 --- a/0110/javadoc/org/apache/kafka/common/resource/package-tree.html +++ b/0110/javadoc/org/apache/kafka/common/resource/package-tree.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:59 BST 2017 --> -<title>org.apache.kafka.common.resource Class Hierarchy (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>org.apache.kafka.common.resource Class Hierarchy (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.kafka.common.resource Class Hierarchy (kafka 0.11.0.1 API)"; + parent.document.title="org.apache.kafka.common.resource Class Hierarchy (kafka 0.11.0.2 API)"; } //--> </script> @@ -71,7 +71,7 @@ <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> +<li type="circle">java.lang.Object <ul> <li type="circle">org.apache.kafka.common.resource.<a href="../../../../../org/apache/kafka/common/resource/Resource.html" title="class in org.apache.kafka.common.resource"><span class="strong">Resource</span></a></li> <li type="circle">org.apache.kafka.common.resource.<a href="../../../../../org/apache/kafka/common/resource/ResourceFilter.html" title="class in org.apache.kafka.common.resource"><span class="strong">ResourceFilter</span></a></li> @@ -80,9 +80,9 @@ </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> +<li type="circle">java.lang.Object <ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) <ul> <li type="circle">org.apache.kafka.common.resource.<a href="../../../../../org/apache/kafka/common/resource/ResourceType.html" title="enum in org.apache.kafka.common.resource"><span class="strong">ResourceType</span></a></li> </ul> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/serialization/ByteArrayDeserializer.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/serialization/ByteArrayDeserializer.html b/0110/javadoc/org/apache/kafka/common/serialization/ByteArrayDeserializer.html index eca210f..4a0020a 100644 --- a/0110/javadoc/org/apache/kafka/common/serialization/ByteArrayDeserializer.html +++ b/0110/javadoc/org/apache/kafka/common/serialization/ByteArrayDeserializer.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:58 BST 2017 --> -<title>ByteArrayDeserializer (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>ByteArrayDeserializer (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ByteArrayDeserializer (kafka 0.11.0.1 API)"; + parent.document.title="ByteArrayDeserializer (kafka 0.11.0.2 API)"; } //--> </script> @@ -83,7 +83,7 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.kafka.common.serialization.ByteArrayDeserializer</li> @@ -95,12 +95,12 @@ <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a><byte[]></dd> +<dd>java.io.Closeable, java.lang.AutoCloseable, <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a><byte[]></dd> </dl> <hr> <br> <pre>public class <span class="strong">ByteArrayDeserializer</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +extends java.lang.Object implements <a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a><byte[]></pre> </li> </ul> @@ -143,14 +143,14 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Deseria </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArrayDeserializer.html#configure(java.util.Map,%20boolean)">configure</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> configs, +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArrayDeserializer.html#configure(java.util.Map,%20boolean)">configure</a></strong>(java.util.Map<java.lang.String,?> configs, boolean isKey)</code> <div class="block">Configure this class.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArrayDeserializer.html#deserialize(java.lang.String,%20byte[])">deserialize</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> topic, +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArrayDeserializer.html#deserialize(java.lang.String,%20byte[])">deserialize</a></strong>(java.lang.String topic, byte[] data)</code> <div class="block">Deserialize a record value from a byte array into a value or object.</div> </td> @@ -160,8 +160,8 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Deseria <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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> @@ -200,7 +200,7 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Deseria <ul class="blockList"> <li class="blockList"> <h4>configure</h4> -<pre>public void configure(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> configs, +<pre>public void configure(java.util.Map<java.lang.String,?> configs, boolean isKey)</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html#configure(java.util.Map,%20boolean)">Deserializer</a></code></strong></div> <div class="block">Configure this class.</div> @@ -216,7 +216,7 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Deseria <ul class="blockList"> <li class="blockList"> <h4>deserialize</h4> -<pre>public byte[] deserialize(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> topic, +<pre>public byte[] deserialize(java.lang.String topic, byte[] data)</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html#deserialize(java.lang.String,%20byte[])">Deserializer</a></code></strong></div> <div class="block">Deserialize a record value from a byte array into a value or object.</div> @@ -236,9 +236,9 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Deseria <pre>public void close()</pre> <dl> <dt><strong>Specified by:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd> +<dd><code>close</code> in interface <code>java.io.Closeable</code></dd> <dt><strong>Specified by:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd> +<dd><code>close</code> in interface <code>java.lang.AutoCloseable</code></dd> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html#close()">close</a></code> in interface <code><a href="../../../../../org/apache/kafka/common/serialization/Deserializer.html" title="interface in org.apache.kafka.common.serialization">Deserializer</a><byte[]></code></dd> </dl> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/ae86b7d5/0110/javadoc/org/apache/kafka/common/serialization/ByteArraySerializer.html ---------------------------------------------------------------------- diff --git a/0110/javadoc/org/apache/kafka/common/serialization/ByteArraySerializer.html b/0110/javadoc/org/apache/kafka/common/serialization/ByteArraySerializer.html index df07933..251dd9c 100644 --- a/0110/javadoc/org/apache/kafka/common/serialization/ByteArraySerializer.html +++ b/0110/javadoc/org/apache/kafka/common/serialization/ByteArraySerializer.html @@ -2,15 +2,15 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 05 19:20:58 BST 2017 --> -<title>ByteArraySerializer (kafka 0.11.0.1 API)</title> -<meta name="date" content="2017-09-05"> +<!-- Generated by javadoc (version 1.7.0_80) on Fri Nov 10 23:49:19 GMT 2017 --> +<title>ByteArraySerializer (kafka 0.11.0.2 API)</title> +<meta name="date" content="2017-11-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ByteArraySerializer (kafka 0.11.0.1 API)"; + parent.document.title="ByteArraySerializer (kafka 0.11.0.2 API)"; } //--> </script> @@ -83,7 +83,7 @@ </div> <div class="contentContainer"> <ul class="inheritance"> -<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.kafka.common.serialization.ByteArraySerializer</li> @@ -95,12 +95,12 @@ <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="../../../../../org/apache/kafka/common/serialization/Serializer.html" title="interface in org.apache.kafka.common.serialization">Serializer</a><byte[]></dd> +<dd>java.io.Closeable, java.lang.AutoCloseable, <a href="../../../../../org/apache/kafka/common/serialization/Serializer.html" title="interface in org.apache.kafka.common.serialization">Serializer</a><byte[]></dd> </dl> <hr> <br> <pre>public class <span class="strong">ByteArraySerializer</span> -extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +extends java.lang.Object implements <a href="../../../../../org/apache/kafka/common/serialization/Serializer.html" title="interface in org.apache.kafka.common.serialization">Serializer</a><byte[]></pre> </li> </ul> @@ -145,14 +145,14 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Seriali </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArraySerializer.html#configure(java.util.Map,%20boolean)">configure</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> configs, +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArraySerializer.html#configure(java.util.Map,%20boolean)">configure</a></strong>(java.util.Map<java.lang.String,?> configs, boolean isKey)</code> <div class="block">Configure this class.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArraySerializer.html#serialize(java.lang.String,%20byte[])">serialize</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> topic, +<td class="colLast"><code><strong><a href="../../../../../org/apache/kafka/common/serialization/ByteArraySerializer.html#serialize(java.lang.String,%20byte[])">serialize</a></strong>(java.lang.String topic, byte[] data)</code> <div class="block">Convert <code>data</code> into a byte array.</div> </td> @@ -162,8 +162,8 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Seriali <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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> @@ -202,7 +202,7 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Seriali <ul class="blockList"> <li class="blockList"> <h4>configure</h4> -<pre>public void configure(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,?> configs, +<pre>public void configure(java.util.Map<java.lang.String,?> configs, boolean isKey)</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/kafka/common/serialization/Serializer.html#configure(java.util.Map,%20boolean)">Serializer</a></code></strong></div> <div class="block">Configure this class.</div> @@ -218,7 +218,7 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Seriali <ul class="blockList"> <li class="blockList"> <h4>serialize</h4> -<pre>public byte[] serialize(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> topic, +<pre>public byte[] serialize(java.lang.String topic, byte[] data)</pre> <div class="block"><strong>Description copied from interface: <code><a href="../../../../../org/apache/kafka/common/serialization/Serializer.html#serialize(java.lang.String,%20T)">Serializer</a></code></strong></div> <div class="block">Convert <code>data</code> into a byte array.</div> @@ -242,9 +242,9 @@ implements <a href="../../../../../org/apache/kafka/common/serialization/Seriali This method must be idempotent as it may be called multiple times.</div> <dl> <dt><strong>Specified by:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd> +<dd><code>close</code> in interface <code>java.io.Closeable</code></dd> <dt><strong>Specified by:</strong></dt> -<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code> in interface <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd> +<dd><code>close</code> in interface <code>java.lang.AutoCloseable</code></dd> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../../org/apache/kafka/common/serialization/Serializer.html#close()">close</a></code> in interface <code><a href="../../../../../org/apache/kafka/common/serialization/Serializer.html" title="interface in org.apache.kafka.common.serialization">Serializer</a><byte[]></code></dd> </dl>
