public class DeltaWriteStats extends Object implements Serializable
DeltaInputWriter.| Constructor and Description |
|---|
DeltaWriteStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesWritten() |
String |
getFilePath() |
List<org.apache.hudi.common.util.collection.Pair<String,String>> |
getPartitionPathRecordKey() |
long |
getRecordsWritten() |
void |
setBytesWritten(long bytesWritten) |
void |
setFilePath(String filePath) |
void |
setPartitionPathRecordKey(List<org.apache.hudi.common.util.collection.Pair<String,String>> partitionPathRecordKey) |
void |
setRecordsWritten(long recordsWritten) |
public String getFilePath()
public void setFilePath(String filePath)
public long getBytesWritten()
public void setBytesWritten(long bytesWritten)
public List<org.apache.hudi.common.util.collection.Pair<String,String>> getPartitionPathRecordKey()
public void setPartitionPathRecordKey(List<org.apache.hudi.common.util.collection.Pair<String,String>> partitionPathRecordKey)
public long getRecordsWritten()
public void setRecordsWritten(long recordsWritten)
Copyright © 2023 The Apache Software Foundation. All rights reserved.