From commits-return-6664-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Fri Oct 26 21:03:44 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 54B921807BD for ; Fri, 26 Oct 2018 21:03:40 +0200 (CEST) Received: (qmail 41764 invoked by uid 500); 26 Oct 2018 19:03:34 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 40694 invoked by uid 99); 26 Oct 2018 19:03:33 -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; Fri, 26 Oct 2018 19:03:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84949E1203; Fri, 26 Oct 2018 19:03:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abukor@apache.org To: commits@kudu.apache.org Date: Fri, 26 Oct 2018 19:04:16 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [46/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: a05466438 [blog] Add post about 1.8.0 release 1fefa84c7 Updating web site for Kudu 1.8.0 release 637a50027 [site] Add http to https redirect 40f26d899 gh-pages: Make http://git-wip-us.apache.org/repos/asf/kudu-site/blob/854be1d3/apidocs/org/apache/kudu/ColumnSchema.CompressionAlgorithm.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/ColumnSchema.CompressionAlgorithm.html b/apidocs/org/apache/kudu/ColumnSchema.CompressionAlgorithm.html new file mode 100644 index 0000000..db08e8a --- /dev/null +++ b/apidocs/org/apache/kudu/ColumnSchema.CompressionAlgorithm.html @@ -0,0 +1,397 @@ + + + + + + +ColumnSchema.CompressionAlgorithm (Kudu 1.8.0 API) + + + + + + + + + + + +
+
org.apache.kudu
+

Enum ColumnSchema.CompressionAlgorithm

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/854be1d3/apidocs/org/apache/kudu/ColumnSchema.Encoding.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/ColumnSchema.Encoding.html b/apidocs/org/apache/kudu/ColumnSchema.Encoding.html new file mode 100644 index 0000000..cad628c --- /dev/null +++ b/apidocs/org/apache/kudu/ColumnSchema.Encoding.html @@ -0,0 +1,423 @@ + + + + + + +ColumnSchema.Encoding (Kudu 1.8.0 API) + + + + + + + + + + + +
+
org.apache.kudu
+

Enum ColumnSchema.Encoding

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable, Comparable<ColumnSchema.Encoding>
    +
    +
    +
    Enclosing class:
    +
    ColumnSchema
    +
    +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public static enum ColumnSchema.Encoding
    +extends Enum<ColumnSchema.Encoding>
    +
    Specifies the encoding of data for a column on disk. + Not all encodings are available for all data types. + Refer to the Kudu documentation for more information on each encoding.
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static ColumnSchema.Encoding[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (ColumnSchema.Encoding c : ColumnSchema.Encoding.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static ColumnSchema.Encoding valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/854be1d3/apidocs/org/apache/kudu/ColumnSchema.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/kudu/ColumnSchema.html b/apidocs/org/apache/kudu/ColumnSchema.html index fd84c14..fa72e69 100644 --- a/apidocs/org/apache/kudu/ColumnSchema.html +++ b/apidocs/org/apache/kudu/ColumnSchema.html @@ -4,7 +4,7 @@ -ColumnSchema (Kudu 1.7.1 API) +ColumnSchema (Kudu 1.8.0 API) @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@