Uses of Enum Class
org.apache.nifi.api.toolkit.model.ProcessGroupDTO.StatelessGroupScheduledStateEnum
Packages that use ProcessGroupDTO.StatelessGroupScheduledStateEnum
-
Uses of ProcessGroupDTO.StatelessGroupScheduledStateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ProcessGroupDTO.StatelessGroupScheduledStateEnumMethods in org.apache.nifi.api.toolkit.model that return ProcessGroupDTO.StatelessGroupScheduledStateEnumModifier and TypeMethodDescriptionProcessGroupDTO.getStatelessGroupScheduledState()
If the Process Group is configured to run in using the Stateless Engine, represents the current state.Returns the enum constant of this class with the specified name.ProcessGroupDTO.StatelessGroupScheduledStateEnum.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.StatelessGroupScheduledStateEnumModifier and TypeMethodDescriptionvoid
ProcessGroupDTO.setStatelessGroupScheduledState
(ProcessGroupDTO.StatelessGroupScheduledStateEnum statelessGroupScheduledState) ProcessGroupDTO.statelessGroupScheduledState
(ProcessGroupDTO.StatelessGroupScheduledStateEnum statelessGroupScheduledState)