From commits-return-5628-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Thu Mar 22 22:31:20 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 B17A118077A for ; Thu, 22 Mar 2018 22:31:17 +0100 (CET) Received: (qmail 98828 invoked by uid 500); 22 Mar 2018 21:31:16 -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 98727 invoked by uid 99); 22 Mar 2018 21:31:16 -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:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 97823F676E; 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:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/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/deprecated.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/deprecated.html b/cpp-client-api/deprecated.html index 6899e8f..ec3c55e 100644 --- a/cpp-client-api/deprecated.html +++ b/cpp-client-api/deprecated.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: Deprecated List @@ -11,9 +12,6 @@ - @@ -31,34 +29,22 @@ - + - + + + +
-
Member kudu::client::KuduColumnSchema::KuduColumnSchema (const std::string &name, DataType type, bool is_nullable=false, const void *default_value=NULL, KuduColumnStorageAttributes attributes=KuduColumnStorageAttributes()) ATTRIBUTE_DEPRECATED("use KuduSchemaBuilder instead")
-
Use KuduSchemaBuilder instead.
-
Member kudu::client::KuduColumnStorageAttributes::GROUP_VARINT
+
Member kudu::client::KuduColumnStorageAttributes::GROUP_VARINT
GROUP_VARINT is not supported for valid types, and will fall back to another encoding on the server side.
-
Member kudu::client::KuduColumnStorageAttributes::KuduColumnStorageAttributes (EncodingType encoding=AUTO_ENCODING, CompressionType compression=DEFAULT_COMPRESSION, int32_t block_size=0) ATTRIBUTE_DEPRECATED("this const ructor will be private in a future release")
+
Member kudu::client::KuduColumnStorageAttributes::KuduColumnStorageAttributes (EncodingType encoding=AUTO_ENCODING, CompressionType compression=DEFAULT_COMPRESSION, int32_t block_size=0) ATTRIBUTE_DEPRECATED("this const ructor will be private in a future release")
This constructor is deprecated for external use, and will be made private in a future release.
-
Member kudu::client::KuduScanner::AddExclusiveUpperBoundRaw (const Slice &key) ATTRIBUTE_DEPRECATED("use AddExclusiveUpperBound() instead")
-
Use AddExclusiveUpperBound() instead.
-
Member kudu::client::KuduScanner::AddLowerBoundRaw (const Slice &key) ATTRIBUTE_DEPRECATED("use AddLowerBound() instead")
-
Use AddLowerBound() instead.
-
Member kudu::client::KuduScanner::NextBatch (std::vector< KuduRowResult > *rows) ATTRIBUTE_DEPRECATED("use NextBatch(KuduScanBatch*) instead")
-
Use NextBatch(KuduScanBatch*) instead.
-
Member kudu::client::KuduScanner::SetOrderMode (OrderMode order_mode) WARN_UNUSED_RESULT ATTRIBUTE_DEPRECATED("use SetFaultTolerant() instead")
-
Use SetFaultTolerant() instead.
-
Member kudu::client::KuduScanner::SetProjectedColumns (const std::vector< std::string > &col_names) WARN_UNUSED_RESULT ATTRIBUTE_DEPRECATED("use SetProjectedColumnNames() instead")
-
Use SetProjectedColumnNames() instead.
-
Member kudu::client::KuduSchema::Reset (const std::vector< KuduColumnSchema > &columns, int key_columns) WARN_UNUSED_RESULT
+
Member kudu::client::KuduScanner::AddExclusiveUpperBoundRaw (const Slice &key) ATTRIBUTE_DEPRECATED("use AddExclusiveUpperBound() instead")
+
Use AddExclusiveUpperBound() instead.
+
Member kudu::client::KuduScanner::AddLowerBoundRaw (const Slice &key) ATTRIBUTE_DEPRECATED("use AddLowerBound() instead")
+
Use AddLowerBound() instead.
+
Member kudu::client::KuduScanner::NextBatch (std::vector< KuduRowResult > *rows) ATTRIBUTE_DEPRECATED("use NextBatch(KuduScanBatch*) instead")
+
Use NextBatch(KuduScanBatch*) instead.
+
Member kudu::client::KuduScanner::SetOrderMode (OrderMode order_mode) WARN_UNUSED_RESULT ATTRIBUTE_DEPRECATED("use SetFaultTolerant() instead")
+
Use SetFaultTolerant() instead.
+
Member kudu::client::KuduScanner::SetProjectedColumns (const std::vector< std::string > &col_names) WARN_UNUSED_RESULT ATTRIBUTE_DEPRECATED("use SetProjectedColumnNames() instead")
+
Use SetProjectedColumnNames() instead.
+
Member kudu::client::KuduSchema::Reset (const std::vector< KuduColumnSchema > &columns, int key_columns) WARN_UNUSED_RESULT
This method will be removed soon.
-
Member kudu::client::KuduSession::CountBufferedOperations () const ATTRIBUTE_DEPRECATED("this method is experimental and will disappear ""in a future release")
+
Member kudu::client::KuduSession::CountBufferedOperations () const ATTRIBUTE_DEPRECATED("this method is experimental and will disappear " "in a future release")
This method is experimental and will disappear in a future release.
-
Member kudu::client::KuduTableCreator::split_rows (const std::vector< const KuduPartialRow * > &split_rows) ATTRIBUTE_DEPRECATED("use add_range_partition_split() instead")
-
Use add_range_partition_split() instead.
+
Member kudu::client::KuduTableCreator::split_rows (const std::vector< const KuduPartialRow *> &split_rows) ATTRIBUTE_DEPRECATED("use add_range_partition_split() instead")
+
Use add_range_partition_split() instead.
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_000002_000004.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_000002_000004.html b/cpp-client-api/dir_000002_000004.html deleted file mode 100644 index 9d44439..0000000 --- a/cpp-client-api/dir_000002_000004.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - -Kudu C++ client API: include/kudu/client -> util Relation - - - - - - - - - - -
-
- - - - - - -
-
Kudu C++ client API -
-
-
- - - - - -
-
- - -
- -
- - -
-
-

