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 moreMutationTokensto thisMutationState.MutationState.add(MutationState mutationState) Adds all the internal state from the givenMutationStateonto the called one.static MutationStateMutationState.from(MutationToken... mutationTokens) Create aMutationStatefrom one or moreMutationTokens.static MutationStateMutationState.from(JsonObject source) Create aMutationStatefrom the serialized state.static MutationStateCreate aMutationStatefrom 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 givenMutationStateonto 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 theMutationTokens 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.