Skip to content

Commit b10ea18

Browse files
committed
Update from 3.5 to 3.6 in docs
1 parent 6eede3a commit b10ea18

File tree

32 files changed

+242
-242
lines changed

32 files changed

+242
-242
lines changed

manual/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ String firstName = row.getString("first_name");
209209
<tr> <td>blob</td> <td>getBytes</td> <td>java.nio.ByteBuffer</td> </tr>
210210
<tr> <td>boolean</td> <td>getBool</td> <td>boolean</td> </tr>
211211
<tr> <td>counter</td> <td>getLong</td> <td>long</td> </tr>
212-
<tr> <td>date</td> <td>getDate</td> <td><a href="http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/LocalDate.html">LocalDate</a></td> </tr>
212+
<tr> <td>date</td> <td>getDate</td> <td><a href="http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/LocalDate.html">LocalDate</a></td> </tr>
213213
<tr> <td>decimal</td> <td>getDecimal</td> <td>java.math.BigDecimal</td> </tr>
214214
<tr> <td>double</td> <td>getDouble</td> <td>double</td> </tr>
215215
<tr> <td>float</td> <td>getFloat</td> <td>float</td> </tr>
@@ -291,17 +291,17 @@ menu on the left hand side to navigate sub-sections. If you're [browsing the sou
291291
github.com](https://github.com/datastax/java-driver/tree/3.x/manual),
292292
simply navigate to each sub-directory.
293293

294-
[Cluster]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Cluster.html
295-
[Cluster.Builder]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Cluster.Builder.html
296-
[Initializer]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Cluster.Initializer.html
297-
[Session]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Session.html
298-
[ResultSet]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/ResultSet.html
299-
[Row]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Row.html
300-
[NettyOptions]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/NettyOptions.html
301-
[QueryOptions]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/QueryOptions.html
302-
[SocketOptions]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/SocketOptions.html
303-
[Host.StateListener]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Host.StateListener.html
304-
[LatencyTracker]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/LatencyTracker.html
305-
[SchemaChangeListener]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/SchemaChangeListener.html
306-
[NoHostAvailableException]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/exceptions/NoHostAvailableException.html
307-
[LocalDate]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/LocalDate.html
294+
[Cluster]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Cluster.html
295+
[Cluster.Builder]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Cluster.Builder.html
296+
[Initializer]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Cluster.Initializer.html
297+
[Session]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Session.html
298+
[ResultSet]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/ResultSet.html
299+
[Row]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Row.html
300+
[NettyOptions]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/NettyOptions.html
301+
[QueryOptions]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/QueryOptions.html
302+
[SocketOptions]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/SocketOptions.html
303+
[Host.StateListener]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Host.StateListener.html
304+
[LatencyTracker]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/LatencyTracker.html
305+
[SchemaChangeListener]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/SchemaChangeListener.html
306+
[NoHostAvailableException]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/exceptions/NoHostAvailableException.html
307+
[LocalDate]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/LocalDate.html

manual/address_resolution/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ private/public switch automatically based on location).
102102

103103

104104

105-
[AddressTranslator]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/policies/AddressTranslator.html
106-
[EC2MultiRegionAddressTranslator]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/policies/EC2MultiRegionAddressTranslator.html
105+
[AddressTranslator]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/policies/AddressTranslator.html
106+
[EC2MultiRegionAddressTranslator]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/policies/EC2MultiRegionAddressTranslator.html
107107

108108
[cassandra.yaml]: https://docs.datastax.com/en/cassandra/3.x/cassandra/configuration/configCassandra_yaml.html
109109
[rpc_address]: https://docs.datastax.com/en/cassandra/3.x/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__rpc_address

manual/async/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ to the current page, and [fetchMoreResults] to get a future to the next
5151
page (see also the section on [paging](../paging/)).
5252
Here is a full example:
5353

54-
[getAvailableWithoutFetching]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/ResultSet.html#getAvailableWithoutFetching--
55-
[fetchMoreResults]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/ResultSet.html#fetchMoreResults--
54+
[getAvailableWithoutFetching]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/ResultSet.html#getAvailableWithoutFetching--
55+
[fetchMoreResults]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/ResultSet.html#fetchMoreResults--
5656

