public final class ExternalCommitEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
commitTime
epoch seconds of time of commit if complete=true, else null
|
boolean |
complete
true if delta json file is successfully copied to its destination location, else false
|
java.lang.String |
fileName
File name of this commit, e.g.
|
org.apache.hadoop.fs.Path |
tablePath
Absolute path to this delta table
|
java.lang.String |
tempPath
Path to temp file for this commit, relative to the `_delta_log
|
| Constructor and Description |
|---|
ExternalCommitEntry(org.apache.hadoop.fs.Path tablePath,
java.lang.String fileName,
java.lang.String tempPath,
boolean complete,
java.lang.Long commitTime) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
absoluteFilePath() |
org.apache.hadoop.fs.Path |
absoluteTempPath() |
ExternalCommitEntry |
asComplete() |
public final org.apache.hadoop.fs.Path tablePath
public final java.lang.String fileName
public final java.lang.String tempPath
public final boolean complete
public final java.lang.Long commitTime
public ExternalCommitEntry(org.apache.hadoop.fs.Path tablePath,
java.lang.String fileName,
java.lang.String tempPath,
boolean complete,
java.lang.Long commitTime)
public ExternalCommitEntry asComplete()
public org.apache.hadoop.fs.Path absoluteFilePath()
public org.apache.hadoop.fs.Path absoluteTempPath()