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
DocumentFragment s 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. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(PersistTo persistTo)
Perform several
mutation operations inside a single existing JSON document , with the default key/value timeout and durability requirements. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(PersistTo persistTo,
long timeout,
TimeUnit timeUnit)
Perform several
mutation operations inside a single existing JSON document , with a specific timeout and durability requirements. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(PersistTo persistTo,
ReplicateTo replicateTo)
Perform several
mutation operations inside a single existing JSON document , with the default key/value timeout and durability requirements. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(PersistTo persistTo,
ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Perform several
mutation operations inside a single existing JSON document , with a specific timeout and durability requirements. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(ReplicateTo replicateTo)
Perform several
mutation operations inside a single existing JSON document , with the default key/value timeout and durability requirements. |
DocumentFragment<Mutation> |
MutateInBuilder.execute(ReplicateTo replicateTo,
long timeout,
TimeUnit timeUnit)
Perform several
mutation operations inside a single existing JSON document , with a specific timeout and durability requirements. |
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 . |
Observable<DocumentFragment<Mutation>> |
AsyncMutateInBuilder.execute(PersistTo persistTo)
Perform several
mutation operations inside a single existing JSON document and watch for durability requirements. |
Observable<DocumentFragment<Mutation>> |
AsyncMutateInBuilder.execute(PersistTo persistTo,
ReplicateTo replicateTo)
Perform several
mutation operations inside a single existing JSON document and watch for durability requirements. |
Observable<DocumentFragment<Mutation>> |
AsyncMutateInBuilder.execute(ReplicateTo replicateTo)
Perform several
mutation operations inside a single existing JSON document and watch for durability requirements. |
Copyright © 2015 Couchbase, Inc.