Modified: cassandra/site/publish/doc/latest/cql/appendices.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/appendices.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/appendices.html (original) +++ cassandra/site/publish/doc/latest/cql/appendices.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Changes" href="changes.html"/> <link rel="prev" title="Triggers" href="triggers.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Changes" href="changes.html"/> <link rel="prev" title="Triggers" href="triggers.html"/> </head> <body>
Modified: cassandra/site/publish/doc/latest/cql/changes.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/changes.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/changes.html (original) +++ cassandra/site/publish/doc/latest/cql/changes.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Configuring Cassandra" href="../configuration/index.html"/> <link rel="prev" title="Appendices" href="appendices.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Configuring Cassandra" href="../configuration/index.html"/> <link rel="prev" title="Appendices" href="appendices.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/ddl.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/ddl.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/ddl.html (original) +++ cassandra/site/publish/doc/latest/cql/ddl.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Data Manipulation" href="dml.html"/> <link rel="prev" title="Data Types" href="types.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Data Manipulation" href="dml.html"/> <link rel="prev" title="Data Types" href="types.html"/> </head> <body> @@ -506,7 +506,7 @@ options of a table are described in the <p class="last">Since Cassandra 3.0, compact tables have the exact same layout internally than non compact ones (for the same schema obviously), and declaring a table compact <strong>only</strong> creates artificial limitations on the table definition and usage that are necessary to ensure backward compatibility with the deprecated Thrift API. And as <code class="docutils literal"><span class="pre">COMPACT</span> -<span class="pre">STORAGE</span></code> cannot, as of Cassandra 3.10, be removed, it is strongly discouraged to create new table with the +<span class="pre">STORAGE</span></code> cannot, as of Cassandra 3.7, be removed, it is strongly discouraged to create new table with the <code class="docutils literal"><span class="pre">COMPACT</span> <span class="pre">STORAGE</span></code> option.</p> </div> <p>A <em>compact</em> table is one defined with the <code class="docutils literal"><span class="pre">COMPACT</span> <span class="pre">STORAGE</span></code> option. This option is mainly targeted towards backward Modified: cassandra/site/publish/doc/latest/cql/definitions.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/definitions.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/definitions.html (original) +++ cassandra/site/publish/doc/latest/cql/definitions.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Data Types" href="types.html"/> <link rel="prev" title="The Cassandra Query Language (CQL)" href="index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Data Types" href="types.html"/> <link rel="prev" title="The Cassandra Query Language (CQL)" href="index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/dml.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/dml.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/dml.html (original) +++ cassandra/site/publish/doc/latest/cql/dml.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Secondary Indexes" href="indexes.html"/> <link rel="prev" title="Data Definition" href="ddl.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Secondary Indexes" href="indexes.html"/> <link rel="prev" title="Data Definition" href="ddl.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/functions.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/functions.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/functions.html (original) +++ cassandra/site/publish/doc/latest/cql/functions.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="JSON Support" href="json.html"/> <link rel="prev" title="Security" href="security.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="JSON Support" href="json.html"/> <link rel="prev" title="Security" href="security.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/index.html (original) +++ cassandra/site/publish/doc/latest/cql/index.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="next" title="Definitions" href="definitions.html"/> <link rel="prev" title="Data Modeling" href="../data_modeling/index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="next" title="Definitions" href="definitions.html"/> <link rel="prev" title="Data Modeling" href="../data_modeling/index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/indexes.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/indexes.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/indexes.html (original) +++ cassandra/site/publish/doc/latest/cql/indexes.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Materialized Views" href="mvs.html"/> <link rel="prev" title="Data Manipulation" href="dml.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Materialized Views" href="mvs.html"/> <link rel="prev" title="Data Manipulation" href="dml.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/json.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/json.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/json.html (original) +++ cassandra/site/publish/doc/latest/cql/json.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Triggers" href="triggers.html"/> <link rel="prev" title="Functions" href="functions.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Triggers" href="triggers.html"/> <link rel="prev" title="Functions" href="functions.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/mvs.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/mvs.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/mvs.html (original) +++ cassandra/site/publish/doc/latest/cql/mvs.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Security" href="security.html"/> <link rel="prev" title="Secondary Indexes" href="indexes.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Security" href="security.html"/> <link rel="prev" title="Secondary Indexes" href="indexes.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/security.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/security.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/security.html (original) +++ cassandra/site/publish/doc/latest/cql/security.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Functions" href="functions.html"/> <link rel="prev" title="Materialized Views" href="mvs.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Functions" href="functions.html"/> <link rel="prev" title="Materialized Views" href="mvs.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/triggers.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/triggers.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/triggers.html (original) +++ cassandra/site/publish/doc/latest/cql/triggers.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Appendices" href="appendices.html"/> <link rel="prev" title="JSON Support" href="json.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Appendices" href="appendices.html"/> <link rel="prev" title="JSON Support" href="json.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/cql/types.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/cql/types.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/cql/types.html (original) +++ cassandra/site/publish/doc/latest/cql/types.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Data Definition" href="ddl.html"/> <link rel="prev" title="Definitions" href="definitions.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="The Cassandra Query Language (CQL)" href="index.html"/> <link rel="next" title="Data Definition" href="ddl.html"/> <link rel="prev" title="Definitions" href="definitions.html"/> </head> <body> @@ -588,7 +588,7 @@ it is used, the statement will be a no-o <li>A type is intrinsically bound to the keyspace in which it is created, and can only be used in that keyspace. At creation, if the type name is prefixed by a keyspace name, it is created in that keyspace. Otherwise, it is created in the current keyspace.</li> -<li>As of Cassandra 3.10, UDT have to be frozen in most cases, hence the <code class="docutils literal"><span class="pre">frozen<address></span></code> in the table definition +<li>As of Cassandra 3.7, UDT have to be frozen in most cases, hence the <code class="docutils literal"><span class="pre">frozen<address></span></code> in the table definition above. Please see the section on <span class="xref std std-ref">frozen</span> for more details.</li> </ul> </div> Modified: cassandra/site/publish/doc/latest/data_modeling/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/data_modeling/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/data_modeling/index.html (original) +++ cassandra/site/publish/doc/latest/data_modeling/index.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="next" title="The Cassandra Query Language (CQL)" href="../cql/index.html"/> <link rel="prev" title="Guarantees" href="../architecture/guarantees.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="next" title="The Cassandra Query Language (CQL)" href="../cql/index.html"/> <link rel="prev" title="Guarantees" href="../architecture/guarantees.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/code_style.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/code_style.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/code_style.html (original) +++ cassandra/site/publish/doc/latest/development/code_style.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Review Checklist" href="how_to_review.html"/> <link rel="prev" title="Contributing Code Changes" href="patches.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Review Checklist" href="how_to_review.html"/> <link rel="prev" title="Contributing Code Changes" href="patches.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/how_to_commit.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/how_to_commit.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/how_to_commit.html (original) +++ cassandra/site/publish/doc/latest/development/how_to_commit.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Frequently Asked Questions" href="../faq/index.html"/> <link rel="prev" title="Review Checklist" href="how_to_review.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Frequently Asked Questions" href="../faq/index.html"/> <link rel="prev" title="Review Checklist" href="how_to_review.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/how_to_review.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/how_to_review.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/how_to_review.html (original) +++ cassandra/site/publish/doc/latest/development/how_to_review.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="How-to Commit" href="how_to_commit.html"/> <link rel="prev" title="Code Style" href="code_style.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="How-to Commit" href="how_to_commit.html"/> <link rel="prev" title="Code Style" href="code_style.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/ide.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/ide.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/ide.html (original) +++ cassandra/site/publish/doc/latest/development/ide.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Testing" href="testing.html"/> <link rel="prev" title="Cassandra Development" href="index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Testing" href="testing.html"/> <link rel="prev" title="Cassandra Development" href="index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/index.html (original) +++ cassandra/site/publish/doc/latest/development/index.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="next" title="Building and IDE Integration" href="ide.html"/> <link rel="prev" title="Troubleshooting" href="../troubleshooting/index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="next" title="Building and IDE Integration" href="ide.html"/> <link rel="prev" title="Troubleshooting" href="../troubleshooting/index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/patches.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/patches.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/patches.html (original) +++ cassandra/site/publish/doc/latest/development/patches.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Code Style" href="code_style.html"/> <link rel="prev" title="Testing" href="testing.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Code Style" href="code_style.html"/> <link rel="prev" title="Testing" href="testing.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/development/testing.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/development/testing.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/development/testing.html (original) +++ cassandra/site/publish/doc/latest/development/testing.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Contributing Code Changes" href="patches.html"/> <link rel="prev" title="Building and IDE Integration" href="ide.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Cassandra Development" href="index.html"/> <link rel="next" title="Contributing Code Changes" href="patches.html"/> <link rel="prev" title="Building and IDE Integration" href="ide.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/faq/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/faq/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/faq/index.html (original) +++ cassandra/site/publish/doc/latest/faq/index.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="next" title="Reporting Bugs and Contributing" href="../bugs.html"/> <link rel="prev" title="How-to Commit" href="../development/how_to_commit.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="next" title="Reporting Bugs and Contributing" href="../bugs.html"/> <link rel="prev" title="How-to Commit" href="../development/how_to_commit.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/genindex.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/genindex.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/genindex.html (original) +++ cassandra/site/publish/doc/latest/genindex.html Wed Aug 31 13:49:17 2016 @@ -9,7 +9,7 @@ is_sphinx_doc: true doc-title: "Index" doc-header-links: ' - <link rel="top" title="Apache Cassandra Documentation v3.10" href="index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="index.html"/> ' doc-search-path: "search.html" Modified: cassandra/site/publish/doc/latest/getting_started/configuring.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/getting_started/configuring.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/getting_started/configuring.html (original) +++ cassandra/site/publish/doc/latest/getting_started/configuring.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Inserting and querying" href="querying.html"/> <link rel="prev" title="Installing Cassandra" href="installing.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Inserting and querying" href="querying.html"/> <link rel="prev" title="Installing Cassandra" href="installing.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/getting_started/drivers.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/getting_started/drivers.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/getting_started/drivers.html (original) +++ cassandra/site/publish/doc/latest/getting_started/drivers.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Architecture" href="../architecture/index.html"/> <link rel="prev" title="Inserting and querying" href="querying.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Architecture" href="../architecture/index.html"/> <link rel="prev" title="Inserting and querying" href="querying.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/getting_started/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/getting_started/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/getting_started/index.html (original) +++ cassandra/site/publish/doc/latest/getting_started/index.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="next" title="Installing Cassandra" href="installing.html"/> <link rel="prev" title="Welcome to Apache Cassandraâs documentation!" href="../index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="next" title="Installing Cassandra" href="installing.html"/> <link rel="prev" title="Welcome to Apache Cassandraâs documentation!" href="../index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/getting_started/installing.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/getting_started/installing.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/getting_started/installing.html (original) +++ cassandra/site/publish/doc/latest/getting_started/installing.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Configuring Cassandra" href="configuring.html"/> <link rel="prev" title="Getting Started" href="index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Configuring Cassandra" href="configuring.html"/> <link rel="prev" title="Getting Started" href="index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/getting_started/querying.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/getting_started/querying.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/getting_started/querying.html (original) +++ cassandra/site/publish/doc/latest/getting_started/querying.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Client drivers" href="drivers.html"/> <link rel="prev" title="Configuring Cassandra" href="configuring.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Getting Started" href="index.html"/> <link rel="next" title="Client drivers" href="drivers.html"/> <link rel="prev" title="Configuring Cassandra" href="configuring.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/index.html (original) +++ cassandra/site/publish/doc/latest/index.html Wed Aug 31 13:49:17 2016 @@ -89,7 +89,7 @@ <div class="content"> <div class="container"> - <h2>Apache Cassandra Documentation v3.10</h2> + <h2>Apache Cassandra Documentation v3.7</h2> <div id="wipwarning">This documentation is currently a work-in-progress and contains a number of TODO sections. <a href="bugs.html">Contributions</a> are welcome.</div> Modified: cassandra/site/publish/doc/latest/objects.inv URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/objects.inv?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== Binary files - no diff available. Modified: cassandra/site/publish/doc/latest/operating/backups.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/backups.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/backups.html (original) +++ cassandra/site/publish/doc/latest/operating/backups.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Bulk Loading" href="bulk_loading.html"/> <link rel="prev" title="Change Data Capture" href="cdc.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Bulk Loading" href="bulk_loading.html"/> <link rel="prev" title="Change Data Capture" href="cdc.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/bloom_filters.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/bloom_filters.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/bloom_filters.html (original) +++ cassandra/site/publish/doc/latest/operating/bloom_filters.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Compression" href="compression.html"/> <link rel="prev" title="Compaction" href="compaction.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Compression" href="compression.html"/> <link rel="prev" title="Compaction" href="compaction.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/bulk_loading.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/bulk_loading.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/bulk_loading.html (original) +++ cassandra/site/publish/doc/latest/operating/bulk_loading.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Monitoring" href="metrics.html"/> <link rel="prev" title="Backups" href="backups.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Monitoring" href="metrics.html"/> <link rel="prev" title="Backups" href="backups.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/cdc.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/cdc.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/cdc.html (original) +++ cassandra/site/publish/doc/latest/operating/cdc.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Backups" href="backups.html"/> <link rel="prev" title="Compression" href="compression.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Backups" href="backups.html"/> <link rel="prev" title="Compression" href="compression.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/compaction.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/compaction.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/compaction.html (original) +++ cassandra/site/publish/doc/latest/operating/compaction.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Bloom Filters" href="bloom_filters.html"/> <link rel="prev" title="Hints" href="hints.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Bloom Filters" href="bloom_filters.html"/> <link rel="prev" title="Hints" href="hints.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/compression.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/compression.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/compression.html (original) +++ cassandra/site/publish/doc/latest/operating/compression.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Change Data Capture" href="cdc.html"/> <link rel="prev" title="Bloom Filters" href="bloom_filters.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Change Data Capture" href="cdc.html"/> <link rel="prev" title="Bloom Filters" href="bloom_filters.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/hardware.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/hardware.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/hardware.html (original) +++ cassandra/site/publish/doc/latest/operating/hardware.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Cassandra Tools" href="../tools/index.html"/> <link rel="prev" title="Security" href="security.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Cassandra Tools" href="../tools/index.html"/> <link rel="prev" title="Security" href="security.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/hints.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/hints.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/hints.html (original) +++ cassandra/site/publish/doc/latest/operating/hints.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Compaction" href="compaction.html"/> <link rel="prev" title="Read repair" href="read_repair.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Compaction" href="compaction.html"/> <link rel="prev" title="Read repair" href="read_repair.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/index.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/index.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/index.html (original) +++ cassandra/site/publish/doc/latest/operating/index.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="next" title="Snitch" href="snitch.html"/> <link rel="prev" title="Cassandra Configuration File" href="../configuration/cassandra_config_file.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="next" title="Snitch" href="snitch.html"/> <link rel="prev" title="Cassandra Configuration File" href="../configuration/cassandra_config_file.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/metrics.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/metrics.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/metrics.html (original) +++ cassandra/site/publish/doc/latest/operating/metrics.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Security" href="security.html"/> <link rel="prev" title="Bulk Loading" href="bulk_loading.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Security" href="security.html"/> <link rel="prev" title="Bulk Loading" href="bulk_loading.html"/> </head> <body> @@ -647,63 +647,39 @@ specific type.</p> <col width="65%" /> </colgroup> <thead valign="bottom"> -<tr class="row-odd"><th class="head"><p class="first last">Name</p> -</th> -<th class="head"><p class="first last">Type</p> -</th> -<th class="head"><p class="first last">Description</p> -</th> +<tr class="row-odd"><th class="head">Name</th> +<th class="head">Type</th> +<th class="head">Description</th> </tr> </thead> <tbody valign="top"> -<tr class="row-even"><td><p class="first last">Timeouts</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of timeouts encountered.</p> -</td> +<tr class="row-even"><td>Timeouts</td> +<td>Counter</td> +<td>Number of timeouts encountered.</td> </tr> -<tr class="row-odd"><td><p class="first last">Failures</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transaction failures encountered.</p> -</td> +<tr class="row-odd"><td>Failures</td> +<td>Counter</td> +<td>Number of transaction failures encountered.</td> </tr> -<tr class="row-even"><td><p class="first last"> </p> -</td> -<td><p class="first last">Latency</p> -</td> -<td><p class="first last">Transaction read latency.</p> -</td> +<tr class="row-even"><td> </td> +<td>Latency</td> +<td>Transaction read latency.</td> </tr> -<tr class="row-odd"><td><p class="first last">Unavailables</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of unavailable exceptions encountered.</p> -</td> +<tr class="row-odd"><td>Unavailables</td> +<td>Counter</td> +<td>Number of unavailable exceptions encountered.</td> </tr> -<tr class="row-even"><td><p class="first last">UnfinishedCommit</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transactions that were committed on read.</p> -</td> +<tr class="row-even"><td>UnfinishedCommit</td> +<td>Counter</td> +<td>Number of transactions that were committed on read.</td> </tr> -<tr class="row-odd"><td><p class="first last">ConditionNotMet</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transaction preconditions did not match current values.</p> -</td> +<tr class="row-odd"><td>ConditionNotMet</td> +<td>Counter</td> +<td>Number of transaction preconditions did not match current values.</td> </tr> -<tr class="row-even"><td><p class="first last">ContentionHistogram</p> -</td> -<td><p class="first last">Histogram</p> -</td> -<td><p class="first last">How many contended reads were encountered</p> -</td> +<tr class="row-even"><td>ContentionHistogram</td> +<td>Histogram</td> +<td>How many contended reads were encountered</td> </tr> </tbody> </table> @@ -722,56 +698,35 @@ specific type.</p> <col width="65%" /> </colgroup> <thead valign="bottom"> -<tr class="row-odd"><th class="head"><p class="first last">Name</p> -</th> -<th class="head"><p class="first last">Type</p> -</th> -<th class="head"><p class="first last">Description</p> -</th> +<tr class="row-odd"><th class="head">Name</th> +<th class="head">Type</th> +<th class="head">Description</th> </tr> </thead> <tbody valign="top"> -<tr class="row-even"><td><p class="first last">Timeouts</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of timeouts encountered.</p> -</td> +<tr class="row-even"><td>Timeouts</td> +<td>Counter</td> +<td>Number of timeouts encountered.</td> </tr> -<tr class="row-odd"><td><p class="first last">Failures</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transaction failures encountered.</p> -</td> +<tr class="row-odd"><td>Failures</td> +<td>Counter</td> +<td>Number of transaction failures encountered.</td> </tr> -<tr class="row-even"><td><p class="first last"> </p> -</td> -<td><p class="first last">Latency</p> -</td> -<td><p class="first last">Transaction write latency.</p> -</td> +<tr class="row-even"><td> </td> +<td>Latency</td> +<td>Transaction write latency.</td> </tr> -<tr class="row-odd"><td><p class="first last">UnfinishedCommit</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transactions that were committed on write.</p> -</td> +<tr class="row-odd"><td>UnfinishedCommit</td> +<td>Counter</td> +<td>Number of transactions that were committed on write.</td> </tr> -<tr class="row-even"><td><p class="first last">ConditionNotMet</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transaction preconditions did not match current values.</p> -</td> +<tr class="row-even"><td>ConditionNotMet</td> +<td>Counter</td> +<td>Number of transaction preconditions did not match current values.</td> </tr> -<tr class="row-odd"><td><p class="first last">ContentionHistogram</p> -</td> -<td><p class="first last">Histogram</p> -</td> -<td><p class="first last">How many contended writes were encountered</p> -</td> +<tr class="row-odd"><td>ContentionHistogram</td> +<td>Histogram</td> +<td>How many contended writes were encountered</td> </tr> </tbody> </table> @@ -790,42 +745,27 @@ specific type.</p> <col width="64%" /> </colgroup> <thead valign="bottom"> -<tr class="row-odd"><th class="head"><p class="first last">Name</p> -</th> -<th class="head"><p class="first last">Type</p> -</th> -<th class="head"><p class="first last">Description</p> -</th> +<tr class="row-odd"><th class="head">Name</th> +<th class="head">Type</th> +<th class="head">Description</th> </tr> </thead> <tbody valign="top"> -<tr class="row-even"><td><p class="first last">Timeouts</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of timeouts encountered.</p> -</td> +<tr class="row-even"><td>Timeouts</td> +<td>Counter</td> +<td>Number of timeouts encountered.</td> </tr> -<tr class="row-odd"><td><p class="first last">Failures</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of read failures encountered.</p> -</td> +<tr class="row-odd"><td>Failures</td> +<td>Counter</td> +<td>Number of read failures encountered.</td> </tr> -<tr class="row-even"><td><p class="first last"> </p> -</td> -<td><p class="first last">Latency</p> -</td> -<td><p class="first last">Read latency.</p> -</td> +<tr class="row-even"><td> </td> +<td>Latency</td> +<td>Read latency.</td> </tr> -<tr class="row-odd"><td><p class="first last">Unavailables</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of unavailable exceptions encountered.</p> -</td> +<tr class="row-odd"><td>Unavailables</td> +<td>Counter</td> +<td>Number of unavailable exceptions encountered.</td> </tr> </tbody> </table> @@ -844,42 +784,27 @@ specific type.</p> <col width="64%" /> </colgroup> <thead valign="bottom"> -<tr class="row-odd"><th class="head"><p class="first last">Name</p> -</th> -<th class="head"><p class="first last">Type</p> -</th> -<th class="head"><p class="first last">Description</p> -</th> +<tr class="row-odd"><th class="head">Name</th> +<th class="head">Type</th> +<th class="head">Description</th> </tr> </thead> <tbody valign="top"> -<tr class="row-even"><td><p class="first last">Timeouts</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of timeouts encountered.</p> -</td> +<tr class="row-even"><td>Timeouts</td> +<td>Counter</td> +<td>Number of timeouts encountered.</td> </tr> -<tr class="row-odd"><td><p class="first last">Failures</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of range query failures encountered.</p> -</td> +<tr class="row-odd"><td>Failures</td> +<td>Counter</td> +<td>Number of range query failures encountered.</td> </tr> -<tr class="row-even"><td><p class="first last"> </p> -</td> -<td><p class="first last">Latency</p> -</td> -<td><p class="first last">Range query latency.</p> -</td> +<tr class="row-even"><td> </td> +<td>Latency</td> +<td>Range query latency.</td> </tr> -<tr class="row-odd"><td><p class="first last">Unavailables</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of unavailable exceptions encountered.</p> -</td> +<tr class="row-odd"><td>Unavailables</td> +<td>Counter</td> +<td>Number of unavailable exceptions encountered.</td> </tr> </tbody> </table> @@ -898,42 +823,27 @@ specific type.</p> <col width="64%" /> </colgroup> <thead valign="bottom"> -<tr class="row-odd"><th class="head"><p class="first last">Name</p> -</th> -<th class="head"><p class="first last">Type</p> -</th> -<th class="head"><p class="first last">Description</p> -</th> +<tr class="row-odd"><th class="head">Name</th> +<th class="head">Type</th> +<th class="head">Description</th> </tr> </thead> <tbody valign="top"> -<tr class="row-even"><td><p class="first last">Timeouts</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of timeouts encountered.</p> -</td> +<tr class="row-even"><td>Timeouts</td> +<td>Counter</td> +<td>Number of timeouts encountered.</td> </tr> -<tr class="row-odd"><td><p class="first last">Failures</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of write failures encountered.</p> -</td> +<tr class="row-odd"><td>Failures</td> +<td>Counter</td> +<td>Number of write failures encountered.</td> </tr> -<tr class="row-even"><td><p class="first last"> </p> -</td> -<td><p class="first last">Latency</p> -</td> -<td><p class="first last">Write latency.</p> -</td> +<tr class="row-even"><td> </td> +<td>Latency</td> +<td>Write latency.</td> </tr> -<tr class="row-odd"><td><p class="first last">Unavailables</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of unavailable exceptions encountered.</p> -</td> +<tr class="row-odd"><td>Unavailables</td> +<td>Counter</td> +<td>Number of unavailable exceptions encountered.</td> </tr> </tbody> </table> @@ -952,54 +862,33 @@ specific type.</p> <col width="72%" /> </colgroup> <tbody valign="top"> -<tr class="row-odd"><td><p class="first last">Timeouts</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of timeouts encountered.</p> -</td> +<tr class="row-odd"><td>Timeouts</td> +<td>Counter</td> +<td>Number of timeouts encountered.</td> </tr> -<tr class="row-even"><td><p class="first last">Failures</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of transaction failures encountered.</p> -</td> +<tr class="row-even"><td>Failures</td> +<td>Counter</td> +<td>Number of transaction failures encountered.</td> </tr> -<tr class="row-odd"><td><p class="first last">Unavailables</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Number of unavailable exceptions encountered.</p> -</td> +<tr class="row-odd"><td>Unavailables</td> +<td>Counter</td> +<td>Number of unavailable exceptions encountered.</td> </tr> -<tr class="row-even"><td><p class="first last">ViewReplicasAttempted</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Total number of attempted view replica writes.</p> -</td> +<tr class="row-even"><td>ViewReplicasAttempted</td> +<td>Counter</td> +<td>Total number of attempted view replica writes.</td> </tr> -<tr class="row-odd"><td><p class="first last">ViewReplicasSuccess</p> -</td> -<td><p class="first last">Counter</p> -</td> -<td><p class="first last">Total number of succeded view replica writes.</p> -</td> +<tr class="row-odd"><td>ViewReplicasSuccess</td> +<td>Counter</td> +<td>Total number of succeded view replica writes.</td> </tr> -<tr class="row-even"><td><p class="first last">ViewPendingMutations</p> -</td> -<td><p class="first last">Gauge<Long></p> -</td> -<td><p class="first last">ViewReplicasAttempted - ViewReplicasSuccess.</p> -</td> +<tr class="row-even"><td>ViewPendingMutations</td> +<td>Gauge<Long></td> +<td>ViewReplicasAttempted - ViewReplicasSuccess.</td> </tr> -<tr class="row-odd"><td><p class="first last">ViewWriteLatency</p> -</td> -<td><p class="first last">Timer</p> -</td> -<td><p class="first last">Time between when mutation is applied to base table and when CL.ONE is achieved on view.</p> -</td> +<tr class="row-odd"><td>ViewWriteLatency</td> +<td>Timer</td> +<td>Time between when mutation is applied to base table and when CL.ONE is achieved on view.</td> </tr> </tbody> </table> Modified: cassandra/site/publish/doc/latest/operating/read_repair.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/read_repair.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/read_repair.html (original) +++ cassandra/site/publish/doc/latest/operating/read_repair.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Hints" href="hints.html"/> <link rel="prev" title="Repair" href="repair.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Hints" href="hints.html"/> <link rel="prev" title="Repair" href="repair.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/repair.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/repair.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/repair.html (original) +++ cassandra/site/publish/doc/latest/operating/repair.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Read repair" href="read_repair.html"/> <link rel="prev" title="Adding, replacing, moving and removing nodes" href="topo_changes.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Read repair" href="read_repair.html"/> <link rel="prev" title="Adding, replacing, moving and removing nodes" href="topo_changes.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/security.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/security.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/security.html (original) +++ cassandra/site/publish/doc/latest/operating/security.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Hardware Choices" href="hardware.html"/> <link rel="prev" title="Monitoring" href="metrics.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Hardware Choices" href="hardware.html"/> <link rel="prev" title="Monitoring" href="metrics.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/snitch.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/snitch.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/snitch.html (original) +++ cassandra/site/publish/doc/latest/operating/snitch.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Adding, replacing, moving and removing nodes" href="topo_changes.html"/> <link rel="prev" title="Operating Cassandra" href="index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Adding, replacing, moving and removing nodes" href="topo_changes.html"/> <link rel="prev" title="Operating Cassandra" href="index.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/operating/topo_changes.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/operating/topo_changes.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/operating/topo_changes.html (original) +++ cassandra/site/publish/doc/latest/operating/topo_changes.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Repair" href="repair.html"/> <link rel="prev" title="Snitch" href="snitch.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="../index.html"/> <link rel="up" title="Operating Cassandra" href="index.html"/> <link rel="next" title="Repair" href="repair.html"/> <link rel="prev" title="Snitch" href="snitch.html"/> </head> <body> Modified: cassandra/site/publish/doc/latest/search.html URL: http://svn.apache.org/viewvc/cassandra/site/publish/doc/latest/search.html?rev=1758605&r1=1758604&r2=1758605&view=diff ============================================================================== --- cassandra/site/publish/doc/latest/search.html (original) +++ cassandra/site/publish/doc/latest/search.html Wed Aug 31 13:49:17 2016 @@ -24,7 +24,7 @@ <link rel="stylesheet" href="./../../css/sphinx.css"> - <link rel="top" title="Apache Cassandra Documentation v3.10" href="index.html"/> + <link rel="top" title="Apache Cassandra Documentation v3.7" href="index.html"/> </head> <body>
