Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2CC3C200D2F for ; Wed, 1 Nov 2017 23:40:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2B4E0160C01; Wed, 1 Nov 2017 22:40:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 36182160C00 for ; Wed, 1 Nov 2017 23:40:31 +0100 (CET) Received: (qmail 71079 invoked by uid 500); 1 Nov 2017 22:40:26 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 69158 invoked by uid 99); 1 Nov 2017 22:40:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2017 22:40:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4A44ADFE15; Wed, 1 Nov 2017 22:40:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: guozhang@apache.org To: commits@kafka.apache.org Date: Wed, 01 Nov 2017 22:41:00 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [38/51] [partial] kafka-site git commit: MINOR: Follow-up Update on 1.0.0 release archived-at: Wed, 01 Nov 2017 22:40:32 -0000 http://git-wip-us.apache.org/repos/asf/kafka-site/blob/2e200cfc/10/javadoc/index.html ---------------------------------------------------------------------- diff --git a/10/javadoc/index.html b/10/javadoc/index.html new file mode 100644 index 0000000..54b903e --- /dev/null +++ b/10/javadoc/index.html @@ -0,0 +1,75 @@ + + + + + +kafka 1.0.0 API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + http://git-wip-us.apache.org/repos/asf/kafka-site/blob/2e200cfc/10/javadoc/org/apache/kafka/clients/admin/AbstractOptions.html ---------------------------------------------------------------------- diff --git a/10/javadoc/org/apache/kafka/clients/admin/AbstractOptions.html b/10/javadoc/org/apache/kafka/clients/admin/AbstractOptions.html new file mode 100644 index 0000000..686bb29 --- /dev/null +++ b/10/javadoc/org/apache/kafka/clients/admin/AbstractOptions.html @@ -0,0 +1,296 @@ + + + + + +AbstractOptions (kafka 1.0.0 API) + + + + + + + + + + + + +
+
org.apache.kafka.clients.admin
+

Class AbstractOptions<T extends AbstractOptions>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.kafka.clients.admin.AbstractOptions<T>
    • +
    +
  • +
+ +
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbstractOptions() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.IntegertimeoutMs() +
      The request timeout in milliseconds for this operation or null if the default request timeout for the + AdminClient should be used.
      +
      TtimeoutMs(java.lang.Integer timeoutMs) +
      Set the request timeout in milliseconds for this operation or null if the default request timeout for the + AdminClient should be used.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractOptions

        +
        public AbstractOptions()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        timeoutMs

        +
        public T timeoutMs(java.lang.Integer timeoutMs)
        +
        Set the request timeout in milliseconds for this operation or null if the default request timeout for the + AdminClient should be used.
        +
      • +
      + + + +
        +
      • +

        timeoutMs

        +
        public java.lang.Integer timeoutMs()
        +
        The request timeout in milliseconds for this operation or null if the default request timeout for the + AdminClient should be used.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +