public interface FlowAnalysisContext
Used for accessing flow- or other analysis-related information
-
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Method Details
-
getVersionedControllerServiceLookup
VersionedControllerServiceLookup getVersionedControllerServiceLookup()- Returns:
- the
VersionedControllerServiceLookupwhich can be used to obtain Versioned Controller Services during flow analysis
-
getMaxTimerDrivenThreadCount
int getMaxTimerDrivenThreadCount()- Returns:
- the currently configured maximum number of threads that can be used for executing processors at any given time.
-
isClustered
boolean isClustered()- Returns:
trueif this instance of NiFi is configured to be part of a cluster,falseif this instance of NiFi is a standalone instance
-
getClusterNodeIdentifier
- Returns:
- an Optional with the ID of this node in the cluster, or empty if either this node is not clustered or the Node Identifier has not yet been established
-