Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.subdoc |
Modifier and Type | Method and Description |
---|---|
AsyncLookupInBuilder |
CouchbaseAsyncBucket.lookupIn(String docId) |
AsyncLookupInBuilder |
AsyncBucket.lookupIn(String docId)
Prepare a sub-document lookup through a
builder API . |
Modifier and Type | Method and Description |
---|---|
AsyncLookupInBuilder |
AsyncLookupInBuilder.exists(String... paths)
Check if a value exists inside the document (if it does not, attempting to get the
DocumentFragment.content(int) will raise an error). |
AsyncLookupInBuilder |
AsyncLookupInBuilder.get(String... paths)
Get a value inside the JSON document.
|
Constructor and Description |
---|
LookupInBuilder(AsyncLookupInBuilder async,
long defaultTimeout,
TimeUnit defaultTimeUnit)
Instances of this builder should be obtained through
Bucket.lookupIn(String) rather than directly constructed. |
Copyright © 2015 Couchbase, Inc.