Uses of Enum Class
org.apache.nifi.scheduling.ExecutionNode
Packages that use ExecutionNode
Package
Description
-
Uses of ExecutionNode in org.apache.nifi.controller.status
Fields in org.apache.nifi.controller.status declared as ExecutionNodeMethods in org.apache.nifi.controller.status that return ExecutionNodeMethods in org.apache.nifi.controller.status with parameters of type ExecutionNodeModifier and TypeMethodDescriptionvoid
ProcessorStatus.setExecutionNode
(ExecutionNode executionNode) -
Uses of ExecutionNode in org.apache.nifi.processor
Methods in org.apache.nifi.processor that return ExecutionNode -
Uses of ExecutionNode in org.apache.nifi.scheduling
Methods in org.apache.nifi.scheduling that return ExecutionNodeModifier and TypeMethodDescriptionstatic ExecutionNode
Returns the enum constant of this class with the specified name.static ExecutionNode[]
ExecutionNode.values()
Returns an array containing the constants of this enum class, in the order they are declared.