5757
```java
5858
Statement statement = new SimpleStatement("select * from foo").setFetchSize(20);
@@ -134,5 +134,5 @@ There are still a few places where the driver will block internally
134134
hasn't been fetched already.
135135

136136
[ListenableFuture]: https://github.com/google/guava/wiki/ListenableFutureExplained
137-
[init]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/Cluster.html#init--
138-
[query trace]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/QueryTrace.html
137+
[init]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/Cluster.html#init--
138+
[query trace]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/QueryTrace.html

manual/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
*Coming soon... In the meantime, see the javadoc for [AuthProvider].*
44

5-
[AuthProvider]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/AuthProvider.html
5+
[AuthProvider]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/AuthProvider.html

manual/custom_codecs/README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -447,26 +447,26 @@ Beware that in these cases, the lookup performs in average 10x worse. If perform
447447
consider using prepared statements all the time.
448448

449449
[JAVA-721]: https://datastax-oss.atlassian.net/browse/JAVA-721
450-
[TypeCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TypeCodec.html
451-
[LocalDate]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/LocalDate.html
450+
[TypeCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TypeCodec.html
451+
[LocalDate]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/LocalDate.html
452452
[ByteBuffer]: http://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html
453-
[serialize]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TypeCodec.html#serialize-T-com.datastax.driver.core.ProtocolVersion-
454-
[deserialize]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TypeCodec.html#deserialize-java.nio.ByteBuffer-com.datastax.driver.core.ProtocolVersion-
455-
[TypeCodec.format]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TypeCodec.html#format-T-
456-
[TypeCodec.parse]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TypeCodec.html#parse-java.lang.String-
457-
[accepts]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TypeCodec.html#accepts-com.datastax.driver.core.DataType-
458-
[CodecRegistry]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/CodecRegistry.html
459-
[CodecNotFoundException]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/exceptions/CodecNotFoundException.html
453+
[serialize]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TypeCodec.html#serialize-T-com.datastax.driver.core.ProtocolVersion-
454+
[deserialize]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TypeCodec.html#deserialize-java.nio.ByteBuffer-com.datastax.driver.core.ProtocolVersion-
455+
[TypeCodec.format]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TypeCodec.html#format-T-
456+
[TypeCodec.parse]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TypeCodec.html#parse-java.lang.String-
457+
[accepts]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TypeCodec.html#accepts-com.datastax.driver.core.DataType-
458+
[CodecRegistry]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/CodecRegistry.html
459+
[CodecNotFoundException]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/exceptions/CodecNotFoundException.html
460460
[Jackson]: https://github.com/FasterXML/jackson
461461
[AbstractType]: https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/db/marshal/AbstractType.java
462-
[UserType]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/UserType.html
463-
[UDTValue]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/UDTValue.html
464-
[TupleType]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TupleType.html
465-
[TupleValue]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/TupleValue.html
466-
[CustomType]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/DataType.CustomType.html
462+
[UserType]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/UserType.html
463+
[UDTValue]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/UDTValue.html
464+
[TupleType]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TupleType.html
465+
[TupleValue]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/TupleValue.html
466+
[CustomType]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/DataType.CustomType.html
467467
[TypeToken]: https://google.github.io/guava/releases/19.0/api/docs/com/google/common/reflect/TypeToken.html
468-
[SimpleStatement]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/SimpleStatement.html
469-
[BuiltStatement]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/querybuilder/BuiltStatement.html
470-
[setList]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/SettableByIndexData.html#setList-int-java.util.List-
471-
[setSet]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/SettableByIndexData.html#setSet-int-java.util.Set-
472-
[setMap]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/core/SettableByIndexData.html#setMap-int-java.util.Map-
468+
[SimpleStatement]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/SimpleStatement.html
469+
[BuiltStatement]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/querybuilder/BuiltStatement.html
470+
[setList]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/SettableByIndexData.html#setList-int-java.util.List-
471+
[setSet]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/SettableByIndexData.html#setSet-int-java.util.Set-
472+
[setMap]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/core/SettableByIndexData.html#setMap-int-java.util.Map-

manual/custom_codecs/extras/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ session.execute("INSERT INTO example (id, t) VALUES (1, ?)",
7373
ZoneId.of("GMT+07:00"));
7474
```
7575

