Package | Description |
---|---|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
com.couchbase.client.java.query |
Namespace for various query-service related classes.
|
com.couchbase.client.java.search |
Namespace for various search-service related classes.
|
Modifier and Type | Method and Description |
---|---|
MutationState |
MutationState.add(MutationState mutationState)
Adds all the internal state from the given
MutationState onto the called one. |
MutationState |
MutationState.add(MutationToken... mutationTokens)
Add one or more
MutationTokens to this MutationState . |
static MutationState |
MutationState.from(JsonObject source)
Create a
MutationState from the serialized state. |
static MutationState |
MutationState.from(MutationToken... mutationTokens)
Create a
MutationState from one or more MutationTokens . |
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 |
---|---|
QueryOptions |
QueryOptions.consistentWith(MutationState mutationState)
Sets the
MutationToken s this query should be consistent with. |
Modifier and Type | Method and Description |
---|---|
SearchOptions |
SearchOptions.consistentWith(MutationState consistentWith)
Sets mutation tokens this query should be consistent with.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.