http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/hierarchy.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/hierarchy.html b/cpp-client-api/hierarchy.html index cab10db..6b66fc5 100644 --- a/cpp-client-api/hierarchy.html +++ b/cpp-client-api/hierarchy.html @@ -104,46 +104,48 @@ This inheritance list is sorted roughly, but not completely, alphabetically:</di <tr id="row_8_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduLoggingFunctionCallback.html" target="_self">kudu::client::KuduLoggingFunctionCallback< T ></a></td><td class="desc">The logging callback that invokes a function by pointer with a single argument </td></tr> <tr id="row_8_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduLoggingMemberCallback.html" target="_self">kudu::client::KuduLoggingMemberCallback< T ></a></td><td class="desc">The logging callback that invokes a member function of an object </td></tr> <tr id="row_9_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classKuduPartialRow.html" target="_self">KuduPartialRow</a></td><td class="desc">A row which may only contain values for a subset of the columns </td></tr> -<tr id="row_10_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduPredicate.html" target="_self">kudu::client::KuduPredicate</a></td><td class="desc">A representation of comparison predicate for Kudu queries </td></tr> -<tr id="row_11_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduReplica.html" target="_self">kudu::client::KuduReplica</a></td><td class="desc">In-memory representation of a remote tablet's replica </td></tr> -<tr id="row_12_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanner.html" target="_self">kudu::client::KuduScanner</a></td><td class="desc">This class is a representation of a single scan </td></tr> -<tr id="row_13_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanToken.html" target="_self">kudu::client::KuduScanToken</a></td><td class="desc">A scan descriptor limited to a single physical contiguous location </td></tr> -<tr id="row_14_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanTokenBuilder.html" target="_self">kudu::client::KuduScanTokenBuilder</a></td><td class="desc">Builds scan tokens for a table </td></tr> -<tr id="row_15_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduSchema.html" target="_self">kudu::client::KuduSchema</a></td><td class="desc">A representation of a table's schema </td></tr> -<tr id="row_16_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduSchemaBuilder.html" target="_self">kudu::client::KuduSchemaBuilder</a></td><td class="desc">Builder API for constructing a <a class="el" href="classkudu_1_1client_1_1KuduSchema.html" title="A representation of a table's schema. ">KuduSchema</a> object </td></tr> -<tr id="row_17_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_17_" class="arrow" onclick="toggleFolder('17_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduStatusCallback.html" target="_self">kudu::client::KuduStatusCallback</a></td><td class="desc">The interface for all status callbacks </td></tr> -<tr id="row_17_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduStatusFunctionCallback.html" target="_self">kudu::client::KuduStatusFunctionCallback< T ></a></td><td class="desc">The status callback that invokes a function by pointer with a single argument </td></tr> -<tr id="row_17_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduStatusMemberCallback.html" target="_self">kudu::client::KuduStatusMemberCallback< T ></a></td><td class="desc">The status callback that invokes a member function of an object </td></tr> -<tr id="row_18_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTableAlterer.html" target="_self">kudu::client::KuduTableAlterer</a></td><td class="desc">Alters an existing table based on the provided steps </td></tr> -<tr id="row_19_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTableCreator.html" target="_self">kudu::client::KuduTableCreator</a></td><td class="desc">A helper class to create a new table with the desired options </td></tr> -<tr id="row_20_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTablet.html" target="_self">kudu::client::KuduTablet</a></td><td class="desc">In-memory representation of a remote tablet </td></tr> -<tr id="row_21_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTabletServer.html" target="_self">kudu::client::KuduTabletServer</a></td><td class="desc">In-memory representation of a remote tablet server </td></tr> -<tr id="row_22_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduValue.html" target="_self">kudu::client::KuduValue</a></td><td class="desc">A constant cell value with a specific type </td></tr> -<tr id="row_23_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_23_" class="arrow" onclick="toggleFolder('23_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduWriteOperation.html" target="_self">kudu::client::KuduWriteOperation</a></td><td class="desc">A single-row write operation to be sent to a Kudu table </td></tr> -<tr id="row_23_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduDelete.html" target="_self">kudu::client::KuduDelete</a></td><td class="desc">A single row delete to be sent to the cluster </td></tr> -<tr id="row_23_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduInsert.html" target="_self">kudu::client::KuduInsert</a></td><td class="desc">A single row insert to be sent to the cluster </td></tr> -<tr id="row_23_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduUpdate.html" target="_self">kudu::client::KuduUpdate</a></td><td class="desc">A single row update to be sent to the cluster </td></tr> -<tr id="row_23_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduUpsert.html" target="_self">kudu::client::KuduUpsert</a></td><td class="desc">A single row upsert to be sent to the cluster </td></tr> -<tr id="row_24_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1MonoDelta.html" target="_self">kudu::MonoDelta</a></td><td class="desc">A representation of a time interval </td></tr> -<tr id="row_25_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1MonoTime.html" target="_self">kudu::MonoTime</a></td><td class="desc">Representation of a particular point in time </td></tr> -<tr id="row_26_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1internal__logging_1_1NullLog.html" target="_self">kudu::internal_logging::NullLog</a></td><td class="desc">A helper for the nil log sink </td></tr> -<tr id="row_27_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1ResourceMetrics.html" target="_self">kudu::client::ResourceMetrics</a></td><td class="desc">A generic catalog of simple metrics </td></tr> -<tr id="row_28_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_28_" class="arrow" onclick="toggleFolder('28_')">▼</span><span class="icona"><span class="icon">C</span></span><b>RowPtr</b></td><td class="desc"></td></tr> -<tr id="row_28_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanBatch.html" target="_self">kudu::client::KuduScanBatch</a></td><td class="desc">A batch of zero or more rows returned by a scan operation </td></tr> -<tr id="row_29_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1Slice.html" target="_self">kudu::Slice</a></td><td class="desc">A wrapper around externally allocated data </td></tr> -<tr id="row_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkudu_1_1SliceMap.html" target="_self">kudu::SliceMap< T ></a></td><td class="desc">STL map whose keys are Slices </td></tr> -<tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1Status.html" target="_self">kudu::Status</a></td><td class="desc">A representation of an operation's outcome </td></tr> -<tr id="row_32_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_32_" class="arrow" onclick="toggleFolder('32_')">▼</span><span class="icona"><span class="icon">C</span></span><b>enable_shared_from_this</b></td><td class="desc"></td></tr> -<tr id="row_32_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduClient.html" target="_self">kudu::client::KuduClient</a></td><td class="desc">A handle for a connection to a cluster </td></tr> -<tr id="row_32_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduSession.html" target="_self">kudu::client::KuduSession</a></td><td class="desc">Representation of a Kudu client session </td></tr> -<tr id="row_32_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTable.html" target="_self">kudu::client::KuduTable</a></td><td class="desc">A representation of a table on a particular cluster </td></tr> +<tr id="row_10_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduPartitioner.html" target="_self">kudu::client::KuduPartitioner</a></td><td class="desc"></td></tr> +<tr id="row_11_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduPartitionerBuilder.html" target="_self">kudu::client::KuduPartitionerBuilder</a></td><td class="desc">Builder for Partitioner instances </td></tr> +<tr id="row_12_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduPredicate.html" target="_self">kudu::client::KuduPredicate</a></td><td class="desc">A representation of comparison predicate for Kudu queries </td></tr> +<tr id="row_13_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduReplica.html" target="_self">kudu::client::KuduReplica</a></td><td class="desc">In-memory representation of a remote tablet's replica </td></tr> +<tr id="row_14_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanner.html" target="_self">kudu::client::KuduScanner</a></td><td class="desc">This class is a representation of a single scan </td></tr> +<tr id="row_15_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanToken.html" target="_self">kudu::client::KuduScanToken</a></td><td class="desc">A scan descriptor limited to a single physical contiguous location </td></tr> +<tr id="row_16_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanTokenBuilder.html" target="_self">kudu::client::KuduScanTokenBuilder</a></td><td class="desc">Builds scan tokens for a table </td></tr> +<tr id="row_17_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduSchema.html" target="_self">kudu::client::KuduSchema</a></td><td class="desc">A representation of a table's schema </td></tr> +<tr id="row_18_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduSchemaBuilder.html" target="_self">kudu::client::KuduSchemaBuilder</a></td><td class="desc">Builder API for constructing a <a class="el" href="classkudu_1_1client_1_1KuduSchema.html" title="A representation of a table's schema. ">KuduSchema</a> object </td></tr> +<tr id="row_19_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_19_" class="arrow" onclick="toggleFolder('19_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduStatusCallback.html" target="_self">kudu::client::KuduStatusCallback</a></td><td class="desc">The interface for all status callbacks </td></tr> +<tr id="row_19_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduStatusFunctionCallback.html" target="_self">kudu::client::KuduStatusFunctionCallback< T ></a></td><td class="desc">The status callback that invokes a function by pointer with a single argument </td></tr> +<tr id="row_19_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduStatusMemberCallback.html" target="_self">kudu::client::KuduStatusMemberCallback< T ></a></td><td class="desc">The status callback that invokes a member function of an object </td></tr> +<tr id="row_20_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTableAlterer.html" target="_self">kudu::client::KuduTableAlterer</a></td><td class="desc">Alters an existing table based on the provided steps </td></tr> +<tr id="row_21_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTableCreator.html" target="_self">kudu::client::KuduTableCreator</a></td><td class="desc">A helper class to create a new table with the desired options </td></tr> +<tr id="row_22_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTablet.html" target="_self">kudu::client::KuduTablet</a></td><td class="desc">In-memory representation of a remote tablet </td></tr> +<tr id="row_23_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTabletServer.html" target="_self">kudu::client::KuduTabletServer</a></td><td class="desc">In-memory representation of a remote tablet server </td></tr> +<tr id="row_24_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduValue.html" target="_self">kudu::client::KuduValue</a></td><td class="desc">A constant cell value with a specific type </td></tr> +<tr id="row_25_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_25_" class="arrow" onclick="toggleFolder('25_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduWriteOperation.html" target="_self">kudu::client::KuduWriteOperation</a></td><td class="desc">A single-row write operation to be sent to a Kudu table </td></tr> +<tr id="row_25_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduDelete.html" target="_self">kudu::client::KuduDelete</a></td><td class="desc">A single row delete to be sent to the cluster </td></tr> +<tr id="row_25_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduInsert.html" target="_self">kudu::client::KuduInsert</a></td><td class="desc">A single row insert to be sent to the cluster </td></tr> +<tr id="row_25_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduUpdate.html" target="_self">kudu::client::KuduUpdate</a></td><td class="desc">A single row update to be sent to the cluster </td></tr> +<tr id="row_25_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduUpsert.html" target="_self">kudu::client::KuduUpsert</a></td><td class="desc">A single row upsert to be sent to the cluster </td></tr> +<tr id="row_26_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1MonoDelta.html" target="_self">kudu::MonoDelta</a></td><td class="desc">A representation of a time interval </td></tr> +<tr id="row_27_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1MonoTime.html" target="_self">kudu::MonoTime</a></td><td class="desc">Representation of a particular point in time </td></tr> +<tr id="row_28_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1internal__logging_1_1NullLog.html" target="_self">kudu::internal_logging::NullLog</a></td><td class="desc">A helper for the nil log sink </td></tr> +<tr id="row_29_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1ResourceMetrics.html" target="_self">kudu::client::ResourceMetrics</a></td><td class="desc">A generic catalog of simple metrics </td></tr> +<tr id="row_30_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_30_" class="arrow" onclick="toggleFolder('30_')">▼</span><span class="icona"><span class="icon">C</span></span><b>RowPtr</b></td><td class="desc"></td></tr> +<tr id="row_30_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduScanBatch.html" target="_self">kudu::client::KuduScanBatch</a></td><td class="desc">A batch of zero or more rows returned by a scan operation </td></tr> +<tr id="row_31_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1Slice.html" target="_self">kudu::Slice</a></td><td class="desc">A wrapper around externally allocated data </td></tr> +<tr id="row_32_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structkudu_1_1SliceMap.html" target="_self">kudu::SliceMap< T ></a></td><td class="desc">STL map whose keys are Slices </td></tr> +<tr id="row_33_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1Status.html" target="_self">kudu::Status</a></td><td class="desc">A representation of an operation's outcome </td></tr> +<tr id="row_34_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_34_" class="arrow" onclick="toggleFolder('34_')">▼</span><span class="icona"><span class="icon">C</span></span><b>enable_shared_from_this</b></td><td class="desc"></td></tr> +<tr id="row_34_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduClient.html" target="_self">kudu::client::KuduClient</a></td><td class="desc">A handle for a connection to a cluster </td></tr> +<tr id="row_34_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduSession.html" target="_self">kudu::client::KuduSession</a></td><td class="desc">Representation of a Kudu client session </td></tr> +<tr id="row_34_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classkudu_1_1client_1_1KuduTable.html" target="_self">kudu::client::KuduTable</a></td><td class="desc">A representation of a table on a particular cluster </td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:03 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address>
http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/index.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/index.html b/cpp-client-api/index.html index 91a43a5..d9e3614 100644 --- a/cpp-client-api/index.html +++ b/cpp-client-api/index.html @@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:03 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_10.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_10.map b/cpp-client-api/inherit_graph_10.map index b795e08..35ecf07 100644 --- a/cpp-client-api/inherit_graph_10.map +++ b/cpp-client-api/inherit_graph_10.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduScanner.html" title="This class is a representation of a single scan. " alt="" coords="5,5,180,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduReplica.html" title="In-memory representation of a remote tablet's replica. " alt="" coords="5,5,176,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_10.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_10.md5 b/cpp-client-api/inherit_graph_10.md5 index 74ec260..4fc3899 100644 --- a/cpp-client-api/inherit_graph_10.md5 +++ b/cpp-client-api/inherit_graph_10.md5 @@ -1 +1 @@ -33698973dc070defee5811a525f22d2e \ No newline at end of file +472011b462e65b3c2f82c8e8ebae186a \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_10.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_10.png b/cpp-client-api/inherit_graph_10.png index efa0029..624c60a 100644 Binary files a/cpp-client-api/inherit_graph_10.png and b/cpp-client-api/inherit_graph_10.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_11.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_11.map b/cpp-client-api/inherit_graph_11.map index b32a4f1..5134094 100644 --- a/cpp-client-api/inherit_graph_11.map +++ b/cpp-client-api/inherit_graph_11.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduScanToken.html" title="A scan descriptor limited to a single physical contiguous location. " alt="" coords="5,5,199,32"/> +<area shape="rect" id="node2" href="$classkudu_1_1client_1_1KuduScanBatch.html" title="A batch of zero or more rows returned by a scan operation. " alt="" coords="120,31,311,57"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_11.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_11.md5 b/cpp-client-api/inherit_graph_11.md5 index 734d40d..28073da 100644 --- a/cpp-client-api/inherit_graph_11.md5 +++ b/cpp-client-api/inherit_graph_11.md5 @@ -1 +1 @@ -0cb65fd06643b34d485c6b19ff347b0c \ No newline at end of file +7886916407d9d6ccea8f7d3bddd4df53 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_11.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_11.png b/cpp-client-api/inherit_graph_11.png index f35f609..e690f88 100644 Binary files a/cpp-client-api/inherit_graph_11.png and b/cpp-client-api/inherit_graph_11.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_12.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_12.map b/cpp-client-api/inherit_graph_12.map index 01e97e0..b795e08 100644 --- a/cpp-client-api/inherit_graph_12.map +++ b/cpp-client-api/inherit_graph_12.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduScanTokenBuilder.html" title="Builds scan tokens for a table. " alt="" coords="5,5,199,47"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduScanner.html" title="This class is a representation of a single scan. " alt="" coords="5,5,180,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_12.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_12.md5 b/cpp-client-api/inherit_graph_12.md5 index 5b7af43..74ec260 100644 --- a/cpp-client-api/inherit_graph_12.md5 +++ b/cpp-client-api/inherit_graph_12.md5 @@ -1 +1 @@ -508e569d8dbdba96080d8944105cc147 \ No newline at end of file +33698973dc070defee5811a525f22d2e \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_12.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_12.png b/cpp-client-api/inherit_graph_12.png index c09ade4..efa0029 100644 Binary files a/cpp-client-api/inherit_graph_12.png and b/cpp-client-api/inherit_graph_12.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_13.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_13.map b/cpp-client-api/inherit_graph_13.map index 9910f48..b32a4f1 100644 --- a/cpp-client-api/inherit_graph_13.map +++ b/cpp-client-api/inherit_graph_13.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduSchema.html" title="A representation of a table's schema. " alt="" coords="5,5,180,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduScanToken.html" title="A scan descriptor limited to a single physical contiguous location. " alt="" coords="5,5,199,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_13.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_13.md5 b/cpp-client-api/inherit_graph_13.md5 index a951fa7..734d40d 100644 --- a/cpp-client-api/inherit_graph_13.md5 +++ b/cpp-client-api/inherit_graph_13.md5 @@ -1 +1 @@ -1f8f5203cbf1700a9ca8221b358c5f12 \ No newline at end of file +0cb65fd06643b34d485c6b19ff347b0c \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_13.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_13.png b/cpp-client-api/inherit_graph_13.png index a6d90a8..f35f609 100644 Binary files a/cpp-client-api/inherit_graph_13.png and b/cpp-client-api/inherit_graph_13.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_14.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_14.map b/cpp-client-api/inherit_graph_14.map index efe699f..01e97e0 100644 --- a/cpp-client-api/inherit_graph_14.map +++ b/cpp-client-api/inherit_graph_14.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduSchemaBuilder.html" title="Builder API for constructing a KuduSchema object. " alt="" coords="5,5,180,47"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduScanTokenBuilder.html" title="Builds scan tokens for a table. " alt="" coords="5,5,199,47"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_14.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_14.md5 b/cpp-client-api/inherit_graph_14.md5 index 1e7a5b2..5b7af43 100644 --- a/cpp-client-api/inherit_graph_14.md5 +++ b/cpp-client-api/inherit_graph_14.md5 @@ -1 +1 @@ -daa9573895a3ab8767301dc5d201da83 \ No newline at end of file +508e569d8dbdba96080d8944105cc147 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_14.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_14.png b/cpp-client-api/inherit_graph_14.png index f70c1b5..c09ade4 100644 Binary files a/cpp-client-api/inherit_graph_14.png and b/cpp-client-api/inherit_graph_14.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_15.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_15.map b/cpp-client-api/inherit_graph_15.map index 9dc5f53..9910f48 100644 --- a/cpp-client-api/inherit_graph_15.map +++ b/cpp-client-api/inherit_graph_15.map @@ -1,5 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduStatusCallback.html" title="The interface for all status callbacks. " alt="" coords="5,39,171,80"/> -<area shape="rect" id="node2" href="$classkudu_1_1client_1_1KuduStatusFunctionCallback.html" title="The status callback that invokes a function by pointer with a single argument. " alt="" coords="219,5,384,47"/> -<area shape="rect" id="node3" href="$classkudu_1_1client_1_1KuduStatusMemberCallback.html" title="The status callback that invokes a member function of an object. " alt="" coords="219,71,384,112"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduSchema.html" title="A representation of a table's schema. " alt="" coords="5,5,180,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_15.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_15.md5 b/cpp-client-api/inherit_graph_15.md5 index ffaae4c..a951fa7 100644 --- a/cpp-client-api/inherit_graph_15.md5 +++ b/cpp-client-api/inherit_graph_15.md5 @@ -1 +1 @@ -59009dd71b1fa7ef9eaf936ae8907f9b \ No newline at end of file +1f8f5203cbf1700a9ca8221b358c5f12 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_15.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_15.png b/cpp-client-api/inherit_graph_15.png index a35b54e..a6d90a8 100644 Binary files a/cpp-client-api/inherit_graph_15.png and b/cpp-client-api/inherit_graph_15.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_16.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_16.map b/cpp-client-api/inherit_graph_16.map index 2d76ec8..efe699f 100644 --- a/cpp-client-api/inherit_graph_16.map +++ b/cpp-client-api/inherit_graph_16.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTableAlterer.html" title="Alters an existing table based on the provided steps. " alt="" coords="5,5,203,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduSchemaBuilder.html" title="Builder API for constructing a KuduSchema object. " alt="" coords="5,5,180,47"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_16.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_16.md5 b/cpp-client-api/inherit_graph_16.md5 index 11734de..1e7a5b2 100644 --- a/cpp-client-api/inherit_graph_16.md5 +++ b/cpp-client-api/inherit_graph_16.md5 @@ -1 +1 @@ -01984aa1995d55ac00ceaef979f4274d \ No newline at end of file +daa9573895a3ab8767301dc5d201da83 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_16.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_16.png b/cpp-client-api/inherit_graph_16.png index c14e19d..f70c1b5 100644 Binary files a/cpp-client-api/inherit_graph_16.png and b/cpp-client-api/inherit_graph_16.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_17.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_17.map b/cpp-client-api/inherit_graph_17.map index 05d6911..9dc5f53 100644 --- a/cpp-client-api/inherit_graph_17.map +++ b/cpp-client-api/inherit_graph_17.map @@ -1,3 +1,5 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTableCreator.html" title="A helper class to create a new table with the desired options. " alt="" coords="5,5,208,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduStatusCallback.html" title="The interface for all status callbacks. " alt="" coords="5,39,171,80"/> +<area shape="rect" id="node2" href="$classkudu_1_1client_1_1KuduStatusFunctionCallback.html" title="The status callback that invokes a function by pointer with a single argument. " alt="" coords="219,5,384,47"/> +<area shape="rect" id="node3" href="$classkudu_1_1client_1_1KuduStatusMemberCallback.html" title="The status callback that invokes a member function of an object. " alt="" coords="219,71,384,112"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_17.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_17.md5 b/cpp-client-api/inherit_graph_17.md5 index dddb3eb..ffaae4c 100644 --- a/cpp-client-api/inherit_graph_17.md5 +++ b/cpp-client-api/inherit_graph_17.md5 @@ -1 +1 @@ -a010d5307874e8d8b5546dff690f2fed \ No newline at end of file +59009dd71b1fa7ef9eaf936ae8907f9b \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_17.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_17.png b/cpp-client-api/inherit_graph_17.png index 3459a66..a35b54e 100644 Binary files a/cpp-client-api/inherit_graph_17.png and b/cpp-client-api/inherit_graph_17.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_18.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_18.map b/cpp-client-api/inherit_graph_18.map index 09b63e0..2d76ec8 100644 --- a/cpp-client-api/inherit_graph_18.map +++ b/cpp-client-api/inherit_graph_18.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTablet.html" title="In-memory representation of a remote tablet. " alt="" coords="5,5,168,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTableAlterer.html" title="Alters an existing table based on the provided steps. " alt="" coords="5,5,203,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_18.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_18.md5 b/cpp-client-api/inherit_graph_18.md5 index 6db1d41..11734de 100644 --- a/cpp-client-api/inherit_graph_18.md5 +++ b/cpp-client-api/inherit_graph_18.md5 @@ -1 +1 @@ -433213c65773e856d822afb92bd82474 \ No newline at end of file +01984aa1995d55ac00ceaef979f4274d \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_18.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_18.png b/cpp-client-api/inherit_graph_18.png index 028255c..c14e19d 100644 Binary files a/cpp-client-api/inherit_graph_18.png and b/cpp-client-api/inherit_graph_18.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_19.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_19.map b/cpp-client-api/inherit_graph_19.map index 554b5a1..05d6911 100644 --- a/cpp-client-api/inherit_graph_19.map +++ b/cpp-client-api/inherit_graph_19.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTabletServer.html" title="In-memory representation of a remote tablet server. " alt="" coords="5,5,168,47"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTableCreator.html" title="A helper class to create a new table with the desired options. " alt="" coords="5,5,208,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_19.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_19.md5 b/cpp-client-api/inherit_graph_19.md5 index 28f8ff0..dddb3eb 100644 --- a/cpp-client-api/inherit_graph_19.md5 +++ b/cpp-client-api/inherit_graph_19.md5 @@ -1 +1 @@ -3250cee679bb04fe90e000d2c0f860af \ No newline at end of file +a010d5307874e8d8b5546dff690f2fed \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_19.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_19.png b/cpp-client-api/inherit_graph_19.png index 0c1e142..3459a66 100644 Binary files a/cpp-client-api/inherit_graph_19.png and b/cpp-client-api/inherit_graph_19.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_20.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_20.map b/cpp-client-api/inherit_graph_20.map index 443e658..09b63e0 100644 --- a/cpp-client-api/inherit_graph_20.map +++ b/cpp-client-api/inherit_graph_20.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduValue.html" title="A constant cell value with a specific type. " alt="" coords="5,5,165,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTablet.html" title="In-memory representation of a remote tablet. " alt="" coords="5,5,168,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_20.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_20.md5 b/cpp-client-api/inherit_graph_20.md5 index 023032e..6db1d41 100644 --- a/cpp-client-api/inherit_graph_20.md5 +++ b/cpp-client-api/inherit_graph_20.md5 @@ -1 +1 @@ -ead987d5079de997d5435b9c88dbeec4 \ No newline at end of file +433213c65773e856d822afb92bd82474 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_20.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_20.png b/cpp-client-api/inherit_graph_20.png index f6fe49c..028255c 100644 Binary files a/cpp-client-api/inherit_graph_20.png and b/cpp-client-api/inherit_graph_20.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_21.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_21.map b/cpp-client-api/inherit_graph_21.map index e731f00..554b5a1 100644 --- a/cpp-client-api/inherit_graph_21.map +++ b/cpp-client-api/inherit_graph_21.map @@ -1,7 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduWriteOperation.html" title="A single-row write operation to be sent to a Kudu table. " alt="" coords="5,81,220,108"/> -<area shape="rect" id="node2" href="$classkudu_1_1client_1_1KuduDelete.html" title="A single row delete to be sent to the cluster. " alt="" coords="270,5,435,32"/> -<area shape="rect" id="node3" href="$classkudu_1_1client_1_1KuduInsert.html" title="A single row insert to be sent to the cluster. " alt="" coords="273,56,433,83"/> -<area shape="rect" id="node4" href="$classkudu_1_1client_1_1KuduUpdate.html" title="A single row update to be sent to the cluster. " alt="" coords="268,107,437,133"/> -<area shape="rect" id="node5" href="$classkudu_1_1client_1_1KuduUpsert.html" title="A single row upsert to be sent to the cluster. " alt="" coords="269,157,436,184"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduTabletServer.html" title="In-memory representation of a remote tablet server. " alt="" coords="5,5,168,47"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_21.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_21.md5 b/cpp-client-api/inherit_graph_21.md5 index 7ed8cb2..28f8ff0 100644 --- a/cpp-client-api/inherit_graph_21.md5 +++ b/cpp-client-api/inherit_graph_21.md5 @@ -1 +1 @@ -89c8bf76229754f04e295970ab3d02be \ No newline at end of file +3250cee679bb04fe90e000d2c0f860af \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_21.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_21.png b/cpp-client-api/inherit_graph_21.png index 88c9f26..0c1e142 100644 Binary files a/cpp-client-api/inherit_graph_21.png and b/cpp-client-api/inherit_graph_21.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_22.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_22.map b/cpp-client-api/inherit_graph_22.map index 905d41b..443e658 100644 --- a/cpp-client-api/inherit_graph_22.map +++ b/cpp-client-api/inherit_graph_22.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1ResourceMetrics.html" title="A generic catalog of simple metrics. " alt="" coords="5,5,201,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduValue.html" title="A constant cell value with a specific type. " alt="" coords="5,5,165,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_22.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_22.md5 b/cpp-client-api/inherit_graph_22.md5 index 3cb04d9..023032e 100644 --- a/cpp-client-api/inherit_graph_22.md5 +++ b/cpp-client-api/inherit_graph_22.md5 @@ -1 +1 @@ -2cdca15b126c424b1decd815f8a69dae \ No newline at end of file +ead987d5079de997d5435b9c88dbeec4 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_22.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_22.png b/cpp-client-api/inherit_graph_22.png index c5ba695..f6fe49c 100644 Binary files a/cpp-client-api/inherit_graph_22.png and b/cpp-client-api/inherit_graph_22.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_23.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_23.map b/cpp-client-api/inherit_graph_23.map index 1516445..e731f00 100644 --- a/cpp-client-api/inherit_graph_23.map +++ b/cpp-client-api/inherit_graph_23.map @@ -1,3 +1,7 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1internal__logging_1_1CerrLog.html" title="A helper for stderr log sink. " alt="" coords="5,5,153,47"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduWriteOperation.html" title="A single-row write operation to be sent to a Kudu table. " alt="" coords="5,81,220,108"/> +<area shape="rect" id="node2" href="$classkudu_1_1client_1_1KuduDelete.html" title="A single row delete to be sent to the cluster. " alt="" coords="270,5,435,32"/> +<area shape="rect" id="node3" href="$classkudu_1_1client_1_1KuduInsert.html" title="A single row insert to be sent to the cluster. " alt="" coords="273,56,433,83"/> +<area shape="rect" id="node4" href="$classkudu_1_1client_1_1KuduUpdate.html" title="A single row update to be sent to the cluster. " alt="" coords="268,107,437,133"/> +<area shape="rect" id="node5" href="$classkudu_1_1client_1_1KuduUpsert.html" title="A single row upsert to be sent to the cluster. " alt="" coords="269,157,436,184"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_23.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_23.md5 b/cpp-client-api/inherit_graph_23.md5 index c4a69f9..7ed8cb2 100644 --- a/cpp-client-api/inherit_graph_23.md5 +++ b/cpp-client-api/inherit_graph_23.md5 @@ -1 +1 @@ -44acf00efa546724e412c2626666ef8a \ No newline at end of file +89c8bf76229754f04e295970ab3d02be \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_23.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_23.png b/cpp-client-api/inherit_graph_23.png index 2a79c13..88c9f26 100644 Binary files a/cpp-client-api/inherit_graph_23.png and b/cpp-client-api/inherit_graph_23.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_24.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_24.map b/cpp-client-api/inherit_graph_24.map index 9693ad3..905d41b 100644 --- a/cpp-client-api/inherit_graph_24.map +++ b/cpp-client-api/inherit_graph_24.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1internal__logging_1_1NullLog.html" title="A helper for the nil log sink. " alt="" coords="5,5,153,47"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1ResourceMetrics.html" title="A generic catalog of simple metrics. " alt="" coords="5,5,201,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_24.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_24.md5 b/cpp-client-api/inherit_graph_24.md5 index 932a472..3cb04d9 100644 --- a/cpp-client-api/inherit_graph_24.md5 +++ b/cpp-client-api/inherit_graph_24.md5 @@ -1 +1 @@ -f844ef33330dc9302a11894540620f3e \ No newline at end of file +2cdca15b126c424b1decd815f8a69dae \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_24.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_24.png b/cpp-client-api/inherit_graph_24.png index de1fadf..c5ba695 100644 Binary files a/cpp-client-api/inherit_graph_24.png and b/cpp-client-api/inherit_graph_24.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_25.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_25.map b/cpp-client-api/inherit_graph_25.map index 8d594d4..1516445 100644 --- a/cpp-client-api/inherit_graph_25.map +++ b/cpp-client-api/inherit_graph_25.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1MonoDelta.html" title="A representation of a time interval. " alt="" coords="5,5,127,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1internal__logging_1_1CerrLog.html" title="A helper for stderr log sink. " alt="" coords="5,5,153,47"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_25.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_25.md5 b/cpp-client-api/inherit_graph_25.md5 index cb1bbd0..c4a69f9 100644 --- a/cpp-client-api/inherit_graph_25.md5 +++ b/cpp-client-api/inherit_graph_25.md5 @@ -1 +1 @@ -448dc707ea4bdf03ed3f76001d20ee55 \ No newline at end of file +44acf00efa546724e412c2626666ef8a \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_25.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_25.png b/cpp-client-api/inherit_graph_25.png index 6f0ccc2..2a79c13 100644 Binary files a/cpp-client-api/inherit_graph_25.png and b/cpp-client-api/inherit_graph_25.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_26.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_26.map b/cpp-client-api/inherit_graph_26.map index 1031c9b..9693ad3 100644 --- a/cpp-client-api/inherit_graph_26.map +++ b/cpp-client-api/inherit_graph_26.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1MonoTime.html" title="Representation of a particular point in time. " alt="" coords="5,5,124,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1internal__logging_1_1NullLog.html" title="A helper for the nil log sink. " alt="" coords="5,5,153,47"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_26.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_26.md5 b/cpp-client-api/inherit_graph_26.md5 index f6fa1a8..932a472 100644 --- a/cpp-client-api/inherit_graph_26.md5 +++ b/cpp-client-api/inherit_graph_26.md5 @@ -1 +1 @@ -595f5fa28a253ae00a3ded7bd52eb89b \ No newline at end of file +f844ef33330dc9302a11894540620f3e \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_26.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_26.png b/cpp-client-api/inherit_graph_26.png index 2c4a474..de1fadf 100644 Binary files a/cpp-client-api/inherit_graph_26.png and b/cpp-client-api/inherit_graph_26.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_27.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_27.map b/cpp-client-api/inherit_graph_27.map index e3c0d33..8d594d4 100644 --- a/cpp-client-api/inherit_graph_27.map +++ b/cpp-client-api/inherit_graph_27.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1Slice.html" title="A wrapper around externally allocated data. " alt="" coords="5,5,92,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1MonoDelta.html" title="A representation of a time interval. " alt="" coords="5,5,127,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_27.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_27.md5 b/cpp-client-api/inherit_graph_27.md5 index b84db0b..cb1bbd0 100644 --- a/cpp-client-api/inherit_graph_27.md5 +++ b/cpp-client-api/inherit_graph_27.md5 @@ -1 +1 @@ -d62ff9513e23a17593079ae77dba36a9 \ No newline at end of file +448dc707ea4bdf03ed3f76001d20ee55 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_27.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_27.png b/cpp-client-api/inherit_graph_27.png index 0cb0d17..6f0ccc2 100644 Binary files a/cpp-client-api/inherit_graph_27.png and b/cpp-client-api/inherit_graph_27.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_28.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_28.map b/cpp-client-api/inherit_graph_28.map index 1ff423a..1031c9b 100644 --- a/cpp-client-api/inherit_graph_28.map +++ b/cpp-client-api/inherit_graph_28.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$structkudu_1_1Slice_1_1Comparator.html" title="Comparator struct, useful for ordered collections (like STL maps). " alt="" coords="5,5,168,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1MonoTime.html" title="Representation of a particular point in time. " alt="" coords="5,5,124,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_28.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_28.md5 b/cpp-client-api/inherit_graph_28.md5 index ebb0ca5..f6fa1a8 100644 --- a/cpp-client-api/inherit_graph_28.md5 +++ b/cpp-client-api/inherit_graph_28.md5 @@ -1 +1 @@ -e2f240a7649569cb768b7c6dff77c7f8 \ No newline at end of file +595f5fa28a253ae00a3ded7bd52eb89b \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_28.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_28.png b/cpp-client-api/inherit_graph_28.png index c44891a..2c4a474 100644 Binary files a/cpp-client-api/inherit_graph_28.png and b/cpp-client-api/inherit_graph_28.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_29.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_29.map b/cpp-client-api/inherit_graph_29.map index 1ea3723..e3c0d33 100644 --- a/cpp-client-api/inherit_graph_29.map +++ b/cpp-client-api/inherit_graph_29.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$structkudu_1_1SliceMap.html" title="STL map whose keys are Slices. " alt="" coords="5,5,149,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1Slice.html" title="A wrapper around externally allocated data. " alt="" coords="5,5,92,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_29.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_29.md5 b/cpp-client-api/inherit_graph_29.md5 index a8f0296..b84db0b 100644 --- a/cpp-client-api/inherit_graph_29.md5 +++ b/cpp-client-api/inherit_graph_29.md5 @@ -1 +1 @@ -43226203bb9299dfb8409129f924146a \ No newline at end of file +d62ff9513e23a17593079ae77dba36a9 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_29.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_29.png b/cpp-client-api/inherit_graph_29.png index 93d09e7..0cb0d17 100644 Binary files a/cpp-client-api/inherit_graph_29.png and b/cpp-client-api/inherit_graph_29.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_30.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_30.map b/cpp-client-api/inherit_graph_30.map index d1ddc21..1ff423a 100644 --- a/cpp-client-api/inherit_graph_30.map +++ b/cpp-client-api/inherit_graph_30.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1Status.html" title="A representation of an operation's outcome. " alt="" coords="5,5,101,32"/> +<area shape="rect" id="node1" href="$structkudu_1_1Slice_1_1Comparator.html" title="Comparator struct, useful for ordered collections (like STL maps). " alt="" coords="5,5,168,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_30.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_30.md5 b/cpp-client-api/inherit_graph_30.md5 index 962036e..ebb0ca5 100644 --- a/cpp-client-api/inherit_graph_30.md5 +++ b/cpp-client-api/inherit_graph_30.md5 @@ -1 +1 @@ -86c7a6a058ccbeb7e4a8feef033f386f \ No newline at end of file +e2f240a7649569cb768b7c6dff77c7f8 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_30.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_30.png b/cpp-client-api/inherit_graph_30.png index b59e31a..c44891a 100644 Binary files a/cpp-client-api/inherit_graph_30.png and b/cpp-client-api/inherit_graph_30.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_31.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_31.map b/cpp-client-api/inherit_graph_31.map index ab26fca..1ea3723 100644 --- a/cpp-client-api/inherit_graph_31.map +++ b/cpp-client-api/inherit_graph_31.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classKuduPartialRow.html" title="A row which may only contain values for a subset of the columns. " alt="" coords="5,5,121,32"/> +<area shape="rect" id="node1" href="$structkudu_1_1SliceMap.html" title="STL map whose keys are Slices. " alt="" coords="5,5,149,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_31.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_31.md5 b/cpp-client-api/inherit_graph_31.md5 index aae0ea1..a8f0296 100644 --- a/cpp-client-api/inherit_graph_31.md5 +++ b/cpp-client-api/inherit_graph_31.md5 @@ -1 +1 @@ -89b1e989775181f44bc11a3a6b3a5476 \ No newline at end of file +43226203bb9299dfb8409129f924146a \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_31.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_31.png b/cpp-client-api/inherit_graph_31.png index 83cacab..93d09e7 100644 Binary files a/cpp-client-api/inherit_graph_31.png and b/cpp-client-api/inherit_graph_31.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_7.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_7.map b/cpp-client-api/inherit_graph_7.map index 736c5f2..65eb54b 100644 --- a/cpp-client-api/inherit_graph_7.map +++ b/cpp-client-api/inherit_graph_7.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduPredicate.html" title="A representation of comparison predicate for Kudu queries. " alt="" coords="5,5,188,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduPartitioner.html" title="kudu::client::KuduPartitioner" alt="" coords="5,5,192,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_7.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_7.md5 b/cpp-client-api/inherit_graph_7.md5 index c855142..400e8d7 100644 --- a/cpp-client-api/inherit_graph_7.md5 +++ b/cpp-client-api/inherit_graph_7.md5 @@ -1 +1 @@ -e193ee21805ad13d5b88b1c4c7da1694 \ No newline at end of file +3032012a915d454f317d9c92b04fe417 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_7.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_7.png b/cpp-client-api/inherit_graph_7.png index 8fb161f..4f56714 100644 Binary files a/cpp-client-api/inherit_graph_7.png and b/cpp-client-api/inherit_graph_7.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_8.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_8.map b/cpp-client-api/inherit_graph_8.map index 35ecf07..e4f7210 100644 --- a/cpp-client-api/inherit_graph_8.map +++ b/cpp-client-api/inherit_graph_8.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduReplica.html" title="In-memory representation of a remote tablet's replica. " alt="" coords="5,5,176,32"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduPartitionerBuilder.html" title="Builder for Partitioner instances. " alt="" coords="5,5,192,47"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_8.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_8.md5 b/cpp-client-api/inherit_graph_8.md5 index 4fc3899..e86846b 100644 --- a/cpp-client-api/inherit_graph_8.md5 +++ b/cpp-client-api/inherit_graph_8.md5 @@ -1 +1 @@ -472011b462e65b3c2f82c8e8ebae186a \ No newline at end of file +a407276fb7428050b0a158f09c214210 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_8.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_8.png b/cpp-client-api/inherit_graph_8.png index 624c60a..785b8e5 100644 Binary files a/cpp-client-api/inherit_graph_8.png and b/cpp-client-api/inherit_graph_8.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_9.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_9.map b/cpp-client-api/inherit_graph_9.map index 5134094..736c5f2 100644 --- a/cpp-client-api/inherit_graph_9.map +++ b/cpp-client-api/inherit_graph_9.map @@ -1,3 +1,3 @@ <map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy"> -<area shape="rect" id="node2" href="$classkudu_1_1client_1_1KuduScanBatch.html" title="A batch of zero or more rows returned by a scan operation. " alt="" coords="120,31,311,57"/> +<area shape="rect" id="node1" href="$classkudu_1_1client_1_1KuduPredicate.html" title="A representation of comparison predicate for Kudu queries. " alt="" coords="5,5,188,32"/> </map> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_9.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_9.md5 b/cpp-client-api/inherit_graph_9.md5 index 28073da..c855142 100644 --- a/cpp-client-api/inherit_graph_9.md5 +++ b/cpp-client-api/inherit_graph_9.md5 @@ -1 +1 @@ -7886916407d9d6ccea8f7d3bddd4df53 \ No newline at end of file +e193ee21805ad13d5b88b1c4c7da1694 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherit_graph_9.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherit_graph_9.png b/cpp-client-api/inherit_graph_9.png index e690f88..8fb161f 100644 Binary files a/cpp-client-api/inherit_graph_9.png and b/cpp-client-api/inherit_graph_9.png differ http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/inherits.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/inherits.html b/cpp-client-api/inherits.html index 1da71a8..31458b8 100644 --- a/cpp-client-api/inherits.html +++ b/cpp-client-api/inherits.html @@ -129,79 +129,89 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <area shape="rect" id="node3" href="classkudu_1_1client_1_1KuduLoggingMemberCallback.html" title="The logging callback that invokes a member function of an object. " alt="" coords="225,71,397,112"/> </map> </td></tr> -<tr><td><img src="inherit_graph_7.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduPredicate"/> +<tr><td><img src="inherit_graph_7.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduPartitioner"/> +<map name="kudu_1_1client_1_1KuduPartitioner" id="kudu_1_1client_1_1KuduPartitioner"> +<area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduPartitioner.html" title="kudu::client::KuduPartitioner" alt="" coords="5,5,192,32"/> +</map> +</td></tr> +<tr><td><img src="inherit_graph_8.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduPartitionerBuilder"/> +<map name="kudu_1_1client_1_1KuduPartitionerBuilder" id="kudu_1_1client_1_1KuduPartitionerBuilder"> +<area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduPartitionerBuilder.html" title="Builder for Partitioner instances. " alt="" coords="5,5,192,47"/> +</map> +</td></tr> +<tr><td><img src="inherit_graph_9.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduPredicate"/> <map name="kudu_1_1client_1_1KuduPredicate" id="kudu_1_1client_1_1KuduPredicate"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduPredicate.html" title="A representation of comparison predicate for Kudu queries. " alt="" coords="5,5,188,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_8.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduReplica"/> +<tr><td><img src="inherit_graph_10.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduReplica"/> <map name="kudu_1_1client_1_1KuduReplica" id="kudu_1_1client_1_1KuduReplica"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduReplica.html" title="In-memory representation of a remote tablet's replica. " alt="" coords="5,5,176,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_9.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanBatch"/> +<tr><td><img src="inherit_graph_11.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanBatch"/> <map name="kudu_1_1client_1_1KuduScanBatch" id="kudu_1_1client_1_1KuduScanBatch"> <area shape="rect" id="node2" href="classkudu_1_1client_1_1KuduScanBatch.html" title="A batch of zero or more rows returned by a scan operation. " alt="" coords="120,31,311,57"/> </map> </td></tr> -<tr><td><img src="inherit_graph_10.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanner"/> +<tr><td><img src="inherit_graph_12.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanner"/> <map name="kudu_1_1client_1_1KuduScanner" id="kudu_1_1client_1_1KuduScanner"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduScanner.html" title="This class is a representation of a single scan. " alt="" coords="5,5,180,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_11.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanToken"/> +<tr><td><img src="inherit_graph_13.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanToken"/> <map name="kudu_1_1client_1_1KuduScanToken" id="kudu_1_1client_1_1KuduScanToken"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduScanToken.html" title="A scan descriptor limited to a single physical contiguous location. " alt="" coords="5,5,199,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_12.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanTokenBuilder"/> +<tr><td><img src="inherit_graph_14.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduScanTokenBuilder"/> <map name="kudu_1_1client_1_1KuduScanTokenBuilder" id="kudu_1_1client_1_1KuduScanTokenBuilder"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduScanTokenBuilder.html" title="Builds scan tokens for a table. " alt="" coords="5,5,199,47"/> </map> </td></tr> -<tr><td><img src="inherit_graph_13.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduSchema"/> +<tr><td><img src="inherit_graph_15.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduSchema"/> <map name="kudu_1_1client_1_1KuduSchema" id="kudu_1_1client_1_1KuduSchema"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduSchema.html" title="A representation of a table's schema. " alt="" coords="5,5,180,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_14.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduSchemaBuilder"/> +<tr><td><img src="inherit_graph_16.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduSchemaBuilder"/> <map name="kudu_1_1client_1_1KuduSchemaBuilder" id="kudu_1_1client_1_1KuduSchemaBuilder"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduSchemaBuilder.html" title="Builder API for constructing a KuduSchema object. " alt="" coords="5,5,180,47"/> </map> </td></tr> -<tr><td><img src="inherit_graph_15.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduStatusCallback"/> +<tr><td><img src="inherit_graph_17.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduStatusCallback"/> <map name="kudu_1_1client_1_1KuduStatusCallback" id="kudu_1_1client_1_1KuduStatusCallback"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduStatusCallback.html" title="The interface for all status callbacks. " alt="" coords="5,39,171,80"/> <area shape="rect" id="node2" href="classkudu_1_1client_1_1KuduStatusFunctionCallback.html" title="The status callback that invokes a function by pointer with a single argument. " alt="" coords="219,5,384,47"/> <area shape="rect" id="node3" href="classkudu_1_1client_1_1KuduStatusMemberCallback.html" title="The status callback that invokes a member function of an object. " alt="" coords="219,71,384,112"/> </map> </td></tr> -<tr><td><img src="inherit_graph_16.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTableAlterer"/> +<tr><td><img src="inherit_graph_18.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTableAlterer"/> <map name="kudu_1_1client_1_1KuduTableAlterer" id="kudu_1_1client_1_1KuduTableAlterer"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduTableAlterer.html" title="Alters an existing table based on the provided steps. " alt="" coords="5,5,203,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_17.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTableCreator"/> +<tr><td><img src="inherit_graph_19.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTableCreator"/> <map name="kudu_1_1client_1_1KuduTableCreator" id="kudu_1_1client_1_1KuduTableCreator"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduTableCreator.html" title="A helper class to create a new table with the desired options. " alt="" coords="5,5,208,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_18.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTablet"/> +<tr><td><img src="inherit_graph_20.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTablet"/> <map name="kudu_1_1client_1_1KuduTablet" id="kudu_1_1client_1_1KuduTablet"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduTablet.html" title="In-memory representation of a remote tablet. " alt="" coords="5,5,168,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_19.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTabletServer"/> +<tr><td><img src="inherit_graph_21.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduTabletServer"/> <map name="kudu_1_1client_1_1KuduTabletServer" id="kudu_1_1client_1_1KuduTabletServer"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduTabletServer.html" title="In-memory representation of a remote tablet server. " alt="" coords="5,5,168,47"/> </map> </td></tr> -<tr><td><img src="inherit_graph_20.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduValue"/> +<tr><td><img src="inherit_graph_22.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduValue"/> <map name="kudu_1_1client_1_1KuduValue" id="kudu_1_1client_1_1KuduValue"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduValue.html" title="A constant cell value with a specific type. " alt="" coords="5,5,165,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_21.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduWriteOperation"/> +<tr><td><img src="inherit_graph_23.png" border="0" alt="" usemap="#kudu_1_1client_1_1KuduWriteOperation"/> <map name="kudu_1_1client_1_1KuduWriteOperation" id="kudu_1_1client_1_1KuduWriteOperation"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1KuduWriteOperation.html" title="A single-row write operation to be sent to a Kudu table. " alt="" coords="5,81,220,108"/> <area shape="rect" id="node2" href="classkudu_1_1client_1_1KuduDelete.html" title="A single row delete to be sent to the cluster. " alt="" coords="270,5,435,32"/> @@ -210,52 +220,52 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <area shape="rect" id="node5" href="classkudu_1_1client_1_1KuduUpsert.html" title="A single row upsert to be sent to the cluster. " alt="" coords="269,157,436,184"/> </map> </td></tr> -<tr><td><img src="inherit_graph_22.png" border="0" alt="" usemap="#kudu_1_1client_1_1ResourceMetrics"/> +<tr><td><img src="inherit_graph_24.png" border="0" alt="" usemap="#kudu_1_1client_1_1ResourceMetrics"/> <map name="kudu_1_1client_1_1ResourceMetrics" id="kudu_1_1client_1_1ResourceMetrics"> <area shape="rect" id="node1" href="classkudu_1_1client_1_1ResourceMetrics.html" title="A generic catalog of simple metrics. " alt="" coords="5,5,201,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_23.png" border="0" alt="" usemap="#kudu_1_1internal__logging_1_1CerrLog"/> +<tr><td><img src="inherit_graph_25.png" border="0" alt="" usemap="#kudu_1_1internal__logging_1_1CerrLog"/> <map name="kudu_1_1internal__logging_1_1CerrLog" id="kudu_1_1internal__logging_1_1CerrLog"> <area shape="rect" id="node1" href="classkudu_1_1internal__logging_1_1CerrLog.html" title="A helper for stderr log sink. " alt="" coords="5,5,153,47"/> </map> </td></tr> -<tr><td><img src="inherit_graph_24.png" border="0" alt="" usemap="#kudu_1_1internal__logging_1_1NullLog"/> +<tr><td><img src="inherit_graph_26.png" border="0" alt="" usemap="#kudu_1_1internal__logging_1_1NullLog"/> <map name="kudu_1_1internal__logging_1_1NullLog" id="kudu_1_1internal__logging_1_1NullLog"> <area shape="rect" id="node1" href="classkudu_1_1internal__logging_1_1NullLog.html" title="A helper for the nil log sink. " alt="" coords="5,5,153,47"/> </map> </td></tr> -<tr><td><img src="inherit_graph_25.png" border="0" alt="" usemap="#kudu_1_1MonoDelta"/> +<tr><td><img src="inherit_graph_27.png" border="0" alt="" usemap="#kudu_1_1MonoDelta"/> <map name="kudu_1_1MonoDelta" id="kudu_1_1MonoDelta"> <area shape="rect" id="node1" href="classkudu_1_1MonoDelta.html" title="A representation of a time interval. " alt="" coords="5,5,127,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_26.png" border="0" alt="" usemap="#kudu_1_1MonoTime"/> +<tr><td><img src="inherit_graph_28.png" border="0" alt="" usemap="#kudu_1_1MonoTime"/> <map name="kudu_1_1MonoTime" id="kudu_1_1MonoTime"> <area shape="rect" id="node1" href="classkudu_1_1MonoTime.html" title="Representation of a particular point in time. " alt="" coords="5,5,124,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_27.png" border="0" alt="" usemap="#kudu_1_1Slice"/> +<tr><td><img src="inherit_graph_29.png" border="0" alt="" usemap="#kudu_1_1Slice"/> <map name="kudu_1_1Slice" id="kudu_1_1Slice"> <area shape="rect" id="node1" href="classkudu_1_1Slice.html" title="A wrapper around externally allocated data. " alt="" coords="5,5,92,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_28.png" border="0" alt="" usemap="#kudu_1_1Slice_1_1Comparator"/> +<tr><td><img src="inherit_graph_30.png" border="0" alt="" usemap="#kudu_1_1Slice_1_1Comparator"/> <map name="kudu_1_1Slice_1_1Comparator" id="kudu_1_1Slice_1_1Comparator"> <area shape="rect" id="node1" href="structkudu_1_1Slice_1_1Comparator.html" title="Comparator struct, useful for ordered collections (like STL maps). " alt="" coords="5,5,168,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_29.png" border="0" alt="" usemap="#kudu_1_1SliceMap_3_01T_01_4"/> +<tr><td><img src="inherit_graph_31.png" border="0" alt="" usemap="#kudu_1_1SliceMap_3_01T_01_4"/> <map name="kudu_1_1SliceMap_3_01T_01_4" id="kudu_1_1SliceMap_3_01T_01_4"> <area shape="rect" id="node1" href="structkudu_1_1SliceMap.html" title="STL map whose keys are Slices. " alt="" coords="5,5,149,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_30.png" border="0" alt="" usemap="#kudu_1_1Status"/> +<tr><td><img src="inherit_graph_32.png" border="0" alt="" usemap="#kudu_1_1Status"/> <map name="kudu_1_1Status" id="kudu_1_1Status"> <area shape="rect" id="node1" href="classkudu_1_1Status.html" title="A representation of an operation's outcome. " alt="" coords="5,5,101,32"/> </map> </td></tr> -<tr><td><img src="inherit_graph_31.png" border="0" alt="" usemap="#KuduPartialRow"/> +<tr><td><img src="inherit_graph_33.png" border="0" alt="" usemap="#KuduPartialRow"/> <map name="KuduPartialRow" id="KuduPartialRow"> <area shape="rect" id="node1" href="classKuduPartialRow.html" title="A row which may only contain values for a subset of the columns. " alt="" coords="5,5,121,32"/> </map> @@ -265,7 +275,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:57 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:03 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/kudu__export_8h_source.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/kudu__export_8h_source.html b/cpp-client-api/kudu__export_8h_source.html index ed017dc..5ee2d49 100644 --- a/cpp-client-api/kudu__export_8h_source.html +++ b/cpp-client-api/kudu__export_8h_source.html @@ -93,7 +93,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:02 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/monotime_8h_source.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/monotime_8h_source.html b/cpp-client-api/monotime_8h_source.html index ebb2bfc..00183ff 100644 --- a/cpp-client-api/monotime_8h_source.html +++ b/cpp-client-api/monotime_8h_source.html @@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:02 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/pages.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/pages.html b/cpp-client-api/pages.html index 4cd1d31..909d010 100644 --- a/cpp-client-api/pages.html +++ b/cpp-client-api/pages.html @@ -89,7 +89,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:03 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/partial__row_8h_source.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/partial__row_8h_source.html b/cpp-client-api/partial__row_8h_source.html index 28d86a4..e55b82f 100644 --- a/cpp-client-api/partial__row_8h_source.html +++ b/cpp-client-api/partial__row_8h_source.html @@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:02 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address> http://git-wip-us.apache.org/repos/asf/kudu/blob/ce7ab97e/cpp-client-api/resource__metrics_8h_source.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/resource__metrics_8h_source.html b/cpp-client-api/resource__metrics_8h_source.html index c146cc0..a539a96 100644 --- a/cpp-client-api/resource__metrics_8h_source.html +++ b/cpp-client-api/resource__metrics_8h_source.html @@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search'); <!-- start footer part --> <hr class="footer"/> <address class="footer"> - <small>Generated for Kudu version 1.3.2-SNAPSHOT on Mon May 15 2017 12:45:56 by Doxygen 1.8.11</small> + <small>Generated for Kudu version 1.4.0 on Tue Jun 13 2017 10:50:02 by Doxygen 1.8.11</small> <br> <small>Copyright © 2017 The Apache Software Foundation.</small> </address>
