Package org.apache.nifi.provenance
Interface IdentifierLookup
public interface IdentifierLookup
Provides a mechanism for obtaining the identifiers of components, queues, etc.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY
-
-
Method Details
-
getComponentIdentifiers
- Returns:
- the identifiers of components that may generate Provenance Events
-
getComponentTypes
- Returns:
- a list of component types that may generate Provenance Events
-
getQueueIdentifiers
- Returns:
- the identifiers of FlowFile Queues that are in the flow
-
invertQueueIdentifiers
-
invertComponentTypes
-
invertComponentIdentifiers
-
invertList
-