Package com.yahoo.container.jdisc
Interface LoggingCompletionHandler
- All Superinterfaces:
com.yahoo.jdisc.handler.CompletionHandler
public interface LoggingCompletionHandler
extends com.yahoo.jdisc.handler.CompletionHandler
A completion handler which does access logging.
- Author:
- Steinar Knutsen
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the commit start time to the current time.Methods inherited from interface com.yahoo.jdisc.handler.CompletionHandler
completed, failed
-
Method Details
-
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.
-