Uses of Class
org.apache.nifi.api.toolkit.model.ConnectionStatusPredictionsSnapshotDTO
Packages that use ConnectionStatusPredictionsSnapshotDTO
-
Uses of ConnectionStatusPredictionsSnapshotDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ConnectionStatusPredictionsSnapshotDTOMethods in org.apache.nifi.api.toolkit.model that return ConnectionStatusPredictionsSnapshotDTOModifier and TypeMethodDescriptionConnectionStatusSnapshotDTO.getPredictions()
Get predictionsConnectionStatusPredictionsSnapshotDTO.predictedBytesAtNextInterval
(Long predictedBytesAtNextInterval) ConnectionStatusPredictionsSnapshotDTO.predictedCountAtNextInterval
(Integer predictedCountAtNextInterval) ConnectionStatusPredictionsSnapshotDTO.predictedMillisUntilBytesBackpressure
(Long predictedMillisUntilBytesBackpressure) ConnectionStatusPredictionsSnapshotDTO.predictedMillisUntilCountBackpressure
(Long predictedMillisUntilCountBackpressure) ConnectionStatusPredictionsSnapshotDTO.predictedPercentBytes
(Integer predictedPercentBytes) ConnectionStatusPredictionsSnapshotDTO.predictedPercentCount
(Integer predictedPercentCount) ConnectionStatusPredictionsSnapshotDTO.predictionIntervalSeconds
(Integer predictionIntervalSeconds) Methods in org.apache.nifi.api.toolkit.model with parameters of type ConnectionStatusPredictionsSnapshotDTOModifier and TypeMethodDescriptionConnectionStatusSnapshotDTO.predictions
(ConnectionStatusPredictionsSnapshotDTO predictions) void
ConnectionStatusSnapshotDTO.setPredictions
(ConnectionStatusPredictionsSnapshotDTO predictions)