Uses of Class
com.couchbase.client.java.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 MutationStateMutationState. add(Document... documents)Add one or moreDocumentsto thisMutationState.MutationStateMutationState. add(MutationState mutationState)Adds all the internal state from the givenMutationStateonto the called one.MutationStateMutationState. add(DocumentFragment... documentFragments)Add one or moreDocumentFragmentsto thisMutationState.static MutationStateMutationState. from(Document... documents)Create aMutationStatefrom one or moreDocuments.static MutationStateMutationState. from(JsonObject source)Create aMutationStatefrom the serialized state.static MutationStateMutationState. from(DocumentFragment... documentFragments)Create aMutationStatefrom one or moreDocumentFragments.static MutationStateMutationState. from(String source)Create aMutationStatefrom the serialized state.Methods in com.couchbase.client.java 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. -
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 N1qlParamsN1qlParams. consistentWith(MutationState mutationState)Sets theMutationStatethis 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 SearchQuerySearchQuery. consistentWith(MutationState mutationState)Sets the consistency to consider for this FTS query to AT_PLUS and uses theMutationStatedirectly to parameterize the consistency.