Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CollectionGroup#getPartitions(long) #478

Merged
merged 3 commits into from Jan 15, 2021
Merged

feat: add CollectionGroup#getPartitions(long) #478

merged 3 commits into from Jan 15, 2021

Commits on Jan 15, 2021

  1. feat: add CollectionGroup#getPartitions(long)

    Add new method to CollectionGroup allowing getPartitions to return a
    Future<List<QueryPartition>>. This new method behaves similar to the
    CollectionGroup#getPartitions(long, ApiStreamObserver<QueryPartition>)
    providing a Future centric api.
    BenWhitehead committed Jan 15, 2021
    Copy the full SHA
    a778555 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d4cd5cc View commit details
    Browse the repository at this point in the history
  3. chore: format

    BenWhitehead committed Jan 15, 2021
    Copy the full SHA
    a65f94f View commit details
    Browse the repository at this point in the history