client → util Relation

File in include/kudu/clientIncludes file in include/kudu/util
client.hstatus.h
scan_batch.hstatus.h
schema.hstatus.h
- - - - - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_000003_000004.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_000003_000004.html b/cpp-client-api/dir_000003_000004.html deleted file mode 100644 index cad3a14..0000000 --- a/cpp-client-api/dir_000003_000004.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - -Kudu C++ client API: include/kudu/common -> util Relation - - - - - - - - - - -
-
- - - - - - -
-
Kudu C++ client API -
-
-
- - - - - -
-
- - -
- -
- - -
-
-

common → util Relation

File in include/kudu/commonIncludes file in include/kudu/util
partial_row.hstatus.h
- - - - - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html index 5211163..ea0f614 100644 --- a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html +++ b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: include/kudu/client Directory Reference @@ -11,9 +12,6 @@ - @@ -31,40 +29,22 @@
- + - - + + + +
client Directory Reference
-
-Directory dependency graph for client:
-
-
include/kudu/client
- - - - - - -
@@ -111,9 +80,9 @@ Files http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.map b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.map deleted file mode 100644 index 94dbb5e..0000000 --- a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.md5 b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.md5 deleted file mode 100644 index 8ad864c..0000000 --- a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -1c8e3a88b396ce63fa278c59dab4bdaf \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.png b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.png deleted file mode 100644 index b63891c..0000000 Binary files a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99_dep.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html index f91fcfe..869bd2a 100644 --- a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html +++ b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html @@ -3,7 +3,8 @@ - + +Kudu C++ client API: include/kudu Directory Reference @@ -11,9 +12,6 @@ - @@ -31,40 +29,22 @@

Files

- + - - + + + +
kudu Directory Reference
-
-Directory dependency graph for kudu:
-
-
include/kudu
- - - - - - - - - -
@@ -111,9 +77,9 @@ Directories http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.map b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.map deleted file mode 100644 index 979a9d6..0000000 --- a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.map +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.md5 b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.md5 deleted file mode 100644 index f2be30d..0000000 --- a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -2a499df7f628fce14fdbf3747b400a9a \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.png b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.png deleted file mode 100644 index 7662e6e..0000000 Binary files a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd_dep.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html index 9a618d6..f19c657 100644 --- a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html +++ b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html @@ -3,7 +3,8 @@ - + +Kudu C++ client API: include/kudu/common Directory Reference @@ -11,9 +12,6 @@ - @@ -31,40 +29,22 @@

Directories

- + - - + + + +
common Directory Reference
-
-Directory dependency graph for common:
-
-
include/kudu/common
- - - - - - -
- - -

