Uses of Class
com.couchbase.client.java.subdoc.MutationSpec
-
Packages that use MutationSpec Package Description com.couchbase.client.java.error.subdoc com.couchbase.client.java.subdoc -
-
Uses of MutationSpec in com.couchbase.client.java.error.subdoc
Methods in com.couchbase.client.java.error.subdoc that return MutationSpec Modifier and Type Method Description MutationSpec
MultiMutationException. firstFailureSpec()
Methods in com.couchbase.client.java.error.subdoc that return types with arguments of type MutationSpec Modifier and Type Method Description List<MutationSpec>
MultiMutationException. originalSpec()
Constructor parameters in com.couchbase.client.java.error.subdoc with type arguments of type MutationSpec Constructor Description MultiMutationException(int index, ResponseStatus errorStatus, List<MutationSpec> originalSpec, CouchbaseException errorException)
-
Uses of MutationSpec in com.couchbase.client.java.subdoc
Fields in com.couchbase.client.java.subdoc with type parameters of type MutationSpec Modifier and Type Field Description protected List<MutationSpec>
AsyncMutateInBuilder. mutationSpecs
Methods in com.couchbase.client.java.subdoc with parameters of type MutationSpec Modifier and Type Method Description protected rx.Observable<DocumentFragment<Mutation>>
AsyncMutateInBuilder. doSingleMutate(MutationSpec spec, long timeout, TimeUnit timeUnit)
-