Interface FederatedLineageTracker
public interface FederatedLineageTracker
Utility methods for querying lineage across several trackers.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptiongetAncestorsOf(Atom atom, LineageTracker... trackers) Returns the union of prime ancestors found in the supplied lineage trackers.
-
Method Details
-
getAncestorsOf
Returns the union of prime ancestors found in the supplied lineage trackers.- Parameters:
atom- the atom whose ancestry is requestedtrackers- the trackers to query- Returns:
- the collected ancestors of the atom across all trackers
-