Package com.atlassian.confluence.functest.rest.admin.sqlcapture
-
Class Summary Class Description HibernateSqlCollectingFilter A Servlet Filter which uses aHibernateSqlCollector
to capture all SQL by Hibernate on the current request thread, and optionally stores that SQL for later retrieval.HibernateSqlCollector Records all SQL issued by Hibernate by hooking into the org.hibernate.SQL log4j logger.ReindexMetrics This class listens to reindex events generated by confluence core, and uses theHibernateSqlCollector
to capture and analyze SQL queries issued by the various threads that particiate in the reindexing process.