Uses of Enum Class
org.apache.nifi.components.state.Scope
Packages that use Scope
Package
Description
-
Uses of Scope in org.apache.nifi.components.state
Methods in org.apache.nifi.components.state that return ScopeModifier and TypeMethodDescriptionstatic Scope
Returns the enum constant of this class with the specified name.static Scope[]
Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.components.state with parameters of type ScopeModifier and TypeMethodDescriptionvoid
Clears all keys and values from the component's stateReturns the current state for the component.boolean
Updates the value of the component's state to the new value if and only if the value currently is the same as the given oldValue.void
Updates the value of the component's state, setting it to given value -
Uses of Scope in org.apache.nifi.documentation.init
Methods in org.apache.nifi.documentation.init with parameters of type Scope -
Uses of Scope in org.apache.nifi.processor
Methods in org.apache.nifi.processor with parameters of type ScopeModifier and TypeMethodDescriptionvoid
ProcessSession.clearState
(Scope scope) Clears all keys and values from the component's state when the session is committedReturns the current state for the component.boolean
Updates the value of the component's state to the new value if and only if the value currently is the same as the given oldValue.void
Updates the value of the component's state, setting it to given value.