Uses of Interface
com.evolveum.midpoint.repo.api.SqlPerformanceMonitorsCollection
-
Packages that use SqlPerformanceMonitorsCollection Package Description com.evolveum.midpoint.repo.sqale com.evolveum.midpoint.repo.sqale.audit com.evolveum.midpoint.repo.sqlbase.perfmon -
-
Uses of SqlPerformanceMonitorsCollection in com.evolveum.midpoint.repo.sqale
Fields in com.evolveum.midpoint.repo.sqale declared as SqlPerformanceMonitorsCollection Modifier and Type Field Description protected SqlPerformanceMonitorsCollection
SqaleServiceBase. sqlPerformanceMonitorsCollection
Methods in com.evolveum.midpoint.repo.sqale that return SqlPerformanceMonitorsCollection Modifier and Type Method Description SqlPerformanceMonitorsCollection
SqaleRepositoryBeanConfig. sqlPerformanceMonitorsCollection()
Methods in com.evolveum.midpoint.repo.sqale with parameters of type SqlPerformanceMonitorsCollection Modifier and Type Method Description SqaleRepositoryService
SqaleRepositoryBeanConfig. repositoryService(SqaleRepoContext sqlRepoContext, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
AuditServiceFactory
SqaleRepositoryBeanConfig. sqlAuditServiceFactory(SqaleRepositoryConfiguration sqaleRepositoryConfiguration, SchemaService schemaService, DataSource dataSource, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
Constructors in com.evolveum.midpoint.repo.sqale with parameters of type SqlPerformanceMonitorsCollection Constructor Description SqaleRepositoryService(SqaleRepoContext repositoryContext, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
SqaleServiceBase(SqaleRepoContext sqlRepoContext, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
-
Uses of SqlPerformanceMonitorsCollection in com.evolveum.midpoint.repo.sqale.audit
Constructors in com.evolveum.midpoint.repo.sqale.audit with parameters of type SqlPerformanceMonitorsCollection Constructor Description SqaleAuditService(SqaleRepoContext sqlRepoContext, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
SqaleAuditServiceFactory(SqaleRepositoryConfiguration sqaleRepositoryConfiguration, SchemaService schemaService, DataSource repositoryDataSource, SqlPerformanceMonitorsCollection sqlPerformanceMonitorsCollection)
-
Uses of SqlPerformanceMonitorsCollection in com.evolveum.midpoint.repo.sqlbase.perfmon
Classes in com.evolveum.midpoint.repo.sqlbase.perfmon that implement SqlPerformanceMonitorsCollection Modifier and Type Class Description class
SqlPerformanceMonitorsCollectionImpl
Maintains a collection of SQL performance monitors, typically one for the repository and one for SQL audit service.
-