Uses of Interface
org.apache.flink.connector.base.sink.writer.strategy.RequestInfo
-
Packages that use RequestInfo Package Description org.apache.flink.connector.base.sink.writer.strategy -
-
Uses of RequestInfo in org.apache.flink.connector.base.sink.writer.strategy
Classes in org.apache.flink.connector.base.sink.writer.strategy that implement RequestInfo Modifier and Type Class Description classBasicRequestInfoDataclass to encapsulate information about starting requests.Methods in org.apache.flink.connector.base.sink.writer.strategy with parameters of type RequestInfo Modifier and Type Method Description voidCongestionControlRateLimitingStrategy. registerInFlightRequest(RequestInfo requestInfo)voidRateLimitingStrategy. registerInFlightRequest(RequestInfo requestInfo)Registers the information of requests being sent (e.g.booleanCongestionControlRateLimitingStrategy. shouldBlock(RequestInfo requestInfo)booleanRateLimitingStrategy. shouldBlock(RequestInfo requestInfo)Decides whether the next request should be blocked.
-