public class DagManifesFileScanner extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
DagManifesFileScanner.DagManifestOffset |
| Constructor and Description |
|---|
DagManifesFileScanner(DatePartitionedLogger<HistoryLoggerProtos.ManifestEntryProto> manifestLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
HistoryLoggerProtos.ManifestEntryProto |
getNext() |
String |
getOffset() |
void |
setOffset(LocalDate date) |
void |
setOffset(String offset) |
public DagManifesFileScanner(DatePartitionedLogger<HistoryLoggerProtos.ManifestEntryProto> manifestLogger)
public void setOffset(String offset)
public void setOffset(LocalDate date)
public String getOffset()
public HistoryLoggerProtos.ManifestEntryProto getNext() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.