| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.query | |
| com.couchbase.client.java.search | |
| com.couchbase.client.java.subdoc |
| Modifier and Type | Method and Description |
|---|---|
MutationState |
MutationState.add(DocumentFragment... documentFragments)
Add one or more
DocumentFragments to this MutationState. |
static MutationState |
MutationState.from(DocumentFragment... documentFragments)
Create a
MutationState from one or more DocumentFragments. |
| 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 |
|---|---|
SearchQuery |
SearchQuery.consistentWith(DocumentFragment... fragments)
Sets the consistency to consider for this FTS query to AT_PLUS and uses the mutation information from the given document fragments to parameterize the consistency.
|
| 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.