File tree Expand file tree Collapse file tree 8 files changed +1073
-1097
lines changed
upgrade_guide/migrating_from_astyanax Expand file tree Collapse file tree 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
6666
6767.PHONY : linkcheck
6868linkcheck : setup
69- $(SPHINXBUILD ) -b linkcheck . $(BUILDDIR ) /linkcheck
69+ $(SPHINXBUILD ) -b linkcheck $( SOURCE_DIR ) $(BUILDDIR ) /linkcheck
7070
7171.PHONY : multiversion
7272multiversion : setup
Original file line number Diff line number Diff line change 1- ``` eval_rst
2- :orphan:
3- ```
4-
51## Frequently Asked Questions - OSGi
62
73### 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-
51## Optional codecs
62
73The 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-
51# OSGi
62
73The 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-
51# Configuration
62
73## How Configuring the Java driver works
Original file line number Diff line number Diff line change 1- ``` eval_rst
2- :orphan:
3- ```
4-
51# Language change : from Thrift to CQL
62The data model changes when using * CQL* (Cassandra Query Language).
73* 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-
51# Queries and Results
62There are many resources such as [ this post] [ planetCCqlLink ] or [ this post] [ dsBlogCqlLink ] to learn
73how to transform previous Thrift operations to CQL queries.
You can’t perform that action at this time.
0 commit comments