Package | Description |
---|---|
org.apache.nifi.components | |
org.apache.nifi.controller | |
org.apache.nifi.processor | |
org.apache.nifi.reporting |
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
ValidationContext.getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
Modifier and Type | Field and Description |
---|---|
private ControllerServiceLookup |
AbstractControllerService.serviceLookup |
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
ControllerServiceInitializationContext.getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
protected ControllerServiceLookup |
AbstractControllerService.getControllerServiceLookup()
Returns the
ControllerServiceLookup that was passed to the
#init(ProcessorInitializationContext) method |
Modifier and Type | Field and Description |
---|---|
private ControllerServiceLookup |
AbstractSessionFactoryProcessor.serviceLookup |
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
ProcessorInitializationContext.getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
ControllerServiceLookup |
ProcessContext.getControllerServiceLookup()
Provides a
ControllerServiceLookup that can be used to obtain a
Controller Service |
protected ControllerServiceLookup |
AbstractSessionFactoryProcessor.getControllerServiceLookup()
Returns the
ControllerServiceLookup that was passed to the
AbstractSessionFactoryProcessor.init(ProcessorInitializationContext) method |
Modifier and Type | Field and Description |
---|---|
private ControllerServiceLookup |
AbstractReportingTask.serviceLookup |
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
ReportingInitializationContext.getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
ControllerServiceLookup |
ReportingContext.getControllerServiceLookup()
Returns the
ControllerServiceLookup which can be used to obtain
Controller Services |
protected ControllerServiceLookup |
AbstractReportingTask.getControllerServiceLookup()
Returns the
ControllerServiceLookup that was passed to the
#init(ProcessorInitializationContext) method |
Copyright © 2015 Apache NiFi (incubating). All rights reserved.