Uses of Class
org.apache.nifi.api.toolkit.model.ControllerServiceDiagnosticsDTO
Packages that use ControllerServiceDiagnosticsDTO
-
Uses of ControllerServiceDiagnosticsDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ControllerServiceDiagnosticsDTOModifier and TypeFieldDescriptionprivate List
<ControllerServiceDiagnosticsDTO> ProcessorDiagnosticsDTO.referencedControllerServices
Methods in org.apache.nifi.api.toolkit.model that return ControllerServiceDiagnosticsDTOModifier and TypeMethodDescriptionControllerServiceDiagnosticsDTO.classLoaderDiagnostics
(ClassLoaderDiagnosticsDTO classLoaderDiagnostics) ControllerServiceDiagnosticsDTO.controllerService
(ControllerServiceEntity controllerService) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type ControllerServiceDiagnosticsDTOModifier and TypeMethodDescriptionProcessorDiagnosticsDTO.getReferencedControllerServices()
Diagnostic Information about all Controller Services that the Processor is referencingMethods in org.apache.nifi.api.toolkit.model with parameters of type ControllerServiceDiagnosticsDTOModifier and TypeMethodDescriptionProcessorDiagnosticsDTO.addReferencedControllerServicesItem
(ControllerServiceDiagnosticsDTO referencedControllerServicesItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ControllerServiceDiagnosticsDTOModifier and TypeMethodDescriptionProcessorDiagnosticsDTO.referencedControllerServices
(List<ControllerServiceDiagnosticsDTO> referencedControllerServices) void
ProcessorDiagnosticsDTO.setReferencedControllerServices
(List<ControllerServiceDiagnosticsDTO> referencedControllerServices)