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.
|
ObjectPath |
getTablePath()
The table full path.
|
TypeSerializer<T> |
getTypeSerializer()
Get the Serializer of partition order.
|
close, getComparablePartitionValueList, getPartition, open
ObjectPath getTablePath()
TypeSerializer<T> getTypeSerializer()
T getConsumeStartOffset()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.