Uses of Class
com.couchbase.client.java.MutationState
-
Packages that use MutationState Package Description com.couchbase.client.java com.couchbase.client.java.query com.couchbase.client.java.search -
-
Uses of MutationState in com.couchbase.client.java
Methods in com.couchbase.client.java that return MutationState Modifier and Type Method Description MutationState
MutationState. add(Document... documents)
Add one or moreDocuments
to thisMutationState
.MutationState
MutationState. add(MutationState mutationState)
Adds all the internal state from the givenMutationState
onto the called one.MutationState
MutationState. add(DocumentFragment... documentFragments)
Add one or moreDocumentFragments
to thisMutationState
.static MutationState
MutationState. from(Document... documents)
Create aMutationState
from one or moreDocuments
.static MutationState
MutationState. from(JsonObject source)
Create aMutationState
from the serialized state.static MutationState
MutationState. from(DocumentFragment... documentFragments)
Create aMutationState
from one or moreDocumentFragments
.static MutationState
MutationState. from(String source)
Create aMutationState
from the serialized state.Methods in com.couchbase.client.java 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 N1qlParams
N1qlParams. consistentWith(MutationState mutationState)
Sets theMutationState
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 SearchQuery
SearchQuery. consistentWith(MutationState mutationState)
Sets the consistency to consider for this FTS query to AT_PLUS and uses theMutationState
directly to parameterize the consistency.
-