Uses of Class
com.couchbase.client.java.kv.MutationState
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.
|
-
Uses of MutationState in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return MutationState Modifier and Type Method Description MutationState
MutationState. add(MutationToken... mutationTokens)
Add one or moreMutationTokens
to thisMutationState
.MutationState
MutationState. add(MutationState mutationState)
Adds all the internal state from the givenMutationState
onto the called one.static MutationState
MutationState. from(MutationToken... mutationTokens)
Create aMutationState
from one or moreMutationTokens
.static MutationState
MutationState. from(JsonObject source)
Create aMutationState
from the serialized state.static MutationState
MutationState. from(String source)
Create aMutationState
from the serialized state.Methods in com.couchbase.client.java.kv with parameters of type MutationState Modifier and Type Method Description MutationState
MutationState. add(MutationState mutationState)
Adds all the internal state from the givenMutationState
onto the called one. -
Uses of MutationState in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query with parameters of type MutationState Modifier and Type Method Description QueryOptions
QueryOptions. consistentWith(MutationState mutationState)
Sets theMutationToken
s this query should be consistent with. -
Uses of MutationState in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search with parameters of type MutationState Modifier and Type Method Description SearchOptions
SearchOptions. consistentWith(MutationState consistentWith)
Sets mutation tokens this query should be consistent with.