From commits-return-6129-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Tue Jun 19 18:27:37 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 1FA041807CD for ; Tue, 19 Jun 2018 18:27:30 +0200 (CEST) Received: (qmail 35511 invoked by uid 500); 19 Jun 2018 16:27:30 -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 34220 invoked by uid 99); 19 Jun 2018 16:27:27 -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; Tue, 19 Jun 2018 16:27:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE58BE10C0; Tue, 19 Jun 2018 16:27:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: granthenke@apache.org To: commits@kudu.apache.org Date: Tue, 19 Jun 2018 16:27:49 -0000 Message-Id: <6fb27b981b9446a7a6ecbb0e2af9d056@git.apache.org> In-Reply-To: <3f235011b6c24e94b6d191f082426632@git.apache.org> References: <3f235011b6c24e94b6d191f082426632@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 201539453 Add 1.7.1 release docs and links 8e3bce7ff Update website with doc improvements from master http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html new file mode 100644 index 0000000..d5c0bb7 --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html @@ -0,0 +1,110 @@ + + + + + + +Kudu C++ client API: Member List + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+
+
kudu::client::KuduTablet Member List
+
+
+ +

This is the complete list of members for kudu::client::KuduTablet, including all inherited members.

+ + + + + + +
id() const kudu::client::KuduTablet
KuduClient (defined in kudu::client::KuduTablet)kudu::client::KuduTabletfriend
KuduScanTokenBuilder (defined in kudu::client::KuduTablet)kudu::client::KuduTabletfriend
replicas() const kudu::client::KuduTablet
~KuduTablet() (defined in kudu::client::KuduTablet)kudu::client::KuduTablet
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html b/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html new file mode 100644 index 0000000..ae7938d --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html @@ -0,0 +1,168 @@ + + + + + + +Kudu C++ client API: kudu::client::KuduTablet Class Reference + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
kudu::client::KuduTablet Class Reference
+
+
+ +

In-memory representation of a remote tablet. + More...

+ +

#include <client.h>

+ + + + + + +

+Public Member Functions

const std::string & id () const
 
const std::vector< const
+KuduReplica * > & 
replicas () const
 
+ + + + + +

+Friends

+class KuduClient
 
+class KuduScanTokenBuilder
 
+

Detailed Description

+

In-memory representation of a remote tablet.

+

Member Function Documentation

+ +
+
+ + + + + + + +
const std::string& kudu::client::KuduTablet::id () const
+
+
Returns
The ID which is globally unique and guaranteed not to change for the lifetime of the tablet.
+ +
+
+ +
+
+ + + + + + + +
const std::vector<const KuduReplica*>& kudu::client::KuduTablet::replicas () const
+
+
Returns
The replicas of this tablet. The KuduTablet retains ownership over the replicas.
+
Note
This information may be stale; replicas may be added or removed from Raft configurations at any time.
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html new file mode 100644 index 0000000..bd679ca --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html @@ -0,0 +1,112 @@ + + + + + + +Kudu C++ client API: Member List + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+
+
kudu::client::KuduTabletServer Member List
+
+
+ +

This is the complete list of members for kudu::client::KuduTabletServer, including all inherited members.

+ + + + + + + + +
hostname() const kudu::client::KuduTabletServer
KuduClient (defined in kudu::client::KuduTabletServer)kudu::client::KuduTabletServerfriend
KuduScanner (defined in kudu::client::KuduTabletServer)kudu::client::KuduTabletServerfriend
KuduScanTokenBuilder (defined in kudu::client::KuduTabletServer)kudu::client::KuduTabletServerfriend
port() const kudu::client::KuduTabletServer
uuid() const kudu::client::KuduTabletServer
~KuduTabletServer() (defined in kudu::client::KuduTabletServer)kudu::client::KuduTabletServer
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html new file mode 100644 index 0000000..b4939f0 --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html @@ -0,0 +1,187 @@ + + + + + + +Kudu C++ client API: kudu::client::KuduTabletServer Class Reference + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
kudu::client::KuduTabletServer Class Reference
+
+
+ +

In-memory representation of a remote tablet server. + More...

+ +

#include <client.h>

+ + + + + + + + +

+Public Member Functions

const std::string & uuid () const
 
const std::string & hostname () const
 
uint16_t port () const
 
+ + + + + + + +

+Friends

+class KuduClient
 
+class KuduScanner
 
+class KuduScanTokenBuilder
 
+

Detailed Description

+

In-memory representation of a remote tablet server.

+

Member Function Documentation

+ +
+
+ + + + + + + +
const std::string& kudu::client::KuduTabletServer::hostname () const
+
+
Returns
Hostname of the first RPC address that this tablet server is listening on.
+ +
+
+ +
+
+ + + + + + + +
uint16_t kudu::client::KuduTabletServer::port () const
+
+
Returns
Port number of the first RPC address that this tablet server is listening on.
+ +
+
+ +
+
+ + + + + + + +
const std::string& kudu::client::KuduTabletServer::uuid () const
+
+
Returns
The UUID which is globally unique and guaranteed not to change for the lifetime of the tablet server.
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html new file mode 100644 index 0000000..2666ad0 --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html @@ -0,0 +1,116 @@ + + + + + + +Kudu C++ client API: Member List + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+
+
kudu::client::KuduUpdate Member List
+
+
+ +

