Beispiel #1
0
  public void notifyQueryStarted() {
    _queries.increment();

    _queryExecutionTime.eventStarted();
  }
Beispiel #2
0
  public void notifyClassIndexScan(LoadedFromClassIndex d) {

    _classIndexScans.increment();

    sendNotification(classIndexScanNotificationType(), d.problem(), d.reason());
  }