Interface ContinuousPartitionFetcher<P,T extends Comparable<T>>
- Type Parameters:
P- The type of partition.T- The type of partition offset, the type could be Long when fetches in partition-time or create-time order, be String when fetches in partition-name order.
- All Superinterfaces:
PartitionFetcher<P>,Serializable
@Internal
public interface ContinuousPartitionFetcher<P,T extends Comparable<T>>
extends PartitionFetcher<P>
Partition fetcher for helping continuously fetch partitioned table.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContinuousPartitionFetcher.Context<P,T extends Comparable<T>> Context for fetch partitions, partition information is stored in hive meta store. -
Method Summary
Modifier and TypeMethodDescriptionfetchPartitions(ContinuousPartitionFetcher.Context<P, T> context, T previousOffset) Fetch partitions by previous partition offset (Including).Methods inherited from interface org.apache.flink.connector.file.table.PartitionFetcher
fetch