| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.filesystem |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ContinuousPartitionFetcher<P,T extends Comparable<T>>
Partition fetcher for helping continuously fetch partitioned table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PartitionFetcher<P> |
FileSystemLookupFunction.getPartitionFetcher() |
| 构造器和说明 |
|---|
FileSystemLookupFunction(PartitionFetcher<P> partitionFetcher,
PartitionFetcher.Context<P> fetcherContext,
PartitionReader<P,org.apache.flink.table.data.RowData> partitionReader,
org.apache.flink.table.types.logical.RowType rowType,
int[] lookupKeys,
java.time.Duration reloadInterval) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.