Class ControllerServiceDetails
java.lang.Object
org.apache.nifi.controller.service.ControllerServiceDetails
Holder for StandardControllerServiceNode to atomically swap out the component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BundleCoordinateprivate final TerminationAwareLoggerprivate final ControllerServiceprivate final ControllerServiceInvocationHandlerprivate final ControllerService -
Constructor Summary
ConstructorsConstructorDescriptionControllerServiceDetails(LoggableComponent<ControllerService> implementation, LoggableComponent<ControllerService> proxiedControllerService, ControllerServiceInvocationHandler invocationHandler) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
proxiedControllerService
-
implementation
-
componentLog
-
bundleCoordinate
-
invocationHandler
-
-
Constructor Details
-
ControllerServiceDetails
public ControllerServiceDetails(LoggableComponent<ControllerService> implementation, LoggableComponent<ControllerService> proxiedControllerService, ControllerServiceInvocationHandler invocationHandler)
-
-
Method Details
-
getProxiedControllerService
-
getImplementation
-
getComponentLog
-
getBundleCoordinate
-
getInvocationHandler
-