Class ProcessorStatusSnapshotDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessorStatusSnapshotDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class ProcessorStatusSnapshotDTO extends Object
ProcessorStatusSnapshotDTO
  • Field Details

  • Constructor Details

    • ProcessorStatusSnapshotDTO

      public ProcessorStatusSnapshotDTO()
  • Method Details

    • id

    • getId

      public String getId()
      The id of the processor.
      Returns:
      id
    • setId

      public void setId(String id)
    • groupId

      public ProcessorStatusSnapshotDTO groupId(String groupId)
    • getGroupId

      public String getGroupId()
      The id of the parent process group to which the processor belongs.
      Returns:
      groupId
    • setGroupId

      public void setGroupId(String groupId)
    • name

      public ProcessorStatusSnapshotDTO name(String name)
    • getName

      public String getName()
      The name of the prcessor.
      Returns:
      name
    • setName

      public void setName(String name)
    • type

      public ProcessorStatusSnapshotDTO type(String type)
    • getType

      public String getType()
      The type of the processor.
      Returns:
      type
    • setType

      public void setType(String type)
    • runStatus

    • getRunStatus

      The state of the processor.
      Returns:
      runStatus
    • setRunStatus

      public void setRunStatus(ProcessorStatusSnapshotDTO.RunStatusEnum runStatus)
    • executionNode

    • getExecutionNode

      Indicates the node where the process will execute.
      Returns:
      executionNode
    • setExecutionNode

      public void setExecutionNode(ProcessorStatusSnapshotDTO.ExecutionNodeEnum executionNode)
    • bytesRead

      public ProcessorStatusSnapshotDTO bytesRead(Long bytesRead)
    • getBytesRead

      public Long getBytesRead()
      The number of bytes read by this Processor in the last 5 mintues
      Returns:
      bytesRead
    • setBytesRead

      public void setBytesRead(Long bytesRead)
    • bytesWritten

      public ProcessorStatusSnapshotDTO bytesWritten(Long bytesWritten)
    • getBytesWritten

      public Long getBytesWritten()
      The number of bytes written by this Processor in the last 5 minutes
      Returns:
      bytesWritten
    • setBytesWritten

      public void setBytesWritten(Long bytesWritten)
    • read

      public ProcessorStatusSnapshotDTO read(String read)
    • getRead

      public String getRead()
      The number of bytes read in the last 5 minutes.
      Returns:
      read
    • setRead

      public void setRead(String read)
    • written

      public ProcessorStatusSnapshotDTO written(String written)
    • getWritten

      public String getWritten()
      The number of bytes written in the last 5 minutes.
      Returns:
      written
    • setWritten

      public void setWritten(String written)
    • flowFilesIn

      public ProcessorStatusSnapshotDTO flowFilesIn(Integer flowFilesIn)
    • getFlowFilesIn

      public Integer getFlowFilesIn()
      The number of FlowFiles that have been accepted in the last 5 minutes
      Returns:
      flowFilesIn
    • setFlowFilesIn

      public void setFlowFilesIn(Integer flowFilesIn)
    • bytesIn

      public ProcessorStatusSnapshotDTO bytesIn(Long bytesIn)
    • getBytesIn

      public Long getBytesIn()
      The size of the FlowFiles that have been accepted in the last 5 minutes
      Returns:
      bytesIn
    • setBytesIn

      public void setBytesIn(Long bytesIn)
    • input

      public ProcessorStatusSnapshotDTO input(String input)
    • getInput

      public String getInput()
      The count/size of flowfiles that have been accepted in the last 5 minutes.
      Returns:
      input
    • setInput

      public void setInput(String input)
    • flowFilesOut

      public ProcessorStatusSnapshotDTO flowFilesOut(Integer flowFilesOut)
    • getFlowFilesOut

      public Integer getFlowFilesOut()
      The number of FlowFiles transferred to a Connection in the last 5 minutes
      Returns:
      flowFilesOut
    • setFlowFilesOut

      public void setFlowFilesOut(Integer flowFilesOut)
    • bytesOut

      public ProcessorStatusSnapshotDTO bytesOut(Long bytesOut)
    • getBytesOut

      public Long getBytesOut()
      The size of the FlowFiles transferred to a Connection in the last 5 minutes
      Returns:
      bytesOut
    • setBytesOut

      public void setBytesOut(Long bytesOut)
    • output

      public ProcessorStatusSnapshotDTO output(String output)
    • getOutput

      public String getOutput()
      The count/size of flowfiles that have been processed in the last 5 minutes.
      Returns:
      output
    • setOutput

      public void setOutput(String output)
    • taskCount

      public ProcessorStatusSnapshotDTO taskCount(Integer taskCount)
    • getTaskCount

      public Integer getTaskCount()
      The number of times this Processor has run in the last 5 minutes
      Returns:
      taskCount
    • setTaskCount

      public void setTaskCount(Integer taskCount)
    • tasksDurationNanos

      public ProcessorStatusSnapshotDTO tasksDurationNanos(Long tasksDurationNanos)
    • getTasksDurationNanos

      public Long getTasksDurationNanos()
      The number of nanoseconds that this Processor has spent running in the last 5 minutes
      Returns:
      tasksDurationNanos
    • setTasksDurationNanos

      public void setTasksDurationNanos(Long tasksDurationNanos)
    • tasks

      public ProcessorStatusSnapshotDTO tasks(String tasks)
    • getTasks

      public String getTasks()
      The total number of task this connectable has completed over the last 5 minutes.
      Returns:
      tasks
    • setTasks

      public void setTasks(String tasks)
    • tasksDuration

      public ProcessorStatusSnapshotDTO tasksDuration(String tasksDuration)
    • getTasksDuration

      public String getTasksDuration()
      The total duration of all tasks for this connectable over the last 5 minutes.
      Returns:
      tasksDuration
    • setTasksDuration

      public void setTasksDuration(String tasksDuration)
    • activeThreadCount

      public ProcessorStatusSnapshotDTO activeThreadCount(Integer activeThreadCount)
    • getActiveThreadCount

      public Integer getActiveThreadCount()
      The number of threads currently executing in the processor.
      Returns:
      activeThreadCount
    • setActiveThreadCount

      public void setActiveThreadCount(Integer activeThreadCount)
    • terminatedThreadCount

      public ProcessorStatusSnapshotDTO terminatedThreadCount(Integer terminatedThreadCount)
    • getTerminatedThreadCount

      public Integer getTerminatedThreadCount()
      The number of threads currently terminated for the processor.
      Returns:
      terminatedThreadCount
    • setTerminatedThreadCount

      public void setTerminatedThreadCount(Integer terminatedThreadCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).