Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.document.subdoc |
Modifier and Type | Method and Description |
---|---|
MultiLookupResult |
CouchbaseBucket.lookupIn(String id,
long timeout,
TimeUnit timeUnit,
LookupSpec... lookupSpecs) |
MultiLookupResult |
Bucket.lookupIn(String id,
long timeout,
TimeUnit timeUnit,
LookupSpec... lookupSpecs)
Perform several
lookup operations inside a single existing JSON document with a custom timeout. |
MultiLookupResult |
CouchbaseBucket.lookupIn(String id,
LookupSpec... lookupSpecs) |
Observable<MultiLookupResult> |
CouchbaseAsyncBucket.lookupIn(String id,
LookupSpec... lookupSpecs) |
MultiLookupResult |
Bucket.lookupIn(String id,
LookupSpec... lookupSpecs)
Perform several
lookup operations inside a single existing JSON document with the default timeout. |
Observable<MultiLookupResult> |
AsyncBucket.lookupIn(String id,
LookupSpec... lookupSpecs)
Perform several
lookup operations inside a single existing JSON document . |
Modifier and Type | Method and Description |
---|---|
static LookupSpec |
LookupSpec.exists(String path)
Create an EXIST lookup specification.
|
static LookupSpec |
LookupSpec.get(String path)
Create a GET lookup specification.
|
Modifier and Type | Method and Description |
---|---|
List<LookupSpec> |
MultiLookupResult.specs() |
Constructor and Description |
---|
MultiLookupResult(String documentId,
LookupSpec[] specs,
List<LookupResult> results)
Construct a new
MultiLookupResult for a given document, specs and associated results. |
Constructor and Description |
---|
MultiLookupResult(String documentId,
List<LookupSpec> specs,
List<LookupResult> results)
Construct a new
MultiLookupResult for a given document, specs and associated results. |
Copyright © 2015 Couchbase, Inc.