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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveQueueByteCount
(Long activeQueueByteCount) activeQueueFlowFileCount
(Integer activeQueueFlowFileCount) 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.The Node Identifier that this queue partition is sending toTotal 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) nodeIdentifier
(String nodeIdentifier) void
setActiveQueueByteCount
(Long activeQueueByteCount) void
setActiveQueueFlowFileCount
(Integer activeQueueFlowFileCount) void
setInFlightByteCount
(Long inFlightByteCount) void
setInFlightFlowFileCount
(Integer inFlightFlowFileCount) void
setNodeIdentifier
(String nodeIdentifier) 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
-
nodeIdentifier
-
-
Constructor Details
-
RemoteQueuePartitionDTO
public RemoteQueuePartitionDTO()
-
-
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
-
nodeIdentifier
-
getNodeIdentifier
The Node Identifier that this queue partition is sending to- Returns:
- nodeIdentifier
-
setNodeIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-