| Package | Description |
|---|---|
| org.apache.hudi.hadoop.realtime | |
| org.apache.hudi.hadoop.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieRealtimeBootstrapBaseFileSplit
Realtime
FileSplit with external base file
NOTE: If you're adding fields here you need to make sure that you appropriately de-/serialize them
in readFromInput(DataInput) and writeToOutput(DataOutput) |
class |
HoodieRealtimeFileSplit
FileSplit implementation that holds
Split corresponding to the base file
List of HoodieLogFile that holds the delta to be merged (upon reading)
This split is correspondent to a single file-slice in the Hudi terminology. |
| Modifier and Type | Field and Description |
|---|---|
protected RealtimeSplit |
AbstractRealtimeRecordReader.split |
| Modifier and Type | Method and Description |
|---|---|
RealtimeSplit |
AbstractRealtimeRecordReader.getSplit() |
| Constructor and Description |
|---|
AbstractRealtimeRecordReader(RealtimeSplit split,
org.apache.hadoop.mapred.JobConf job) |
HoodieEmptyRecordReader(RealtimeSplit split,
org.apache.hadoop.mapred.JobConf job) |
HoodieRealtimeRecordReader(RealtimeSplit split,
org.apache.hadoop.mapred.JobConf job,
org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.ArrayWritable> realReader) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HoodieRealtimeInputFormatUtils.canAddProjectionToJobConf(RealtimeSplit realtimeSplit,
org.apache.hadoop.mapred.JobConf jobConf) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.