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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveQueueByteCount
(Long activeQueueByteCount) activeQueueFlowFileCount
(Integer activeQueueFlowFileCount) allActiveQueueFlowFilesPenalized
(Boolean allActiveQueueFlowFilesPenalized) anyActiveQueueFlowFilesPenalized
(Boolean anyActiveQueueFlowFilesPenalized) boolean
Total number of bytes that make up the content for the FlowFiles that are present in the Connection's Active QueueTotal number of FlowFiles that exist in the Connection's Active Queue, immediately available to be offered up to a componentThe number bytes that make up the content of the FlowFiles that are In-FlightThe number of In-Flight FlowFiles for this Connection.Total number of bytes that make up the content for the FlowFiles that are swapped out to disk for the ConnectionThe number of Swap Files that exist for this ConnectionThe total number of FlowFiles that are swapped out for this ConnectionTotal number of bytes that make up the content for the FlowFiles owned by this ConnectionTotal number of FlowFiles owned by the Connectionint
hashCode()
inFlightByteCount
(Long inFlightByteCount) inFlightFlowFileCount
(Integer inFlightFlowFileCount) Whether or not all of the FlowFiles in the Active Queue are penalizedWhether or not any of the FlowFiles in the Active Queue are penalizedvoid
setActiveQueueByteCount
(Long activeQueueByteCount) void
setActiveQueueFlowFileCount
(Integer activeQueueFlowFileCount) void
setAllActiveQueueFlowFilesPenalized
(Boolean allActiveQueueFlowFilesPenalized) void
setAnyActiveQueueFlowFilesPenalized
(Boolean anyActiveQueueFlowFilesPenalized) void
setInFlightByteCount
(Long inFlightByteCount) void
setInFlightFlowFileCount
(Integer inFlightFlowFileCount) void
setSwapByteCount
(Long swapByteCount) void
setSwapFiles
(Integer swapFiles) void
setSwapFlowFileCount
(Integer swapFlowFileCount) void
setTotalByteCount
(Long totalByteCount) void
setTotalFlowFileCount
(Integer totalFlowFileCount) swapByteCount
(Long swapByteCount) swapFlowFileCount
(Integer swapFlowFileCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
totalByteCount
(Long totalByteCount) totalFlowFileCount
(Integer totalFlowFileCount)
-
Field Details
-
totalFlowFileCount
-
totalByteCount
-
activeQueueFlowFileCount
-
activeQueueByteCount
-
swapFlowFileCount
-
swapByteCount
-
swapFiles
-
inFlightFlowFileCount
-
inFlightByteCount
-
allActiveQueueFlowFilesPenalized
-
anyActiveQueueFlowFilesPenalized
-
-
Constructor Details
-
LocalQueuePartitionDTO
public LocalQueuePartitionDTO()
-
-
Method Details
-
totalFlowFileCount
-
getTotalFlowFileCount
Total number of FlowFiles owned by the Connection- Returns:
- totalFlowFileCount
-
setTotalFlowFileCount
-
totalByteCount
-
getTotalByteCount
Total number of bytes that make up the content for the FlowFiles owned by this Connection- Returns:
- totalByteCount
-
setTotalByteCount
-
activeQueueFlowFileCount
-
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
-
activeQueueByteCount
-
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
-
swapFlowFileCount
-
getSwapFlowFileCount
The total number of FlowFiles that are swapped out for this Connection- Returns:
- swapFlowFileCount
-
setSwapFlowFileCount
-
swapByteCount
-
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
-
swapFiles
-
getSwapFiles
The number of Swap Files that exist for this Connection- Returns:
- swapFiles
-
setSwapFiles
-
inFlightFlowFileCount
-
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
-
inFlightByteCount
-
getInFlightByteCount
The number bytes that make up the content of the FlowFiles that are In-Flight- Returns:
- inFlightByteCount
-
setInFlightByteCount
-
allActiveQueueFlowFilesPenalized
public LocalQueuePartitionDTO allActiveQueueFlowFilesPenalized(Boolean allActiveQueueFlowFilesPenalized) -
isAllActiveQueueFlowFilesPenalized
Whether or not all of the FlowFiles in the Active Queue are penalized- Returns:
- allActiveQueueFlowFilesPenalized
-
setAllActiveQueueFlowFilesPenalized
-
anyActiveQueueFlowFilesPenalized
public LocalQueuePartitionDTO anyActiveQueueFlowFilesPenalized(Boolean anyActiveQueueFlowFilesPenalized) -
isAnyActiveQueueFlowFilesPenalized
Whether or not any of the FlowFiles in the Active Queue are penalized- Returns:
- anyActiveQueueFlowFilesPenalized
-
setAnyActiveQueueFlowFilesPenalized
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-