public class RowUnawareBucketSink extends UnawareBucketSink<InternalRow>
UnawareBucketSink
which handles InternalRow
.logSinkFunction, parallelism, table
Constructor and Description |
---|
RowUnawareBucketSink(FileStoreTable table,
Map<String,String> overwritePartitions,
LogSinkFunction logSinkFunction,
Integer parallelism) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.flink.streaming.api.operators.OneInputStreamOperator<InternalRow,Committable> |
createWriteOperator(StoreSinkWrite.Provider writeProvider,
String commitUser) |
doWrite
createCommittableStateManager, createCommitterFactory
assertBatchAdaptiveParallelism, assertBatchAdaptiveParallelism, assertStreamingConfiguration, configureGlobalCommitter, doCommit, isStreaming, isStreaming, sinkFrom, sinkFrom
public RowUnawareBucketSink(FileStoreTable table, Map<String,String> overwritePartitions, LogSinkFunction logSinkFunction, Integer parallelism)
protected org.apache.flink.streaming.api.operators.OneInputStreamOperator<InternalRow,Committable> createWriteOperator(StoreSinkWrite.Provider writeProvider, String commitUser)
createWriteOperator
in class FlinkSink<InternalRow>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.