public class NoOpBootstrapIndex extends BootstrapIndex
BootstrapIndex.IndexReader, BootstrapIndex.IndexWritermetaClient, serialVersionUID| Constructor and Description |
|---|
NoOpBootstrapIndex(HoodieTableMetaClient metaClient) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapIndex.IndexReader |
createReader()
Create Bootstrap Index Reader.
|
BootstrapIndex.IndexWriter |
createWriter(String sourceBasePath)
Create Bootstrap Index Writer.
|
void |
dropIndex()
Drop bootstrap index.
|
protected boolean |
isPresent()
Check if bootstrap Index is physically present.
|
getBootstrapIndex, useIndexpublic NoOpBootstrapIndex(HoodieTableMetaClient metaClient)
public BootstrapIndex.IndexReader createReader()
BootstrapIndexcreateReader in class BootstrapIndexpublic BootstrapIndex.IndexWriter createWriter(String sourceBasePath)
BootstrapIndexcreateWriter in class BootstrapIndexsourceBasePath - Source Base Pathpublic void dropIndex()
BootstrapIndexdropIndex in class BootstrapIndexprotected boolean isPresent()
BootstrapIndexisPresent in class BootstrapIndexCopyright © 2024 The Apache Software Foundation. All rights reserved.