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 ScopeReturns 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 TypeMethodDescriptionvoidClears all keys and values from the component's stateReturns the current state for the component.booleanUpdates 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.voidUpdates 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 TypeMethodDescriptionvoidProcessSession.clearState(Scope scope) Clears all keys and values from the component's state.Returns the current state for the component.booleanUpdates the value of the component's state, setting it to givennewValue, if and only if the current value is the same as the givenoldValue.voidUpdates the value of the component's state, setting it to given value.