Class BasicRequestInfo
- java.lang.Object
-
- org.apache.flink.connector.base.sink.writer.strategy.BasicRequestInfo
-
- All Implemented Interfaces:
RequestInfo
@Internal public class BasicRequestInfo extends Object implements RequestInfo
Dataclass to encapsulate information about starting requests.
-
-
Constructor Summary
Constructors Constructor Description BasicRequestInfo(int batchSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBatchSize()
-
-
-
Method Detail
-
getBatchSize
public int getBatchSize()
- Specified by:
getBatchSizein interfaceRequestInfo
-
-