public class HoodieDeltaWriteStat extends HoodieWriteStat
HoodieWriteStat.RuntimeStatsNULL_COMMIT| Constructor and Description |
|---|
HoodieDeltaWriteStat() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogFiles(String logFile) |
HoodieDeltaWriteStat |
copy()
Make a new write status and copy basic fields from current object
|
String |
getBaseFile() |
Option<Map<String,HoodieColumnRangeMetadata<Comparable>>> |
getColumnStats() |
List<String> |
getLogFiles() |
long |
getLogOffset() |
int |
getLogVersion() |
void |
putRecordsStats(Map<String,HoodieColumnRangeMetadata<Comparable>> stats) |
void |
setBaseFile(String baseFile) |
void |
setLogFiles(List<String> logFiles) |
void |
setLogOffset(long logOffset) |
void |
setLogVersion(int logVersion) |
void |
setRecordsStats(Map<String,HoodieColumnRangeMetadata<Comparable>> stats) |
equals, getCdcStats, getFileId, getFileSizeInBytes, getMaxEventTime, getMinEventTime, getNumDeletes, getNumInserts, getNumUpdateWrites, getNumWrites, getPartitionPath, getPath, getPrevCommit, getRuntimeStats, getTempPath, getTotalCorruptLogBlock, getTotalLogBlocks, getTotalLogFilesCompacted, getTotalLogRecords, getTotalLogSizeCompacted, getTotalRollbackBlocks, getTotalUpdatedRecordsCompacted, getTotalWriteBytes, getTotalWriteErrors, hashCode, setCdcStats, setFileId, setFileSizeInBytes, setMaxEventTime, setMinEventTime, setNumDeletes, setNumInserts, setNumUpdateWrites, setNumWrites, setPartitionPath, setPath, setPath, setPrevCommit, setRuntimeStats, setTempPath, setTotalCorruptLogBlock, setTotalLogBlocks, setTotalLogFilesCompacted, setTotalLogRecords, setTotalLogSizeCompacted, setTotalRollbackBlocks, setTotalUpdatedRecordsCompacted, setTotalWriteBytes, setTotalWriteErrors, toStringpublic void setLogVersion(int logVersion)
public int getLogVersion()
public void setLogOffset(long logOffset)
public long getLogOffset()
public void setBaseFile(String baseFile)
public String getBaseFile()
public void addLogFiles(String logFile)
public void putRecordsStats(Map<String,HoodieColumnRangeMetadata<Comparable>> stats)
public void setRecordsStats(Map<String,HoodieColumnRangeMetadata<Comparable>> stats)
public Option<Map<String,HoodieColumnRangeMetadata<Comparable>>> getColumnStats()
public HoodieDeltaWriteStat copy()
Copyright © 2024 The Apache Software Foundation. All rights reserved.