Package org.keycloak.connections.jpa
Class HibernateStatsReporter
java.lang.Object
org.keycloak.connections.jpa.HibernateStatsReporter
- All Implemented Interfaces:
KeycloakSessionTask
,ScheduledTask
- Author:
- Marek Posolda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
logCollections
(StringBuilder builder, String lineSep, org.hibernate.stat.Statistics stats) protected void
logEntities
(StringBuilder builder, String lineSep, org.hibernate.stat.Statistics stats) protected void
logQueries
(StringBuilder builder, String lineSep, org.hibernate.stat.Statistics stats) protected void
logStats
(org.hibernate.stat.Statistics stats) void
run
(KeycloakSession session) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.KeycloakSessionTask
useExistingSession
Methods inherited from interface org.keycloak.timer.ScheduledTask
getTaskName
-
Constructor Details
-
HibernateStatsReporter
public HibernateStatsReporter(jakarta.persistence.EntityManagerFactory emf)
-
-
Method Details
-
run
- Specified by:
run
in interfaceKeycloakSessionTask
-
logStats
protected void logStats(org.hibernate.stat.Statistics stats) -
logEntities
protected void logEntities(StringBuilder builder, String lineSep, org.hibernate.stat.Statistics stats) -
logCollections
protected void logCollections(StringBuilder builder, String lineSep, org.hibernate.stat.Statistics stats) -
logQueries
protected void logQueries(StringBuilder builder, String lineSep, org.hibernate.stat.Statistics stats)
-