Examples of LevelDBAlertEvaluationQueueDao


Examples of org.eurekaj.plugins.leveldb.dao.LevelDBAlertEvaluationQueueDao

      alertDao = new LevelDBAlertDao(db);
      alertRecipientDao = new LevelDBAlertRecipientDao(db);
      groupedStatisticsDao = new LevelDBGroupedStatisticsDao(db);
      liveStatisticsDao = new LevelDBLiveStatisticsDao(db, metricHourCache);
      treeMenuDao = new LevelDBTreeMenuDao(db);
      alertEvaluationQueueDao = new LevelDBAlertEvaluationQueueDao(db);
      logger.info("LevelDBPlugin setup complete");
      isLoadedOK = true;
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.