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 Details

    • predictedMillisUntilCountBackpressure

      private Long predictedMillisUntilCountBackpressure
    • predictedMillisUntilBytesBackpressure

      private Long predictedMillisUntilBytesBackpressure
    • predictionIntervalSeconds

      private Integer predictionIntervalSeconds
    • predictedCountAtNextInterval

      private Integer predictedCountAtNextInterval
    • predictedBytesAtNextInterval

      private Long predictedBytesAtNextInterval
    • predictedPercentCount

      private Integer predictedPercentCount
    • predictedPercentBytes

      private Integer predictedPercentBytes
  • Constructor Details

    • ConnectionStatusPredictionsSnapshotDTO

      public ConnectionStatusPredictionsSnapshotDTO()
  • Method Details

    • predictedMillisUntilCountBackpressure

      public ConnectionStatusPredictionsSnapshotDTO predictedMillisUntilCountBackpressure(Long predictedMillisUntilCountBackpressure)
    • getPredictedMillisUntilCountBackpressure

      public Long getPredictedMillisUntilCountBackpressure()
      The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count.
      Returns:
      predictedMillisUntilCountBackpressure
    • setPredictedMillisUntilCountBackpressure

      public void setPredictedMillisUntilCountBackpressure(Long predictedMillisUntilCountBackpressure)
    • predictedMillisUntilBytesBackpressure

      public ConnectionStatusPredictionsSnapshotDTO predictedMillisUntilBytesBackpressure(Long predictedMillisUntilBytesBackpressure)
    • getPredictedMillisUntilBytesBackpressure

      public Long 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

      public void setPredictedMillisUntilBytesBackpressure(Long predictedMillisUntilBytesBackpressure)
    • predictionIntervalSeconds

      public ConnectionStatusPredictionsSnapshotDTO predictionIntervalSeconds(Integer predictionIntervalSeconds)
    • getPredictionIntervalSeconds

      public Integer getPredictionIntervalSeconds()
      The configured interval (in seconds) for predicting connection queue count and size (and percent usage).
      Returns:
      predictionIntervalSeconds
    • setPredictionIntervalSeconds

      public void setPredictionIntervalSeconds(Integer predictionIntervalSeconds)
    • predictedCountAtNextInterval

      public ConnectionStatusPredictionsSnapshotDTO predictedCountAtNextInterval(Integer predictedCountAtNextInterval)
    • getPredictedCountAtNextInterval

      public Integer getPredictedCountAtNextInterval()
      The predicted number of queued objects at the next configured interval.
      Returns:
      predictedCountAtNextInterval
    • setPredictedCountAtNextInterval

      public void setPredictedCountAtNextInterval(Integer predictedCountAtNextInterval)
    • predictedBytesAtNextInterval

      public ConnectionStatusPredictionsSnapshotDTO predictedBytesAtNextInterval(Long predictedBytesAtNextInterval)
    • getPredictedBytesAtNextInterval

      public Long getPredictedBytesAtNextInterval()
      The predicted total number of bytes in the queue at the next configured interval.
      Returns:
      predictedBytesAtNextInterval
    • setPredictedBytesAtNextInterval

      public void setPredictedBytesAtNextInterval(Long predictedBytesAtNextInterval)
    • predictedPercentCount

      public ConnectionStatusPredictionsSnapshotDTO predictedPercentCount(Integer predictedPercentCount)
    • getPredictedPercentCount

      public Integer getPredictedPercentCount()
      Predicted connection percent use regarding queued flow files count and backpressure threshold if configured.
      Returns:
      predictedPercentCount
    • setPredictedPercentCount

      public void setPredictedPercentCount(Integer predictedPercentCount)
    • predictedPercentBytes

      public ConnectionStatusPredictionsSnapshotDTO predictedPercentBytes(Integer predictedPercentBytes)
    • getPredictedPercentBytes

      public Integer getPredictedPercentBytes()
      Predicted connection percent use regarding queued flow files size and backpressure threshold if configured.
      Returns:
      predictedPercentBytes
    • setPredictedPercentBytes

      public void setPredictedPercentBytes(Integer predictedPercentBytes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).