Uses of Enum Class
org.apache.nifi.api.toolkit.model.ProcessGroupDTO.FlowfileConcurrencyEnum
Packages that use ProcessGroupDTO.FlowfileConcurrencyEnum
-
Uses of ProcessGroupDTO.FlowfileConcurrencyEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ProcessGroupDTO.FlowfileConcurrencyEnumMethods in org.apache.nifi.api.toolkit.model that return ProcessGroupDTO.FlowfileConcurrencyEnumModifier and TypeMethodDescriptionProcessGroupDTO.getFlowfileConcurrency()
The FlowFile Concurrency for this Process Group.Returns the enum constant of this class with the specified name.ProcessGroupDTO.FlowfileConcurrencyEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type ProcessGroupDTO.FlowfileConcurrencyEnumModifier and TypeMethodDescriptionProcessGroupDTO.flowfileConcurrency
(ProcessGroupDTO.FlowfileConcurrencyEnum flowfileConcurrency) void
ProcessGroupDTO.setFlowfileConcurrency
(ProcessGroupDTO.FlowfileConcurrencyEnum flowfileConcurrency)