public class StandardConfigurationContext extends Object implements ConfigurationContext
| Modifier and Type | Field and Description |
|---|---|
private ComponentNode |
component |
private Map<PropertyDescriptor,org.apache.nifi.attribute.expression.language.PreparedQuery> |
preparedQueries |
private Long |
schedulingNanos |
private String |
schedulingPeriod |
private ControllerServiceLookup |
serviceLookup |
private VariableRegistry |
variableRegistry |
| Constructor and Description |
|---|
StandardConfigurationContext(ComponentNode component,
ControllerServiceLookup serviceLookup,
String schedulingPeriod,
VariableRegistry variableRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllProperties() |
String |
getName() |
Map<PropertyDescriptor,String> |
getProperties() |
PropertyValue |
getProperty(PropertyDescriptor property) |
String |
getSchedulingPeriod() |
Long |
getSchedulingPeriod(TimeUnit timeUnit) |
private final ComponentNode component
private final ControllerServiceLookup serviceLookup
private final Map<PropertyDescriptor,org.apache.nifi.attribute.expression.language.PreparedQuery> preparedQueries
private final VariableRegistry variableRegistry
private final String schedulingPeriod
private final Long schedulingNanos
public StandardConfigurationContext(ComponentNode component, ControllerServiceLookup serviceLookup, String schedulingPeriod, VariableRegistry variableRegistry)
public PropertyValue getProperty(PropertyDescriptor property)
getProperty in interface PropertyContextpublic Map<PropertyDescriptor,String> getProperties()
getProperties in interface ConfigurationContextpublic Map<String,String> getAllProperties()
getAllProperties in interface PropertyContextpublic String getSchedulingPeriod()
getSchedulingPeriod in interface ConfigurationContextpublic Long getSchedulingPeriod(TimeUnit timeUnit)
getSchedulingPeriod in interface ConfigurationContextpublic String getName()
getName in interface ConfigurationContextCopyright © 2021 Apache NiFi Project. All rights reserved.