getLastBookmark

Get the last AnalysisBookmark for a source within a context.

Bookmarks drive incremental resumption in AbstractIncrementalAnalyzer: the analyzer reads AnalysisBookmark.endIndex to decide where the next window starts and whether enough new items exist to trigger processing. Returns null if the source has never been processed in that context.