From commits-return-5669-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Thu Mar 22 22:31:25 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 B1E8D180807 for ; Thu, 22 Mar 2018 22:31:19 +0100 (CET) Received: (qmail 1528 invoked by uid 500); 22 Mar 2018 21:31:18 -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 99586 invoked by uid 99); 22 Mar 2018 21:31:17 -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; Thu, 22 Mar 2018 21:31:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B1CACF6784; Thu, 22 Mar 2018 21:31:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: mpercy@apache.org To: commits@kudu.apache.org Date: Thu, 22 Mar 2018 21:31:56 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [43/51] [partial] kudu-site git commit: Publish commit(s) from site source repo: 33b9334 Fix 1.7.0 apidocs and cpp-client-api http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/annotated.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/annotated.html b/cpp-client-api/annotated.html index 54b5b51..de6585c 100644 --- a/cpp-client-api/annotated.html +++ b/cpp-client-api/annotated.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: Class List @@ -11,9 +12,6 @@ - @@ -31,42 +29,22 @@ - + - - + + + +
[detail level 123]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 Nkudu
 Nclient
 CKuduClientA handle for a connection to a cluster
 CKuduClientBuilderA "factory" for KuduClient objects
 CKuduColumnSchemaRepresentation of the column schema
 CKuduColumnSpecBuilder API for specifying or altering a column within a table schema
 CKuduColumnStorageAttributesRepresentation of column storage attributes
 CKuduDeleteA single row delete to be sent to the cluster
 CKuduErrorThis class represents an error which occurred in a write operation
 CKuduInsertA single row insert to be sent to the cluster
 CKuduLoggingCallbackThe interface for all logging callbacks
 CKuduLoggingFunctionCallbackThe logging callback that invokes a function by pointer with a single argument
 CKuduLoggingMemberCallbackThe logging callback that invokes a member function of an object
 CKuduPartitioner
 CKuduPartitionerBuilderBuilder for Partitioner instances
 CKuduPredicateA representation of comparison predicate for Kudu queries
 CKuduReplicaIn-memory representation of a remote tablet's replica
 CKuduScanBatchA batch of zero or more rows returned by a scan operation
 CKuduScannerThis class is a representation of a single scan
 CKuduScanTokenA scan descriptor limited to a single physical contiguous location
 CKuduScanTokenBuilderBuilds scan tokens for a table
 CKuduSchemaA representation of a table's schema
 CKuduSchemaBuilderBuilder API for constructing a KuduSchema object
 CKuduSessionRepresentation of a Kudu client session
 CKuduStatusCallbackThe interface for all status callbacks
 CKuduStatusFunctionCallbackThe status callback that invokes a function by pointer with a single argument
 CKuduStatusMemberCallbackThe status callback that invokes a member function of an object
 CKuduTableA representation of a table on a particular cluster
 CKuduTableAltererAlters an existing table based on the provided steps
 CKuduTableCreatorA helper class to create a new table with the desired options
 CKuduTabletIn-memory representation of a remote tablet
 CKuduTabletServerIn-memory representation of a remote tablet server
 CKuduUpdateA single row update to be sent to the cluster
 CKuduUpsertA single row upsert to be sent to the cluster
 CKuduValueA constant cell value with a specific type
 CKuduWriteOperationA single-row write operation to be sent to a Kudu table
 CResourceMetricsA generic catalog of simple metrics
 Ninternal_logging
 CCerrLogA helper for stderr log sink
 CNullLogA helper for the nil log sink
 CMonoDeltaA representation of a time interval
 CMonoTimeRepresentation of a particular point in time
 CSliceA wrapper around externally allocated data
 CComparatorComparator struct, useful for ordered collections (like STL maps)
 CSliceMapSTL map whose keys are Slices
 CStatusA representation of an operation's outcome
 CKuduPartialRowA row which may only contain values for a subset of the columns
 CKuduClientA handle for a connection to a cluster
 CKuduClientBuilderA "factory" for KuduClient objects
 CKuduColumnSchemaRepresentation of the column schema
 CKuduColumnSpecBuilder API for specifying or altering a column within a table schema
 CKuduColumnStorageAttributesRepresentation of column storage attributes
 CKuduColumnTypeAttributesRepresentation of column type attributes
 CKuduDeleteA single row delete to be sent to the cluster
 CKuduErrorThis class represents an error which occurred in a write operation
 CKuduInsertA single row insert to be sent to the cluster
 CKuduLoggingCallbackThe interface for all logging callbacks
 CKuduLoggingFunctionCallbackThe logging callback that invokes a function by pointer with a single argument
 CKuduLoggingMemberCallbackThe logging callback that invokes a member function of an object
 CKuduPartitioner
 CKuduPartitionerBuilderBuilder for Partitioner instances
 CKuduPredicateA representation of comparison predicate for Kudu queries
 CKuduReplicaIn-memory representation of a remote tablet's replica
 CKuduScanBatchA batch of zero or more rows returned by a scan operation
 CKuduScannerThis class is a representation of a single scan
 CKuduScanTokenA scan descriptor limited to a single physical contiguous location
 CKuduScanTokenBuilderBuilds scan tokens for a table
 CKuduSchemaA representation of a table's schema
 CKuduSchemaBuilderBuilder API for constructing a KuduSchema object
 CKuduSessionRepresentation of a Kudu client session
 CKuduStatusCallbackThe interface for all status callbacks
 CKuduStatusFunctionCallbackThe status callback that invokes a function by pointer with a single argument
 CKuduStatusMemberCallbackThe status callback that invokes a member function of an object
 CKuduTableA representation of a table on a particular cluster
 CKuduTableAltererAlters an existing table based on the provided steps
 CKuduTableCreatorA helper class to create a new table with the desired options
 CKuduTabletIn-memory representation of a remote tablet
 CKuduTabletServerIn-memory representation of a remote tablet server
 CKuduUpdateA single row update to be sent to the cluster
 CKuduUpsertA single row upsert to be sent to the cluster
 CKuduValueA constant cell value with a specific type
 CKuduWriteOperationA single-row write operation to be sent to a Kudu table
 CResourceMetricsA generic catalog of simple metrics
 Ninternal_logging
 CCerrLogA helper for stderr log sink
 CNullLogA helper for the nil log sink
 CMonoDeltaA representation of a time interval
 CMonoTimeRepresentation of a particular point in time
 CSliceA wrapper around externally allocated data
 CComparatorComparator struct, useful for ordered collections (like STL maps)
 CSliceMapSTL map whose keys are Slices
 CStatusA representation of an operation's outcome
 CKuduPartialRowA row which may only contain values for a subset of the columns
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/arrowdown.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/arrowdown.png b/cpp-client-api/arrowdown.png deleted file mode 100644 index 0b63f6d..0000000 Binary files a/cpp-client-api/arrowdown.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/arrowright.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/arrowright.png b/cpp-client-api/arrowright.png deleted file mode 100644 index c6ee22f..0000000 Binary files a/cpp-client-api/arrowright.png and /dev/null differ