Class ConnectionStatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionStatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionStatusSnapshotDTO
extends Object
ConnectionStatusSnapshotDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Long
private Long
private Long
private String
private String
private String
private Integer
private Integer
private Integer
private String
private String
private String
private String
private String
private Integer
private Integer
private String
private String
private String
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytesQueued
(Long bytesQueued) destinationId
(String destinationId) destinationName
(String destinationName) boolean
flowFileAvailability
(String flowFileAvailability) flowFilesIn
(Integer flowFilesIn) flowFilesOut
(Integer flowFilesOut) flowFilesQueued
(Integer flowFilesQueued) The size of the FlowFiles that have come into the connection in the last 5 minutes.The number of bytes that have left the connection in the last 5 minutes.The size of the FlowFiles that are currently queued in the connection.The id of the destination of the connection.The name of the destination of the connection.The availability of FlowFiles in this connectionThe number of FlowFiles that have come into the connection in the last 5 minutes.The number of FlowFiles that have left the connection in the last 5 minutes.The number of FlowFiles that are currently queued in the connection.The id of the process group the connection belongs to.getId()
The id of the connection.getInput()
The input count/size for the connection in the last 5 minutes, pretty printed.getName()
The name of the connection.The output count/sie for the connection in the last 5 minutes, pretty printed.Connection percent use regarding queued flow files size and backpressure threshold if configured.Connection percent use regarding queued flow files count and backpressure threshold if configured.Get predictionsThe total count and size of queued flowfiles formatted.The number of flowfiles that are queued, pretty printed.The total size of flowfiles that are queued formatted.The id of the source of the connection.The name of the source of the connection.int
hashCode()
percentUseBytes
(Integer percentUseBytes) percentUseCount
(Integer percentUseCount) predictions
(ConnectionStatusPredictionsSnapshotDTO predictions) queuedCount
(String queuedCount) queuedSize
(String queuedSize) void
setBytesIn
(Long bytesIn) void
setBytesOut
(Long bytesOut) void
setBytesQueued
(Long bytesQueued) void
setDestinationId
(String destinationId) void
setDestinationName
(String destinationName) void
setFlowFileAvailability
(String flowFileAvailability) void
setFlowFilesIn
(Integer flowFilesIn) void
setFlowFilesOut
(Integer flowFilesOut) void
setFlowFilesQueued
(Integer flowFilesQueued) void
setGroupId
(String groupId) void
void
void
void
void
setPercentUseBytes
(Integer percentUseBytes) void
setPercentUseCount
(Integer percentUseCount) void
setPredictions
(ConnectionStatusPredictionsSnapshotDTO predictions) void
void
setQueuedCount
(String queuedCount) void
setQueuedSize
(String queuedSize) void
setSourceId
(String sourceId) void
setSourceName
(String sourceName) sourceName
(String sourceName) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
groupId
-
name
-
sourceId
-
sourceName
-
destinationId
-
destinationName
-
predictions
-
flowFilesIn
-
bytesIn
-
input
-
flowFilesOut
-
bytesOut
-
output
-
flowFilesQueued
-
bytesQueued
-
queued
-
queuedSize
-
queuedCount
-
percentUseCount
-
percentUseBytes
-
flowFileAvailability
-
-
Constructor Details
-
ConnectionStatusSnapshotDTO
public ConnectionStatusSnapshotDTO()
-
-
Method Details
-
id
-
getId
The id of the connection.- Returns:
- id
-
setId
-
groupId
-
getGroupId
The id of the process group the connection belongs to.- Returns:
- groupId
-
setGroupId
-
name
-
getName
The name of the connection.- Returns:
- name
-
setName
-
sourceId
-
getSourceId
The id of the source of the connection.- Returns:
- sourceId
-
setSourceId
-
sourceName
-
getSourceName
The name of the source of the connection.- Returns:
- sourceName
-
setSourceName
-
destinationId
-
getDestinationId
The id of the destination of the connection.- Returns:
- destinationId
-
setDestinationId
-
destinationName
-
getDestinationName
The name of the destination of the connection.- Returns:
- destinationName
-
setDestinationName
-
predictions
-
getPredictions
Get predictions- Returns:
- predictions
-
setPredictions
-
flowFilesIn
-
getFlowFilesIn
The number of FlowFiles that have come into the connection in the last 5 minutes.- Returns:
- flowFilesIn
-
setFlowFilesIn
-
bytesIn
-
getBytesIn
The size of the FlowFiles that have come into the connection in the last 5 minutes.- Returns:
- bytesIn
-
setBytesIn
-
input
-
getInput
The input count/size for the connection in the last 5 minutes, pretty printed.- Returns:
- input
-
setInput
-
flowFilesOut
-
getFlowFilesOut
The number of FlowFiles that have left the connection in the last 5 minutes.- Returns:
- flowFilesOut
-
setFlowFilesOut
-
bytesOut
-
getBytesOut
The number of bytes that have left the connection in the last 5 minutes.- Returns:
- bytesOut
-
setBytesOut
-
output
-
getOutput
The output count/sie for the connection in the last 5 minutes, pretty printed.- Returns:
- output
-
setOutput
-
flowFilesQueued
-
getFlowFilesQueued
The number of FlowFiles that are currently queued in the connection.- Returns:
- flowFilesQueued
-
setFlowFilesQueued
-
bytesQueued
-
getBytesQueued
The size of the FlowFiles that are currently queued in the connection.- Returns:
- bytesQueued
-
setBytesQueued
-
queued
-
getQueued
The total count and size of queued flowfiles formatted.- Returns:
- queued
-
setQueued
-
queuedSize
-
getQueuedSize
The total size of flowfiles that are queued formatted.- Returns:
- queuedSize
-
setQueuedSize
-
queuedCount
-
getQueuedCount
The number of flowfiles that are queued, pretty printed.- Returns:
- queuedCount
-
setQueuedCount
-
percentUseCount
-
getPercentUseCount
Connection percent use regarding queued flow files count and backpressure threshold if configured.- Returns:
- percentUseCount
-
setPercentUseCount
-
percentUseBytes
-
getPercentUseBytes
Connection percent use regarding queued flow files size and backpressure threshold if configured.- Returns:
- percentUseBytes
-
setPercentUseBytes
-
flowFileAvailability
-
getFlowFileAvailability
The availability of FlowFiles in this connection- Returns:
- flowFileAvailability
-
setFlowFileAvailability
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-