Package org.opennms.netmgt.dao.api
Interface EventCountDao
-
- All Known Implementing Classes:
EventCountDaoHibernate
,MockEventDao
public interface EventCountDao extends OnmsDao<OnmsEvent,Integer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<CountedObject<String>>
getUeiCounts(Integer limit)
-
Methods inherited from interface org.opennms.netmgt.dao.api.OnmsDao
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
-
-
-
-
Method Detail
-
getUeiCounts
Set<CountedObject<String>> getUeiCounts(Integer limit)
-
-