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.@Internal public interface ContinuousPartitionFetcher<P,T extends Comparable<T>> extends PartitionFetcher<P>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContinuousPartitionFetcher.Context<P,T extends Comparable<T>>
Context for fetch partitions, partition information is stored in hive meta store.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.api.java.tuple.Tuple2<P,T>> |
fetchPartitions(ContinuousPartitionFetcher.Context<P,T> context,
T previousOffset)
Fetch partitions by previous partition offset (Including).
|
fetchCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.