Uses of Class
org.apache.nifi.flow.VersionedControllerService
Packages that use VersionedControllerService
-
Uses of VersionedControllerService in org.apache.nifi.controller
Methods in org.apache.nifi.controller that return VersionedControllerServiceModifier and TypeMethodDescriptionVersionedControllerServiceLookup.getVersionedControllerService(String serviceIdentifier) -
Uses of VersionedControllerService in org.apache.nifi.flow
Fields in org.apache.nifi.flow with type parameters of type VersionedControllerServiceModifier and TypeFieldDescriptionprivate Set<VersionedControllerService> VersionedProcessGroup.controllerServicesprivate List<VersionedControllerService> VersionedReportingTaskSnapshot.controllerServicesMethods in org.apache.nifi.flow that return types with arguments of type VersionedControllerServiceModifier and TypeMethodDescriptionVersionedProcessGroup.getControllerServices()VersionedReportingTaskSnapshot.getControllerServices()Method parameters in org.apache.nifi.flow with type arguments of type VersionedControllerServiceModifier and TypeMethodDescriptionvoidVersionedProcessGroup.setControllerServices(Set<VersionedControllerService> controllerServices) voidVersionedReportingTaskSnapshot.setControllerServices(List<VersionedControllerService> controllerServices)