public interface BmpUnicastPrefixDao extends OnmsDao<BmpUnicastPrefix,Long>
Modifier and Type | Method and Description |
---|---|
BmpUnicastPrefix |
findByHashId(String hashId) |
List<StatsPeerRib> |
getPeerRibCountsByPeer() |
List<PrefixByAS> |
getPrefixesGroupedByAS() |
List<BmpUnicastPrefix> |
getUnicastPrefixesAfterDate(String hashId,
Date time) |
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
BmpUnicastPrefix findByHashId(String hashId)
List<BmpUnicastPrefix> getUnicastPrefixesAfterDate(String hashId, Date time)
List<PrefixByAS> getPrefixesGroupedByAS()
List<StatsPeerRib> getPeerRibCountsByPeer()
Copyright © 2021. All rights reserved.