Retrieving multiple documents in a single call with 2.1.0

Is there a way to retrieve multiple documents in a single call using the 2.1.0 Java SDK? I see in previous versions there was a method called getBulk() that I just don’t see anywhere in the API documentation.

I am currently using the following method for retrieving the document.
http://docs.couchbase.com/sdk-api/couchbase-java-client-2.1.0/com/couchbase/client/java/CouchbaseBucket.html#get-java.lang.String-java.lang.Class-long-java.util.concurrent.TimeUnit-

There you go :slight_smile: http://docs.couchbase.com/developer/java-2.1/documents-bulk.html