Deprecating RealTimeFlowLimiterCalculator in favor of FlowLimiterCalculator.
PiperOrigin-RevId: 497260577
This commit is contained in:
parent
5a71b551e5
commit
557cd050f3
|
@ -76,7 +76,11 @@ constexpr char kMaxInFlightTag[] = "MAX_IN_FLIGHT";
|
|||
// }
|
||||
// output_stream: "gated_frames"
|
||||
// }
|
||||
class RealTimeFlowLimiterCalculator : public CalculatorBase {
|
||||
//
|
||||
// Please use FlowLimiterCalculator, which replaces this calculator and
|
||||
// defines a few additional configuration options.
|
||||
class ABSL_DEPRECATED("Use FlowLimiterCalculator instead.")
|
||||
RealTimeFlowLimiterCalculator : public CalculatorBase {
|
||||
public:
|
||||
static absl::Status GetContract(CalculatorContract* cc) {
|
||||
int num_data_streams = cc->Inputs().NumEntries("");
|
||||
|
|
Loading…
Reference in New Issue
Block a user