public interface OriginalMutationResult
Represents mutation metadata which can be inspected after a mutation and during/after is respective observe poll cycles.
Modifier and Type | Method and Description |
---|---|
long |
mutationCas()
If the originating operation used to be a mutation and was successful, this getter allows to retrieve the cas value returned.
|
long mutationCas()
If the originating operation used to be a mutation and was successful, this getter allows to retrieve the cas value returned.
IllegalStateException
- if the originating operation was not a mutation operation in the first place.Copyright © 2018 Couchbase, Inc.. All rights reserved.