Class ControllerStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ControllerStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ControllerStatusDTO
extends Object
ControllerStatusDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveRemotePortCount
(Integer activeRemotePortCount) activeThreadCount
(Integer activeThreadCount) bytesQueued
(Long bytesQueued) disabledCount
(Integer disabledCount) boolean
flowFilesQueued
(Integer flowFilesQueued) The number of active remote ports in the NiFi.The number of active threads in the NiFi.The size of the FlowFiles queued across the entire flowThe number of disabled components in the NiFi.The number of FlowFiles queued across the entire flowThe number of inactive remote ports in the NiFi.The number of invalid components in the NiFi.The number of locally modified and stale versioned process groups in the NiFi.The number of locally modified versioned process groups in the NiFi.The number of flowfiles queued in the NiFi.The number of running components in the NiFi.The number of stale versioned process groups in the NiFi.The number of stopped components in the NiFi.The number of versioned process groups in the NiFi that are unable to sync to a registry.The number of terminated threads in the NiFi.The number of up to date versioned process groups in the NiFi.int
hashCode()
inactiveRemotePortCount
(Integer inactiveRemotePortCount) invalidCount
(Integer invalidCount) locallyModifiedAndStaleCount
(Integer locallyModifiedAndStaleCount) locallyModifiedCount
(Integer locallyModifiedCount) runningCount
(Integer runningCount) void
setActiveRemotePortCount
(Integer activeRemotePortCount) void
setActiveThreadCount
(Integer activeThreadCount) void
setBytesQueued
(Long bytesQueued) void
setDisabledCount
(Integer disabledCount) void
setFlowFilesQueued
(Integer flowFilesQueued) void
setInactiveRemotePortCount
(Integer inactiveRemotePortCount) void
setInvalidCount
(Integer invalidCount) void
setLocallyModifiedAndStaleCount
(Integer locallyModifiedAndStaleCount) void
setLocallyModifiedCount
(Integer locallyModifiedCount) void
void
setRunningCount
(Integer runningCount) void
setStaleCount
(Integer staleCount) void
setStoppedCount
(Integer stoppedCount) void
setSyncFailureCount
(Integer syncFailureCount) void
setTerminatedThreadCount
(Integer terminatedThreadCount) void
setUpToDateCount
(Integer upToDateCount) staleCount
(Integer staleCount) stoppedCount
(Integer stoppedCount) syncFailureCount
(Integer syncFailureCount) terminatedThreadCount
(Integer terminatedThreadCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
upToDateCount
(Integer upToDateCount)
-
Field Details
-
activeThreadCount
-
terminatedThreadCount
-
queued
-
flowFilesQueued
-
bytesQueued
-
runningCount
-
stoppedCount
-
invalidCount
-
disabledCount
-
activeRemotePortCount
-
inactiveRemotePortCount
-
upToDateCount
-
locallyModifiedCount
-
staleCount
-
locallyModifiedAndStaleCount
-
syncFailureCount
-
-
Constructor Details
-
ControllerStatusDTO
public ControllerStatusDTO()
-
-
Method Details
-
activeThreadCount
-
getActiveThreadCount
The number of active threads in the NiFi.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
terminatedThreadCount
-
getTerminatedThreadCount
The number of terminated threads in the NiFi.- Returns:
- terminatedThreadCount
-
setTerminatedThreadCount
-
queued
-
getQueued
The number of flowfiles queued in the NiFi.- Returns:
- queued
-
setQueued
-
flowFilesQueued
-
getFlowFilesQueued
The number of FlowFiles queued across the entire flow- Returns:
- flowFilesQueued
-
setFlowFilesQueued
-
bytesQueued
-
getBytesQueued
The size of the FlowFiles queued across the entire flow- Returns:
- bytesQueued
-
setBytesQueued
-
runningCount
-
getRunningCount
The number of running components in the NiFi.- Returns:
- runningCount
-
setRunningCount
-
stoppedCount
-
getStoppedCount
The number of stopped components in the NiFi.- Returns:
- stoppedCount
-
setStoppedCount
-
invalidCount
-
getInvalidCount
The number of invalid components in the NiFi.- Returns:
- invalidCount
-
setInvalidCount
-
disabledCount
-
getDisabledCount
The number of disabled components in the NiFi.- Returns:
- disabledCount
-
setDisabledCount
-
activeRemotePortCount
-
getActiveRemotePortCount
The number of active remote ports in the NiFi.- Returns:
- activeRemotePortCount
-
setActiveRemotePortCount
-
inactiveRemotePortCount
-
getInactiveRemotePortCount
The number of inactive remote ports in the NiFi.- Returns:
- inactiveRemotePortCount
-
setInactiveRemotePortCount
-
upToDateCount
-
getUpToDateCount
The number of up to date versioned process groups in the NiFi.- Returns:
- upToDateCount
-
setUpToDateCount
-
locallyModifiedCount
-
getLocallyModifiedCount
The number of locally modified versioned process groups in the NiFi.- Returns:
- locallyModifiedCount
-
setLocallyModifiedCount
-
staleCount
-
getStaleCount
The number of stale versioned process groups in the NiFi.- Returns:
- staleCount
-
setStaleCount
-
locallyModifiedAndStaleCount
-
getLocallyModifiedAndStaleCount
The number of locally modified and stale versioned process groups in the NiFi.- Returns:
- locallyModifiedAndStaleCount
-
setLocallyModifiedAndStaleCount
-
syncFailureCount
-
getSyncFailureCount
The number of versioned process groups in the NiFi that are unable to sync to a registry.- Returns:
- syncFailureCount
-
setSyncFailureCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-