Uses of Interface
org.apache.flink.connector.file.table.PartitionFetcher.Context
-
Packages that use PartitionFetcher.Context Package Description org.apache.flink.connector.file.table -
-
Uses of PartitionFetcher.Context in org.apache.flink.connector.file.table
Subinterfaces of PartitionFetcher.Context in org.apache.flink.connector.file.table Modifier and Type Interface Description static interface
ContinuousPartitionFetcher.Context<P,T extends Comparable<T>>
Context for fetch partitions, partition information is stored in hive meta store.Methods in org.apache.flink.connector.file.table with parameters of type PartitionFetcher.Context Modifier and Type Method Description List<P>
PartitionFetcher. fetch(PartitionFetcher.Context<P> context)
Fetch the suitable partitions, call this method should guarantee the fetcher has opened.
-