public class HBaseHFileBootstrapIndexReader extends BootstrapIndex.IndexReader
metaClient| Constructor and Description |
|---|
HBaseHFileBootstrapIndexReader(HoodieTableMetaClient metaClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getBootstrapBasePath() |
List<HoodieFileGroupId> |
getIndexedFileGroupIds() |
List<String> |
getIndexedPartitionPaths() |
Map<HoodieFileGroupId,BootstrapFileMapping> |
getSourceFileMappingForFileIds(List<HoodieFileGroupId> ids) |
List<BootstrapFileMapping> |
getSourceFileMappingForPartition(String partition) |
public HBaseHFileBootstrapIndexReader(HoodieTableMetaClient metaClient)
public List<String> getIndexedPartitionPaths()
getIndexedPartitionPaths in class BootstrapIndex.IndexReaderpublic List<HoodieFileGroupId> getIndexedFileGroupIds()
getIndexedFileGroupIds in class BootstrapIndex.IndexReaderpublic List<BootstrapFileMapping> getSourceFileMappingForPartition(String partition)
getSourceFileMappingForPartition in class BootstrapIndex.IndexReaderpublic String getBootstrapBasePath()
getBootstrapBasePath in class BootstrapIndex.IndexReaderpublic Map<HoodieFileGroupId,BootstrapFileMapping> getSourceFileMappingForFileIds(List<HoodieFileGroupId> ids)
getSourceFileMappingForFileIds in class BootstrapIndex.IndexReaderpublic void close()
close in interface AutoCloseableclose in class BootstrapIndex.IndexReaderCopyright © 2024 The Apache Software Foundation. All rights reserved.