public class StoreSink extends Object implements Serializable
| 构造器和说明 |
|---|
StoreSink(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
org.apache.flink.table.store.table.FileStoreTable table,
boolean compactionTask,
Map<String,String> compactPartitionSpec,
org.apache.flink.table.store.file.catalog.CatalogLock.Factory lockFactory,
Map<String,String> overwritePartition,
org.apache.flink.table.store.table.sink.LogSinkFunction logSinkFunction) |
public StoreSink(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
org.apache.flink.table.store.table.FileStoreTable table,
boolean compactionTask,
@Nullable
Map<String,String> compactPartitionSpec,
@Nullable
org.apache.flink.table.store.file.catalog.CatalogLock.Factory lockFactory,
@Nullable
Map<String,String> overwritePartition,
@Nullable
org.apache.flink.table.store.table.sink.LogSinkFunction logSinkFunction)
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.