public interface ProcessorInitializationContext extends KerberosContext
The ProcessorInitializationContext
provides
Processor
s access to objects that
may be of use throughout the life of the Processor.
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
getControllerServiceLookup() |
String |
getIdentifier() |
ComponentLog |
getLogger() |
NodeTypeProvider |
getNodeTypeProvider() |
getKerberosConfigurationFile, getKerberosServiceKeytab, getKerberosServicePrincipal
String getIdentifier()
ComponentLog getLogger()
ComponentLog
that is tied to this processor that can be
used to log eventsControllerServiceLookup getControllerServiceLookup()
ControllerServiceLookup
which can be used to obtain
Controller ServicesNodeTypeProvider getNodeTypeProvider()
NodeTypeProvider
which can be used to detect the node
type of this NiFi instance.Copyright © 2016 Apache NiFi Project. All rights reserved.