Package | Description |
---|---|
org.apache.flink.connectors.hive.read | |
org.apache.flink.table.filesystem |
Modifier and Type | Class and Description |
---|---|
class |
HiveContinuousPartitionFetcher<T extends Comparable<T>>
A
ContinuousPartitionFetcher for hive table. |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousPartitionFetcher<P,T extends Comparable<T>>
Partition fetcher for helping continuously fetch partitioned table.
|
Modifier and Type | Method and Description |
---|---|
PartitionFetcher<P> |
FileSystemLookupFunction.getPartitionFetcher() |
Constructor and Description |
---|
FileSystemLookupFunction(PartitionFetcher<P> partitionFetcher,
PartitionFetcher.Context<P> fetcherContext,
PartitionReader<P,RowData> partitionReader,
RowType rowType,
int[] lookupKeys,
java.time.Duration reloadInterval) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.