Package | Description |
---|---|
org.apache.nifi.registry |
Modifier and Type | Method and Description |
---|---|
VariableDescriptor |
VariableDescriptor.Builder.build() |
default VariableDescriptor |
VariableRegistry.getVariableKey(String name)
Returns the VariableDescriptor for the given key name if it exists.
|
Modifier and Type | Method and Description |
---|---|
Map<VariableDescriptor,String> |
VariableRegistry.getVariableMap()
Provides access to a map of variable key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
int |
VariableDescriptor.compareTo(VariableDescriptor o) |
default String |
VariableRegistry.getVariableValue(VariableDescriptor descriptor)
Gets the variable value
|
Copyright © 2017 Apache NiFi Project. All rights reserved.