com.evolveum.midpoint.repo.sql
Class SqlPerformanceMonitor
java.lang.Object
com.evolveum.midpoint.repo.sql.SqlPerformanceMonitor
public class SqlPerformanceMonitor
- extends Object
Created with IntelliJ IDEA.
User: Pavol
Date: 31.1.2013
Time: 18:43
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEVEL_NONE
public static final int LEVEL_NONE
- See Also:
- Constant Field Values
LEVEL_DETAILS
public static final int LEVEL_DETAILS
- See Also:
- Constant Field Values
SqlPerformanceMonitor
public SqlPerformanceMonitor()
initialize
public void initialize(SqlRepositoryFactory sqlRepositoryFactory)
shutdown
public void shutdown()
registerOperationStart
public long registerOperationStart(String kind)
registerOperationFinish
public void registerOperationFinish(long opHandle,
int attempt)
registerOperationNewTrial
public void registerOperationNewTrial(long opHandle,
int attempt)
Copyright © 2013 evolveum. All Rights Reserved.