public class HoodieHadoopIOFactory extends HoodieIOFactory
storage| Constructor and Description |
|---|
HoodieHadoopIOFactory(HoodieStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
FileFormatUtils |
getFileFormatUtils(HoodieFileFormat fileFormat) |
HoodieFileReaderFactory |
getReaderFactory(HoodieRecord.HoodieRecordType recordType) |
HoodieStorage |
getStorage(StoragePath storagePath) |
HoodieStorage |
getStorage(StoragePath path,
boolean enableRetry,
long maxRetryIntervalMs,
int maxRetryNumbers,
long initialRetryIntervalMs,
String retryExceptions,
ConsistencyGuard consistencyGuard) |
HoodieFileWriterFactory |
getWriterFactory(HoodieRecord.HoodieRecordType recordType) |
getFileFormatUtils, getIOFactorypublic HoodieHadoopIOFactory(HoodieStorage storage)
public HoodieFileReaderFactory getReaderFactory(HoodieRecord.HoodieRecordType recordType)
getReaderFactory in class HoodieIOFactorypublic HoodieFileWriterFactory getWriterFactory(HoodieRecord.HoodieRecordType recordType)
getWriterFactory in class HoodieIOFactorypublic FileFormatUtils getFileFormatUtils(HoodieFileFormat fileFormat)
getFileFormatUtils in class HoodieIOFactorypublic HoodieStorage getStorage(StoragePath storagePath)
getStorage in class HoodieIOFactorypublic HoodieStorage getStorage(StoragePath path, boolean enableRetry, long maxRetryIntervalMs, int maxRetryNumbers, long initialRetryIntervalMs, String retryExceptions, ConsistencyGuard consistencyGuard)
getStorage in class HoodieIOFactoryCopyright © 2024 The Apache Software Foundation. All rights reserved.