| Modifier and Type | Field and Description |
|---|---|
private String |
id |
private Long |
predictedBytesAtNextInterval |
private Integer |
predictedCountAtNextInterval |
private Long |
predictedMillisUntilBytesBackpressure |
private Long |
predictedMillisUntilCountBackpressure |
private Integer |
predictedPercentBytes |
private Integer |
predictedPercentCount |
private Long |
predictionIntervalMillis |
| Constructor and Description |
|---|
ConnectionStatisticsSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStatisticsSnapshotDTO |
clone() |
String |
getId() |
Long |
getPredictedBytesAtNextInterval() |
Integer |
getPredictedCountAtNextInterval() |
Long |
getPredictedMillisUntilBytesBackpressure() |
Long |
getPredictedMillisUntilCountBackpressure() |
Integer |
getPredictedPercentBytes() |
Integer |
getPredictedPercentCount() |
Long |
getPredictionIntervalMillis() |
void |
setId(String id) |
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 id
private Long predictedMillisUntilCountBackpressure
private Long predictedMillisUntilBytesBackpressure
private Integer predictedCountAtNextInterval
private Long predictedBytesAtNextInterval
private Integer predictedPercentCount
private Integer predictedPercentBytes
private Long predictionIntervalMillis
public String getId()
public void setId(String id)
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 Long getPredictedBytesAtNextInterval()
public void setPredictedBytesAtNextInterval(Long predictedBytesAtNextInterval)
public Integer getPredictedPercentCount()
public void setPredictedPercentCount(Integer predictedPercentCount)
public Integer getPredictedPercentBytes()
public void setPredictedPercentBytes(Integer predictedPercentBytes)
public Long getPredictionIntervalMillis()
public void setPredictionIntervalMillis(Long predictionIntervalMillis)
public ConnectionStatisticsSnapshotDTO clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.