Uses of Class
com.couchbase.client.java.kv.MutationState
Packages that use MutationState
Package
Description
Namespace for various kv-service related classes.
Namespace for various query-service related classes.
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 MutationStateModifier and TypeMethodDescriptionMutationState.add
(MutationToken... mutationTokens) Add one or moreMutationTokens
to thisMutationState
.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
Create aMutationState
from the serialized state.Methods in com.couchbase.client.java.kv with parameters of type MutationStateModifier and TypeMethodDescriptionMutationState.add
(MutationState mutationState) Adds all the internal state from the givenMutationState
onto the called one.ScanOptions.consistentWith
(MutationState mutationState) -
Uses of MutationState in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query with parameters of type MutationStateModifier and TypeMethodDescriptionQueryOptions.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 MutationStateModifier and TypeMethodDescriptionSearchOptions.consistentWith
(MutationState consistentWith) Sets mutation tokens this query should be consistent with.