Class RemoteQueuePartitionDTO

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

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

    • totalFlowFileCount

      private Integer totalFlowFileCount
    • totalByteCount

      private Long totalByteCount
    • activeQueueFlowFileCount

      private Integer activeQueueFlowFileCount
    • activeQueueByteCount

      private Long activeQueueByteCount
    • swapFlowFileCount

      private Integer swapFlowFileCount
    • swapByteCount

      private Long swapByteCount
    • swapFiles

      private Integer swapFiles
    • inFlightFlowFileCount

      private Integer inFlightFlowFileCount
    • inFlightByteCount

      private Long inFlightByteCount
    • nodeIdentifier

      private String nodeIdentifier
  • Constructor Details

    • RemoteQueuePartitionDTO

      public RemoteQueuePartitionDTO()
  • Method Details

    • totalFlowFileCount

      public RemoteQueuePartitionDTO totalFlowFileCount(Integer totalFlowFileCount)
    • getTotalFlowFileCount

      public Integer getTotalFlowFileCount()
      Total number of FlowFiles owned by the Connection
      Returns:
      totalFlowFileCount
    • setTotalFlowFileCount

      public void setTotalFlowFileCount(Integer totalFlowFileCount)
    • totalByteCount

      public RemoteQueuePartitionDTO totalByteCount(Long totalByteCount)
    • getTotalByteCount

      public Long getTotalByteCount()
      Total number of bytes that make up the content for the FlowFiles owned by this Connection
      Returns:
      totalByteCount
    • setTotalByteCount

      public void setTotalByteCount(Long totalByteCount)
    • activeQueueFlowFileCount

      public RemoteQueuePartitionDTO activeQueueFlowFileCount(Integer activeQueueFlowFileCount)
    • getActiveQueueFlowFileCount

      public Integer getActiveQueueFlowFileCount()
      Total number of FlowFiles that exist in the Connection's Active Queue, immediately available to be offered up to a component
      Returns:
      activeQueueFlowFileCount
    • setActiveQueueFlowFileCount

      public void setActiveQueueFlowFileCount(Integer activeQueueFlowFileCount)
    • activeQueueByteCount

      public RemoteQueuePartitionDTO activeQueueByteCount(Long activeQueueByteCount)
    • getActiveQueueByteCount

      public Long getActiveQueueByteCount()
      Total number of bytes that make up the content for the FlowFiles that are present in the Connection's Active Queue
      Returns:
      activeQueueByteCount
    • setActiveQueueByteCount

      public void setActiveQueueByteCount(Long activeQueueByteCount)
    • swapFlowFileCount

      public RemoteQueuePartitionDTO swapFlowFileCount(Integer swapFlowFileCount)
    • getSwapFlowFileCount

      public Integer getSwapFlowFileCount()
      The total number of FlowFiles that are swapped out for this Connection
      Returns:
      swapFlowFileCount
    • setSwapFlowFileCount

      public void setSwapFlowFileCount(Integer swapFlowFileCount)
    • swapByteCount

      public RemoteQueuePartitionDTO swapByteCount(Long swapByteCount)
    • getSwapByteCount

      public Long getSwapByteCount()
      Total number of bytes that make up the content for the FlowFiles that are swapped out to disk for the Connection
      Returns:
      swapByteCount
    • setSwapByteCount

      public void setSwapByteCount(Long swapByteCount)
    • swapFiles

      public RemoteQueuePartitionDTO swapFiles(Integer swapFiles)
    • getSwapFiles

      public Integer getSwapFiles()
      The number of Swap Files that exist for this Connection
      Returns:
      swapFiles
    • setSwapFiles

      public void setSwapFiles(Integer swapFiles)
    • inFlightFlowFileCount

      public RemoteQueuePartitionDTO inFlightFlowFileCount(Integer inFlightFlowFileCount)
    • getInFlightFlowFileCount

      public Integer getInFlightFlowFileCount()
      The number of In-Flight FlowFiles for this Connection. These are FlowFiles that belong to the connection but are currently being operated on by a Processor, Port, etc.
      Returns:
      inFlightFlowFileCount
    • setInFlightFlowFileCount

      public void setInFlightFlowFileCount(Integer inFlightFlowFileCount)
    • inFlightByteCount

      public RemoteQueuePartitionDTO inFlightByteCount(Long inFlightByteCount)
    • getInFlightByteCount

      public Long getInFlightByteCount()
      The number bytes that make up the content of the FlowFiles that are In-Flight
      Returns:
      inFlightByteCount
    • setInFlightByteCount

      public void setInFlightByteCount(Long inFlightByteCount)
    • nodeIdentifier

      public RemoteQueuePartitionDTO nodeIdentifier(String nodeIdentifier)
    • getNodeIdentifier

      public String getNodeIdentifier()
      The Node Identifier that this queue partition is sending to
      Returns:
      nodeIdentifier
    • setNodeIdentifier

      public void setNodeIdentifier(String nodeIdentifier)
    • 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).