Package | Description |
---|---|
org.apache.nifi.components.state |
Modifier and Type | Method and Description |
---|---|
StateMap |
StateManager.getState(Scope scope)
Returns the current state for the component.
|
StateMap |
StateProvider.getState(String componentId)
Returns the currently configured 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.
|
boolean |
StateProvider.replace(StateMap oldValue,
Map<String,String> newValue,
String componentId)
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 © 2016 Apache NiFi Project. All rights reserved.