Uses of Class
com.couchbase.client.java.kv.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionQueryOptions.consistentWith
(MutationState mutationState) Sets theMutationToken
s this query should be consistent with. -
Uses of MutationState in com.couchbase.client.java.search
Modifier and TypeMethodDescriptionSearchOptions.consistentWith
(MutationState consistentWith) Sets mutation tokens this query should be consistent with.