public static class HFileBootstrapIndex.HFileBootstrapIndexWriter extends BootstrapIndex.IndexWriter
metaClient| Modifier and Type | Method and Description |
|---|---|
void |
appendNextPartition(String partitionPath,
List<BootstrapFileMapping> bootstrapFileMappings)
Append bootstrap index entries for next partitions in sorted order.
|
void |
begin()
Writer calls this method before beginning indexing partitions.
|
void |
close()
Close Writer Handles.
|
void |
finish()
Writer calls this method after appending all partitions to be indexed.
|
public void close()
close in interface AutoCloseableclose in class BootstrapIndex.IndexWriterpublic void begin()
BootstrapIndex.IndexWriterbegin in class BootstrapIndex.IndexWriterpublic void appendNextPartition(String partitionPath, List<BootstrapFileMapping> bootstrapFileMappings)
BootstrapIndex.IndexWriterappendNextPartition in class BootstrapIndex.IndexWriterpartitionPath - Partition PathbootstrapFileMappings - Bootstrap Source File to File Id mappingpublic void finish()
BootstrapIndex.IndexWriterfinish in class BootstrapIndex.IndexWriterCopyright © 2022 The Apache Software Foundation. All rights reserved.