| Modifier and Type | Field and Description |
|---|---|
private Long |
predictedBytesAtNextInterval |
private Integer |
predictedCountAtNextInterval |
private Long |
predictedMillisUntilBytesBackpressure |
private Long |
predictedMillisUntilCountBackpressure |
private Integer |
predictedPercentBytes |
private Integer |
predictedPercentCount |
private Integer |
predictionIntervalSeconds |
| Constructor and Description |
|---|
ConnectionStatusPredictionsSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatusPredictionsSnapshotDTO |
clone() |
Long |
getPredictedBytesAtNextInterval() |
Integer |
getPredictedCountAtNextInterval() |
Long |
getPredictedMillisUntilBytesBackpressure() |
Long |
getPredictedMillisUntilCountBackpressure() |
Integer |
getPredictedPercentBytes() |
Integer |
getPredictedPercentCount() |
Integer |
getPredictionIntervalSeconds() |
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 Long predictedMillisUntilCountBackpressure
private Long predictedMillisUntilBytesBackpressure
private Integer predictionIntervalSeconds
private Integer predictedCountAtNextInterval
private Long predictedBytesAtNextInterval
private Integer predictedPercentCount
private Integer predictedPercentBytes
public ConnectionStatusPredictionsSnapshotDTO()
public Long getPredictedMillisUntilCountBackpressure()
public void setPredictedMillisUntilCountBackpressure(Long predictedMillisUntilCountBackpressure)
public Long getPredictedMillisUntilBytesBackpressure()
public void setPredictedMillisUntilBytesBackpressure(Long predictedMillisUntilBytesBackpressure)
public Integer getPredictedCountAtNextInterval()
public void setPredictedCountAtNextInterval(Integer predictedCountAtNextInterval)
public Integer getPredictionIntervalSeconds()
public void setPredictionIntervalSeconds(Integer predictionIntervalSeconds)
public Long getPredictedBytesAtNextInterval()
public void setPredictedBytesAtNextInterval(Long predictedBytesAtNextInterval)
public Integer getPredictedPercentCount()
public void setPredictedPercentCount(Integer predictedPercentCount)
public Integer getPredictedPercentBytes()
public void setPredictedPercentBytes(Integer predictedPercentBytes)
public ConnectionStatusPredictionsSnapshotDTO clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.