| Package | Description |
|---|---|
| com.couchbase.client.java.query | |
| com.couchbase.client.java.subdoc |
| Modifier and Type | Method and Description |
|---|---|
N1qlParams |
N1qlParams.consistentWith(DocumentFragment... fragments)
Sets the
DocumentFragments resulting of a mutation this query should be consistent with. |
| Modifier and Type | Method and Description |
|---|---|
DocumentFragment<Mutation> |
MutateInBuilder.execute()
Perform several
mutation operations inside a single existing JSON document, with the default key/value timeout. |
DocumentFragment<Lookup> |
LookupInBuilder.execute()
Perform several
lookup operations inside a single existing JSON document, using the default key/value timeout. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(long timeout,
TimeUnit timeUnit)
Perform several
mutation operations inside a single existing JSON document, with a specific timeout. |
DocumentFragment<Lookup> |
LookupInBuilder.execute(long timeout,
TimeUnit timeUnit)
Perform several
lookup operations inside a single existing JSON document, using a specific timeout. |
| Modifier and Type | Method and Description |
|---|---|
protected Observable<DocumentFragment<Lookup>> |
AsyncLookupInBuilder.doMultiLookup() |
protected Observable<DocumentFragment<Mutation>> |
AsyncMutateInBuilder.doMultiMutate() |
protected Observable<DocumentFragment<Lookup>> |
AsyncLookupInBuilder.doSingleLookup(LookupSpec spec) |
protected Observable<DocumentFragment<Mutation>> |
AsyncMutateInBuilder.doSingleMutate(MutationSpec spec) |
Observable<DocumentFragment<Mutation>> |
AsyncMutateInBuilder.execute()
Perform several
mutation operations inside a single existing JSON document. |
Observable<DocumentFragment<Lookup>> |
AsyncLookupInBuilder.execute()
Perform several
lookup operations inside a single existing JSON document. |
Copyright © 2015 Couchbase, Inc.