public interface IndexMaintainer<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
IndexMaintainer.Factory<T>
Factory to restore
IndexMaintainer . |
Modifier and Type | Method and Description |
---|---|
void |
notifyNewRecord(T record) |
List<IndexFileMeta> |
prepareCommit() |
void notifyNewRecord(T record)
List<IndexFileMeta> prepareCommit()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.