Class Engine.Result

    • Method Detail

      • getResultType

        public Engine.Result.Type getResultType()
        whether the operation was successful, has failed or was aborted due to a mapping update
      • getVersion

        public long getVersion()
        get the updated document version
      • getSeqNo

        public long getSeqNo()
        Get the sequence number on the primary.
        Returns:
        the sequence number
      • getTerm

        public long getTerm()
      • getRequiredMappingUpdate

        public Mapping getRequiredMappingUpdate()
        If the operation was aborted due to missing mappings, this method will return the mappings that are required to complete the operation.
      • getTranslogLocation

        public Translog.Location getTranslogLocation()
        get the translog location after executing the operation
      • getFailure

        public java.lang.Exception getFailure()
        get document failure while executing the operation null in case of no failure
      • getTook

        public long getTook()
        get total time in nanoseconds