Uses of Class
org.apache.nifi.api.toolkit.model.ControllerDTO
Packages that use ControllerDTO
-
Uses of ControllerDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ControllerDTOMethods in org.apache.nifi.api.toolkit.model that return ControllerDTOModifier and TypeMethodDescriptionControllerDTO.activeRemotePortCount
(Integer activeRemotePortCount) ControllerDTO.addInputPortsItem
(PortDTO inputPortsItem) ControllerDTO.addOutputPortsItem
(PortDTO outputPortsItem) ControllerDTO.disabledCount
(Integer disabledCount) ControllerEntity.getController()
Get controllerControllerDTO.inactiveRemotePortCount
(Integer inactiveRemotePortCount) ControllerDTO.inputPortCount
(Integer inputPortCount) ControllerDTO.inputPorts
(List<PortDTO> inputPorts) ControllerDTO.instanceId
(String instanceId) ControllerDTO.invalidCount
(Integer invalidCount) ControllerDTO.outputPortCount
(Integer outputPortCount) ControllerDTO.outputPorts
(List<PortDTO> outputPorts) ControllerDTO.remoteSiteHttpListeningPort
(Integer remoteSiteHttpListeningPort) ControllerDTO.remoteSiteListeningPort
(Integer remoteSiteListeningPort) ControllerDTO.runningCount
(Integer runningCount) ControllerDTO.siteToSiteSecure
(Boolean siteToSiteSecure) ControllerDTO.stoppedCount
(Integer stoppedCount) Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerDTOModifier and TypeMethodDescriptionControllerEntity.controller
(ControllerDTO controller) void
ControllerEntity.setController
(ControllerDTO controller)