public class BulkInsertDataInternalWriterHelper extends Object
| Constructor and Description |
|---|
BulkInsertDataInternalWriterHelper(HoodieTable hoodieTable,
HoodieWriteConfig writeConfig,
String instantTime,
int taskPartitionId,
long taskId,
long taskEpochId,
org.apache.spark.sql.types.StructType structType,
boolean populateMetaFields,
boolean arePartitionRecordsSorted) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
close() |
List<HoodieInternalWriteStatus> |
getWriteStatuses() |
void |
write(org.apache.spark.sql.catalyst.InternalRow row) |
public BulkInsertDataInternalWriterHelper(HoodieTable hoodieTable, HoodieWriteConfig writeConfig, String instantTime, int taskPartitionId, long taskId, long taskEpochId, org.apache.spark.sql.types.StructType structType, boolean populateMetaFields, boolean arePartitionRecordsSorted)
public void write(org.apache.spark.sql.catalyst.InternalRow row)
throws IOException
IOExceptionpublic List<HoodieInternalWriteStatus> getWriteStatuses() throws IOException
IOExceptionpublic void abort()
public void close()
throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.