public interface IndexFileFilter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Set<Pair<String,String>> |
getMatchingFilesAndPartition(String partitionPath,
String recordKey)
Fetches all matching files and partition pair for a given record key and partition path.
|
Set<Pair<String,String>> getMatchingFilesAndPartition(String partitionPath, String recordKey)
partitionPath - the partition path of interestrecordKey - the record key to be looked upSet of matching Copyright © 2022 The Apache Software Foundation. All rights reserved.