Interface LoggingCompletionHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void markCommitStart()
      Set the commit start time to the current time.
      • Methods inherited from interface com.yahoo.jdisc.handler.CompletionHandler

        completed, failed
    • Method Detail

      • markCommitStart

        void markCommitStart()
        Set the commit start time to the current time. Commit start is only well defined for synchronous renderers, it is the point in time when rendering has finished, but there may still be I/O operations to transfer the data to the client pending.