public class DeltaLogFile
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeltaLogFile.LogType |
| Modifier and Type | Method and Description |
|---|---|
static DeltaLogFile |
forCommitOrCheckpoint(FileStatus file) |
FileStatus |
getFile() |
DeltaLogFile.LogType |
getLogType() |
long |
getVersion() |
static DeltaLogFile |
ofSideCar(FileStatus file,
long version) |
public static DeltaLogFile forCommitOrCheckpoint(FileStatus file)
public static DeltaLogFile ofSideCar(FileStatus file, long version)
public FileStatus getFile()
public DeltaLogFile.LogType getLogType()
public long getVersion()