Skip to content

JAVA-1964: Complete remaining "Coming Soon" sections in docs#1167

Merged
tolbertam merged 5 commits into
3.xfrom
java1964
Jan 7, 2019
Merged

JAVA-1964: Complete remaining "Coming Soon" sections in docs#1167
tolbertam merged 5 commits into
3.xfrom
java1964

Conversation

@tolbertam

Copy link
Copy Markdown
Contributor

Completed docs for:

  • Authentication
  • Control Connection
  • Reconnection
  • Statements
  • UDTs

For JAVA-1964. These are largely based on the 4.x docs, with the appropriate API changes and other details changed to match 3.x.

Completed docs for:

* Authentication
* Control Connection
* Reconnection
* Statements
* UDTs
@tolbertam tolbertam added this to the 3.7.0 milestone Jan 3, 2019

@olim7t olim7t left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, I didn't catch any typo and the links all work.

The reconnection section needs a few adjustments for driver 3.

Comment thread manual/reconnection/README.md Outdated
Comment thread manual/reconnection/README.md Outdated
@tolbertam

Copy link
Copy Markdown
Contributor Author

Thanks for the review and feedback. Will make the appropriate adjustments 👍 .

Comment thread manual/statements/batch/README.md Outdated
## Batch statements

*Coming soon... In the meantime, see the javadoc for [BatchStatement].*
Use [BatchStatement] to execute a set of queries as an atomic operation (refer to

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Do we want to explain batch types (unlogged vs logged vs counter)?
  2. I think that "atomic" is only correct for a batch if all statements share the same partition key.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I replaced 'atomic' with 'single'.

I also added a sentence about using UNLOGGED, I didn't mention COUNTER here its advanced and covered in CQL documentation, so should be apparent how to use it if needed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are ok with these changes I will follow on and also make them on 4.x.

Comment thread manual/statements/batch/README.md
Comment thread manual/udts/README.md
@tolbertam tolbertam merged commit 7928d73 into 3.x Jan 7, 2019
@tolbertam tolbertam deleted the java1964 branch January 7, 2019 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants