| Constructor and Description |
|---|
ProcessGroupStatusSnapshotDTO() |
private String id
private String name
private Collection<ConnectionStatusSnapshotEntity> connectionStatusSnapshots
private Collection<ProcessorStatusSnapshotEntity> processorStatusSnapshots
private Collection<ProcessGroupStatusSnapshotEntity> processGroupStatusSnapshots
private Collection<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatusSnapshots
private Collection<PortStatusSnapshotEntity> inputPortStatusSnapshots
private Collection<PortStatusSnapshotEntity> outputPortStatusSnapshots
private String versionedFlowState
private Integer flowFilesIn
private Long bytesIn
private String input
private Integer flowFilesQueued
private Long bytesQueued
private String queued
private String queuedCount
private String queuedSize
private Long bytesRead
private String read
private Long bytesWritten
private String written
private Integer flowFilesOut
private Long bytesOut
private String output
private Integer flowFilesTransferred
private Long bytesTransferred
private String transferred
private Long bytesReceived
private Integer flowFilesReceived
private String received
private Long bytesSent
private Integer flowFilesSent
private String sent
private Integer activeThreadCount
private Integer terminatedThreadCount
private Long processingNanos
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getVersionedFlowState()
public void setVersionedFlowState(String versionedFlowState)
public Integer getActiveThreadCount()
public void setActiveThreadCount(Integer activeThreadCount)
public Integer getTerminatedThreadCount()
public void setTerminatedThreadCount(Integer terminatedThreadCount)
public Collection<ConnectionStatusSnapshotEntity> getConnectionStatusSnapshots()
public void setConnectionStatusSnapshots(Collection<ConnectionStatusSnapshotEntity> connectionStatus)
public Collection<ProcessGroupStatusSnapshotEntity> getProcessGroupStatusSnapshots()
public void setProcessGroupStatusSnapshots(Collection<ProcessGroupStatusSnapshotEntity> processGroupStatus)
public Collection<RemoteProcessGroupStatusSnapshotEntity> getRemoteProcessGroupStatusSnapshots()
public void setRemoteProcessGroupStatusSnapshots(Collection<RemoteProcessGroupStatusSnapshotEntity> remoteProcessGroupStatus)
public Collection<ProcessorStatusSnapshotEntity> getProcessorStatusSnapshots()
public void setProcessorStatusSnapshots(Collection<ProcessorStatusSnapshotEntity> processorStatus)
public Collection<PortStatusSnapshotEntity> getInputPortStatusSnapshots()
public void setInputPortStatusSnapshots(Collection<PortStatusSnapshotEntity> inputPortStatus)
public Collection<PortStatusSnapshotEntity> getOutputPortStatusSnapshots()
public void setOutputPortStatusSnapshots(Collection<PortStatusSnapshotEntity> outputPortStatus)
public String getOutput()
public String getTransferred()
public String getReceived()
public String getSent()
public String getQueuedCount()
public String getQueuedSize()
public String getQueued()
public String getRead()
public String getWritten()
public String getInput()
public Integer getFlowFilesIn()
public void setFlowFilesIn(Integer flowFilesIn)
public Long getBytesIn()
public void setBytesIn(Long bytesIn)
public Integer getFlowFilesQueued()
public void setFlowFilesQueued(Integer flowFilesQueued)
public Long getBytesQueued()
public void setBytesQueued(Long bytesQueued)
public Long getBytesRead()
public void setBytesRead(Long bytesRead)
public Long getBytesWritten()
public void setBytesWritten(Long bytesWritten)
public Integer getFlowFilesOut()
public void setFlowFilesOut(Integer flowFilesOut)
public Long getBytesOut()
public void setBytesOut(Long bytesOut)
public Integer getFlowFilesTransferred()
public void setFlowFilesTransferred(Integer flowFilesTransferred)
public Long getBytesTransferred()
public void setBytesTransferred(Long bytesTransferred)
public Long getBytesReceived()
public void setBytesReceived(Long bytesReceived)
public Long getBytesSent()
public void setBytesSent(Long bytesSent)
public Integer getFlowFilesSent()
public void setFlowFilesSent(Integer flowFilesSent)
public Integer getFlowFilesReceived()
public void setFlowFilesReceived(Integer flowFilesReceived)
public void setInput(String input)
public void setQueued(String queued)
public void setQueuedCount(String queuedCount)
public void setQueuedSize(String queuedSize)
public void setRead(String read)
public void setWritten(String written)
public void setOutput(String output)
public void setTransferred(String transferred)
public void setReceived(String received)
public void setSent(String sent)
public Long getProcessingNanos()
public void setProcessingNanos(Long processingNanos)
public ProcessGroupStatusSnapshotDTO clone()
private <T> Collection<T> copy(Collection<T> original)
Copyright © 2023 Apache NiFi Project. All rights reserved.