Uses of Interface
org.apache.flink.connector.base.sink.writer.strategy.RequestInfo
Packages that use RequestInfo
-
Uses of RequestInfo in org.apache.flink.connector.base.sink.writer.strategy
Classes in org.apache.flink.connector.base.sink.writer.strategy that implement RequestInfoModifier and TypeClassDescriptionclassDataclass to encapsulate information about starting requests.Methods in org.apache.flink.connector.base.sink.writer.strategy with parameters of type RequestInfoModifier and TypeMethodDescriptionvoidCongestionControlRateLimitingStrategy.registerInFlightRequest(RequestInfo requestInfo) voidRateLimitingStrategy.registerInFlightRequest(RequestInfo requestInfo) Registers the information of requests being sent (e.g. to track the current inFlightMessages / requests).booleanCongestionControlRateLimitingStrategy.shouldBlock(RequestInfo requestInfo) booleanRateLimitingStrategy.shouldBlock(RequestInfo requestInfo) Decides whether the next request should be blocked.