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 Details

    • id

      private String id
    • predictedMillisUntilCountBackpressure

      private Long predictedMillisUntilCountBackpressure
    • predictedMillisUntilBytesBackpressure

      private Long predictedMillisUntilBytesBackpressure
    • predictedCountAtNextInterval

      private Integer predictedCountAtNextInterval
    • predictedBytesAtNextInterval

      private Long predictedBytesAtNextInterval
    • predictedPercentCount

      private Integer predictedPercentCount
    • predictedPercentBytes

      private Integer predictedPercentBytes
    • predictionIntervalMillis

      private Long predictionIntervalMillis
  • Constructor Details

    • ConnectionStatisticsSnapshotDTO

      public ConnectionStatisticsSnapshotDTO()
  • Method Details

    • id

    • getId

      public String getId()
      The id of the connection.
      Returns:
      id
    • setId

      public void setId(String id)
    • predictedMillisUntilCountBackpressure

      public ConnectionStatisticsSnapshotDTO 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 ConnectionStatisticsSnapshotDTO 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)
    • predictedCountAtNextInterval

      public ConnectionStatisticsSnapshotDTO 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 ConnectionStatisticsSnapshotDTO 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 ConnectionStatisticsSnapshotDTO predictedPercentCount(Integer predictedPercentCount)
    • getPredictedPercentCount

      public Integer getPredictedPercentCount()
      The predicted percentage of queued objects at the next configured interval.
      Returns:
      predictedPercentCount
    • setPredictedPercentCount

      public void setPredictedPercentCount(Integer predictedPercentCount)
    • predictedPercentBytes

      public ConnectionStatisticsSnapshotDTO predictedPercentBytes(Integer predictedPercentBytes)
    • getPredictedPercentBytes

      public Integer getPredictedPercentBytes()
      The predicted percentage of bytes in the queue against current threshold at the next configured interval.
      Returns:
      predictedPercentBytes
    • setPredictedPercentBytes

      public void setPredictedPercentBytes(Integer predictedPercentBytes)
    • predictionIntervalMillis

      public ConnectionStatisticsSnapshotDTO predictionIntervalMillis(Long predictionIntervalMillis)
    • getPredictionIntervalMillis

      public Long getPredictionIntervalMillis()
      The prediction interval in seconds
      Returns:
      predictionIntervalMillis
    • setPredictionIntervalMillis

      public void setPredictionIntervalMillis(Long predictionIntervalMillis)
    • 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).