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 82966200B40 for ; Fri, 1 Jul 2016 19:11:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 813A3160A76; Fri, 1 Jul 2016 17:11:34 +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 416C5160A6D for ; Fri, 1 Jul 2016 19:11:32 +0200 (CEST) Received: (qmail 68658 invoked by uid 500); 1 Jul 2016 17:11:31 -0000 Mailing-List: contact commits-help@kudu.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.incubator.apache.org Delivered-To: mailing list commits@kudu.incubator.apache.org Received: (qmail 68649 invoked by uid 99); 1 Jul 2016 17:11:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 17:11:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E1DB5187D26 for ; Fri, 1 Jul 2016 17:11:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.446 X-Spam-Level: X-Spam-Status: No, score=-3.446 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2b4v610aVaIK for ; Fri, 1 Jul 2016 17:11:06 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id C942A60D7C for ; Fri, 1 Jul 2016 17:11:03 +0000 (UTC) Received: (qmail 67311 invoked by uid 99); 1 Jul 2016 17:11:02 -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, 01 Jul 2016 17:11:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CAA50E058E; Fri, 1 Jul 2016 17:11:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: todd@apache.org To: commits@kudu.incubator.apache.org Date: Fri, 01 Jul 2016 17:11:36 -0000 Message-Id: <1ed4b8da0821451aa3cc41759870969a@git.apache.org> In-Reply-To: <10556243bf9e4615945518acac00bbbb@git.apache.org> References: <10556243bf9e4615945518acac00bbbb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [36/47] incubator-kudu-site git commit: Publish commit(s) from site source repo: 6e3145f Update docs for 0.9.1 2119e12 Update version numbers on releases page to say incubating 9126357 Update links to kudu.apache.org archived-at: Fri, 01 Jul 2016 17:11:34 -0000 http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/ColumnRangePredicate.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/ColumnRangePredicate.html b/releases/0.9.1/apidocs/org/kududb/client/ColumnRangePredicate.html new file mode 100644 index 0000000..ab4b634 --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/ColumnRangePredicate.html @@ -0,0 +1,796 @@ + + + + + + +ColumnRangePredicate (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class ColumnRangePredicate

+
+
+ +
+
    +
  • +
    +
    Deprecated.  +
    use the KuduPredicate class instead.
    +
    +
    +
    @InterfaceAudience.Public
    + @Deprecated
    +public class ColumnRangePredicate
    +extends Object
    +
    A range predicate on one of the columns in the underlying data. + Both boundaries are inclusive.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ColumnRangePredicate

        +
        public ColumnRangePredicate(ColumnSchema column)
        +
        Deprecated. 
        +
        Create the predicate on the specified column
        +
        +
        Parameters:
        +
        column -
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toKuduPredicate

        +
        public KuduPredicate toKuduPredicate()
        +
        Deprecated. 
        +
        Convert this column range predicate into a KuduPredicate.
        +
        +
        Returns:
        +
        the column predicate.
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(boolean lowerBound)
        +
        Deprecated. 
        +
        Set a boolean for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(byte lowerBound)
        +
        Deprecated. 
        +
        Set a byte for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(short lowerBound)
        +
        Deprecated. 
        +
        Set a short for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(int lowerBound)
        +
        Deprecated. 
        +
        Set an int for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(long lowerBound)
        +
        Deprecated. 
        +
        Set a long for the lower bound + + If 'lowerBound' is a timestamp see PartialRow.addLong(String, long) for the + format.
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(String lowerBound)
        +
        Deprecated. 
        +
        Set a string for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(byte[] lowerBound)
        +
        Deprecated. 
        +
        Set a binary value for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(float lowerBound)
        +
        Deprecated. 
        +
        Set a float for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setLowerBound

        +
        public void setLowerBound(double lowerBound)
        +
        Deprecated. 
        +
        Set a double for the lower bound
        +
        +
        Parameters:
        +
        lowerBound - value for the lower bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(boolean upperBound)
        +
        Deprecated. 
        +
        Set a boolean for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(byte upperBound)
        +
        Deprecated. 
        +
        Set a byte for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(short upperBound)
        +
        Deprecated. 
        +
        Set a short for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(int upperBound)
        +
        Deprecated. 
        +
        Set an int for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(long upperBound)
        +
        Deprecated. 
        +
        Set a long for the upper bound + + If 'upperBound' is a timestamp see PartialRow.addLong(String, long) for the + format.
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(String upperBound)
        +
        Deprecated. 
        +
        Set a string for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(byte[] upperBound)
        +
        Deprecated. 
        +
        Set a binary value for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(float upperBound)
        +
        Deprecated. 
        +
        Set a float for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        setUpperBound

        +
        public void setUpperBound(double upperBound)
        +
        Deprecated. 
        +
        Set a double for the upper bound
        +
        +
        Parameters:
        +
        upperBound - value for the upper bound
        +
        +
      • +
      + + + +
        +
      • +

        getColumn

        +
        public ColumnSchema getColumn()
        +
        Deprecated. 
        +
        Get the column used by this predicate
        +
        +
        Returns:
        +
        the column
        +
        +
      • +
      + + + +
        +
      • +

        getLowerBound

        +
        public byte[] getLowerBound()
        +
        Deprecated. 
        +
        Get the lower bound in its raw representation
        +
        +
        Returns:
        +
        lower bound as a byte array
        +
        +
      • +
      + + + +
        +
      • +

        getUpperBound

        +
        public byte[] getUpperBound()
        +
        Deprecated. 
        +
        Get the upper bound in its raw representation
        +
        +
        Returns:
        +
        upper bound as a byte array
        +
        +
      • +
      + + + +
        +
      • +

        toByteArray

        +
        public static byte[] toByteArray(List<ColumnRangePredicate> predicates)
        +
        Deprecated. 
        +
        Converts a list of predicates into an opaque byte array. This is a convenience method for use + cases that require passing predicates as messages.
        +
        +
        Parameters:
        +
        predicates - a list of predicates
        +
        Returns:
        +
        an opaque byte array, or null if the list was empty
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/ConnectionResetException.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/ConnectionResetException.html b/releases/0.9.1/apidocs/org/kududb/client/ConnectionResetException.html new file mode 100644 index 0000000..8f3530f --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/ConnectionResetException.html @@ -0,0 +1,241 @@ + + + + + + +ConnectionResetException (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class ConnectionResetException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public final class ConnectionResetException
    +extends RecoverableException
    +
    Exception thrown when an RPC was in flight while we got disconnected.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/CreateTableOptions.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/CreateTableOptions.html b/releases/0.9.1/apidocs/org/kududb/client/CreateTableOptions.html new file mode 100644 index 0000000..abeaba7 --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/CreateTableOptions.html @@ -0,0 +1,406 @@ + + + + + + +CreateTableOptions (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class CreateTableOptions

+
+
+ +
+
    +
  • +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public class CreateTableOptions
    +extends Object
    +
    This is a builder class for all the options that can be provided while creating a table.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CreateTableOptions

        +
        public CreateTableOptions()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addSplitRow

        +
        public CreateTableOptions addSplitRow(PartialRow row)
        +
        Add a split point for the table. The table in the end will have splits + 1 tablets. + The row may be reused or modified safely after this call without changing the split point.
        +
        +
        Parameters:
        +
        row - a key row for the split point
        +
        Returns:
        +
        this instance
        +
        +
      • +
      + + + +
        +
      • +

        addHashPartitions

        +
        public CreateTableOptions addHashPartitions(List<String> columns,
        +                                            int buckets)
        +
        Add a set of hash partitions to the table. + + Each column must be a part of the table's primary key, and an individual + column may only appear in a single hash component. + + For each set of hash partitions added to the table, the total number of + table partitions is multiplied by the number of buckets. For example, if a + table is created with 3 split rows, and two hash partitions with 4 and 5 + buckets respectively, the total number of table partitions will be 80 + (4 range partitions * 4 hash buckets * 5 hash buckets).
        +
        +
        Parameters:
        +
        columns - the columns to hash
        +
        buckets - the number of buckets to hash into
        +
        Returns:
        +
        this instance
        +
        +
      • +
      + + + +
        +
      • +

        addHashPartitions

        +
        public CreateTableOptions addHashPartitions(List<String> columns,
        +                                            int buckets,
        +                                            int seed)
        +
        Add a set of hash partitions to the table. + + This constructor takes a seed value, which can be used to randomize the + mapping of rows to hash buckets. Setting the seed may provide some + amount of protection against denial of service attacks when the hashed + columns contain user provided values.
        +
        +
        Parameters:
        +
        columns - the columns to hash
        +
        buckets - the number of buckets to hash into
        +
        seed - a hash seed
        +
        Returns:
        +
        this instance
        +
        +
      • +
      + + + +
        +
      • +

        setRangePartitionColumns

        +
        public CreateTableOptions setRangePartitionColumns(List<String> columns)
        +
        Set the columns on which the table will be range-partitioned. + + Every column must be a part of the table's primary key. If not set or if + called with an empty vector, the table will be created without range + partitioning. + + Tables must be created with either range, hash, or range and hash + partitioning. To force the use of a single tablet (not recommended), + call this method with an empty list and set no split rows and no hash + partitions.
        +
        +
        Parameters:
        +
        columns - the range partitioned columns
        +
        Returns:
        +
        this instance
        +
        +
      • +
      + + + +
        +
      • +

        setNumReplicas

        +
        public CreateTableOptions setNumReplicas(int numReplicas)
        +
        Sets the number of replicas that each tablet will have. If not specified, it uses the + server-side default which is usually 3 unless changed by an administrator.
        +
        +
        Parameters:
        +
        numReplicas - the number of replicas to use
        +
        Returns:
        +
        this instance
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/incubator-kudu-site/blob/2d464066/releases/0.9.1/apidocs/org/kududb/client/Delete.html ---------------------------------------------------------------------- diff --git a/releases/0.9.1/apidocs/org/kududb/client/Delete.html b/releases/0.9.1/apidocs/org/kududb/client/Delete.html new file mode 100644 index 0000000..c2c299e --- /dev/null +++ b/releases/0.9.1/apidocs/org/kududb/client/Delete.html @@ -0,0 +1,246 @@ + + + + + + +Delete (Kudu 0.9.1 API) + + + + + + + + + + + +
+
org.kududb.client
+

Class Delete

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    org.kududb.client.KuduRpc.HasKey
    +
    +
    +
    +
    @InterfaceAudience.Public
    + @InterfaceStability.Evolving
    +public class Delete
    +extends Operation
    +
    Class of Operation for whole row removals. + Only columns which are part of the key can be set. + Instances of this class should not be reused.
    +
  • +
+
+
+ +
+
+ + + + + +

Copyright © 2016. All rights reserved.

+ +