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.public static interface ContinuousPartitionFetcher.Context<P,T extends Comparable<T>> extends PartitionFetcher.Context<P>
PartitionFetcher.Context.ComparablePartitionValue<P,T extends Comparable<T>>| Modifier and Type | Method and Description |
|---|---|
T |
getConsumeStartOffset()
Get the partition consume start offset.
|
org.apache.flink.table.catalog.ObjectPath |
getTablePath()
The table full path.
|
org.apache.flink.api.common.typeutils.TypeSerializer<T> |
getTypeSerializer()
Get the Serializer of partition order.
|
close, getComparablePartitionValueList, getPartition, openorg.apache.flink.table.catalog.ObjectPath getTablePath()
org.apache.flink.api.common.typeutils.TypeSerializer<T> getTypeSerializer()
T getConsumeStartOffset()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.