Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

KVClient: synchronous getValues with QueryOptions #109

Merged
merged 1 commit into from
Mar 15, 2016

Conversation

art4noir
Copy link
Contributor

Current KeyValueClient doesn't allow synchronous requests with options specification (like consistency level and etc). Required functionality could be achieved by using async method with synchronization via CountDownLatch, but it seems too tedious for client code.

This pull-request consists of method for synchronous get-request with options.

rickfast added a commit that referenced this pull request Mar 15, 2016
KVClient: synchronous getValues with  QueryOptions
@rickfast rickfast merged commit 6ef64c5 into rickfast:master Mar 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants