Uses of Class
com.couchbase.client.java.kv.MutationState
-
Packages that use 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 MutationStateMutationState. add(MutationToken... mutationTokens)Add one or moreMutationTokensto thisMutationState.MutationStateMutationState. 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 MutationStateMutationState. from(String source)Create aMutationStatefrom the serialized state.Methods in com.couchbase.client.java.kv with parameters of type MutationState Modifier and Type Method Description MutationStateMutationState. add(MutationState mutationState)Adds all the internal state from the givenMutationStateonto the called one.ScanOptionsScanOptions. consistentWith(MutationState mutationState) -
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 QueryOptionsQueryOptions. 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 MutationState Modifier and Type Method Description SearchOptionsSearchOptions. consistentWith(MutationState consistentWith)Sets mutation tokens this query should be consistent with.
-