Class ConnectionStatisticsSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionStatisticsSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionStatisticsSnapshotDTO
extends Object
ConnectionStatisticsSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The id of the connection.The predicted total number of bytes in the queue at the next configured interval.The predicted number of queued objects at the next configured interval.The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue.The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count.The predicted percentage of bytes in the queue against current threshold at the next configured interval.The predicted percentage of queued objects at the next configured interval.The prediction interval in secondsint
hashCode()
predictedBytesAtNextInterval
(Long predictedBytesAtNextInterval) predictedCountAtNextInterval
(Integer predictedCountAtNextInterval) predictedMillisUntilBytesBackpressure
(Long predictedMillisUntilBytesBackpressure) predictedMillisUntilCountBackpressure
(Long predictedMillisUntilCountBackpressure) predictedPercentBytes
(Integer predictedPercentBytes) predictedPercentCount
(Integer predictedPercentCount) predictionIntervalMillis
(Long predictionIntervalMillis) void
void
setPredictedBytesAtNextInterval
(Long predictedBytesAtNextInterval) void
setPredictedCountAtNextInterval
(Integer predictedCountAtNextInterval) void
setPredictedMillisUntilBytesBackpressure
(Long predictedMillisUntilBytesBackpressure) void
setPredictedMillisUntilCountBackpressure
(Long predictedMillisUntilCountBackpressure) void
setPredictedPercentBytes
(Integer predictedPercentBytes) void
setPredictedPercentCount
(Integer predictedPercentCount) void
setPredictionIntervalMillis
(Long predictionIntervalMillis) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
predictedMillisUntilCountBackpressure
-
predictedMillisUntilBytesBackpressure
-
predictedCountAtNextInterval
-
predictedBytesAtNextInterval
-
predictedPercentCount
-
predictedPercentBytes
-
predictionIntervalMillis
-
-
Constructor Details
-
ConnectionStatisticsSnapshotDTO
public ConnectionStatisticsSnapshotDTO()
-
-
Method Details
-
id
-
getId
The id of the connection.- Returns:
- id
-
setId
-
predictedMillisUntilCountBackpressure
public ConnectionStatisticsSnapshotDTO predictedMillisUntilCountBackpressure(Long predictedMillisUntilCountBackpressure) -
getPredictedMillisUntilCountBackpressure
The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count.- Returns:
- predictedMillisUntilCountBackpressure
-
setPredictedMillisUntilCountBackpressure
-
predictedMillisUntilBytesBackpressure
public ConnectionStatisticsSnapshotDTO predictedMillisUntilBytesBackpressure(Long predictedMillisUntilBytesBackpressure) -
getPredictedMillisUntilBytesBackpressure
The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue.- Returns:
- predictedMillisUntilBytesBackpressure
-
setPredictedMillisUntilBytesBackpressure
-
predictedCountAtNextInterval
public ConnectionStatisticsSnapshotDTO predictedCountAtNextInterval(Integer predictedCountAtNextInterval) -
getPredictedCountAtNextInterval
The predicted number of queued objects at the next configured interval.- Returns:
- predictedCountAtNextInterval
-
setPredictedCountAtNextInterval
-
predictedBytesAtNextInterval
public ConnectionStatisticsSnapshotDTO predictedBytesAtNextInterval(Long predictedBytesAtNextInterval) -
getPredictedBytesAtNextInterval
The predicted total number of bytes in the queue at the next configured interval.- Returns:
- predictedBytesAtNextInterval
-
setPredictedBytesAtNextInterval
-
predictedPercentCount
-
getPredictedPercentCount
The predicted percentage of queued objects at the next configured interval.- Returns:
- predictedPercentCount
-
setPredictedPercentCount
-
predictedPercentBytes
-
getPredictedPercentBytes
The predicted percentage of bytes in the queue against current threshold at the next configured interval.- Returns:
- predictedPercentBytes
-
setPredictedPercentBytes
-
predictionIntervalMillis
-
getPredictionIntervalMillis
The prediction interval in seconds- Returns:
- predictionIntervalMillis
-
setPredictionIntervalMillis
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-