Interface FederatedLineageTracker


public interface FederatedLineageTracker
Utility methods for querying lineage across several trackers.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static Set<Atom>
    getAncestorsOf(Atom atom, LineageTracker... trackers)
    Returns the union of prime ancestors found in the supplied lineage trackers.
  • Method Details

    • getAncestorsOf

      static Set<Atom> getAncestorsOf(Atom atom, LineageTracker... trackers)
      Returns the union of prime ancestors found in the supplied lineage trackers.
      Parameters:
      atom - the atom whose ancestry is requested
      trackers - the trackers to query
      Returns:
      the collected ancestors of the atom across all trackers