public abstract class HoodieIOHandle<T extends HoodieRecordPayload,I,K,O> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HoodieWriteConfig |
config |
protected org.apache.hadoop.fs.FileSystem |
fs |
protected HoodieTable<T,I,K,O> |
hoodieTable |
protected String |
instantTime |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.hadoop.fs.FileSystem |
getFileSystem() |
protected final String instantTime
protected final HoodieWriteConfig config
protected final org.apache.hadoop.fs.FileSystem fs
protected final HoodieTable<T extends HoodieRecordPayload,I,K,O> hoodieTable
Copyright © 2022 The Apache Software Foundation. All rights reserved.