Class LocalQueuePartitionDTO

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

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class LocalQueuePartitionDTO extends Object
LocalQueuePartitionDTO
  • 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
    • allActiveQueueFlowFilesPenalized

      private Boolean allActiveQueueFlowFilesPenalized
    • anyActiveQueueFlowFilesPenalized

      private Boolean anyActiveQueueFlowFilesPenalized
  • Constructor Details

    • LocalQueuePartitionDTO

      public LocalQueuePartitionDTO()
  • Method Details

    • totalFlowFileCount

      public LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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 LocalQueuePartitionDTO 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)
    • allActiveQueueFlowFilesPenalized

      public LocalQueuePartitionDTO allActiveQueueFlowFilesPenalized(Boolean allActiveQueueFlowFilesPenalized)
    • isAllActiveQueueFlowFilesPenalized

      public Boolean isAllActiveQueueFlowFilesPenalized()
      Whether or not all of the FlowFiles in the Active Queue are penalized
      Returns:
      allActiveQueueFlowFilesPenalized
    • setAllActiveQueueFlowFilesPenalized

      public void setAllActiveQueueFlowFilesPenalized(Boolean allActiveQueueFlowFilesPenalized)
    • anyActiveQueueFlowFilesPenalized

      public LocalQueuePartitionDTO anyActiveQueueFlowFilesPenalized(Boolean anyActiveQueueFlowFilesPenalized)
    • isAnyActiveQueueFlowFilesPenalized

      public Boolean isAnyActiveQueueFlowFilesPenalized()
      Whether or not any of the FlowFiles in the Active Queue are penalized
      Returns:
      anyActiveQueueFlowFilesPenalized
    • setAnyActiveQueueFlowFilesPenalized

      public void setAnyActiveQueueFlowFilesPenalized(Boolean anyActiveQueueFlowFilesPenalized)
    • 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).