Class ProcessGroupStatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupStatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupStatusSnapshotDTO
extends Object
ProcessGroupStatusSnapshotDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The current state of the Process Group, as it relates to the Versioned Flow -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
private Long
private Long
private Long
private Long
private Long
private Long
private Long
private Long
private List
<ConnectionStatusSnapshotEntity> private Integer
private Integer
private Integer
private Integer
private Integer
private Integer
private String
private String
private List
<PortStatusSnapshotEntity> private String
private String
private List
<PortStatusSnapshotEntity> private List
<ProcessGroupStatusSnapshotEntity> private Long
private List
<ProcessorStatusSnapshotEntity> private String
private String
private String
private String
private String
private String
private Integer
private Integer
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveThreadCount
(Integer activeThreadCount) addConnectionStatusSnapshotsItem
(ConnectionStatusSnapshotEntity connectionStatusSnapshotsItem) addInputPortStatusSnapshotsItem
(PortStatusSnapshotEntity inputPortStatusSnapshotsItem) addOutputPortStatusSnapshotsItem
(PortStatusSnapshotEntity outputPortStatusSnapshotsItem) addProcessGroupStatusSnapshotsItem
(ProcessGroupStatusSnapshotEntity processGroupStatusSnapshotsItem) addProcessorStatusSnapshotsItem
(ProcessorStatusSnapshotEntity processorStatusSnapshotsItem) addRemoteProcessGroupStatusSnapshotsItem
(RemoteProcessGroupStatusSnapshotEntity remoteProcessGroupStatusSnapshotsItem) bytesQueued
(Long bytesQueued) bytesReceived
(Long bytesReceived) bytesTransferred
(Long bytesTransferred) bytesWritten
(Long bytesWritten) connectionStatusSnapshots
(List<ConnectionStatusSnapshotEntity> connectionStatusSnapshots) boolean
flowFilesIn
(Integer flowFilesIn) flowFilesOut
(Integer flowFilesOut) flowFilesQueued
(Integer flowFilesQueued) flowFilesReceived
(Integer flowFilesReceived) flowFilesSent
(Integer flowFilesSent) flowFilesTransferred
(Integer flowFilesTransferred) The active thread count for this process group.The number of bytes that have come into this ProcessGroup in the last 5 minutesThe number of bytes transferred out of this ProcessGroup in the last 5 minutesThe number of bytes that are queued up in this ProcessGroup right nowThe number of bytes read by components in this ProcessGroup in the last 5 minutesThe number of bytes received from external sources by components within this ProcessGroup in the last 5 minutesThe number of bytes sent to an external sink by components within this ProcessGroup in the last 5 minutesThe number of bytes transferred in this ProcessGroup in the last 5 minutesThe number of bytes written by components in this ProcessGroup in the last 5 minutesThe status of all connections in the process group.The number of FlowFiles that have come into this ProcessGroup in the last 5 minutesThe number of FlowFiles transferred out of this ProcessGroup in the last 5 minutesThe number of FlowFiles that are queued up in this ProcessGroup right nowThe number of FlowFiles received from external sources by components within this ProcessGroup in the last 5 minutesThe number of FlowFiles sent to an external sink by components within this ProcessGroup in the last 5 minutesThe number of FlowFiles transferred in this ProcessGroup in the last 5 minutesgetId()
The id of the process group.getInput()
The input count/size for the process group in the last 5 minutes (pretty printed).The status of all input ports in the process group.getName()
The name of this process group.The output count/size for the process group in the last 5 minutes.The status of all output ports in the process group.The status of all process groups in the process group.Get processingNanosThe status of all processors in the process group.The count/size that is queued in the the process group.The count that is queued for the process group.The size that is queued for the process group.getRead()
The number of bytes read in the last 5 minutes.The count/size sent to the process group in the last 5 minutes.The status of all remote process groups in the process group.getSent()
The count/size sent from this process group in the last 5 minutes.The current number of active threads for the Process Group, when running in Stateless mode.The number of threads currently terminated for the process group.The count/size transferred to/from queues in the process group in the last 5 minutes.The current state of the Process Group, as it relates to the Versioned FlowThe number of bytes written in the last 5 minutes.int
hashCode()
inputPortStatusSnapshots
(List<PortStatusSnapshotEntity> inputPortStatusSnapshots) outputPortStatusSnapshots
(List<PortStatusSnapshotEntity> outputPortStatusSnapshots) processGroupStatusSnapshots
(List<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots) processingNanos
(Long processingNanos) processorStatusSnapshots
(List<ProcessorStatusSnapshotEntity> processorStatusSnapshots) queuedCount
(String queuedCount) queuedSize
(String queuedSize) remoteProcessGroupStatusSnapshots
(List<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots) void
setActiveThreadCount
(Integer activeThreadCount) void
setBytesIn
(Long bytesIn) void
setBytesOut
(Long bytesOut) void
setBytesQueued
(Long bytesQueued) void
setBytesRead
(Long bytesRead) void
setBytesReceived
(Long bytesReceived) void
setBytesSent
(Long bytesSent) void
setBytesTransferred
(Long bytesTransferred) void
setBytesWritten
(Long bytesWritten) void
setConnectionStatusSnapshots
(List<ConnectionStatusSnapshotEntity> connectionStatusSnapshots) void
setFlowFilesIn
(Integer flowFilesIn) void
setFlowFilesOut
(Integer flowFilesOut) void
setFlowFilesQueued
(Integer flowFilesQueued) void
setFlowFilesReceived
(Integer flowFilesReceived) void
setFlowFilesSent
(Integer flowFilesSent) void
setFlowFilesTransferred
(Integer flowFilesTransferred) void
void
void
setInputPortStatusSnapshots
(List<PortStatusSnapshotEntity> inputPortStatusSnapshots) void
void
void
setOutputPortStatusSnapshots
(List<PortStatusSnapshotEntity> outputPortStatusSnapshots) void
setProcessGroupStatusSnapshots
(List<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots) void
setProcessingNanos
(Long processingNanos) void
setProcessorStatusSnapshots
(List<ProcessorStatusSnapshotEntity> processorStatusSnapshots) void
void
setQueuedCount
(String queuedCount) void
setQueuedSize
(String queuedSize) void
void
setReceived
(String received) void
setRemoteProcessGroupStatusSnapshots
(List<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots) void
void
setTerminatedThreadCount
(Integer terminatedThreadCount) void
setTransferred
(String transferred) void
setWritten
(String written) terminatedThreadCount
(Integer terminatedThreadCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
transferred
(String transferred)
-
Field Details
-
id
-
name
-
connectionStatusSnapshots
-
processorStatusSnapshots
-
processGroupStatusSnapshots
-
remoteProcessGroupStatusSnapshots
-
inputPortStatusSnapshots
-
outputPortStatusSnapshots
-
versionedFlowState
-
statelessActiveThreadCount
-
flowFilesIn
-
bytesIn
-
input
-
flowFilesQueued
-
bytesQueued
-
queued
-
queuedCount
-
queuedSize
-
bytesRead
-
read
-
bytesWritten
-
written
-
flowFilesOut
-
bytesOut
-
output
-
flowFilesTransferred
-
bytesTransferred
-
transferred
-
bytesReceived
-
flowFilesReceived
-
received
-
bytesSent
-
flowFilesSent
-
sent
-
activeThreadCount
-
terminatedThreadCount
-
processingNanos
-
-
Constructor Details
-
ProcessGroupStatusSnapshotDTO
public ProcessGroupStatusSnapshotDTO()
-
-
Method Details
-
id
-
getId
The id of the process group.- Returns:
- id
-
setId
-
name
-
getName
The name of this process group.- Returns:
- name
-
setName
-
connectionStatusSnapshots
public ProcessGroupStatusSnapshotDTO connectionStatusSnapshots(List<ConnectionStatusSnapshotEntity> connectionStatusSnapshots) -
addConnectionStatusSnapshotsItem
public ProcessGroupStatusSnapshotDTO addConnectionStatusSnapshotsItem(ConnectionStatusSnapshotEntity connectionStatusSnapshotsItem) -
getConnectionStatusSnapshots
The status of all connections in the process group.- Returns:
- connectionStatusSnapshots
-
setConnectionStatusSnapshots
public void setConnectionStatusSnapshots(List<ConnectionStatusSnapshotEntity> connectionStatusSnapshots) -
processorStatusSnapshots
public ProcessGroupStatusSnapshotDTO processorStatusSnapshots(List<ProcessorStatusSnapshotEntity> processorStatusSnapshots) -
addProcessorStatusSnapshotsItem
public ProcessGroupStatusSnapshotDTO addProcessorStatusSnapshotsItem(ProcessorStatusSnapshotEntity processorStatusSnapshotsItem) -
getProcessorStatusSnapshots
The status of all processors in the process group.- Returns:
- processorStatusSnapshots
-
setProcessorStatusSnapshots
public void setProcessorStatusSnapshots(List<ProcessorStatusSnapshotEntity> processorStatusSnapshots) -
processGroupStatusSnapshots
public ProcessGroupStatusSnapshotDTO processGroupStatusSnapshots(List<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots) -
addProcessGroupStatusSnapshotsItem
public ProcessGroupStatusSnapshotDTO addProcessGroupStatusSnapshotsItem(ProcessGroupStatusSnapshotEntity processGroupStatusSnapshotsItem) -
getProcessGroupStatusSnapshots
The status of all process groups in the process group.- Returns:
- processGroupStatusSnapshots
-
setProcessGroupStatusSnapshots
public void setProcessGroupStatusSnapshots(List<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots) -
remoteProcessGroupStatusSnapshots
public ProcessGroupStatusSnapshotDTO remoteProcessGroupStatusSnapshots(List<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots) -
addRemoteProcessGroupStatusSnapshotsItem
public ProcessGroupStatusSnapshotDTO addRemoteProcessGroupStatusSnapshotsItem(RemoteProcessGroupStatusSnapshotEntity remoteProcessGroupStatusSnapshotsItem) -
getRemoteProcessGroupStatusSnapshots
The status of all remote process groups in the process group.- Returns:
- remoteProcessGroupStatusSnapshots
-
setRemoteProcessGroupStatusSnapshots
public void setRemoteProcessGroupStatusSnapshots(List<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots) -
inputPortStatusSnapshots
public ProcessGroupStatusSnapshotDTO inputPortStatusSnapshots(List<PortStatusSnapshotEntity> inputPortStatusSnapshots) -
addInputPortStatusSnapshotsItem
public ProcessGroupStatusSnapshotDTO addInputPortStatusSnapshotsItem(PortStatusSnapshotEntity inputPortStatusSnapshotsItem) -
getInputPortStatusSnapshots
The status of all input ports in the process group.- Returns:
- inputPortStatusSnapshots
-
setInputPortStatusSnapshots
-
outputPortStatusSnapshots
public ProcessGroupStatusSnapshotDTO outputPortStatusSnapshots(List<PortStatusSnapshotEntity> outputPortStatusSnapshots) -
addOutputPortStatusSnapshotsItem
public ProcessGroupStatusSnapshotDTO addOutputPortStatusSnapshotsItem(PortStatusSnapshotEntity outputPortStatusSnapshotsItem) -
getOutputPortStatusSnapshots
The status of all output ports in the process group.- Returns:
- outputPortStatusSnapshots
-
setOutputPortStatusSnapshots
-
getVersionedFlowState
The current state of the Process Group, as it relates to the Versioned Flow- Returns:
- versionedFlowState
-
getStatelessActiveThreadCount
The current number of active threads for the Process Group, when running in Stateless mode.- Returns:
- statelessActiveThreadCount
-
flowFilesIn
-
getFlowFilesIn
The number of FlowFiles that have come into this ProcessGroup in the last 5 minutes- Returns:
- flowFilesIn
-
setFlowFilesIn
-
bytesIn
-
getBytesIn
The number of bytes that have come into this ProcessGroup in the last 5 minutes- Returns:
- bytesIn
-
setBytesIn
-
input
-
getInput
The input count/size for the process group in the last 5 minutes (pretty printed).- Returns:
- input
-
setInput
-
flowFilesQueued
-
getFlowFilesQueued
The number of FlowFiles that are queued up in this ProcessGroup right now- Returns:
- flowFilesQueued
-
setFlowFilesQueued
-
bytesQueued
-
getBytesQueued
The number of bytes that are queued up in this ProcessGroup right now- Returns:
- bytesQueued
-
setBytesQueued
-
queued
-
getQueued
The count/size that is queued in the the process group.- Returns:
- queued
-
setQueued
-
queuedCount
-
getQueuedCount
The count that is queued for the process group.- Returns:
- queuedCount
-
setQueuedCount
-
queuedSize
-
getQueuedSize
The size that is queued for the process group.- Returns:
- queuedSize
-
setQueuedSize
-
bytesRead
-
getBytesRead
The number of bytes read by components in this ProcessGroup in the last 5 minutes- Returns:
- bytesRead
-
setBytesRead
-
read
-
getRead
The number of bytes read in the last 5 minutes.- Returns:
- read
-
setRead
-
bytesWritten
-
getBytesWritten
The number of bytes written by components in this ProcessGroup in the last 5 minutes- Returns:
- bytesWritten
-
setBytesWritten
-
written
-
getWritten
The number of bytes written in the last 5 minutes.- Returns:
- written
-
setWritten
-
flowFilesOut
-
getFlowFilesOut
The number of FlowFiles transferred out of this ProcessGroup in the last 5 minutes- Returns:
- flowFilesOut
-
setFlowFilesOut
-
bytesOut
-
getBytesOut
The number of bytes transferred out of this ProcessGroup in the last 5 minutes- Returns:
- bytesOut
-
setBytesOut
-
output
-
getOutput
The output count/size for the process group in the last 5 minutes.- Returns:
- output
-
setOutput
-
flowFilesTransferred
-
getFlowFilesTransferred
The number of FlowFiles transferred in this ProcessGroup in the last 5 minutes- Returns:
- flowFilesTransferred
-
setFlowFilesTransferred
-
bytesTransferred
-
getBytesTransferred
The number of bytes transferred in this ProcessGroup in the last 5 minutes- Returns:
- bytesTransferred
-
setBytesTransferred
-
transferred
-
getTransferred
The count/size transferred to/from queues in the process group in the last 5 minutes.- Returns:
- transferred
-
setTransferred
-
bytesReceived
-
getBytesReceived
The number of bytes received from external sources by components within this ProcessGroup in the last 5 minutes- Returns:
- bytesReceived
-
setBytesReceived
-
flowFilesReceived
-
getFlowFilesReceived
The number of FlowFiles received from external sources by components within this ProcessGroup in the last 5 minutes- Returns:
- flowFilesReceived
-
setFlowFilesReceived
-
received
-
getReceived
The count/size sent to the process group in the last 5 minutes.- Returns:
- received
-
setReceived
-
bytesSent
-
getBytesSent
The number of bytes sent to an external sink by components within this ProcessGroup in the last 5 minutes- Returns:
- bytesSent
-
setBytesSent
-
flowFilesSent
-
getFlowFilesSent
The number of FlowFiles sent to an external sink by components within this ProcessGroup in the last 5 minutes- Returns:
- flowFilesSent
-
setFlowFilesSent
-
sent
-
getSent
The count/size sent from this process group in the last 5 minutes.- Returns:
- sent
-
setSent
-
activeThreadCount
-
getActiveThreadCount
The active thread count for this process group.- Returns:
- activeThreadCount
-
setActiveThreadCount
-
terminatedThreadCount
-
getTerminatedThreadCount
The number of threads currently terminated for the process group.- Returns:
- terminatedThreadCount
-
setTerminatedThreadCount
-
processingNanos
-
getProcessingNanos
Get processingNanos- Returns:
- processingNanos
-
setProcessingNanos
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-