Uses of Interface
org.apache.flink.connector.file.table.PartitionFetcher.Context
Packages that use PartitionFetcher.Context
-
Uses of PartitionFetcher.Context in org.apache.flink.connector.file.table
Subinterfaces of PartitionFetcher.Context in org.apache.flink.connector.file.tableModifier and TypeInterfaceDescriptionstatic interfaceContinuousPartitionFetcher.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.ContextModifier and TypeMethodDescriptionPartitionFetcher.fetch(PartitionFetcher.Context<P> context) Fetch the suitable partitions, call this method should guarantee the fetcher has opened.