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 org.apache.flink.connector.base.sink.writer.strategy -
-
Uses of RequestInfo in org.apache.flink.connector.base.sink.writer
Methods in org.apache.flink.connector.base.sink.writer with parameters of type RequestInfo Modifier and Type Method Description Batch<RequestEntryT>BatchCreator. createNextBatch(RequestInfo requestInfo, RequestBuffer<RequestEntryT> bufferedRequestEntries)Creates the next batch of request entries based on the providedRequestInfoand the currently buffered entries.Batch<RequestEntryT>SimpleBatchCreator. createNextBatch(RequestInfo requestInfo, RequestBuffer<RequestEntryT> bufferedRequestEntries)Creates the next batch of request entries based on the providedrequestInfoand the currently buffered entries. -
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. to track the current inFlightMessages / requests).booleanCongestionControlRateLimitingStrategy. shouldBlock(RequestInfo requestInfo)booleanRateLimitingStrategy. shouldBlock(RequestInfo requestInfo)Decides whether the next request should be blocked.
-