On Thu, Feb 07, 2013 at 09:00:35PM -0800, Sijie Guo wrote: > I think we already have similar interface in LedgerManager, > "LedgerRangeIterator getLedgerRanges()". I think it would be quite > straightforward to expose it. Yes, we should reuse this. However, from the client viewpoint it would be better to expose it as a Iterable<Long> getLedgers(); to not burden the user with the range stuff. Doing this should be straightforward.
-Ivan
