Interface OriginalMutationResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long mutationCas()
      If the originating operation used to be a mutation and was successful, this getter allows to retrieve the cas value returned.
    • Method Detail

      • mutationCas

        long mutationCas()
        If the originating operation used to be a mutation and was successful, this getter allows to retrieve the cas value returned.
        Returns:
        a long case value or an exception otherwise.
        Throws:
        IllegalStateException - if the originating operation was not a mutation operation in the first place.