2222 <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
2323 <![endif]-->
2424 </ head >
25- < body ng-app ="docs " data-spy ="scroll " data-target =".side-nav ">
26- < header class ="navbar navbar-default navbar-static-top " role ="navigation ">
27- < div class ="container ">
28- < div class ="navbar-header ">
29- < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
30- < span class ="sr-only "> Toggle navigation</ span >
31- < span class ="icon-bar "> </ span >
32- < span class ="icon-bar "> </ span >
33- < span class ="icon-bar "> </ span >
34- </ button >
35- < a class ="navbar-brand " href ="../../ "> Java Driver for Apache Cassandra</ a >
25+ < body ng-app ="docs " data-spy ="scroll " data-target ="#table-of-contents " data-offset ="69 ">
26+ < header class ="container-fluid navbar ">
27+ < div class ="row ">
28+ < div class ="col-sm-4 ">
29+ < a class ="navbar-brand " href ="../../ "> < img alt ="Brand " src ="../../../img/logo.png "> Java Driver for Apache Cassandra</ a >
3630 </ div >
37- < div class ="collapse navbar-collapse " ng-controller ="search ">
38- < ul class ="nav navbar-nav ">
39-
40-
41-
42- < li class ="active ">
43- < a href ="../ "> Features</ a >
44- </ li >
45-
46-
47-
48-
49- </ ul >
50- < form class ="navbar-form form-search navbar-right dropdown visible-lg-block " ng-class ="{open: hasResults} " role ="search " ng-submit ="submit() ">
51- < div class ="form-group has-feedback ">
52- < input type ="search " class ="form-control input-sm mousetrap " placeholder ="Search... " ng-model ="q " ng-change ="search('2.0.10.1') " ng-disabled ="!searchReady " disabled data-hotkey ="{down: moveDown, up: moveUp, esc: reset} " data-search >
31+ < div class ="col-md-4 col-md-offset-4 ">
32+ < div class ="row ">
33+ < div class ="col-md-12 ">
34+ < ul class ="list-inline " role ="nav ">
35+ < li > < a href ="https://academy.datastax.com/ " class ="navbar-link "> DataStax Academy</ a > </ li >
36+ < li > < a href ="http://www.datastax.com/dev/blog " class ="navbar-link "> Tech Blog</ a > </ li >
37+ < li > < a href ="http://www.datastax.com/what-we-offer/products-services/support " class ="navbar-link "> Support</ a > </ li >
38+ </ ul >
39+ </ div >
40+ </ div >
41+ < div class ="row ">
42+ < div class ="col-md-8 ">
43+ < form id ="search " class ="form-search dropdown visible-lg-block " ng-controller ="search " ng-class ="{open: hasResults} " role ="search " ng-submit ="submit() " data-spy ="affix " data-offset-top ="130 ">
44+ < div class ="form-group has-feedback ">
45+ < input type ="search " class ="form-control input-sm mousetrap " placeholder ="Search... " ng-model ="q " ng-change ="search('2.0.10.1') " ng-disabled ="!searchReady " disabled data-hotkey ="{down: moveDown, up: moveUp, esc: reset} " data-search >
46+ </ div >
47+ < ul class ="dropdown-menu search-results " role ="menu ">
48+ < 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 >
49+ </ ul >
50+ </ form >
51+ </ div >
52+ < div class ="col-md-4 ">
53+ < a href ="http://www.datastax.com/download " class ="btn btn-primary btn-sm "> Download</ a >
5354 </ div >
54- < ul class ="dropdown-menu " role ="menu ">
55- < 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 >
56- </ ul >
57- </ form >
55+ </ div >
5856 </ div >
5957 </ div >
60- </ header >
61-
62- < div class ="container " id ="content ">
63- < div class ="row ">
64- < div class ="col-md-9 content ">
65- < nav class ="crumbs ">
58+ < div class ="row crumbs-wrapper ">
59+ < div class ="col-md-12 ">
60+ < nav id ="crumbs " data-spy ="affix " data-offset-top ="130 ">
6661 < ol class ="breadcrumb ">
6762
6863 < li >
69- < div class ="dropdown ">
70- < button id ="current-version " class ="btn btn-default btn-sm " type ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
64+ < div class ="btn-group ">
65+ < button id ="current-version " class ="btn btn-default btn-sm dropdown-toggle " type ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
7166 2.0.10.1
7267 < span class ="caret "> </ span >
7368 </ button >
8580
8681 < li > < a href ="../../../2.1.5/features/address_resolution/ "> 2.1.5</ a > </ li >
8782
83+ < li > < a href ="../../../2.0.11/features/address_resolution/ "> 2.0.11</ a > </ li >
84+
8885 < li class ="disabled "> < a href ="./ "> 2.0.10.1</ a > </ li >
8986
9087 < li > < a href ="../../../2.0.10/features/address_resolution/ "> 2.0.10</ a > </ li >
109106
110107
111108 < li class ="active "> Address resolution</ li >
109+ < li class ="dropdown " id ="table-of-contents ">
110+ < div class ="btn-group ">
111+ < button id ="current-section " type ="button " class ="btn btn-default btn-sm dropdown-toggle " data-toggle ="dropdown ">
112+ Jump to… < span class ="caret "> </ span > < span class ="sr-only "> Table of Contents</ span >
113+ </ button >
114+ < ul class ="dropdown-menu nav nav-pills nav-stacked ">
115+ < li >
116+ < a href ="#address-resolution "> Address resolution
117+ </ a > < ul class ="nav nav-pills nav-stacked ">
118+ < li > < a href ="#the-address-translater-interface "> The AddressTranslater interface
119+ </ a > </ li >
120+ < li > < a href ="#ec2-multi-region "> EC2 multi-region
121+ </ a > </ li >
122+ </ ul >
123+ </ li >
124+ </ ul >
125+ </ div >
126+ </ li >
112127
113128
114129
115130 </ ol >
116131 </ nav >
132+ </ div >
133+ </ div >
134+ </ header >
135+
136+ < div class ="container-fluid " id ="content ">
137+ < div class ="row ">
138+ < div class ="col-md-3 ">
139+ < div id ="navigation " class ="side-nav " role ="tablist " aria-multiselectable ="true ">
140+ < h3 > Contents</ h3 >
141+ < ul class ="nav nav-pills nav-stacked ">
142+
143+
144+
145+ < li class ="active ">
146+ < a href ="../ "> Features < small > page</ small > </ a >
147+ < ul class ="nav nav-pills nav-stacked ">
148+
149+
150+
151+ < li class ="active ">
152+ < a href ="./ " class ="current "> Address resolution < small > page</ small > </ a >
153+
154+ </ li >
155+
156+
157+
158+
159+ < li > < a href ="../pooling/ "> Connection pooling < small > page</ small > </ a > </ li >
160+
161+
162+
163+
164+ < li > < a href ="../logging/ "> Logging < small > page</ small > </ a > </ li >
165+
166+
167+
168+
169+ < li > < a href ="../metadata/ "> Metadata < small > page</ small > </ a > </ li >
170+
171+
172+
173+
174+ < li > < a href ="../native_protocol/ "> Native protocol < small > page</ small > </ a > </ li >
175+
176+
177+
178+
179+ < li > < a href ="../paging/ "> Paging < small > page</ small > </ a > </ li >
180+
181+
182+
183+
184+ < li > < a href ="../speculative_execution/ "> Speculative query execution < small > page</ small > </ a > </ li >
185+
186+
187+
188+
189+ < li > < a href ="../shaded_jar/ "> Using the shaded JAR < small > page</ small > </ a > </ li >
190+
191+
192+ </ ul >
193+
194+ </ li >
195+
196+
197+ </ ul >
198+
199+ </ div >
200+ </ div >
201+ < div class ="col-md-9 content ">
117202
118203
119- < h2 id ="address-resolution "> Address resolution< a class ="anchor " href ="#address-resolution " aria-hidden ="true "> < span class ="glyphicon glyphicon-link "> </ span > </ a >
204+ < h2 id ="address-resolution " class =" target " > Address resolution< a class ="anchor " href ="#address-resolution " aria-hidden ="true "> < span class ="glyphicon glyphicon-link "> </ span > </ a >
120205</ h2 >
121206
122207< p > The driver auto-detects new Cassandra nodes added to the cluster through server
@@ -129,7 +214,7 @@ <h2 id="address-resolution">Address resolution<a class="anchor" href="#address-r
129214(for instance, it might be a private IP, but some clients may have to use a public IP, or
130215go through a router).</ p >
131216
132- < h3 id ="the-address-translater-interface "> The < a href ="http://docs.datastax.com/en/drivers/java/2.0/com/datastax/driver/core/policies/AddressTranslater.html "> AddressTranslater</ a > interface< a class ="anchor " href ="#the-address-translater-interface " aria-hidden ="true "> < span class ="glyphicon glyphicon-link "> </ span > </ a >
217+ < h3 id ="the-address-translater-interface " class =" target " > The < a href ="http://docs.datastax.com/en/drivers/java/2.0/com/datastax/driver/core/policies/AddressTranslater.html "> AddressTranslater</ a > interface< a class ="anchor " href ="#the-address-translater-interface " aria-hidden ="true "> < span class ="glyphicon glyphicon-link "> </ span > </ a >
133218</ h3 >
134219
135220< p > This interface allows you to deal with such cases, by transforming the address sent by a
@@ -157,7 +242,7 @@ <h3 id="the-address-translater-interface">The <a href="http://docs.datastax.com/
157242future release.</ li >
158243</ ul >
159244
160- < h3 id ="ec2-multi-region "> EC2 multi-region< a class ="anchor " href ="#ec2-multi-region " aria-hidden ="true "> < span class ="glyphicon glyphicon-link "> </ span > </ a >
245+ < h3 id ="ec2-multi-region " class =" target " > EC2 multi-region< a class ="anchor " href ="#ec2-multi-region " aria-hidden ="true "> < span class ="glyphicon glyphicon-link "> </ span > </ a >
161246</ h3 >
162247
163248< p > < a href ="http://docs.datastax.com/en/drivers/java/2.0/com/datastax/driver/core/policies/EC2MultiRegionAddressTranslater.html "> EC2MultiRegionAddressTranslater</ a > is provided out of the box. It
@@ -182,34 +267,6 @@ <h3 id="ec2-multi-region">EC2 multi-region<a class="anchor" href="#ec2-multi-reg
182267
183268
184269 </ div >
185- < div class ="col-md-3 ">
186- < div id ="navigation " class ="panel-group side-nav " data-spy ="affix " data-offset-top ="60 " data-offset-bottom ="80 " role ="tablist " aria-multiselectable ="true ">
187- < div id ="table-of-contents-panel " class ="panel panel-default ">
188- < div id ="table-of-contents-heading " class ="panel-heading " role ="tab ">
189- < h4 class ="panel-title ">
190- < a data-toggle ="collapse " href ="#table-of-contents " aria-expanded ="true " aria-controls ="table-of-contents ">
191- Contents< i class ="pull-right glyphicon glyphicon-chevron-up "> </ i >
192- </ a >
193- </ h4 >
194- </ div >
195- < div id ="table-of-contents " class ="panel-collapse collapse in " role ="tabpanel " aria-labelledby ="table-of-contents-heading ">
196- < div class ="panel-body ">
197- < ol class ="nav nav-pills nav-stacked toc "> < li >
198- < a href ="#address-resolution "> Address resolution
199- </ a > < ol class ="nav nav-pills nav-stacked ">
200- < li > < a href ="#the-address-translater-interface "> The AddressTranslater interface
201- </ a > </ li >
202- < li > < a href ="#ec2-multi-region "> EC2 multi-region
203- </ a > </ li >
204- </ ol >
205- </ li > </ ol >
206- </ div >
207- </ div >
208- </ div >
209-
210-
211- </ div >
212- </ div >
213270 </ div >
214271 </ div >
215272
0 commit comments