@Internal
public interface PartitionDiscovery
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
PartitionDiscovery.Context
Context for fetch partitions, partition information is stored in hive meta store.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<org.apache.flink.api.java.tuple.Tuple2<org.apache.hadoop.hive.metastore.api.Partition,Long>> |
fetchPartitions(PartitionDiscovery.Context context,
long previousTimestamp)
Fetch partitions by previous timestamp (Including).
|
List<org.apache.flink.api.java.tuple.Tuple2<org.apache.hadoop.hive.metastore.api.Partition,Long>> fetchPartitions(PartitionDiscovery.Context context, long previousTimestamp) throws Exception
ExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.