This is the complete list of members for kudu::client::KuduUpdate, including all inherited members.

+ + + + + + + + + + + + +
DELETE enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
INSERT enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
KuduTable (defined in kudu::client::KuduUpdate)kudu::client::KuduUpdatefriend
mutable_row()kudu::client::KuduWriteOperationinline
row() const kudu::client::KuduWriteOperationinline
ToString() const OVERRIDEkudu::client::KuduUpdateinlinevirtual
Type enum namekudu::client::KuduWriteOperation
UPDATE enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
UPSERT enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
~KuduUpdate() (defined in kudu::client::KuduUpdate)kudu::client::KuduUpdatevirtual
~KuduWriteOperation() (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperationvirtual
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html new file mode 100644 index 0000000..4a6f0d8 --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html @@ -0,0 +1,183 @@ + + + + + + +Kudu C++ client API: kudu::client::KuduUpdate Class Reference + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
kudu::client::KuduUpdate Class Reference
+
+
+ +

A single row update to be sent to the cluster. + More...

+ +

#include <write_op.h>

+
+Inheritance diagram for kudu::client::KuduUpdate:
+
+
+ + +kudu::client::KuduWriteOperation + +
+ + + + + + + + + +

+Public Member Functions

virtual std::string ToString () const OVERRIDE
 
- Public Member Functions inherited from kudu::client::KuduWriteOperation
const KuduPartialRowrow () const
 
KuduPartialRowmutable_row ()
 
+ + + +

+Friends

+class KuduTable
 
+ + + + + +

+Additional Inherited Members

- Public Types inherited from kudu::client::KuduWriteOperation
enum  Type { INSERT = 1, +UPDATE = 2, +DELETE = 3, +UPSERT = 4 + }
 Write operation types.
 
+

Detailed Description

+

A single row update to be sent to the cluster.

+
Precondition
An update requires the key columns and at least one other column in the schema to be set in the embedded KuduPartialRow object.
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual std::string kudu::client::KuduUpdate::ToString () const
+
+inlinevirtual
+
+ +

+
Returns
String representation of the operation.
+ +

Implements kudu::client::KuduWriteOperation.

+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.png b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.png new file mode 100644 index 0000000..03a93e0 Binary files /dev/null and b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.png differ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html new file mode 100644 index 0000000..f80d768 --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html @@ -0,0 +1,116 @@ + + + + + + +Kudu C++ client API: Member List + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+
+
kudu::client::KuduUpsert Member List
+
+
+ +

This is the complete list of members for kudu::client::KuduUpsert, including all inherited members.

+ + + + + + + + + + + + +
DELETE enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
INSERT enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
KuduTable (defined in kudu::client::KuduUpsert)kudu::client::KuduUpsertfriend
mutable_row()kudu::client::KuduWriteOperationinline
row() const kudu::client::KuduWriteOperationinline
ToString() const OVERRIDEkudu::client::KuduUpsertinlinevirtual
Type enum namekudu::client::KuduWriteOperation
UPDATE enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
UPSERT enum value (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperation
~KuduUpsert() (defined in kudu::client::KuduUpsert)kudu::client::KuduUpsertvirtual
~KuduWriteOperation() (defined in kudu::client::KuduWriteOperation)kudu::client::KuduWriteOperationvirtual
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html new file mode 100644 index 0000000..38c7768 --- /dev/null +++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html @@ -0,0 +1,183 @@ + + + + + + +Kudu C++ client API: kudu::client::KuduUpsert Class Reference + + + + + + + + + +
+
+ + + + + + +
+
Kudu C++ client API +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
kudu::client::KuduUpsert Class Reference
+
+
+ +

A single row upsert to be sent to the cluster. + More...

+ +

#include <write_op.h>

+
+Inheritance diagram for kudu::client::KuduUpsert:
+
+
+ + +kudu::client::KuduWriteOperation + +
+ + + + + + + + + +

+Public Member Functions

virtual std::string ToString () const OVERRIDE
 
- Public Member Functions inherited from kudu::client::KuduWriteOperation
const KuduPartialRowrow () const
 
KuduPartialRowmutable_row ()
 
+ + + +

+Friends

+class KuduTable
 
+ + + + + +

+Additional Inherited Members

- Public Types inherited from kudu::client::KuduWriteOperation
enum  Type { INSERT = 1, +UPDATE = 2, +DELETE = 3, +UPSERT = 4 + }
 Write operation types.
 
+

Detailed Description

+

A single row upsert to be sent to the cluster.

+

See KuduInsert for more details.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual std::string kudu::client::KuduUpsert::ToString () const
+
+inlinevirtual
+
+ +

+
Returns
String representation of the operation.
+ +

Implements kudu::client::KuduWriteOperation.

+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + + http://git-wip-us.apache.org/repos/asf/kudu-site/blob/df5b3057/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.png b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.png new file mode 100644 index 0000000..6c4891c Binary files /dev/null and b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.png differ