Uses of Enum Class
org.apache.nifi.flow.ExecutionEngine
Packages that use ExecutionEngine
-
Uses of ExecutionEngine in org.apache.nifi.flow
Fields in org.apache.nifi.flow declared as ExecutionEngineMethods in org.apache.nifi.flow that return ExecutionEngineModifier and TypeMethodDescriptionVersionedProcessGroup.getExecutionEngine()
static ExecutionEngine
Returns the enum constant of this class with the specified name.static ExecutionEngine[]
ExecutionEngine.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.flow with parameters of type ExecutionEngineModifier and TypeMethodDescriptionvoid
VersionedProcessGroup.setExecutionEngine
(ExecutionEngine executionEngine)