Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-1670

Add WaitUntilReadyOptions.serviceTypes() overload that accepts varargs

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 3.0.7
    • None
    • None
    • None
    • 1

    Description

      As a convenience, allow users to write:

      waitUntilReadyOptions().serviceTypes(ServiceType.KV);

      instead of:

      waitUntilReadyOptions().serviceTypes(Set.of(ServiceType.KV));

      Allow an empty set; interpret it as "wait for all possible" (just as if the method had not been called).

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            david.nault David Nault
            david.nault David Nault
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty