Interface OperationResult

    • Method Detail

      • getStartTime

        long getStartTime()
        Returns the time when the operation started its execution.
        Returns:
        The start time, in milliseconds since the epoch.
      • getEndTime

        long getEndTime()
        Returns the time when the operation finished its execution.
        Returns:
        The end time, in milliseconds since the epoch.