public void notifyQueryStarted() { _queries.increment(); _queryExecutionTime.eventStarted(); }
public void notifyClassIndexScan(LoadedFromClassIndex d) { _classIndexScans.increment(); sendNotification(classIndexScanNotificationType(), d.problem(), d.reason()); }