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.