76-
[InstantCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/jdk8/InstantCodec.html
77-
[LocalDateCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/jdk8/LocalDateCodec.html
78-
[LocalTimeCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/jdk8/LocalTimeCodec.html
79-
[ZonedDateTimeCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/jdk8/ZonedDateTimeCodec.html
76+
[InstantCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/jdk8/InstantCodec.html
77+
[LocalDateCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/jdk8/LocalDateCodec.html
78+
[LocalTimeCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/jdk8/LocalTimeCodec.html
79+
[ZonedDateTimeCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/jdk8/ZonedDateTimeCodec.html
8080
[Instant]: https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html
8181
[LocalDate]: https://docs.oracle.com/javase/8/docs/api/java/time/LocalDate.html
8282
[LocalTime]: https://docs.oracle.com/javase/8/docs/api/java/time/LocalTime.html
@@ -127,10 +127,10 @@ session.execute("INSERT INTO example (id, t) VALUES (1, ?)",
127127
DateTime.parse("2010-06-30T01:20:47.999+01:00"));
128128
```
129129

130-
[InstantCodec_joda]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/joda/InstantCodec.html
131-
[LocalDateCodec_joda]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/joda/LocalDateCodec.html
132-
[LocalTimeCodec_joda]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/joda/LocalTimeCodec.html
133-
[DateTimeCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/joda/DateTimeCodec.html
130+
[InstantCodec_joda]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/joda/InstantCodec.html
131+
[LocalDateCodec_joda]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/joda/LocalDateCodec.html
132+
[LocalTimeCodec_joda]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/joda/LocalTimeCodec.html
133+
[DateTimeCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/joda/DateTimeCodec.html
134134
[DateTime]: http://www.joda.org/joda-time/apidocs/org/joda/time/DateTime.html
135135
[Instant_joda]: http://www.joda.org/joda-time/apidocs/org/joda/time/Instant.html
136136
[LocalDate_joda]: http://www.joda.org/joda-time/apidocs/org/joda/time/LocalDate.html
@@ -148,8 +148,8 @@ Time can also be expressed as simple durations:
148148
There is no extra codec for `time`, because by default the driver already maps that type to a `long` representing the
149149
number of nanoseconds since midnight.
150150

151-
[SimpleTimestampCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/date/SimpleTimestampCodec.html
152-
[SimpleDateCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/date/SimpleDateCodec.html
151+
[SimpleTimestampCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/date/SimpleTimestampCodec.html
152+
[SimpleDateCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/date/SimpleDateCodec.html
153153

154154

155155
### Enums
@@ -187,8 +187,8 @@ Note that if you registered an `EnumNameCodec` and an `EnumOrdinalCodec` _for th
187187
In practice, this is unlikely to happen, because you'll probably stick to a single CQL type for a given enum type;
188188
however, if you ever run into that issue, the workaround is to use [prepared statements](../../statements/prepared/), for which the driver knows the CQL type and can pick the exact codec.
189189

190-
[EnumNameCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/enums/EnumNameCodec.html
191-
[EnumOrdinalCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/enums/EnumOrdinalCodec.html
190+
[EnumNameCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/enums/EnumNameCodec.html
191+
[EnumOrdinalCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/enums/EnumOrdinalCodec.html
192192
[name]: https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--
193193
[ordinal]: https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--
194194

@@ -233,7 +233,7 @@ session.execute("insert into example (id, owner) values (1, ?)",
233233
// owner saved as '{"id":1,"name":"root"}'
234234
```
235235

236-
[JacksonJsonCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/json/JacksonJsonCodec.html
236+
[JacksonJsonCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/json/JacksonJsonCodec.html
237237
[Jackson]: https://github.com/FasterXML/jackson
238238

239239

@@ -272,7 +272,7 @@ session.execute("insert into example (id, owner) values (1, ?)",
272272
```
273273

274274

275-
[Jsr353JsonCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/json/Jsr353JsonCodec.html
275+
[Jsr353JsonCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/json/Jsr353JsonCodec.html
276276
[JsonStructure]: https://docs.oracle.com/javaee/7/tutorial/jsonp002.htm
277277

278278

@@ -325,7 +325,7 @@ For the same reason, we need to give a type hint when setting "v", in the form o
325325
anonymous inner class; we recommend storing these tokens as constants in a utility class, to avoid creating them too
326326
often.
327327

328-
[OptionalCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/jdk8/OptionalCodec.html
328+
[OptionalCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/jdk8/OptionalCodec.html
329329
[Optional]: https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html
330330
[TypeToken]: http://google.github.io/guava/releases/19.0/api/docs/com/google/common/reflect/TypeToken.html
331331

@@ -369,7 +369,7 @@ session.execute(pst.bind()
369369

370370
See the JDK8 Optional section above for explanations about [TypeToken].
371371

372-
[OptionalCodec_guava]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/guava/OptionalCodec.html
372+
[OptionalCodec_guava]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/guava/OptionalCodec.html
373373
[Optional_guava]: http://google.github.io/guava/releases/19.0/api/docs/com/google/common/base/Optional.html
374374

375375

@@ -394,9 +394,9 @@ session.execute("insert into example (i, l) values (1, ?)",
394394
Package [com.datastax.driver.extras.codecs.arrays][arrays] contains similar codecs for all primitive types, and
395395
[ObjectArrayCodec] to map arrays of objects.
396396

397-
[IntArrayCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/arrays/IntArrayCodec.html
398-
[ObjectArrayCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/arrays/ObjectArrayCodec.html
399-
[arrays]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/arrays/package-summary.html
397+
[IntArrayCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/arrays/IntArrayCodec.html
398+
[ObjectArrayCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/arrays/ObjectArrayCodec.html
399+
[arrays]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/arrays/package-summary.html
400400

401401
### Abstract utilities
402402

@@ -426,5 +426,5 @@ These two classes are convenient, but since they perform conversions in two step
426426
optimal approach. If performance is paramount, it's better to start from scratch and convert your objects to
427427
`ByteBuffer` directly.
428428

429-
[MappingCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/MappingCodec.html
430-
[ParsingCodec]: http://docs.datastax.com/en/drivers/java/3.5/com/datastax/driver/extras/codecs/ParsingCodec.html
429+
[MappingCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/MappingCodec.html
430+
[ParsingCodec]: http://docs.datastax.com/en/drivers/java/3.6/com/datastax/driver/extras/codecs/ParsingCodec.html

0 commit comments

Comments
 (0)