Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.query | |
com.couchbase.client.java.search |
Modifier and Type | Method and Description |
---|---|
MutationState |
MutationState.add(Document... documents)
Add one or more
Documents to this MutationState . |
MutationState |
MutationState.add(DocumentFragment... documentFragments)
Add one or more
DocumentFragments to this MutationState . |
MutationState |
MutationState.add(MutationState mutationState)
Adds all the internal state from the given
MutationState onto the called one. |
static MutationState |
MutationState.from(Document... documents)
Create a
MutationState from one or more Documents . |
static MutationState |
MutationState.from(DocumentFragment... documentFragments)
Create a
MutationState from one or more DocumentFragments . |
static MutationState |
MutationState.from(JsonObject source)
Create a
MutationState from the serialized state. |
static MutationState |
MutationState.from(String source)
Create a
MutationState from the serialized state. |
Modifier and Type | Method and Description |
---|---|
MutationState |
MutationState.add(MutationState mutationState)
Adds all the internal state from the given
MutationState onto the called one. |
Modifier and Type | Method and Description |
---|---|
N1qlParams |
N1qlParams.consistentWith(MutationState mutationState)
Sets the
MutationState this query should be consistent with. |
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.consistentWith(MutationState mutationState)
Sets the consistency to consider for this FTS query to AT_PLUS and uses the
MutationState directly to parameterize the consistency. |
Copyright © 2015 Couchbase, Inc.