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.controllerServices
private List
<VersionedControllerService> VersionedReportingTaskSnapshot.controllerServices
Methods 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 TypeMethodDescriptionvoid
VersionedProcessGroup.setControllerServices
(Set<VersionedControllerService> controllerServices) void
VersionedReportingTaskSnapshot.setControllerServices
(List<VersionedControllerService> controllerServices)