-Files

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.map b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.map deleted file mode 100644 index a5b24ff..0000000 --- a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.map +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.md5 b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.md5 deleted file mode 100644 index 82e746e..0000000 --- a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -25d2c75bbc7a03674a62ed2b7716de96 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.png b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.png deleted file mode 100644 index 951d3af..0000000 Binary files a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6_dep.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html index c8b032e..aa72d18 100644 --- a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: include Directory Reference @@ -11,9 +12,6 @@ - @@ -31,40 +29,22 @@ - + - - + + + +
include Directory Reference
-
-Directory dependency graph for include:
-
-
include
- - - - -
- - -

-Directories

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.map ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.map b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.map deleted file mode 100644 index 6451ad3..0000000 --- a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.md5 ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.md5 b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.md5 deleted file mode 100644 index 8a6d8d2..0000000 --- a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.md5 +++ /dev/null @@ -1 +0,0 @@ -578b292c72dde89c530aacbf55da6710 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.png ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.png b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.png deleted file mode 100644 index 9e93060..0000000 Binary files a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23_dep.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html b/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html index c652967..a4f69ea 100644 --- a/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html +++ b/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: include/kudu/util Directory Reference @@ -11,9 +12,6 @@ - @@ -31,40 +29,22 @@ - + - - + + + +
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/doxygen.css ---------------------------------------------------------------------- diff --git a/cpp-client-api/doxygen.css b/cpp-client-api/doxygen.css index 1425ec5..266c8b3 100644 --- a/cpp-client-api/doxygen.css +++ b/cpp-client-api/doxygen.css @@ -1,9 +1,13 @@ -/* The standard CSS for doxygen 1.8.11 */ +/* The standard CSS for doxygen 1.8.14 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; } +p.reference, p.definition { + font: 400 14px/22px Roboto,sans-serif; +} + /* @group Heading Levels */ h1.groupheader { @@ -173,7 +177,7 @@ pre.fragment { } div.fragment { - padding: 4px 6px; + padding: 0px; margin: 4px 8px 4px 2px; background-color: #FBFCFD; border: 1px solid #C4CFE5; @@ -232,6 +236,15 @@ span.lineno a:hover { background-color: #C8C8C8; } +.lineno { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + div.ah, span.ah { background-color: black; font-weight: bold; @@ -501,6 +514,29 @@ table.memberdecls { /* Styles for detailed member documentation */ +.memtitle { + padding: 8px; + border-top: 1px solid #A8B8D9; + border-left: 1px solid #A8B8D9; + border-right: 1px solid #A8B8D9; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + margin-bottom: -1px; + background-image: url('nav_f.png'); + background-repeat: repeat-x; + background-color: #E2E8F2; + line-height: 1.25; + font-weight: 300; + float:left; +} + +.permalink +{ + font-size: 65%; + display: inline-block; + vertical-align: middle; +} + .memtemplate { font-size: 80%; color: #4665A2; @@ -539,7 +575,7 @@ table.memberdecls { } .memname { - font-weight: bold; + font-weight: 400; margin-left: 6px; } @@ -555,24 +591,24 @@ table.memberdecls { color: #253555; font-weight: bold; text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); - background-image:url('nav_f.png'); - background-repeat:repeat-x; - background-color: #E2E8F2; + background-color: #DFE5F1; /* opera specific markup */ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); border-top-right-radius: 4px; - border-top-left-radius: 4px; /* firefox specific markup */ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; -moz-border-radius-topright: 4px; - -moz-border-radius-topleft: 4px; /* webkit specific markup */ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); -webkit-border-top-right-radius: 4px; - -webkit-border-top-left-radius: 4px; } +.overload { + font-family: "courier new",courier,monospace; + font-size: 65%; +} + .memdoc, dl.reflist dd { border-bottom: 1px solid #A8B8D9; border-left: 1px solid #A8B8D9; @@ -914,6 +950,7 @@ table.fieldtable { padding-bottom: 4px; padding-top: 5px; text-align:left; + font-weight: 400; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; @@ -1178,6 +1215,11 @@ dl.section dd { text-align: center; } +.plantumlgraph +{ + text-align: center; +} + .diagraph { text-align: center; @@ -1473,3 +1515,82 @@ tr.heading h2 { } } +/* @group Markdown */ + +/* +table.markdownTable { + border-collapse:collapse; + margin-top: 4px; + margin-bottom: 4px; +} + +table.markdownTable td, table.markdownTable th { + border: 1px solid #2D4068; + padding: 3px 7px 2px; +} + +table.markdownTableHead tr { +} + +table.markdownTableBodyLeft td, table.markdownTable th { + border: 1px solid #2D4068; + padding: 3px 7px 2px; +} + +th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone { + background-color: #374F7F; + color: #FFFFFF; + font-size: 110%; + padding-bottom: 4px; + padding-top: 5px; +} + +th.markdownTableHeadLeft { + text-align: left +} + +th.markdownTableHeadRight { + text-align: right +} + +th.markdownTableHeadCenter { + text-align: center +} +*/ + +table.markdownTable { + border-collapse:collapse; + margin-top: 4px; + margin-bottom: 4px; +} + +table.markdownTable td, table.markdownTable th { + border: 1px solid #2D4068; + padding: 3px 7px 2px; +} + +table.markdownTable tr { +} + +th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone { + background-color: #374F7F; + color: #FFFFFF; + font-size: 110%; + padding-bottom: 4px; + padding-top: 5px; +} + +th.markdownTableHeadLeft, td.markdownTableBodyLeft { + text-align: left +} + +th.markdownTableHeadRight, td.markdownTableBodyRight { + text-align: right +} + +th.markdownTableHeadCenter, td.markdownTableBodyCenter { + text-align: center +} + + +/* @end */ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/dynsections.js ---------------------------------------------------------------------- diff --git a/cpp-client-api/dynsections.js b/cpp-client-api/dynsections.js index 85e1836..c1ce122 100644 --- a/cpp-client-api/dynsections.js +++ b/cpp-client-api/dynsections.js @@ -1,3 +1,26 @@ +/* + @licstart The following is the entire license notice for the + JavaScript code in this file. + + Copyright (C) 1997-2017 by Dimitri van Heesch + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + @licend The above is the entire license notice + for the JavaScript code in this file + */ function toggleVisibility(linkObj) { var base = $(linkObj).attr('id'); @@ -15,7 +38,7 @@ function toggleVisibility(linkObj) summary.hide(); $(linkObj).removeClass('closed').addClass('opened'); $(trigger).attr('src',src.substring(0,src.length-10)+'open.png'); - } + } return false; } @@ -37,7 +60,7 @@ function toggleLevel(level) $(this).show(); } else if (l==level+1) { i.removeClass('iconfclosed iconfopen').addClass('iconfclosed'); - a.html('►'); + a.html('▶'); $(this).show(); } else { $(this).hide(); @@ -64,7 +87,7 @@ function toggleFolder(id) // replace down arrow by right arrow for current row var currentRowSpans = currentRow.find("span"); currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed"); - currentRowSpans.filter(".arrow").html('►'); + currentRowSpans.filter(".arrow").html('▶'); rows.filter("[id^=row_"+id+"]").hide(); // hide all children } else { // we are SHOWING // replace right arrow by down arrow for current row @@ -74,7 +97,7 @@ function toggleFolder(id) // replace down arrows by right arrows for child rows var childRowsSpans = childRows.find("span"); childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed"); - childRowsSpans.filter(".arrow").html('►'); + childRowsSpans.filter(".arrow").html('▶'); childRows.show(); //show all children } updateStripes(); @@ -94,4 +117,4 @@ function toggleInherit(id) $(img).attr('src',src.substring(0,src.length-10)+'open.png'); } } - +/* @license-end */ http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/files.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/files.html b/cpp-client-api/files.html index 628580d..34d532a 100644 --- a/cpp-client-api/files.html +++ b/cpp-client-api/files.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: File List @@ -11,9 +12,6 @@ - @@ -31,40 +29,22 @@
- + - - + + + +
  common  partial_row.h   util - kudu_export.h - monotime.h - slice.h - status.h + int128.h + kudu_export.h + monotime.h + slice.h + status.h
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/09800f53/cpp-client-api/functions.html ---------------------------------------------------------------------- diff --git a/cpp-client-api/functions.html b/cpp-client-api/functions.html index d8bb138..9e24372 100644 --- a/cpp-client-api/functions.html +++ b/cpp-client-api/functions.html @@ -3,7 +3,8 @@ - + + Kudu C++ client API: Class Members @@ -11,9 +12,6 @@ - @@ -31,78 +29,22 @@ - + - - - - + + + +
Here is a list of all documented class members with links to the class documentation for each member:
-

- a -