File tree 8 files changed +1073
-1097
lines changed
upgrade_guide/migrating_from_astyanax
8 files changed +1073
-1097
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dummy: setup
66
66
67
67
.PHONY : linkcheck
68
68
linkcheck : setup
69
- $(SPHINXBUILD ) -b linkcheck . $(BUILDDIR ) /linkcheck
69
+ $(SPHINXBUILD ) -b linkcheck $( SOURCE_DIR ) $(BUILDDIR ) /linkcheck
70
70
71
71
.PHONY : multiversion
72
72
multiversion : setup
Original file line number Diff line number Diff line change 1
- ``` eval_rst
2
- :orphan:
3
- ```
4
-
5
1
## Frequently Asked Questions - OSGi
6
2
7
3
### How to use the Java driver in an OSGi environment?
Original file line number Diff line number Diff line change 1
- ``` eval_rst
2
- :orphan:
3
- ```
4
-
5
1
## Optional codecs
6
2
7
3
The driver's "extras" module provides additional [ codec] ( ../ ) implementations: these codecs are not required by core
Original file line number Diff line number Diff line change 1
- ``` eval_rst
2
- :orphan:
3
- ```
4
-
5
1
# OSGi
6
2
7
3
The driver is available as an [ OSGi] bundle. More specifically,
Original file line number Diff line number Diff line change 1
- ``` eval_rst
2
- :orphan:
3
- ```
4
-
5
1
# Configuration
6
2
7
3
## How Configuring the Java driver works
Original file line number Diff line number Diff line change 1
- ``` eval_rst
2
- :orphan:
3
- ```
4
-
5
1
# Language change : from Thrift to CQL
6
2
The data model changes when using * CQL* (Cassandra Query Language).
7
3
* CQL* is providing an abstraction of the low-level data stored in * Cassandra* , in
Original file line number Diff line number Diff line change 1
- ``` eval_rst
2
- :orphan:
3
- ```
4
-
5
1
# Queries and Results
6
2
There are many resources such as [ this post] [ planetCCqlLink ] or [ this post] [ dsBlogCqlLink ] to learn
7
3
how to transform previous Thrift operations to CQL queries.
You can’t perform that action at this time.
0 commit comments