| 程序包 | 说明 |
|---|---|
| org.apache.flink.connector.file.table | |
| org.apache.flink.connector.file.table.stream |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmptyMetaStoreFactory
Empty implementation
TableMetaStoreFactory. |
| 限定符和类型 | 方法和说明 |
|---|---|
FileSystemOutputFormat.Builder<T> |
FileSystemOutputFormat.Builder.setMetaStoreFactory(TableMetaStoreFactory metaStoreFactory) |
| 构造器和说明 |
|---|
PartitionLoader(boolean overwrite,
org.apache.flink.core.fs.FileSystem fs,
TableMetaStoreFactory factory) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.flink.streaming.api.datastream.DataStreamSink<?> |
StreamingSink.sink(org.apache.flink.table.connector.ProviderContext providerContext,
org.apache.flink.streaming.api.datastream.DataStream<PartitionCommitInfo> writer,
org.apache.flink.core.fs.Path locationPath,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
List<String> partitionKeys,
TableMetaStoreFactory msFactory,
FileSystemFactory fsFactory,
org.apache.flink.configuration.Configuration options)
Create a sink from file writer.
|
| 构造器和说明 |
|---|
PartitionCommitter(org.apache.flink.core.fs.Path locationPath,
org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
List<String> partitionKeys,
TableMetaStoreFactory metaStoreFactory,
FileSystemFactory fsFactory,
org.apache.flink.configuration.Configuration conf) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.