Skip to content

Commit 4e0ddfb

Browse files
committed
Redirect to new docs on docs.datastax.com
1 parent b9dcaff commit 4e0ddfb

File tree

328 files changed

+4284
-224922
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+4284
-224922
lines changed

2.0.12.3/changelog/index.html

Lines changed: 14 additions & 863 deletions
Large diffs are not rendered by default.

2.0.12.3/faq/index.html

Lines changed: 14 additions & 226 deletions
Original file line numberDiff line numberDiff line change
@@ -1,232 +1,20 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5-
<meta charset="utf-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
9-
<meta name="description" content="High performance Java client for Apache Cassandra">
10-
<meta name="author" content="DataStax">
11-
12-
<title>Java Driver for Apache Cassandra - Frequently Asked Questions</title>
13-
14-
<link rel="icon" href="../../favicon.ico">
15-
<link rel="apple-touch-icon" href="../../favicon.png">
16-
<link href="../../css/style.css" rel="stylesheet">
17-
<link href="../../css/pygments.css" rel="stylesheet">
18-
<link href="../../css/hotkeys.css" rel="stylesheet">
19-
20-
<!--[if lt IE 9]>
21-
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
22-
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
23-
<![endif]-->
5+
<meta http-equiv="refresh" content="10; url=http://docs.datastax.com/en/developer/java-driver/2.0/faq/index.html" />
6+
<style>
7+
body {
8+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
9+
}
10+
</style>
2411
</head>
25-
<body ng-app="docs">
26-
<div class="navbar">
27-
<div class="container-fluid">
28-
<div class="row row-offcanvas row-offcanvas-left">
29-
<div class="col-sm-3 text-center">
30-
<a class="ds-home" href="../"><img alt="Brand" src="../../img/logo.png"></a>
31-
<ul class="list-inline ds-sites" role="nav">
32-
<li><a href="https://academy.datastax.com/" class="navbar-link">DataStax Academy</a></li>
33-
<li><a href="http://www.datastax.com/dev/blog" class="navbar-link">Tech Blog</a></li>
34-
<li><a href="http://www.datastax.com/what-we-offer/products-services/support" class="navbar-link">Support</a></li>
35-
</ul>
36-
</div>
37-
<div class="col-md-5">
38-
<p class="lead pubtitle">Java Driver for Apache Cassandra</p>
39-
40-
<div class="text-info">
41-
<span class="text-warning">Attention:</span> Viewing documentation for version
42-
<div class="btn-group">
43-
<button id="current-version" class="btn btn-default btn-sm dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
44-
2.0.12.3
45-
<span class="caret"></span>
46-
</button>
47-
<ul class="dropdown-menu" role="menu" aria-labelledby="current-version">
48-
49-
<li><a href="../../faq/">3.1.0</a></li>
50-
51-
<li><a href="../../3.0.3/faq/">3.0.3</a></li>
52-
53-
<li><a href="../../3.0.1/faq/">3.0.1</a></li>
54-
55-
<li><a href="../../3.0.0/faq/">3.0.0</a></li>
56-
57-
<li><a href="../../2.1.10.1/faq/">2.1.10.1</a></li>
58-
59-
<li><a href="../../2.1.10/faq/">2.1.10</a></li>
60-
61-
<li><a href="../../2.1.9/faq/">2.1.9</a></li>
62-
63-
<li><a href="../../2.1.8/faq/">2.1.8</a></li>
64-
65-
<li><a href="../../2.1.7/faq/">2.1.7</a></li>
66-
67-
<li class="disabled"><a href="./">2.0.12.3</a></li>
68-
69-
</ul>
70-
</div>
71-
</div>
72-
73-
</div>
74-
<div class="col-md-4">
75-
<form id="search" class="form-search dropdown visible-lg-inline-block" ng-controller="search" ng-class="{open: hasResults}" role="search" ng-submit="submit()" data-spy="affix" data-offset-top="130">
76-
<div class="form-group has-feedback">
77-
<input type="search" class="form-control input-sm mousetrap" placeholder="Search..." ng-model="q" ng-change="search('2.0.12.3')" ng-disabled="!searchReady" disabled data-hotkey="{down: moveDown, up: moveUp, esc: reset}" data-search>
78-
</div>
79-
<ul class="dropdown-menu search-results" role="menu">
80-
<li ng-repeat="result in results" ng-class="{'bg-warning': $index == current}"><a ng-href="{{basePath}}{{result.path}}"><span ng-bind-html="summary(result)"></span></a></li>
81-
</ul>
82-
</form>
83-
<a href="http://www.datastax.com/download" class="btn btn-primary btn-sm">Download</a>
84-
</div>
85-
</div>
86-
</div>
87-
</div>
88-
89-
<div class="container-fluid" id="content">
90-
<div class="row">
91-
<div class="col-md-3">
92-
<div id="navigation" class="side-nav" role="tablist" aria-multiselectable="true">
93-
<h3><a href="../">Contents</a></h3>
94-
<ul class="nav nav-pills nav-stacked">
95-
96-
97-
<li>
98-
<a href="../changelog/">
99-
Changelog <small>page</small>
100-
101-
</a>
102-
103-
</li>
104-
105-
106-
<li>
107-
<a href="../features/">
108-
Features <small>page</small>
109-
110-
111-
<span class="glyphicon glyphicon-plus-sign pull-right" aria-hidden="true"></span>
112-
113-
114-
</a>
115-
116-
</li>
117-
118-
119-
<li class="active">
120-
<a href="./" class="current">
121-
Frequently Asked Questions <small>page</small>
122-
123-
</a>
124-
<ul class="nav nav-pills nav-stacked">
125-
126-
</ul>
127-
128-
</li>
129-
130-
131-
<li>
132-
<a href="../upgrade_guide/">
133-
Upgrade guide <small>page</small>
134-
135-
</a>
136-
137-
</li>
138-
139-
</ul>
140-
141-
</div>
142-
</div>
143-
<div class="col-md-9 content">
144-
<div class="crumbs-wrapper">
145-
<nav id="crumbs" data-spy="affix" data-offset-top="130">
146-
<ol class="breadcrumb">
147-
148-
149-
150-
<li><a href="../">Home</a></li>
151-
152-
153-
154-
155-
156-
<li class="active">Frequently Asked Questions</li>
157-
158-
159-
160-
</ol>
161-
</nav>
162-
</div>
163-
164-
165-
<h2 id="frequently-asked-questions" class="target">Frequently Asked Questions<a class="anchor" href="#frequently-asked-questions" aria-hidden="true"><span class="glyphicon glyphicon-link"></span></a>
166-
</h2>
167-
168-
<h3 id="how-do-i-implement-paging" class="target">How do I implement paging?<a class="anchor" href="#how-do-i-implement-paging" aria-hidden="true"><span class="glyphicon glyphicon-link"></span></a>
169-
</h3>
170-
171-
<p>When using <a href="../features/native_protocol/">native protocol</a> version 2 or
172-
higher, the driver automatically pages large result sets under the hood.
173-
You can also save the paging state to resume iteration later. See <a href="../features/paging/">this
174-
page</a> for more information.</p>
175-
176-
<p>Native protocol v1 does not support paging, but you can emulate it in
177-
CQL with <code>LIMIT</code> and the <code>token()</code> function. See
178-
<a href="https://groups.google.com/a/lists.datastax.com/d/msg/java-driver-user/U2KzAHruWO4/6vDmUVDDkOwJ">this conversation</a> on the mailing list.</p>
179-
180-
181-
</div>
182-
</div>
183-
</div>
184-
185-
186-
<footer class="container text-muted">
187-
<ul class="list-inline">
188-
189-
190-
<li>
191-
<a href="https://github.com/datastax/java-driver/">Code</a>
192-
</li>
193-
194-
<li>·</li>
195-
<li>
196-
<a href="http://datastax.github.io/java-driver/">Docs</a>
197-
</li>
198-
199-
<li>·</li>
200-
<li>
201-
<a href="https://datastax-oss.atlassian.net/browse/JAVA/">Issues</a>
202-
</li>
203-
204-
<li>·</li>
205-
<li>
206-
<a href="https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user">Mailing List</a>
207-
</li>
208-
209-
<li>·</li>
210-
<li>
211-
<a href="irc://irc.freenode.net/datastax-drivers">IRC Channel</a>
212-
</li>
213-
214-
<li>·</li>
215-
<li>
216-
<a href="https://github.com/datastax/java-driver/releases">Releases</a>
217-
</li>
218-
219-
</ul>
220-
</footer>
221-
222-
223-
<script src="../../js/jquery.js"></script>
224-
<script src="../../js/bootstrap.js"></script>
225-
<script src="../../js/angular.js"></script>
226-
<script src="../../js/mousetrap.js"></script>
227-
<script src="../../js/hotkeys.js"></script>
228-
<script src="../../js/ZeroClipboard.js"></script>
229-
<script src="../../js/lunr.js"></script>
230-
<script src="../../js/app.js"></script>
12+
<body>
13+
<h2>We've relocated our docs to datastax.com</h2>
14+
<p>
15+
You'll be redirected to the following URL in 10 seconds:<br/>
16+
<a href="http://docs.datastax.com/en/developer/java-driver/2.0/faq/index.html">http://docs.datastax.com/en/developer/java-driver/2.0/faq/index.html</a>
17+
</p>
23118
</body>
23219
</html>
20+

0 commit comments

Comments
 (0)