Class ConnectionDiagnosticsSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionDiagnosticsSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionDiagnosticsSnapshotDTO
extends Object
ConnectionDiagnosticsSnapshotDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LocalQueuePartitionDTO
private String
private List
<RemoteQueuePartitionDTO> private Long
private Integer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRemoteQueuePartitionsItem
(RemoteQueuePartitionDTO remoteQueuePartitionsItem) boolean
Get localQueuePartitionThe Node Identifier that this information pertains toGet remoteQueuePartitionsTotal number of bytes that make up the content for the FlowFiles owned by this ConnectionTotal number of FlowFiles owned by the Connectionint
hashCode()
localQueuePartition
(LocalQueuePartitionDTO localQueuePartition) nodeIdentifier
(String nodeIdentifier) remoteQueuePartitions
(List<RemoteQueuePartitionDTO> remoteQueuePartitions) void
setLocalQueuePartition
(LocalQueuePartitionDTO localQueuePartition) void
setNodeIdentifier
(String nodeIdentifier) void
setRemoteQueuePartitions
(List<RemoteQueuePartitionDTO> remoteQueuePartitions) void
setTotalByteCount
(Long totalByteCount) void
setTotalFlowFileCount
(Integer totalFlowFileCount) 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
-
nodeIdentifier
-
localQueuePartition
-
remoteQueuePartitions
-
-
Constructor Details
-
ConnectionDiagnosticsSnapshotDTO
public ConnectionDiagnosticsSnapshotDTO()
-
-
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
-
nodeIdentifier
-
getNodeIdentifier
The Node Identifier that this information pertains to- Returns:
- nodeIdentifier
-
setNodeIdentifier
-
localQueuePartition
public ConnectionDiagnosticsSnapshotDTO localQueuePartition(LocalQueuePartitionDTO localQueuePartition) -
getLocalQueuePartition
Get localQueuePartition- Returns:
- localQueuePartition
-
setLocalQueuePartition
-
remoteQueuePartitions
public ConnectionDiagnosticsSnapshotDTO remoteQueuePartitions(List<RemoteQueuePartitionDTO> remoteQueuePartitions) -
addRemoteQueuePartitionsItem
public ConnectionDiagnosticsSnapshotDTO addRemoteQueuePartitionsItem(RemoteQueuePartitionDTO remoteQueuePartitionsItem) -
getRemoteQueuePartitions
Get remoteQueuePartitions- Returns:
- remoteQueuePartitions
-
setRemoteQueuePartitions
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-