Uses of Class
org.apache.nifi.api.toolkit.model.ControllerStatusDTO
Packages that use ControllerStatusDTO
-
Uses of ControllerStatusDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ControllerStatusDTOModifier and TypeFieldDescriptionprivate ControllerStatusDTO
ControllerStatusEntity.controllerStatus
Methods in org.apache.nifi.api.toolkit.model that return ControllerStatusDTOModifier and TypeMethodDescriptionControllerStatusDTO.activeRemotePortCount
(Integer activeRemotePortCount) ControllerStatusDTO.activeThreadCount
(Integer activeThreadCount) ControllerStatusDTO.bytesQueued
(Long bytesQueued) ControllerStatusDTO.disabledCount
(Integer disabledCount) ControllerStatusDTO.flowFilesQueued
(Integer flowFilesQueued) ControllerStatusEntity.getControllerStatus()
Get controllerStatusControllerStatusDTO.inactiveRemotePortCount
(Integer inactiveRemotePortCount) ControllerStatusDTO.invalidCount
(Integer invalidCount) ControllerStatusDTO.locallyModifiedAndStaleCount
(Integer locallyModifiedAndStaleCount) ControllerStatusDTO.locallyModifiedCount
(Integer locallyModifiedCount) ControllerStatusDTO.runningCount
(Integer runningCount) ControllerStatusDTO.staleCount
(Integer staleCount) ControllerStatusDTO.stoppedCount
(Integer stoppedCount) ControllerStatusDTO.syncFailureCount
(Integer syncFailureCount) ControllerStatusDTO.terminatedThreadCount
(Integer terminatedThreadCount) ControllerStatusDTO.upToDateCount
(Integer upToDateCount) Methods in org.apache.nifi.api.toolkit.model with parameters of type ControllerStatusDTOModifier and TypeMethodDescriptionControllerStatusEntity.controllerStatus
(ControllerStatusDTO controllerStatus) void
ControllerStatusEntity.setControllerStatus
(ControllerStatusDTO controllerStatus)