Class FlowFileSummaryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowFileSummaryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowFileSummaryDTO
extends Object
FlowFileSummaryDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclusterNodeAddress
(String clusterNodeAddress) clusterNodeId
(String clusterNodeId) boolean
The label for the node where this FlowFile resides.The id of the node where this FlowFile resides.The FlowFile filename.Duration since the FlowFile's greatest ancestor entered the flow.How long in milliseconds until the FlowFile penalty expires.The FlowFile's position in the queue.How long this FlowFile has been enqueued.getSize()
The FlowFile file size.getUri()
The URI that can be used to access this FlowFile.getUuid()
The FlowFile UUID.int
hashCode()
If the FlowFile is penalized.lineageDuration
(Long lineageDuration) penaltyExpiresIn
(Long penaltyExpiresIn) queuedDuration
(Long queuedDuration) void
setClusterNodeAddress
(String clusterNodeAddress) void
setClusterNodeId
(String clusterNodeId) void
setFilename
(String filename) void
setLineageDuration
(Long lineageDuration) void
setPenalized
(Boolean penalized) void
setPenaltyExpiresIn
(Long penaltyExpiresIn) void
setPosition
(Integer position) void
setQueuedDuration
(Long queuedDuration) void
void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
uri
-
uuid
-
filename
-
position
-
size
-
queuedDuration
-
lineageDuration
-
penaltyExpiresIn
-
clusterNodeId
-
clusterNodeAddress
-
penalized
-
-
Constructor Details
-
FlowFileSummaryDTO
public FlowFileSummaryDTO()
-
-
Method Details
-
uri
-
getUri
The URI that can be used to access this FlowFile.- Returns:
- uri
-
setUri
-
uuid
-
getUuid
The FlowFile UUID.- Returns:
- uuid
-
setUuid
-
filename
-
getFilename
The FlowFile filename.- Returns:
- filename
-
setFilename
-
position
-
getPosition
The FlowFile's position in the queue.- Returns:
- position
-
setPosition
-
size
-
getSize
The FlowFile file size.- Returns:
- size
-
setSize
-
queuedDuration
-
getQueuedDuration
How long this FlowFile has been enqueued.- Returns:
- queuedDuration
-
setQueuedDuration
-
lineageDuration
-
getLineageDuration
Duration since the FlowFile's greatest ancestor entered the flow.- Returns:
- lineageDuration
-
setLineageDuration
-
penaltyExpiresIn
-
getPenaltyExpiresIn
How long in milliseconds until the FlowFile penalty expires.- Returns:
- penaltyExpiresIn
-
setPenaltyExpiresIn
-
clusterNodeId
-
getClusterNodeId
The id of the node where this FlowFile resides.- Returns:
- clusterNodeId
-
setClusterNodeId
-
clusterNodeAddress
-
getClusterNodeAddress
The label for the node where this FlowFile resides.- Returns:
- clusterNodeAddress
-
setClusterNodeAddress
-
penalized
-
isPenalized
If the FlowFile is penalized.- Returns:
- penalized
-
setPenalized
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-