Package | Description |
---|---|
org.apache.nifi.components.state | |
org.apache.nifi.documentation.init | |
org.apache.nifi.processor |
Modifier and Type | Method and Description |
---|---|
StateMap |
StateManager.getState(Scope scope)
Returns the current state for the component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StateManager.replace(StateMap oldValue,
Map<String,String> newValue,
Scope scope)
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.
|
Modifier and Type | Method and Description |
---|---|
StateMap |
NopStateManager.getState(Scope scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
NopStateManager.replace(StateMap oldValue,
Map<String,String> newValue,
Scope scope) |
Modifier and Type | Method and Description |
---|---|
StateMap |
ProcessSession.getState(Scope scope)
Returns the current state for the component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessSession.replaceState(StateMap oldValue,
Map<String,String> newValue,
Scope scope)
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.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.