Class ConnectionStatusPredictionsSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionStatusPredictionsSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionStatusPredictionsSnapshotDTO
extends Object
ConnectionStatusPredictionsSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.Predicted connection percent use regarding queued flow files size and backpressure threshold if configured.Predicted connection percent use regarding queued flow files count and backpressure threshold if configured.The configured interval (in seconds) for predicting connection queue count and size (and percent usage).int
hashCode()
predictedBytesAtNextInterval
(Long predictedBytesAtNextInterval) predictedCountAtNextInterval
(Integer predictedCountAtNextInterval) predictedMillisUntilBytesBackpressure
(Long predictedMillisUntilBytesBackpressure) predictedMillisUntilCountBackpressure
(Long predictedMillisUntilCountBackpressure) predictedPercentBytes
(Integer predictedPercentBytes) predictedPercentCount
(Integer predictedPercentCount) predictionIntervalSeconds
(Integer predictionIntervalSeconds) 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
setPredictionIntervalSeconds
(Integer predictionIntervalSeconds) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
predictedMillisUntilCountBackpressure
-
predictedMillisUntilBytesBackpressure
-
predictionIntervalSeconds
-
predictedCountAtNextInterval
-
predictedBytesAtNextInterval
-
predictedPercentCount
-
predictedPercentBytes
-
-
Constructor Details
-
ConnectionStatusPredictionsSnapshotDTO
public ConnectionStatusPredictionsSnapshotDTO()
-
-
Method Details
-
predictedMillisUntilCountBackpressure
public ConnectionStatusPredictionsSnapshotDTO 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 ConnectionStatusPredictionsSnapshotDTO 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
-
predictionIntervalSeconds
public ConnectionStatusPredictionsSnapshotDTO predictionIntervalSeconds(Integer predictionIntervalSeconds) -
getPredictionIntervalSeconds
The configured interval (in seconds) for predicting connection queue count and size (and percent usage).- Returns:
- predictionIntervalSeconds
-
setPredictionIntervalSeconds
-
predictedCountAtNextInterval
public ConnectionStatusPredictionsSnapshotDTO predictedCountAtNextInterval(Integer predictedCountAtNextInterval) -
getPredictedCountAtNextInterval
The predicted number of queued objects at the next configured interval.- Returns:
- predictedCountAtNextInterval
-
setPredictedCountAtNextInterval
-
predictedBytesAtNextInterval
public ConnectionStatusPredictionsSnapshotDTO predictedBytesAtNextInterval(Long predictedBytesAtNextInterval) -
getPredictedBytesAtNextInterval
The predicted total number of bytes in the queue at the next configured interval.- Returns:
- predictedBytesAtNextInterval
-
setPredictedBytesAtNextInterval
-
predictedPercentCount
-
getPredictedPercentCount
Predicted connection percent use regarding queued flow files count and backpressure threshold if configured.- Returns:
- predictedPercentCount
-
setPredictedPercentCount
-
predictedPercentBytes
-
getPredictedPercentBytes
Predicted connection percent use regarding queued flow files size and backpressure threshold if configured.- Returns:
- predictedPercentBytes
-
setPredictedPercentBytes
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-