- HadoopConfigUtils - Class in org.apache.hudi.common.util
-
Utils on Hadoop Configuration.
- HadoopConfigUtils() - Constructor for class org.apache.hudi.common.util.HadoopConfigUtils
-
- HadoopFSUtils - Class in org.apache.hudi.hadoop.fs
-
Utility functions related to accessing the file storage on Hadoop.
- HadoopFSUtils() - Constructor for class org.apache.hudi.hadoop.fs.HadoopFSUtils
-
- HadoopInLineFSUtils - Class in org.apache.hudi.hadoop.fs.inline
-
Utils to parse InLineFileSystem paths.
- HadoopInLineFSUtils() - Constructor for class org.apache.hudi.hadoop.fs.inline.HadoopInLineFSUtils
-
- HadoopSeekableDataInputStream - Class in org.apache.hudi.hadoop.fs
-
- HadoopSeekableDataInputStream(FSDataInputStream) - Constructor for class org.apache.hudi.hadoop.fs.HadoopSeekableDataInputStream
-
- HadoopStorageConfiguration - Class in org.apache.hudi.storage.hadoop
-
- HadoopStorageConfiguration(Boolean) - Constructor for class org.apache.hudi.storage.hadoop.HadoopStorageConfiguration
-
- HadoopStorageConfiguration(Configuration) - Constructor for class org.apache.hudi.storage.hadoop.HadoopStorageConfiguration
-
- HadoopStorageConfiguration(Configuration, boolean) - Constructor for class org.apache.hudi.storage.hadoop.HadoopStorageConfiguration
-
- HadoopStorageConfiguration(HadoopStorageConfiguration) - Constructor for class org.apache.hudi.storage.hadoop.HadoopStorageConfiguration
-
- handleParquetBloomFilters(ParquetWriter.Builder, Configuration) - Method in class org.apache.hudi.io.hadoop.HoodieBaseParquetWriter
-
Once we get parquet version >= 1.12 among all engines we can cleanup the reflexion hack.
- hashCode() - Method in class org.apache.hudi.hadoop.fs.HoodieWrapperFileSystem
-
- hasNext() - Method in class org.apache.hudi.common.util.ParquetReaderIterator
-
- hasNext() - Method in class org.apache.hudi.io.hadoop.OrcReaderIterator
-
- HBaseHFileBootstrapIndexReader - Class in org.apache.hudi.common.bootstrap.index.hfile
-
HBase HFile reader based Index Reader.
- HBaseHFileBootstrapIndexReader(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.hfile.HBaseHFileBootstrapIndexReader
-
- HBaseHFileBootstrapIndexWriter - Class in org.apache.hudi.common.bootstrap.index.hfile
-
- HBaseHFileBootstrapIndexWriter(String, HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.hfile.HBaseHFileBootstrapIndexWriter
-
- HFILE_COMPARATOR - Static variable in class org.apache.hudi.io.hadoop.HoodieHFileConfig
-
- HFileBootstrapIndex - Class in org.apache.hudi.common.bootstrap.index
-
WARNING: DO NOT DO ANYTHING TO THIS CLASS INCLUDING CHANGING THE PACKAGE
OR YOU COULD BREAK BACKWARDS COMPATIBILITY!!!
see https://github.com/apache/hudi/pull/5004
- HFileBootstrapIndex() - Constructor for class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
-
- HFileBootstrapIndex.HoodieKVComparator - Class in org.apache.hudi.common.bootstrap.index
-
This class is explicitly used as Key Comparator to workaround hard coded
legacy format class names inside HBase.
- HFileUtils - Class in org.apache.hudi.common.util
-
Utility functions for HFile files.
- HFileUtils() - Constructor for class org.apache.hudi.common.util.HFileUtils
-
- HOODIE_SCHEME_PREFIX - Static variable in class org.apache.hudi.hadoop.fs.HoodieWrapperFileSystem
-
- HoodieAvroFileReaderFactory - Class in org.apache.hudi.io.hadoop
-
- HoodieAvroFileReaderFactory(HoodieStorage) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroFileReaderFactory
-
- HoodieAvroFileWriterFactory - Class in org.apache.hudi.io.hadoop
-
- HoodieAvroFileWriterFactory(HoodieStorage) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroFileWriterFactory
-
- HoodieAvroHFileWriter - Class in org.apache.hudi.io.hadoop
-
HoodieHFileWriter writes IndexedRecords into an HFile.
- HoodieAvroHFileWriter(String, StoragePath, HoodieHFileConfig, Schema, TaskContextSupplier, boolean) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroHFileWriter
-
- HoodieAvroOrcReader - Class in org.apache.hudi.io.hadoop
-
- HoodieAvroOrcReader(HoodieStorage, StoragePath) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroOrcReader
-
- HoodieAvroOrcWriter - Class in org.apache.hudi.io.hadoop
-
- HoodieAvroOrcWriter(String, StoragePath, HoodieOrcConfig, Schema, TaskContextSupplier) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroOrcWriter
-
- HoodieAvroParquetReader - Class in org.apache.hudi.io.hadoop
-
- HoodieAvroParquetReader(HoodieStorage, StoragePath) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroParquetReader
-
- HoodieAvroParquetReaderBuilder<T> - Class in org.apache.parquet.avro
-
Copy from org.apache.parquet.avro.AvroParquetReader.Builder.
- HoodieAvroParquetReaderBuilder(StoragePath) - Constructor for class org.apache.parquet.avro.HoodieAvroParquetReaderBuilder
-
Deprecated.
- HoodieAvroParquetReaderBuilder(InputFile) - Constructor for class org.apache.parquet.avro.HoodieAvroParquetReaderBuilder
-
- HoodieAvroParquetWriter - Class in org.apache.hudi.io.hadoop
-
HoodieParquetWriter extends the ParquetWriter to help limit the size of underlying file.
- HoodieAvroParquetWriter(StoragePath, HoodieParquetConfig<HoodieAvroWriteSupport>, String, TaskContextSupplier, boolean) - Constructor for class org.apache.hudi.io.hadoop.HoodieAvroParquetWriter
-
- HoodieAvroReadSupport<T> - Class in org.apache.parquet.avro
-
Support to avro-record read parquet-log which written by spark-record.
- HoodieAvroReadSupport(GenericData) - Constructor for class org.apache.parquet.avro.HoodieAvroReadSupport
-
- HoodieAvroReadSupport() - Constructor for class org.apache.parquet.avro.HoodieAvroReadSupport
-
- HoodieAvroWriteSupport<T> - Class in org.apache.hudi.avro
-
Wrap AvroWriterSupport for plugging in the bloom filter.
- HoodieAvroWriteSupport(MessageType, Schema, Option<BloomFilter>, Properties) - Constructor for class org.apache.hudi.avro.HoodieAvroWriteSupport
-
- HoodieBaseParquetWriter<R> - Class in org.apache.hudi.io.hadoop
-
Base class of Hudi's custom ParquetWriter implementations
- HoodieBaseParquetWriter(StoragePath, HoodieParquetConfig<? extends WriteSupport<R>>) - Constructor for class org.apache.hudi.io.hadoop.HoodieBaseParquetWriter
-
- HoodieHadoopIOFactory - Class in org.apache.hudi.io.hadoop
-
Creates readers and writers for AVRO record payloads.
- HoodieHadoopIOFactory(HoodieStorage) - Constructor for class org.apache.hudi.io.hadoop.HoodieHadoopIOFactory
-
- HoodieHadoopStorage - Class in org.apache.hudi.storage.hadoop
-
- HoodieHadoopStorage(StoragePath, StorageConfiguration<?>) - Constructor for class org.apache.hudi.storage.hadoop.HoodieHadoopStorage
-
- HoodieHadoopStorage(Path, Configuration) - Constructor for class org.apache.hudi.storage.hadoop.HoodieHadoopStorage
-
- HoodieHadoopStorage(String, Configuration) - Constructor for class org.apache.hudi.storage.hadoop.HoodieHadoopStorage
-
- HoodieHadoopStorage(String, StorageConfiguration<?>) - Constructor for class org.apache.hudi.storage.hadoop.HoodieHadoopStorage
-
- HoodieHadoopStorage(StoragePath, StorageConfiguration<?>, boolean, long, int, long, String, ConsistencyGuard) - Constructor for class org.apache.hudi.storage.hadoop.HoodieHadoopStorage
-
- HoodieHadoopStorage(FileSystem) - Constructor for class org.apache.hudi.storage.hadoop.HoodieHadoopStorage
-
- HoodieHBaseAvroHFileReader - Class in org.apache.hudi.io.hadoop
-
NOTE: PLEASE READ DOCS & COMMENTS CAREFULLY BEFORE MAKING CHANGES
- HoodieHBaseAvroHFileReader(StorageConfiguration<?>, StoragePath, Option<Schema>) - Constructor for class org.apache.hudi.io.hadoop.HoodieHBaseAvroHFileReader
-
- HoodieHBaseAvroHFileReader(StorageConfiguration<?>, StoragePath, HoodieStorage, byte[], Option<Schema>) - Constructor for class org.apache.hudi.io.hadoop.HoodieHBaseAvroHFileReader
-
- HoodieHBaseAvroHFileReader(StorageConfiguration<?>, StoragePath) - Constructor for class org.apache.hudi.io.hadoop.HoodieHBaseAvroHFileReader
-
- HoodieHBaseAvroHFileReader(StoragePath, HoodieStorage, StorageConfiguration<?>, Option<Schema>, Option<byte[]>) - Constructor for class org.apache.hudi.io.hadoop.HoodieHBaseAvroHFileReader
-
- HoodieHBaseKVComparator - Class in org.apache.hudi.io.storage
-
This class is explicitly used as Key Comparator to work around the hard coded
legacy format class names inside HBase.
- HoodieHBaseKVComparator() - Constructor for class org.apache.hudi.io.storage.HoodieHBaseKVComparator
-
- HoodieHFileConfig - Class in org.apache.hudi.io.hadoop
-
- HoodieHFileConfig(Configuration, Compression.Algorithm, int, long, String, boolean, boolean, boolean, BloomFilter, CellComparator) - Constructor for class org.apache.hudi.io.hadoop.HoodieHFileConfig
-
- HoodieHFileUtils - Class in org.apache.hudi.io.hadoop
-
Util class for HFile reading and writing in Hudi
- HoodieHFileUtils() - Constructor for class org.apache.hudi.io.hadoop.HoodieHFileUtils
-
- HoodieKVComparator() - Constructor for class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HoodieKVComparator
-
- HoodieLogFormatWriter - Class in org.apache.hudi.common.table.log
-
HoodieLogFormatWriter can be used to append blocks to a log file Use HoodieLogFormat.WriterBuilder to construct.
- HoodieLogFormatWriter(HoodieStorage, HoodieLogFile, Integer, Short, Long, String, HoodieLogFileWriteCallback) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFormatWriter
-
- HoodieParquetConfig<T> - Class in org.apache.hudi.io.storage
-
Base ParquetConfig to hold config params for writing to Parquet.
- HoodieParquetConfig(T, CompressionCodecName, int, int, long, StorageConfiguration<?>, double, boolean) - Constructor for class org.apache.hudi.io.storage.HoodieParquetConfig
-
- HoodieParquetStreamWriter - Class in org.apache.hudi.io.hadoop
-
Hudi log block writer for parquet format.
- HoodieParquetStreamWriter(FSDataOutputStream, HoodieParquetConfig<HoodieAvroWriteSupport>) - Constructor for class org.apache.hudi.io.hadoop.HoodieParquetStreamWriter
-
- HoodieRetryWrapperFileSystem - Class in org.apache.hudi.hadoop.fs
-
Extending FileSystem implementation of I/O operations with retries.
- HoodieRetryWrapperFileSystem(FileSystem, long, int, long, String) - Constructor for class org.apache.hudi.hadoop.fs.HoodieRetryWrapperFileSystem
-
- HoodieSerializableFileStatus - Class in org.apache.hudi.hadoop.fs
-
A serializable file status implementation
- HoodieWrapperFileSystem - Class in org.apache.hudi.hadoop.fs
-
HoodieWrapperFileSystem wraps the default file system.
- HoodieWrapperFileSystem() - Constructor for class org.apache.hudi.hadoop.fs.HoodieWrapperFileSystem
-
- HoodieWrapperFileSystem(FileSystem, ConsistencyGuard) - Constructor for class org.apache.hudi.hadoop.fs.HoodieWrapperFileSystem
-
- HoodieWrapperFileSystem.CheckedFunction<R> - Interface in org.apache.hudi.hadoop.fs
-
Checked function interface.
- HoodieWrapperFileSystem.MetricName - Enum in org.apache.hudi.hadoop.fs
-
Names for metrics.