public static interface HoodieLogFormat.Reader extends Closeable, Iterator<HoodieLogBlock>
| Modifier and Type | Method and Description |
|---|---|
HoodieLogFile |
getLogFile() |
boolean |
hasPrev()
Read log file in reverse order and check if prev block is present.
|
HoodieLogBlock |
prev()
Read log file in reverse order and return prev block if present.
|
forEachRemaining, hasNext, next, removeHoodieLogFile getLogFile()
HoodieLogFormatboolean hasPrev()
HoodieLogBlock prev() throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.