public interface ControllerServiceInitializationContext extends KerberosContext
Modifier and Type | Method and Description |
---|---|
ControllerServiceLookup |
getControllerServiceLookup() |
String |
getIdentifier() |
ComponentLog |
getLogger() |
NodeTypeProvider |
getNodeTypeProvider() |
StateManager |
getStateManager() |
getKerberosConfigurationFile, getKerberosServiceKeytab, getKerberosServicePrincipal
String getIdentifier()
ControllerService
with
which this context is associatedControllerServiceLookup getControllerServiceLookup()
ControllerServiceLookup
which can be used to obtain
Controller ServicesComponentLog getLogger()
StateManager getStateManager()
NodeTypeProvider getNodeTypeProvider()
NodeTypeProvider
which can be used to detect the node
type of this NiFi instance.Copyright © 2022 Apache NiFi Project. All rights reserved.