Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

AbstractDebeziumAvroPayload - Class in org.apache.hudi.common.model.debezium
Base class that provides support for seamlessly applying changes captured via Debezium.
AbstractDebeziumAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.debezium.AbstractDebeziumAvroPayload
 
AbstractDebeziumAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.debezium.AbstractDebeziumAvroPayload
 
AbstractHoodieLogRecordReader - Class in org.apache.hudi.common.table.log
Implements logic to scan log blocks and expose valid and deleted log records to subclass implementation.
AbstractHoodieLogRecordReader(FileSystem, String, List<String>, Schema, String, boolean, boolean, int, Option<InstantRange>, boolean) - Constructor for class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
AbstractHoodieLogRecordReader(FileSystem, String, List<String>, Schema, String, boolean, boolean, int, Option<InstantRange>, boolean, boolean, Option<String>, InternalSchema) - Constructor for class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
AbstractHoodieLogRecordReader.Builder - Class in org.apache.hudi.common.table.log
Builder used to build AbstractHoodieLogRecordScanner.
AbstractHoodieLogRecordReader.KeySpec - Class in org.apache.hudi.common.table.log
 
AbstractMigratorBase<T> - Class in org.apache.hudi.common.table.timeline.versioning
The basic abstraction of migrator.
AbstractMigratorBase(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.AbstractMigratorBase
 
AbstractTableFileSystemView - Class in org.apache.hudi.common.table.view
Common thread-safe implementation for multiple TableFileSystemView Implementations.
AbstractTableFileSystemView() - Constructor for class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
accept(I) - Method in interface org.apache.hudi.common.function.SerializableConsumer
 
access(Path, FsAction) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
acquire(int) - Method in class org.apache.hudi.common.util.RateLimiter
 
ACTION_COMPARATOR - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstant
 
ActionType - Enum in org.apache.hudi.common.model
The supported action types.
activeTimeline - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
add(String) - Method in class org.apache.hudi.avro.HoodieAvroWriteSupport
 
add(String) - Method in interface org.apache.hudi.common.bloom.BloomFilter
Add a key represented by a String to the BloomFilter.
add(byte[]) - Method in interface org.apache.hudi.common.bloom.BloomFilter
Add a key's bytes, representing UTF8-encoded string, to the BloomFilter.
add(String) - Method in class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
 
add(byte[]) - Method in class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
 
add(String) - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
add(byte[]) - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
add(long) - Method in class org.apache.hudi.common.data.HoodieAccumulator
Increments the count based on the input.
add(long) - Method in class org.apache.hudi.common.data.HoodieAtomicLongAccumulator
 
add(long) - Method in class org.apache.hudi.common.metrics.Counter
 
add(String, long) - Method in class org.apache.hudi.common.metrics.LocalRegistry
 
add(String, long) - Method in interface org.apache.hudi.common.metrics.Registry
Add value to the metric.
addBaseFile(HoodieBaseFile) - Method in class org.apache.hudi.common.model.HoodieFileGroup
Add a new datafile into the file group.
addBootstrapBaseFileIfPresent(HoodieFileGroup) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addBootstrapBaseFileIfPresent(FileSlice) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addBootstrapBaseFileIfPresent(HoodieFileGroupId, HoodieBaseFile) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addColumnFamily(String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Add a new column family to store.
addColumns(String, Type, String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
addColumns(String, String, Type, String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
addCommitMetadataToRecord(GenericRecord, String, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Adds the Hoodie commit metadata into the provided Generic Record.
addDelegationTokens(String, Credentials) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
addDeletes(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
ADDED_SEQ_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
addFileSlice(FileSlice) - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
addFilesToView(FileStatus[]) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Adds the provided statuses into the file system view, and also caches it inside this object.
addFooterMetadata(String, String) - Method in class org.apache.hudi.avro.HoodieAvroWriteSupport
 
addHoodieKeyToRecord(GenericRecord, String, String, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
addInserts(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
addKey(T) - Method in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
addLogFile(HoodieLogFile) - Method in class org.apache.hudi.common.model.FileSlice
 
addLogFile(HoodieLogFile) - Method in class org.apache.hudi.common.model.HoodieFileGroup
Add a new log file into the group.
addLogFiles(String) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
addMetadata(String, String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
addMetadataColumnTypes(String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
addMetadataFields(Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Adds the Hoodie metadata fields to the given schema.
addMetadataFields(Schema, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Adds the Hoodie metadata fields to the given schema.
addNewFileSliceAtInstant(String) - Method in class org.apache.hudi.common.model.HoodieFileGroup
Potentially add a new file-slice by adding base-instant time A file-slice without any data-file and log-files can exist (if a compaction just got requested).
addOperationToRecord(GenericRecord, HoodieOperation) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
addPendingCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
addPendingCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
addPositionChange(String, String, TableChange.ColumnPositionChange.ColumnPositionType) - Method in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
Add position change.
addPositionChange(String, String, String) - Method in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
addPositionChange(String, String, String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
addPropsFromFile(Path) - Method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
Add properties from external configuration files.
addPropsFromStream(BufferedReader) - Method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
Add properties from buffered reader.
addReplacedFileGroups(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Track instant time for new file groups replaced.
addReplacedFileGroups(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
addReplacedFileGroups(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
addReplaceFileId(String, String) - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
addRollingStat(String, HoodieRollingStat) - Method in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
addSchemeIfLocalPath(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
addToGlobalProps(String, String) - Static method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
addToVector(TypeDescription, ColumnVector, Schema, Object, int) - Static method in class org.apache.hudi.common.util.AvroOrcUtils
Add an object (of a given ORC type) to the column vector at a given position.
addUnionValue(UnionColumnVector, List<TypeDescription>, Schema, Object, int) - Static method in class org.apache.hudi.common.util.AvroOrcUtils
Match value with its ORC type and add to the union vector at a given position.
addUpserts(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
addWriteStat(String, HoodieWriteStat) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
afterArrayElement(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
afterArrayElement(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
afterField(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
afterField(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
afterMapKey(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
afterMapKey(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
afterMapValue(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
afterMapValue(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
ALL_DATA_FILES - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_FILEGROUPS_FOR_PARTITION_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_MARKERS_URL - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
ALL_REPLACED_FILEGROUPS_BEFORE - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_REPLACED_FILEGROUPS_BEFORE_OR_ON - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_REPLACED_FILEGROUPS_PARTITION - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_SLICES_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
allOf(List<CompletableFuture<T>>) - Static method in class org.apache.hudi.common.util.FutureUtils
Parallel CompletableFutures
allowFullScan() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
allowFullScan(boolean) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
allPaths() - Static method in enum org.apache.hudi.metadata.MetadataPartitionType
 
ApiMaturityLevel - Enum in org.apache.hudi
Indicates how stable a given API method/class is, so user's can plan and set their expectations accordingly.
append(Path, int, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
append(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
append(Path, int) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
append(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
append(Path, int) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
append(T[], T) - Static method in class org.apache.hudi.common.util.CollectionUtils
Combines provided array and an element into a new array
appendBlock(HoodieLogBlock) - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
Append Block to a log file.
appendBlock(HoodieLogBlock) - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
appendBlocks(List<HoodieLogBlock>) - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
Appends the list of blocks to a logfile.
appendBlocks(List<HoodieLogBlock>) - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
appendFieldsToSchema(Schema, List<Schema.Field>) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Appends provided new fields at the end of the given schema NOTE: No deduplication is made, this method simply appends fields at the end of the list of the source schema as is
appendNextPartition(String, List<BootstrapFileMapping>) - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexWriter
Append bootstrap index entries for next partitions in sorted order.
appendNextPartition(String, List<BootstrapFileMapping>) - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexWriter
 
appendPartitionColumns(Schema, Option<String[]>) - Static method in class org.apache.hudi.common.table.TableSchemaResolver
 
AppendResult - Class in org.apache.hudi.common.table.log
Pojo holding information on the result of a HoodieLogFormat.Writer.appendBlock(HoodieLogBlock).
AppendResult(HoodieLogFile, long, long) - Constructor for class org.apache.hudi.common.table.log.AppendResult
 
apply(T, U) - Method in interface org.apache.hudi.common.function.SerializableBiFunction
 
apply(I) - Method in interface org.apache.hudi.common.function.SerializableFunction
 
apply(I) - Method in interface org.apache.hudi.common.function.SerializableFunctionUnchecked
 
apply(HoodieRecord<? extends HoodieRecordPayload>) - Method in interface org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.LogRecordScannerCallback
 
apply(WriteBatch) - Method in interface org.apache.hudi.common.util.collection.RocksDBDAO.BatchHandler
 
apply() - Method in interface org.apache.hudi.common.util.Functions.Function0
 
apply(T1) - Method in interface org.apache.hudi.common.util.Functions.Function1
 
apply(T1, T2) - Method in interface org.apache.hudi.common.util.Functions.Function2
 
apply(T1, T2, T3) - Method in interface org.apache.hudi.common.util.Functions.Function3
 
applyAdd(Types.Field, Type) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
applyAddChange(String, Type, String, String, TableChange.ColumnPositionChange.ColumnPositionType) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Add columns to table.
applyAddChange2Fields(List<Types.Field>, ArrayList<Types.Field>, ArrayList<TableChange.ColumnPositionChange>) - Static method in class org.apache.hudi.internal.schema.action.TableChangesHelper
Apply add operation and column position change operation.
applyColumnCommentChange(String, String) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Update col comment for hudi table.
applyColumnNullabilityChange(String, boolean) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Update col nullability for hudi table.
applyColumnTypeChange(String, Type) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Update col type for hudi table.
applyDelete(int, Type) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
applyDeleteChange(String...) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Delete columns to table.
applyDeltaFileSlicesToPartitionView(String, List<HoodieFileGroup>, IncrementalTimelineSyncFileSystemView.DeltaApplyMode) - Method in class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
Apply changes to partition file-system view.
applyDeltaFileSlicesToPartitionView(String, List<HoodieFileGroup>, IncrementalTimelineSyncFileSystemView.DeltaApplyMode) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
applyRenameChange(String, String) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Rename col name for hudi table.
applyReOrderColPositionChange(String, String, TableChange.ColumnPositionChange.ColumnPositionType) - Method in class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
Reorder the position of col.
applyTableChange2Type(Type, TableChanges.ColumnAddChange) - Static method in class org.apache.hudi.internal.schema.utils.SchemaChangeUtils
Apply all the DDL add operations to Type to produce a new internalSchema.
applyTableChanges2Schema(InternalSchema, TableChanges.ColumnAddChange) - Static method in class org.apache.hudi.internal.schema.utils.SchemaChangeUtils
Apply all the DDL add operations to internalSchema to produce a new internalSchema.
applyTableChanges2Schema(InternalSchema, TableChanges.ColumnDeleteChange) - Static method in class org.apache.hudi.internal.schema.utils.SchemaChangeUtils
Apply all the DDL delete operations to internalSchema to produce a new internalSchema.
applyTableChanges2Schema(InternalSchema, TableChanges.ColumnUpdateChange) - Static method in class org.apache.hudi.internal.schema.utils.SchemaChangeUtils
Apply all the DDL update operations to internalSchema to produce a new internalSchema.
applyUpdates(Types.Field, Type) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
ARCHIVE_EXTENSION - Static variable in class org.apache.hudi.common.model.HoodieArchivedLogFile
 
archiveCommitsWith(int, int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
ArchiveFileVersionComparator() - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.ArchiveFileVersionComparator
 
ARCHIVELOG_FOLDER - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
array(Types.ArrayType, T) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
array(Types.ArrayType, Map<String, Integer>) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
ArrayUtils - Class in org.apache.hudi.common.util.collection
Operations on arrays, primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).
ArrayUtils() - Constructor for class org.apache.hudi.common.util.collection.ArrayUtils
 
asBase64EncodedString() - Method in class org.apache.hudi.common.util.hash.ColumnIndexID
 
asBase64EncodedString() - Method in class org.apache.hudi.common.util.hash.FileIndexID
 
asBase64EncodedString() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Get the Base64 encoded version of the ID.
asBase64EncodedString() - Method in class org.apache.hudi.common.util.hash.PartitionIndexID
 
asBytes() - Method in class org.apache.hudi.common.util.hash.ColumnIndexID
 
asBytes() - Method in class org.apache.hudi.common.util.hash.FileIndexID
 
asBytes() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Get this ID as a byte array.
asBytes() - Method in class org.apache.hudi.common.util.hash.PartitionIndexID
 
asLeft() - Method in class org.apache.hudi.common.util.Either
 
asLong(byte[]) - Static method in class org.apache.hudi.common.util.NumericUtils
 
asRight() - Method in class org.apache.hudi.common.util.Either
 
asStream() - Method in class org.apache.hudi.common.data.HoodieBaseListData
 
ASSUME_DATE_PARTITIONING - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ASYNC_CLEAN_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ASYNC_INDEX_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
AUXILIARYFOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
avgRecordSizeInBytes - Variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Indicates avg record size in bytes.
AVRO_VERSION - Static variable in class org.apache.hudi.avro.HoodieAvroUtils
 
AvroInternalSchemaConverter - Class in org.apache.hudi.internal.schema.convert
Auxiliary class.
AvroInternalSchemaConverter() - Constructor for class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
 
AvroOrcUtils - Class in org.apache.hudi.common.util
Methods including addToVector, addUnionValue, createOrcSchema are originally from https://github.com/streamsets/datacollector.
AvroOrcUtils() - Constructor for class org.apache.hudi.common.util.AvroOrcUtils
 
AvroSchemaEvolutionUtils - Class in org.apache.hudi.internal.schema.utils
Utility methods to support evolve old avro schema based on a given schema.
AvroSchemaEvolutionUtils() - Constructor for class org.apache.hudi.internal.schema.utils.AvroSchemaEvolutionUtils
 
AvroSchemaUtils - Class in org.apache.hudi.avro
 
avroToBytes(GenericRecord) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert a given avro record to bytes.
avroToJson(GenericRecord, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert a given avro record to json and return the encoded bytes.
awaitTermination() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
AWSDmsAvroPayload - Class in org.apache.hudi.common.model
Provides support for seamlessly applying changes captured via Amazon Database Migration Service onto S3.
AWSDmsAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.AWSDmsAvroPayload
 
AWSDmsAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.AWSDmsAvroPayload
 

B

Base64CodecUtil - Class in org.apache.hudi.common.util
 
Base64CodecUtil() - Constructor for class org.apache.hudi.common.util.Base64CodecUtil
 
BASE_FILE_EXTENSIONS - Static variable in enum org.apache.hudi.common.model.HoodieFileFormat
 
BASE_FILE_FORMAT - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
BaseAvroPayload - Class in org.apache.hudi.common.model
Base class for all AVRO record based payloads, that can be ordered based on a field.
BaseAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.BaseAvroPayload
Instantiate BaseAvroPayload.
BaseFile - Class in org.apache.hudi.common.model
Represents common metadata about base-file.
BaseFile(BaseFile) - Constructor for class org.apache.hudi.common.model.BaseFile
 
BaseFile(FileStatus) - Constructor for class org.apache.hudi.common.model.BaseFile
 
BaseFile(String) - Constructor for class org.apache.hudi.common.model.BaseFile
 
BASEFILE_READ_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
BaseFileDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of data file.
BaseFileDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.BaseFileDTO
 
BaseFileUtils - Class in org.apache.hudi.common.util
 
BaseFileUtils() - Constructor for class org.apache.hudi.common.util.BaseFileUtils
 
baseFormatMetaPathIfExists(FileSystem, Path) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
BaseHoodieTableFileIndex - Class in org.apache.hudi
Common (engine-agnostic) File Index implementation enabling individual query engines to list Hudi Table contents based on the following: Table type (MOR, COW) Query type (snapshot, read_optimized, incremental) Query instant/range
BaseHoodieTableFileIndex(HoodieEngineContext, HoodieTableMetaClient, TypedProperties, HoodieTableQueryType, List<Path>, Option<String>, boolean, boolean, BaseHoodieTableFileIndex.FileStatusCache) - Constructor for class org.apache.hudi.BaseHoodieTableFileIndex
 
BaseHoodieTableFileIndex.FileStatusCache - Interface in org.apache.hudi
 
BaseHoodieTableFileIndex.PartitionPath - Class in org.apache.hudi
 
BaseKeyGenerator - Class in org.apache.hudi.keygen
 
BaseKeyGenerator(TypedProperties) - Constructor for class org.apache.hudi.keygen.BaseKeyGenerator
 
basePath - Variable in class org.apache.hudi.BaseHoodieTableFileIndex
 
basePath - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
basePath - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
BASEPATH_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
BaseTableMetadata - Class in org.apache.hudi.metadata
 
BaseTableMetadata(HoodieEngineContext, HoodieMetadataConfig, String, String) - Constructor for class org.apache.hudi.metadata.BaseTableMetadata
 
batches(List<E>, int) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
batchesAsStream(List<E>, int) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
beforeArrayElement(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
beforeArrayElement(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
beforeField(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
beforeField(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
beforeMapKey(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
beforeMapKey(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
beforeMapValue(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
beforeMapValue(Types.Field) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
begin() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexWriter
Writer calls this method before beginning indexing partitions.
begin() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexWriter
 
BinaryType() - Constructor for class org.apache.hudi.internal.schema.Types.BinaryType
 
BinaryUtil - Class in org.apache.hudi.common.util
 
BinaryUtil() - Constructor for class org.apache.hudi.common.util.BinaryUtil
 
BitCaskDiskMap<T extends Serializable,R extends Serializable> - Class in org.apache.hudi.common.util.collection
This class provides a disk spillable only map implementation.
BitCaskDiskMap(String, boolean) - Constructor for class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
BitCaskDiskMap(String) - Constructor for class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
BitCaskDiskMap.FileEntry - Class in org.apache.hudi.common.util.collection
The file metadata that should be spilled to disk.
BitCaskDiskMap.ValueMetadata - Class in org.apache.hudi.common.util.collection
The value relevant metadata.
bits() - Method in class org.apache.hudi.common.util.hash.ColumnIndexID
 
bits() - Method in class org.apache.hudi.common.util.hash.FileIndexID
 
bits() - Method in enum org.apache.hudi.common.util.hash.HashID.Size
Get this Hash size in bits.
bits() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Get the number of bits representing this ID in memory.
bits() - Method in class org.apache.hudi.common.util.hash.PartitionIndexID
 
BLOOM_FILTER_INDEX_FOR_COLUMNS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
BLOOM_FILTER_INDEX_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
BloomFilter - Interface in org.apache.hudi.common.bloom
A Bloom filter interface.
BloomFilterFactory - Class in org.apache.hudi.common.bloom
A Factory class to generate different versions of BloomFilter.
BloomFilterFactory() - Constructor for class org.apache.hudi.common.bloom.BloomFilterFactory
 
BloomFilterTypeCode - Enum in org.apache.hudi.common.bloom
Bloom filter type codes.
BooleanType() - Constructor for class org.apache.hudi.internal.schema.Types.BooleanType
 
BooleanWrapper - Class in org.apache.hudi.avro.model
A record wrapping boolean type to be able to be used it w/in Avro's Union
BooleanWrapper() - Constructor for class org.apache.hudi.avro.model.BooleanWrapper
Default constructor.
BooleanWrapper(Boolean) - Constructor for class org.apache.hudi.avro.model.BooleanWrapper
All-args constructor.
BooleanWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for BooleanWrapper instances.
BOOTSTRAP_BASE_FILE_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
BOOTSTRAP_BASE_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
BOOTSTRAP_ERR_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
BOOTSTRAP_INDEX_BY_FILE_ID_FOLDER_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
BOOTSTRAP_INDEX_BY_PARTITION_FOLDER_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
BOOTSTRAP_INDEX_CLASS_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
BOOTSTRAP_INDEX_ENABLE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
BOOTSTRAP_INDEX_FILE_ID - Static variable in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
BOOTSTRAP_INDEX_ROOT_FOLDER_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
BootstrapBaseFileMapping - Class in org.apache.hudi.common.model
POJO storing (partitionPath, hoodieFileId) -> external base file path.
BootstrapBaseFileMapping(HoodieFileGroupId, HoodieFileStatus) - Constructor for class org.apache.hudi.common.model.BootstrapBaseFileMapping
 
BootstrapFileMapping - Class in org.apache.hudi.common.model
Value stored in the bootstrap index.
BootstrapFileMapping(String, String, String, HoodieFileStatus, String) - Constructor for class org.apache.hudi.common.model.BootstrapFileMapping
 
BootstrapIndex - Class in org.apache.hudi.common.bootstrap.index
Bootstrap Index Interface.
BootstrapIndex(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.BootstrapIndex
 
BootstrapIndex.IndexReader - Class in org.apache.hudi.common.bootstrap.index
Bootstrap Index Reader Interface.
BootstrapIndex.IndexWriter - Class in org.apache.hudi.common.bootstrap.index
Bootstrap Index Writer Interface.
BoundedFsDataInputStream - Class in org.apache.hudi.common.fs
 
BoundedFsDataInputStream(FileSystem, Path, InputStream) - Constructor for class org.apache.hudi.common.fs.BoundedFsDataInputStream
 
BoundedInMemoryExecutor<I,O,E> - Class in org.apache.hudi.common.util.queue
Executor which orchestrates concurrent producers and consumers communicating through a bounded in-memory queue.
BoundedInMemoryExecutor(long, Iterator<I>, BoundedInMemoryQueueConsumer<O, E>, Function<I, O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryExecutor(long, BoundedInMemoryQueueProducer<I>, Option<BoundedInMemoryQueueConsumer<O, E>>, Function<I, O>) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryExecutor(long, BoundedInMemoryQueueProducer<I>, Option<BoundedInMemoryQueueConsumer<O, E>>, Function<I, O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryExecutor(long, List<BoundedInMemoryQueueProducer<I>>, Option<BoundedInMemoryQueueConsumer<O, E>>, Function<I, O>, SizeEstimator<O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryQueue<I,O> - Class in org.apache.hudi.common.util.queue
Used for enqueueing input records.
BoundedInMemoryQueue(long, Function<I, O>) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Construct BoundedInMemoryQueue with default SizeEstimator.
BoundedInMemoryQueue(long, Function<I, O>, SizeEstimator<O>) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Construct BoundedInMemoryQueue with passed in size estimator.
BoundedInMemoryQueueConsumer<I,O> - Class in org.apache.hudi.common.util.queue
Consume entries from queue and execute callback function.
BoundedInMemoryQueueConsumer() - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer
 
BoundedInMemoryQueueProducer<I> - Interface in org.apache.hudi.common.util.queue
Producer for BoundedInMemoryQueue.
BUFFER_SIZE - Static variable in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
BUFFER_SIZE - Static variable in class org.apache.hudi.metadata.BaseTableMetadata
 
BufferedRandomAccessFile - Class in org.apache.hudi.common.util
Use a private buffer for the read/write/seek operations of the RandomAccessFile to reduce the number of disk operations.
BufferedRandomAccessFile(File, String) - Constructor for class org.apache.hudi.common.util.BufferedRandomAccessFile
 
BufferedRandomAccessFile(File, String, int) - Constructor for class org.apache.hudi.common.util.BufferedRandomAccessFile
 
BufferedRandomAccessFile(String, String) - Constructor for class org.apache.hudi.common.util.BufferedRandomAccessFile
 
BufferedRandomAccessFile(String, String, int) - Constructor for class org.apache.hudi.common.util.BufferedRandomAccessFile
 
bufferSize - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
build() - Method in class org.apache.hudi.avro.model.BooleanWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.BytesWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.DateWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.DecimalWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.DoubleWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.FloatWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
 
build() - Method in class org.apache.hudi.avro.model.IntWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.LongWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.StringWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper.Builder
 
build() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper.Builder
 
build() - Method in class org.apache.hudi.common.config.HoodieCommonConfig.Builder
 
build() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
build() - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig.Builder
 
build() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
build() - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
build() - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
build() - Method in class org.apache.hudi.common.HoodieRollbackStat.Builder
 
build() - Method in class org.apache.hudi.common.index.HoodieIndex.Builder
 
build() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
build() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
build() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
build() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
build() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
build() - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
build() - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
build() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
build() - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
buildAvroSchemaFromInternalSchema(InternalSchema, String, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Converts hudi internal Schema into an Avro Schema.
buildAvroSchemaFromType(Type, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Converts hudi type into an Avro Schema.
buildCompactionOperation(HoodieCompactionOperation) - Static method in class org.apache.hudi.common.util.CompactionUtils
Build Compaction operation payload from Avro version for using in Spark executors.
Builder() - Constructor for class org.apache.hudi.common.config.HoodieCommonConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.config.HoodieMetastoreConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.HoodieCleanStat.Builder
 
Builder() - Constructor for class org.apache.hudi.common.HoodieRollbackStat.Builder
 
builder() - Static method in class org.apache.hudi.common.index.HoodieIndex
 
Builder() - Constructor for class org.apache.hudi.common.index.HoodieIndex.Builder
 
builder() - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
Builder() - Constructor for class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
Builder() - Constructor for class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
Builder() - Constructor for class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
Builder() - Constructor for class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
builder() - Static method in class org.apache.hudi.common.table.log.InstantRange
Returns the builder.
Builder() - Constructor for class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
buildFileGroups(FileStatus[], HoodieTimeline, boolean) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Build FileGroups from passed in file-status.
buildFileGroups(Stream<HoodieBaseFile>, Stream<HoodieLogFile>, HoodieTimeline, boolean) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
buildFromFileSlice(String, FileSlice, Option<Function<Pair<String, FileSlice>, Map<String, Double>>>) - Static method in class org.apache.hudi.common.util.CompactionUtils
Generate compaction operation from file-slice.
buildFromFileSlices(List<Pair<String, FileSlice>>, Option<Map<String, String>>, Option<Function<Pair<String, FileSlice>, Map<String, Double>>>) - Static method in class org.apache.hudi.common.util.CompactionUtils
Generate compaction plan from file-slices.
buildHoodieCompactionOperation(CompactionOperation) - Static method in class org.apache.hudi.common.util.CompactionUtils
Build Avro generated Compaction operation payload from compaction operation POJO for serialization.
buildIdToField(Type) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
Build a mapping from id to field for a internal Type.
buildIdToName(Type) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
Build a mapping from id to full field name for a internal Type.
buildMetadata(List<HoodieWriteStat>, Map<String, List<String>>, Option<Map<String, String>>, WriteOperationType, String, String) - Static method in class org.apache.hudi.common.util.CommitUtils
 
buildNameToId(Type) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
Build a mapping from full field name to id for a internal Type.
buildTypeFromAvroSchema(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Build hudi type from avro schema.
ByteBufferBackedInputFile - Class in org.apache.hudi.parquet.io
Implementation of InputFile backed by byte[] buffer
ByteBufferBackedInputFile(byte[], int, int) - Constructor for class org.apache.hudi.parquet.io.ByteBufferBackedInputFile
 
ByteBufferBackedInputFile(byte[]) - Constructor for class org.apache.hudi.parquet.io.ByteBufferBackedInputFile
 
ByteBufferBackedInputStream - Class in org.apache.hudi.common.util.io
Instance of InputStream backed by ByteBuffer, implementing following functionality (on top of what's required by InputStream) Seeking: enables random access by allowing to seek to an arbitrary position w/in the stream (Thread-safe) Copying: enables to copy from the underlying buffer not modifying the state of the stream NOTE: Generally methods of this class are NOT thread-safe, unless specified otherwise
ByteBufferBackedInputStream(ByteBuffer) - Constructor for class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
 
ByteBufferBackedInputStream(byte[]) - Constructor for class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
 
ByteBufferBackedInputStream(byte[], int, int) - Constructor for class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
 
byteSize() - Method in enum org.apache.hudi.common.util.hash.HashID.Size
Get this Hash size in bytes.
bytesToAvro(byte[], Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert serialized bytes back into avro record.
bytesToAvro(byte[], Schema, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert serialized bytes back into avro record.
BytesWrapper - Class in org.apache.hudi.avro.model
A record wrapping bytes type to be able to be used it w/in Avro's Union
BytesWrapper() - Constructor for class org.apache.hudi.avro.model.BytesWrapper
Default constructor.
BytesWrapper(ByteBuffer) - Constructor for class org.apache.hudi.avro.model.BytesWrapper
All-args constructor.
BytesWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for BytesWrapper instances.
byteTo8Byte(byte) - Static method in class org.apache.hudi.common.util.BinaryUtil
 

C

cachedAllInputFileSlices - Variable in class org.apache.hudi.BaseHoodieTableFileIndex
 
cachedFileSize - Variable in class org.apache.hudi.BaseHoodieTableFileIndex
 
CachingPath - Class in org.apache.hudi.hadoop
This is an extension of the Path class allowing to avoid repetitive computations (like getFileName, toString) which are secured by its immutability NOTE: This class is thread-safe
CachingPath(String, String) - Constructor for class org.apache.hudi.hadoop.CachingPath
 
CachingPath(Path, String) - Constructor for class org.apache.hudi.hadoop.CachingPath
 
CachingPath(String, Path) - Constructor for class org.apache.hudi.hadoop.CachingPath
 
CachingPath(Path, Path) - Constructor for class org.apache.hudi.hadoop.CachingPath
 
CachingPath(String) - Constructor for class org.apache.hudi.hadoop.CachingPath
 
CachingPath(URI) - Constructor for class org.apache.hudi.hadoop.CachingPath
 
call(I) - Method in interface org.apache.hudi.common.function.SerializablePairFlatMapFunction
 
call(I) - Method in interface org.apache.hudi.common.function.SerializablePairFunction
 
cancelDeleteOnExit(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
canonicalizeColumnNullability(Schema, Schema) - Static method in class org.apache.hudi.internal.schema.utils.AvroSchemaEvolutionUtils
Canonical the nullability.
canSyncIncrementally() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
checkArgument(boolean) - Static method in class org.apache.hudi.common.util.ValidationUtils
Ensures the truth of an expression.
checkArgument(boolean, String) - Static method in class org.apache.hudi.common.util.ValidationUtils
Ensures the truth of an expression, throwing the custom errorMessage otherwise.
checkColModifyIsLegal(String) - Method in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
checkFilesVisibility(int, Path, List<String>, ConsistencyGuard.FileVisibility) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
Helper to check for file visibility based on ConsistencyGuard.FileVisibility event.
checkFileVisibility(Path, ConsistencyGuard.FileVisibility) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
Helper to check of file visibility.
checkState() - Method in class org.apache.hudi.common.model.HoodieRecord
 
checkState(boolean) - Static method in class org.apache.hudi.common.util.ValidationUtils
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String) - Static method in class org.apache.hudi.common.util.ValidationUtils
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkTableValidity(FileSystem, Path, Path) - Static method in exception org.apache.hudi.exception.TableNotFoundException
 
checkValues(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
CLEAN_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
CLEAN_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
CLEAN_METADATA_VERSION_1 - Static variable in class org.apache.hudi.common.util.CleanerUtils
 
CLEAN_METADATA_VERSION_2 - Static variable in class org.apache.hudi.common.util.CleanerUtils
 
CLEANER_COMMITS_RETAINED - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
CLEANER_COMMITS_RETAINED_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
CleanerUtils - Class in org.apache.hudi.common.util
 
CleanerUtils() - Constructor for class org.apache.hudi.common.util.CleanerUtils
 
CleanFileInfo - Class in org.apache.hudi.common.model
 
CleanFileInfo(String, boolean) - Constructor for class org.apache.hudi.common.model.CleanFileInfo
 
CleanMetadataMigrator - Class in org.apache.hudi.common.table.timeline.versioning.clean
 
CleanMetadataMigrator(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataMigrator
 
CleanMetadataV1MigrationHandler - Class in org.apache.hudi.common.table.timeline.versioning.clean
 
CleanMetadataV1MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV1MigrationHandler
 
CleanMetadataV2MigrationHandler - Class in org.apache.hudi.common.table.timeline.versioning.clean
 
CleanMetadataV2MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV2MigrationHandler
 
cleanOldFiles(List<String>) - Method in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
CleanPlanMigrator - Class in org.apache.hudi.common.table.timeline.versioning.clean
Manages upgrade/downgrade of cleaner plan.
CleanPlanMigrator(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanMigrator
 
CleanPlanV1MigrationHandler - Class in org.apache.hudi.common.table.timeline.versioning.clean
 
CleanPlanV1MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV1MigrationHandler
 
CleanPlanV2MigrationHandler - Class in org.apache.hudi.common.table.timeline.versioning.clean
 
CleanPlanV2MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV2MigrationHandler
 
clear() - Method in class org.apache.hudi.common.metrics.LocalRegistry
 
clear() - Method in interface org.apache.hudi.common.metrics.Registry
Clear all metrics.
clear() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
clear() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
clear() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
clear() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
clearAccessTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'accessTime' field.
clearAction() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Clears the value of the 'action' field.
clearAction() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Clears the value of the 'action' field.
clearActionState() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'actionState' field.
clearActionType() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'actionType' field.
clearBaseInstantTime() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'baseInstantTime' field.
clearBlockReplication() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'blockReplication' field.
clearBlockSize() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'blockSize' field.
clearBloomFilter() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Clears the value of the 'bloomFilter' field.
clearBloomFilterMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Clears the value of the 'BloomFilterMetadata' field.
clearBootstrapBasePath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Clears the value of the 'bootstrapBasePath' field.
clearBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'bootstrapFilePath' field.
clearBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Clears the value of the 'bootstrapFilePath' field.
clearBootstrapFileStatus() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Clears the value of the 'bootstrapFileStatus' field.
clearBootstrapPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'bootstrapPartitionMetadata' field.
clearBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Clears the value of the 'bootstrapPartitionPath' field.
clearBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Clears the value of the 'bootstrapPartitionPath' field.
clearCandidate() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Clears the value of the 'candidate' field.
clearClusteringPlan() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Clears the value of the 'clusteringPlan' field.
clearColumnName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'columnName' field.
clearColumnStatsMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Clears the value of the 'ColumnStatsMetadata' field.
clearComments() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Clears the value of the 'comments' field.
clearCommitsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'commitsRollback' field.
clearCommitTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'commitTime' field.
clearCommitTime() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Clears the value of the 'commitTime' field.
clearCreatedTimestamp() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Clears the value of the 'createdTimestamp' field.
clearDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'dataFilePath' field.
clearDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Clears the value of the 'dataFilePath' field.
clearDeletePathPatterns() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Clears the value of the 'deletePathPatterns' field.
clearDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'deltaFilePaths' field.
clearDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Clears the value of the 'deltaFilePaths' field.
clearEarliestCommitToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'earliestCommitToRetain' field.
clearEarliestInstantToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'earliestInstantToRetain' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Clears the value of the 'extraMetadata' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Clears the value of the 'extraMetadata' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Clears the value of the 'extraMetadata' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Clears the value of the 'extraMetadata' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Clears the value of the 'extraMetadata' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Clears the value of the 'extraMetadata' field.
clearFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Clears the value of the 'failedDeleteFiles' field.
clearFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Clears the value of the 'failedDeleteFiles' field.
clearFileId() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'fileId' field.
clearFileId() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Clears the value of the 'fileId' field.
clearFileId() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Clears the value of the 'fileId' field.
clearFileId() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'fileId' field.
clearFileIdToBootstrapFile() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Clears the value of the 'fileIdToBootstrapFile' field.
clearFileName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'fileName' field.
clearFilePath() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Clears the value of the 'filePath' field.
clearFilePathsToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'filePathsToBeDeletedPerPartition' field.
clearFileSizeInBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'fileSizeInBytes' field.
clearFilesToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Clears the value of the 'filesToBeDeleted' field.
clearFilesToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'filesToBeDeletedPerPartition' field.
clearFilesystemMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Clears the value of the 'filesystemMetadata' field.
clearFileSystemView(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewManager
Drops reference to File-System Views.
clearGlobalProps() - Static method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
clearGroup() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'group' field.
clearGroupAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Clears the value of the 'groupAction' field.
clearHoodieCleanerPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieCleanerPlan' field.
clearHoodieCleanMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieCleanMetadata' field.
clearHoodieCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieCommitMetadata' field.
clearHoodieCompactionMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieCompactionMetadata' field.
clearHoodieCompactionPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieCompactionPlan' field.
clearHoodieIndexCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieIndexCommitMetadata' field.
clearHoodieInflightReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'HoodieInflightReplaceMetadata' field.
clearHoodieReplaceCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieReplaceCommitMetadata' field.
clearHoodieRequestedReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieRequestedReplaceMetadata' field.
clearHoodieRestoreMetadata() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Clears the value of the 'hoodieRestoreMetadata' field.
clearHoodieRollbackMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieRollbackMetadata' field.
clearHoodieSavePointMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'hoodieSavePointMetadata' field.
clearHoodieWriteStat() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Clears the value of the 'hoodieWriteStat' field.
clearIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Clears the value of the 'indexPartitionInfos' field.
clearIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Clears the value of the 'indexPartitionInfos' field.
clearIndexUptoInstant() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Clears the value of the 'indexUptoInstant' field.
clearInputGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Clears the value of the 'inputGroups' field.
clearInstantDetailsFromMemory(String) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
clearInstantDetailsFromMemory(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
clearInstantsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'instantsRollback' field.
clearInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Clears the value of the 'instantsToRollback' field.
clearInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Clears the value of the 'instantsToRollback' field.
clearInstantToRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Clears the value of the 'instantToRollback' field.
clearIsBootstrapBaseFile() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Clears the value of the 'isBootstrapBaseFile' field.
clearIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Clears the value of the 'isDeleted' field.
clearIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'isDeleted' field.
clearIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Clears the value of the 'isDeleted' field.
clearIsDir() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'isDir' field.
clearIsPartitionDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Clears the value of the 'isPartitionDeleted' field.
clearKey() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Clears the value of the 'key' field.
clearLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'lastCompletedCommitTimestamp' field.
clearLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'lastCompletedCommitTimestamp' field.
clearLatestBaseInstant() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Clears the value of the 'latestBaseInstant' field.
clearLength() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'length' field.
clearLogBlocksToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Clears the value of the 'logBlocksToBeDeleted' field.
clearMaxValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'maxValue' field.
clearMergedArchiveFileName() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Clears the value of the 'mergedArchiveFileName' field.
clearMetadataPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Clears the value of the 'metadataPartitionPath' field.
clearMetrics() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Clears the value of the 'metrics' field.
clearMetrics() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'metrics' field.
clearMinValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'minValue' field.
clearModificationTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'modificationTime' field.
clearNullCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'nullCount' field.
clearNumDeletes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'numDeletes' field.
clearNumInserts() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'numInserts' field.
clearNumKeys() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Clears the value of the 'numKeys' field.
clearNumOutputFileGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Clears the value of the 'numOutputFileGroups' field.
clearNumUpdateWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'numUpdateWrites' field.
clearNumWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'numWrites' field.
clearOperations() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Clears the value of the 'operations' field.
clearOperationType() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Clears the value of the 'operationType' field.
clearOperationType() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Clears the value of the 'operationType' field.
clearOperationType() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Clears the value of the 'operationType' field.
clearOperationType() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Clears the value of the 'operationType' field.
clearOtherAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Clears the value of the 'otherAction' field.
clearOwner() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'owner' field.
clearPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'partitionMetadata' field.
clearPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'partitionMetadata' field.
clearPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Clears the value of the 'partitionMetadata' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Clears the value of the 'partitionPath' field.
clearPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'partitionPath' field.
clearPartitionsToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'partitionsToBeDeleted' field.
clearPartitionToCompactionWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata.Builder
Clears the value of the 'partitionToCompactionWriteStats' field.
clearPartitionToReplaceFileIds() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Clears the value of the 'partitionToReplaceFileIds' field.
clearPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Clears the value of the 'partitionToWriteStats' field.
clearPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Clears the value of the 'partitionToWriteStats' field.
clearPath() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'path' field.
clearPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'path' field.
clearPermission() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'permission' field.
clearPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'policy' field.
clearPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Clears the value of the 'policy' field.
clearPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Clears the value of the 'preserveHoodieMetadata' field.
clearPrevCommit() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'prevCommit' field.
clearRestoreInstantInfo() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Clears the value of the 'restoreInstantInfo' field.
clearRollbackLogFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Clears the value of the 'rollbackLogFiles' field.
clearRollbackRequests() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Clears the value of the 'RollbackRequests' field.
clearSavepointDataFile() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Clears the value of the 'savepointDataFile' field.
clearSavepointedAt() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Clears the value of the 'savepointedAt' field.
clearSavepointedBy() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Clears the value of the 'savepointedBy' field.
clearSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Clears the value of the 'size' field.
clearSlices() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Clears the value of the 'slices' field.
clearStartCleanTime() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'startCleanTime' field.
clearStartRestoreTime() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Clears the value of the 'startRestoreTime' field.
clearStartRollbackTime() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'startRollbackTime' field.
clearState() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Clears the value of the 'state' field.
clearStickyBit() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Clears the value of the 'stickyBit' field.
clearStrategy() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Clears the value of the 'strategy' field.
clearStrategyClassName() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Clears the value of the 'strategyClassName' field.
clearStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Clears the value of the 'strategyParams' field.
clearSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Clears the value of the 'successDeleteFiles' field.
clearSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Clears the value of the 'successDeleteFiles' field.
clearSymlink() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'symlink' field.
clearTimestamp() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Clears the value of the 'timestamp' field.
clearTimestamp() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Clears the value of the 'timestamp' field.
clearTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'timeTakenInMillis' field.
clearTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Clears the value of the 'timeTakenInMillis' field.
clearTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'timeTakenInMillis' field.
clearTotalCorruptLogBlock() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalCorruptLogBlock' field.
clearTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'totalFilesDeleted' field.
clearTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'totalFilesDeleted' field.
clearTotalLogBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalLogBlocks' field.
clearTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Clears the value of the 'totalLogFiles' field.
clearTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalLogFiles' field.
clearTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Clears the value of the 'totalLogRecords' field.
clearTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalLogRecords' field.
clearTotalRollbackBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalRollbackBlocks' field.
clearTotalSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'totalSize' field.
clearTotalUncompressedSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'totalUncompressedSize' field.
clearTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Clears the value of the 'totalUpdatedRecordsCompacted' field.
clearTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalUpdatedRecordsCompacted' field.
clearTotalWriteBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalWriteBytes' field.
clearTotalWriteErrors() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Clears the value of the 'totalWriteErrors' field.
clearType() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Clears the value of the 'type' field.
clearType() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Clears the value of the 'type' field.
clearUri() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Clears the value of the 'uri' field.
clearUserAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Clears the value of the 'userAction' field.
clearValue() - Method in class org.apache.hudi.avro.model.BooleanWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.BytesWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.DateWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.DecimalWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.DoubleWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.FloatWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.IntWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.LongWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.StringWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper.Builder
Clears the value of the 'value' field.
clearValue() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper.Builder
Clears the value of the 'value' field.
clearValueCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Clears the value of the 'valueCount' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Clears the value of the 'version' field.
clearVersion() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Clears the value of the 'version' field.
ClosableIterator<R> - Interface in org.apache.hudi.common.util
An iterator that give a chance to release resources.
close() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
close() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
 
close() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexWriter
 
close() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
close() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexWriter
Close Writer Handles.
close() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
close() - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
close() - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
close() - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
close() - Method in class org.apache.hudi.common.fs.SizeAwareFSDataOutputStream
 
close() - Method in interface org.apache.hudi.common.lock.LockProvider
 
close() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
close() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
close() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
close() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
close() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
close() - Method in class org.apache.hudi.common.table.view.FileSystemViewManager
Closes all views opened.
close() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
close() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
close() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
close() - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
close() - Method in interface org.apache.hudi.common.table.view.SyncableFileSystemView
Allow View to release resources and close.
close() - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
Close the file, after flushing data in the buffer.
close() - Method in interface org.apache.hudi.common.util.ClosableIterator
 
close() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
close() - Method in class org.apache.hudi.common.util.collection.DiskMap
Close and cleanup the Map.
close() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
close() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
close() - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Close the DAO object.
close() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
close() - Method in class org.apache.hudi.common.util.OrcReaderIterator
 
close() - Method in class org.apache.hudi.common.util.ParquetReaderIterator
 
close() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Puts an empty entry to queue to denote termination.
close() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
close() - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
close() - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
close() - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
close() - Method in class org.apache.hudi.io.storage.HoodieParquetStreamWriter
 
close() - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
close() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
close() - Method in class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
closeQuietly(Closeable) - Static method in class org.apache.hudi.common.util.FileIOUtils
Closes Closeable quietly.
ClusteringGroupInfo - Class in org.apache.hudi.common.model
Encapsulates all the needed information about a clustering group.
ClusteringGroupInfo() - Constructor for class org.apache.hudi.common.model.ClusteringGroupInfo
Deprecated.
ClusteringOpDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of clustering.
ClusteringOpDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.ClusteringOpDTO
 
ClusteringOperation - Class in org.apache.hudi.common.model
Encapsulates all the needed information about a clustering file slice.
ClusteringOperation() - Constructor for class org.apache.hudi.common.model.ClusteringOperation
Deprecated.
ClusteringUtils - Class in org.apache.hudi.common.util
Helper class to generate clustering plan from metadata.
ClusteringUtils() - Constructor for class org.apache.hudi.common.util.ClusteringUtils
 
collectAsList() - Method in class org.apache.hudi.common.data.HoodieBaseListData
 
collectAsList() - Method in interface org.apache.hudi.common.data.HoodieData
Collects results of the underlying collection into a List This is a terminal operation
collectAsList() - Method in class org.apache.hudi.common.data.HoodieListData
 
collectAsList() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
collectAsList() - Method in interface org.apache.hudi.common.data.HoodiePairData
Collects results of the underlying collection into a List> This is a terminal operation
collectColumnRangeMetadata(List<IndexedRecord>, List<Schema.Field>, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Collects HoodieColumnRangeMetadata for the provided collection of records, pretending as if provided records have been persisted w/in given filePath
CollectionUtils - Class in org.apache.hudi.common.util
 
CollectionUtils() - Constructor for class org.apache.hudi.common.util.CollectionUtils
 
collectRenameCols(InternalSchema, InternalSchema) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
Try to find all renamed cols between oldSchema and newSchema.
collectTypeChangedCols(InternalSchema, InternalSchema) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
Collect all type changed cols to build a colPosition -> (newColType, oldColType) map.
COLUMN_STATS_FIELD_COLUMN_NAME - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_FILE_NAME - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_IS_DELETED - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_MAX_VALUE - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_MIN_VALUE - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_NULL_COUNT - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_TOTAL_SIZE - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_TOTAL_UNCOMPRESSED_SIZE - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_FIELD_VALUE_COUNT - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COLUMN_STATS_INDEX_FOR_COLUMNS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
COLUMN_STATS_INDEX_IN_MEMORY_PROJECTION_THRESHOLD - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
COLUMN_STATS_INDEX_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
COLUMN_STATS_INDEX_PROCESSING_MODE_ENGINE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
COLUMN_STATS_INDEX_PROCESSING_MODE_IN_MEMORY - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
COLUMN_STATS_INDEX_PROCESSING_MODE_OVERRIDE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
columnChangeId() - Method in interface org.apache.hudi.internal.schema.action.TableChange
 
columnChangeId() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
columnChangeId() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
columnChangeId() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
ColumnIndexID - Class in org.apache.hudi.common.util.hash
A stateful Hoodie object ID representing any table column.
ColumnIndexID(String) - Constructor for class org.apache.hudi.common.util.hash.ColumnIndexID
 
columns() - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns a List of the columns in this Schema.
combine(T[], T[]) - Static method in class org.apache.hudi.common.util.CollectionUtils
Combines provided arrays into one
combine(List<E>, List<E>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Combines provided Lists into one, returning new instance of ArrayList
combine(Map<K, V>, Map<K, V>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Combines provided Maps into one, returning new instance of HashMap.
combine(Map<K, V>, Map<K, V>, BiFunction<V, V, V>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Combines provided Maps into one, returning new instance of HashMap.
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.HoodieJsonPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.debezium.AbstractDebeziumAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in class org.apache.hudi.common.model.debezium.PostgresDebeziumAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.debezium.PostgresDebeziumAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.EmptyHoodieRecordPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in class org.apache.hudi.common.model.EventTimeAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
Deprecated.
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
This methods lets you write custom merging/combining logic to produce new values as a function of current value on storage and whats contained in this object.
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.OverwriteNonDefaultsWithLatestAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.RewriteAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
COMMIT_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
COMMIT_SEQNO_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
COMMIT_SEQNO_METADATA_FIELD_ORD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
COMMIT_TIME_KEY - Static variable in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
COMMIT_TIME_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
COMMIT_TIME_METADATA_FIELD_ORD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
CommitUtils - Class in org.apache.hudi.common.util
Helper class to generate commit metadata.
CommitUtils() - Constructor for class org.apache.hudi.common.util.CommitUtils
 
COMPACT_NUM_DELTA_COMMITS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
compacted - Variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 
COMPACTION_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
COMPACTION_METADATA_VERSION_1 - Static variable in class org.apache.hudi.common.util.CompactionUtils
 
COMPACTION_METADATA_VERSION_2 - Static variable in class org.apache.hudi.common.util.CompactionUtils
 
CompactionOpDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of compaction.
CompactionOpDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.CompactionOpDTO
 
CompactionOperation - Class in org.apache.hudi.common.model
Encapsulates all the needed information about a compaction and make a decision whether this compaction is effective or not.
CompactionOperation() - Constructor for class org.apache.hudi.common.model.CompactionOperation
Deprecated.
CompactionOperation(String, String, String, Option<String>, List<String>, Option<String>, Option<String>, Map<String, Double>) - Constructor for class org.apache.hudi.common.model.CompactionOperation
 
CompactionOperation(Option<HoodieBaseFile>, String, List<HoodieLogFile>, Map<String, Double>) - Constructor for class org.apache.hudi.common.model.CompactionOperation
 
CompactionPlanMigrator - Class in org.apache.hudi.common.table.timeline.versioning.compaction
Responsible for handling different versions of compaction plan.
CompactionPlanMigrator(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionPlanMigrator
 
CompactionUtils - Class in org.apache.hudi.common.util
Helper class to generate compaction plan from FileGroup/FileSlice abstraction.
CompactionUtils() - Constructor for class org.apache.hudi.common.util.CompactionUtils
 
CompactionV1MigrationHandler - Class in org.apache.hudi.common.table.timeline.versioning.compaction
Compaction V1 has absolute paths as part of compaction operations.
CompactionV1MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV1MigrationHandler
 
CompactionV2MigrationHandler - Class in org.apache.hudi.common.table.timeline.versioning.compaction
With version 2 of compaction plan, paths are no longer absolute.
CompactionV2MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV2MigrationHandler
 
COMPARATOR - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstant
 
compare(HoodieLogFile, HoodieLogFile) - Method in class org.apache.hudi.common.model.HoodieLogFile.LogFileComparator
 
compare(FileStatus, FileStatus) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.ArchiveFileVersionComparator
 
compareTimestamps(String, BiPredicate<String, String>, String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
compareTo(BootstrapFileMapping) - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
compareTo(HoodieFileGroupId) - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
compareTo(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
compareTo(TimelineLayoutVersion) - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
compareTo(byte[], int, int, byte[], int, int) - Static method in class org.apache.hudi.common.util.BinaryUtil
Lexicographically compare two arrays.
compareTo(BitCaskDiskMap.ValueMetadata) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.ValueMetadata
 
compareTo(Pair<L, R>) - Method in class org.apache.hudi.common.util.collection.Pair
Compares the pair based on the left element followed by the right element.
compareTo(Triple<L, M, R>) - Method in class org.apache.hudi.common.util.collection.Triple
Compares the triple based on the left element, followed by the middle element, finally the right element.
completeLocalOutput(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
computeNextLogVersion(FileSystem, Path, String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
computes the next log version for the specified fileId in the partition path.
computePayloadSize(R, SizeEstimator<R>) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
Compute a bytes representation of the payload by serializing the contents This is used to estimate the size of the payload (either in memory or when written to disk).
concat(Path, Path[]) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
CONF_FILE_DIR_ENV_NAME - Static variable in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
Config() - Constructor for class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
config - Variable in class org.apache.hudi.keygen.KeyGenerator
 
CONFIG_VALUES_DELIMITER - Static variable in class org.apache.hudi.common.config.HoodieConfig
 
ConfigClassProperty - Annotation Type in org.apache.hudi.common.config
 
ConfigGroups - Class in org.apache.hudi.common.config
In Hudi, we have multiple superclasses, aka Config Classes of HoodieConfig that maintain several configs.
ConfigGroups() - Constructor for class org.apache.hudi.common.config.ConfigGroups
 
ConfigGroups.Names - Enum in org.apache.hudi.common.config
 
ConfigProperty<T> - Class in org.apache.hudi.common.config
ConfigProperty describes a configuration property.
ConfigProperty.PropertyBuilder - Class in org.apache.hudi.common.config
The PropertyBuilder is used to build the ConfigProperty.
ConsistencyGuard - Interface in org.apache.hudi.common.fs
Ensures file create/delete operation is visible.
ConsistencyGuard.FileVisibility - Enum in org.apache.hudi.common.fs
File Visibility.
ConsistencyGuardConfig - Class in org.apache.hudi.common.fs
The consistency guard relevant config options.
consistencyGuardConfig - Variable in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
ConsistencyGuardConfig.Builder - Class in org.apache.hudi.common.fs
The builder used to build consistency configurations.
ConsistentHashingNode - Class in org.apache.hudi.common.model
Used in consistent hashing index, representing nodes in the consistent hash ring.
ConsistentHashingNode(int, String) - Constructor for class org.apache.hudi.common.model.ConsistentHashingNode
 
consistentLogicalTimestampEnabled - Variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
consume(BoundedInMemoryQueue<?, I>) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer
API to de-queue entries to memory bounded queue.
consumeOneRecord(I) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer
Consumer One record.
contains(String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
contains(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
containsFieldInSchema(Schema, String) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Returns true in case when schema contains the field w/ provided name
containsInstant(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
containsInstant(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
containsInstant(HoodieInstant) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
containsInstant(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
containsKey(Object) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
containsKey(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
containsKey(Object) - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
containsKey(Object) - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
containsOrBeforeTimelineStarts(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
containsOrBeforeTimelineStarts(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
containsValue(Object) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
containsValue(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
containsValue(Object) - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
containsValue(Object) - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
convert(String, Schema) - Method in class org.apache.hudi.avro.MercifulJsonConverter
Converts json to Avro generic record.
convert(InternalSchema, String, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Convert internalSchema to avro Schema.
convert(InternalSchema, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
 
convert(Types.RecordType, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Convert RecordType to avro Schema.
convert(Type, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Convert internal type to avro Schema.
convert(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Convert an avro schema into internalSchema.
convertAvroSchemaToParquet(Schema, Configuration) - Static method in class org.apache.hudi.common.table.TableSchemaResolver
 
convertBytesToLong(byte[]) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
convertCleanMetadata(String, Option<Long>, List<HoodieCleanStat>) - Static method in class org.apache.hudi.common.util.CleanerUtils
 
convertColumnStatsRecordToColumnRangeMetadata(HoodieMetadataColumnStats) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
convertFilesToBloomFilterRecords(HoodieEngineContext, Map<String, List<String>>, Map<String, Map<String, Long>>, MetadataRecordsGenerationParams, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert added and deleted files metadata to bloom filter index records.
convertFilesToColumnStatsRecords(HoodieEngineContext, Map<String, List<String>>, Map<String, Map<String, Long>>, MetadataRecordsGenerationParams) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert added and deleted action metadata to column stats index records.
convertFromAvroRecordInstance(HoodieCompactionOperation) - Static method in class org.apache.hudi.common.model.CompactionOperation
Convert Avro generated Compaction operation to POJO for Spark RDD operation.
ConvertingGenericData - Class in org.apache.hudi.avro
Custom instance of the GenericData model incorporating conversions from the common Avro logical types like "decimal", "uuid", "date", "time-micros", "timestamp-micros" NOTE: Given that this code has to be interoperable w/ Spark 2 (which relies on Avro 1.8.2) this model can't support newer conversion introduced in Avro 1.10 at the moment
convertMetadataToBloomFilterRecords(HoodieEngineContext, HoodieCommitMetadata, String, MetadataRecordsGenerationParams) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert commit action metadata to bloom filter records.
convertMetadataToBloomFilterRecords(HoodieCleanMetadata, HoodieEngineContext, String, MetadataRecordsGenerationParams) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert clean metadata to bloom filter index records.
convertMetadataToColumnStatsRecords(HoodieCleanMetadata, HoodieEngineContext, MetadataRecordsGenerationParams) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert clean metadata to column stats index records.
convertMetadataToColumnStatsRecords(HoodieCommitMetadata, HoodieEngineContext, MetadataRecordsGenerationParams) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
convertMetadataToFilesPartitionRecords(HoodieCommitMetadata, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Finds all new files/partitions created as part of commit and creates metadata table records for them.
convertMetadataToFilesPartitionRecords(HoodieCleanMetadata, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Finds all files that were deleted as part of a clean and creates metadata table records for them.
convertMetadataToRecords(HoodieEngineContext, HoodieCommitMetadata, String, MetadataRecordsGenerationParams) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert commit action to metadata records for the enabled partition types.
convertMetadataToRecords(HoodieEngineContext, HoodieCleanMetadata, MetadataRecordsGenerationParams, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert the clean action to metadata records.
convertMetadataToRecords(HoodieEngineContext, HoodieActiveTimeline, HoodieRestoreMetadata, MetadataRecordsGenerationParams, String, Option<String>) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert restore action metadata to metadata table records.
convertMetadataToRecords(HoodieEngineContext, HoodieActiveTimeline, HoodieRollbackMetadata, MetadataRecordsGenerationParams, String, Option<String>, boolean) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert rollback action metadata to metadata table records.
convertPathWithScheme(Path, String) - Static method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
convertRestoreMetadata(String, long, List<HoodieInstant>, Map<String, List<HoodieRollbackMetadata>>) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
convertRollbackMetadata(String, Option<Long>, List<HoodieInstant>, List<HoodieRollbackStat>) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
convertSavepointMetadata(String, String, Map<String, List<String>>) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
convertStringToLong(String) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
convertToField(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Convert an avro schema into internal type.
convertToHoodieCleanFileInfoList(List<CleanFileInfo>) - Static method in class org.apache.hudi.common.util.CleanerUtils
Convert list of cleanFileInfo instances to list of avro-generated HoodieCleanFileInfo instances.
convertToHoodiePath(Path, Configuration) - Static method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
convertToHoodiePath(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
convertToHoodieRecordPayload(GenericRecord, String, String, boolean) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
Utility method to convert bytes to HoodieRecord using schema and payload class.
convertToHoodieRecordPayload(GenericRecord, String, String, boolean, Option<String>) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
 
convertToHoodieRecordPayload(GenericRecord, String, String, Pair<String, String>, boolean, Option<String>) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
Utility method to convert bytes to HoodieRecord using schema and payload class.
convertValueForSpecificDataTypes(Schema, Object, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
This method converts values for fields with certain Avro/Parquet data types that require special handling.
copy(String) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
Copy the location with given partition path.
copy(Properties) - Static method in class org.apache.hudi.common.util.CollectionUtils
Makes a copy of provided Properties object
copy(InputStream, OutputStream) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
copy(FileSystem, Path, Path) - Static method in class org.apache.hudi.common.util.FileIOUtils
Copies the file content from source path to destination path.
copyFrom(long, byte[], int, int) - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
Copies at most length bytes starting from position pos into the target buffer with provided offset.
copyFromLocalFile(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
copyToLocalFile(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
copyToLocalFile(boolean, Path, Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
CorruptedLogFileException - Exception in org.apache.hudi.exception
An Exception thrown when the log file corrupted.
CorruptedLogFileException(String) - Constructor for exception org.apache.hudi.exception.CorruptedLogFileException
 
count() - Method in class org.apache.hudi.common.data.HoodieBaseListData
 
count() - Method in interface org.apache.hudi.common.data.HoodieData
Returns number of objects held in the collection
count() - Method in class org.apache.hudi.common.data.HoodieListData
 
count() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
count() - Method in interface org.apache.hudi.common.data.HoodiePairData
Returns number of held pairs
countByKey() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
countByKey() - Method in interface org.apache.hudi.common.data.HoodiePairData
Counts the number of pairs grouping them by key
Counter - Class in org.apache.hudi.common.metrics
Lightweight Counter for Hudi Metrics.
Counter() - Constructor for class org.apache.hudi.common.metrics.Counter
 
countInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
countInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
create(FSDataInputStream) - Static method in class org.apache.hudi.common.config.HoodieConfig
 
create() - Static method in class org.apache.hudi.common.data.HoodieAtomicLongAccumulator
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, short) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, short, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, boolean, int) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, boolean, int, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, short) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, short, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, boolean, int) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, boolean, int, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
create(HoodieClusteringGroup) - Static method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
create(HoodieSliceInfo) - Static method in class org.apache.hudi.common.model.ClusteringOperation
 
create(HoodieKey) - Static method in class org.apache.hudi.common.model.DeleteRecord
 
create(String, String) - Static method in class org.apache.hudi.common.model.DeleteRecord
 
create(String, String, Comparable) - Static method in class org.apache.hudi.common.model.DeleteRecord
 
create(HoodieKey, Comparable) - Static method in class org.apache.hudi.common.model.DeleteRecord
 
create(String, String, T, T, long, long, long, long) - Static method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
create(FileSystem, Path, Properties) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
Initialize the hoodie meta directory and any necessary files inside the meta (including the hoodie.properties).
create() - Static method in class org.apache.hudi.common.util.HoodieTimer
 
create(int, TimeUnit) - Static method in class org.apache.hudi.common.util.RateLimiter
 
create(HoodieEngineContext, HoodieMetadataConfig, String, String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
create(HoodieEngineContext, HoodieMetadataConfig, String, String, boolean) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
create(long) - Method in class org.apache.hudi.parquet.io.OutputStreamBackedOutputFile
 
CREATE_AND_MERGE_MARKERS_URL - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
CREATE_MARKER_URL - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
CREATE_SCHEMA - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
createAvroSchema(TypeDescription) - Static method in class org.apache.hudi.common.util.AvroOrcUtils
 
createAvroSchemaWithDefaultValue(TypeDescription, String, String, boolean) - Static method in class org.apache.hudi.common.util.AvroOrcUtils
 
createBloomFilter(int, double, int, String) - Static method in class org.apache.hudi.common.bloom.BloomFilterFactory
Creates a new BloomFilter with the given args.
createBloomFilterMetadataRecord(String, String, String, String, ByteBuffer, boolean) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create bloom filter metadata record.
createClusteringPlan(String, Map<String, String>, List<FileSlice>[], Map<String, String>) - Static method in class org.apache.hudi.common.util.ClusteringUtils
Create clustering plan from input fileSliceGroups.
createColumnStatsRecords(String, Collection<HoodieColumnRangeMetadata<Comparable>>, boolean) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.BytesWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.DateWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.FloatWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodiePath
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.IntWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.LongWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.StringWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createFileIdToBootstrapBaseFileMap(Map<HoodieFileGroupId, BootstrapBaseFileMapping>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createFileIdToBootstrapBaseFileMap(Map<HoodieFileGroupId, BootstrapBaseFileMapping>) - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
createFileIdToPendingClusteringMap(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createFileIdToPendingClusteringMap(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
createFileIdToPendingCompactionMap(Map<HoodieFileGroupId, Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createFileIdToPendingCompactionMap(Map<HoodieFileGroupId, Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
createFileIdToReplaceInstantMap(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createFileIdToReplaceInstantMap(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
createFileInMetaPath(String, Option<byte[]>, boolean) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
createFileInPath(FileSystem, Path, Option<byte[]>, boolean) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
createFileInPath(FileSystem, Path, Option<byte[]>) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
createFSBackedTableMetadata(HoodieEngineContext, HoodieMetadataConfig, String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
createFullName(String, Deque<String>) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
 
createHFileReader(FileSystem, Path, CacheConfig, Configuration) - Static method in class org.apache.hudi.io.storage.HoodieHFileUtils
Creates HFile reader for a file with default `primaryReplicaReader` as true.
createHFileReader(FileSystem, Path, byte[]) - Static method in class org.apache.hudi.io.storage.HoodieHFileUtils
Creates HFile reader for byte array with default `primaryReplicaReader` as true.
createHoodieBackedTableMetadata(HoodieEngineContext, HoodieMetadataConfig, String, String, boolean) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
createHoodieRecord(IndexedRecord, HoodieTableConfig, String, String, boolean, Option<Pair<String, String>>, Option<String>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
Create @HoodieRecord from the @IndexedRecord.
createHoodieRecord(IndexedRecord, HoodieTableConfig, String, String, boolean, Option<Pair<String, String>>, Option<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader
 
createHoodieWriteSchema(Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
createHoodieWriteSchema(String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
createHoodieWriteSchema(String, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
createImmutableFileInPath(Path, Option<byte[]>) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
Creates a new file with overwrite set to false.
createImmutableList(T...) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createImmutableList(List<T>) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createImmutableMap(K, V) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createImmutableMap(Map<K, V>) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createImmutableMap(Pair<K, V>...) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createImmutableSet(T...) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createImmutableSet(Set<T>) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createInMemoryFileSystemView(HoodieEngineContext, HoodieTableMetaClient, HoodieMetadataConfig) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
 
createInMemoryFileSystemViewWithTimeline(HoodieEngineContext, HoodieTableMetaClient, HoodieMetadataConfig, HoodieTimeline) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
 
createNewFile(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
createNewFile(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
createNewFileId(String, int) - Static method in class org.apache.hudi.common.fs.FSUtils
 
createNewFileIdPfx() - Static method in class org.apache.hudi.common.fs.FSUtils
Returns a new unique prefix for creating a file group.
createNewInstant(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
createNewInstantTime() - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Returns next instant time in the correct format.
createNewInstantTime(long) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Returns next instant time that adds N milliseconds to current time.
createNewInstantTime(long) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
Returns next instant time that adds N milliseconds to the current time.
createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
createNullableSchema(Schema.Type) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Creates schema following Avro's typical nullable schema definition: Union(Schema.Type.NULL, <NonNullType>), wrapping around provided target non-null type
createOrcSchema(Schema) - Static method in class org.apache.hudi.common.util.AvroOrcUtils
 
createOrOverwrite(long) - Method in class org.apache.hudi.parquet.io.OutputStreamBackedOutputFile
 
createPartitionFilesRecord(String, Option<Map<String, Long>>, Option<List<String>>) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create and return a HoodieMetadataPayload to save list of files within a partition.
createPartitionListRecord(List<String>) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create and return a HoodieMetadataPayload to save list of partitions.
createPartitionListRecord(List<String>, boolean) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create and return a HoodieMetadataPayload to save list of partitions.
createPartitionListRecord(List<String>, List<String>) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create and return a HoodieMetadataPayload to save list of partitions.
createPartitionToFileGroups() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createPartitionToFileGroups() - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
createPathIfNotExists(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
 
createPathUnsafe(String) - Static method in class org.apache.hudi.hadoop.CachingPath
Creates path based on the provided *relative* path NOTE: This is an unsafe version that is relying on the fact that the caller is aware what they are doing this is not going to work with paths having scheme (which require parsing) and is only meant to work w/ relative paths in a few specific cases.
createReader() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
Create Bootstrap Index Reader.
createReader() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
createReader() - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
createRequestedReplaceCommit(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
createSet(T...) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createSnapshot(Path, String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
createSymlink(Path, Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
createViewManager(HoodieEngineContext, HoodieMetadataConfig, FileSystemViewStorageConfig, HoodieCommonConfig) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
 
createViewManager(HoodieEngineContext, HoodieMetadataConfig, FileSystemViewStorageConfig, HoodieCommonConfig, String) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
 
createViewManager(HoodieEngineContext, HoodieMetadataConfig, FileSystemViewStorageConfig, HoodieCommonConfig, SerializableSupplier<HoodieTableMetadata>) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
Main Factory method for building file-system views.
createWriter(String) - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
Create Bootstrap Index Writer.
createWriter(String) - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
createWriter(String) - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
CURR_LAYOUT_VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
CURR_VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
current() - Static method in enum org.apache.hudi.common.table.HoodieTableVersion
 
CURRENT_VERSION - Static variable in interface org.apache.hudi.common.table.log.HoodieLogFormat
The current version of the log format.
currentRateLimit - Variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
indicates rate limit (number of records to cache).
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.BytesWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.DateWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.FloatWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodiePath
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.IntWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.LongWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.StringWrapper
 
customDecode(ResolvingDecoder) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.BytesWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.DateWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.FloatWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodiePath
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.IntWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.LongWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.StringWrapper
 
customEncode(Encoder) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
CustomizedThreadFactory - Class in org.apache.hudi.common.util
A thread factory for creation of threads
CustomizedThreadFactory() - Constructor for class org.apache.hudi.common.util.CustomizedThreadFactory
 
CustomizedThreadFactory(String) - Constructor for class org.apache.hudi.common.util.CustomizedThreadFactory
 
CustomizedThreadFactory(String, boolean) - Constructor for class org.apache.hudi.common.util.CustomizedThreadFactory
 

D

data - Variable in class org.apache.hudi.common.data.HoodieBaseListData
 
data - Variable in class org.apache.hudi.common.model.HoodieRecord
Actual payload of the record.
DATABASE_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
dataBasePath - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
dataMetaClient - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
DATE_TIME_PARSER_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
DateTimeUtils - Class in org.apache.hudi.common.util
 
DateTimeUtils() - Constructor for class org.apache.hudi.common.util.DateTimeUtils
 
DateType() - Constructor for class org.apache.hudi.internal.schema.Types.DateType
 
DateWrapper - Class in org.apache.hudi.avro.model
A record wrapping Date logical type to be able to be used it w/in Avro's Union
DateWrapper() - Constructor for class org.apache.hudi.avro.model.DateWrapper
Default constructor.
DateWrapper(Integer) - Constructor for class org.apache.hudi.avro.model.DateWrapper
All-args constructor.
DateWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for DateWrapper instances.
DEBEZIUM_TOASTED_VALUE - Static variable in class org.apache.hudi.common.model.debezium.PostgresDebeziumAvroPayload
 
DebeziumConstants - Class in org.apache.hudi.common.model.debezium
Constants used by DebeziumSource and DebeziumAvroPayload.
DebeziumConstants() - Constructor for class org.apache.hudi.common.model.debezium.DebeziumConstants
 
DECIMAL_CONVERSION - Static variable in class org.apache.hudi.avro.HoodieAvroUtils
 
DecimalWrapper - Class in org.apache.hudi.avro.model
A record wrapping Decimal logical type to be able to be used it w/in Avro's Union
DecimalWrapper() - Constructor for class org.apache.hudi.avro.model.DecimalWrapper
Default constructor.
DecimalWrapper(ByteBuffer) - Constructor for class org.apache.hudi.avro.model.DecimalWrapper
All-args constructor.
DecimalWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for DecimalWrapper instances.
decode(String) - Static method in class org.apache.hudi.common.util.Base64CodecUtil
Decodes data from the input string into using the encoding scheme.
DEFAULT_ACQUIRE_LOCK_WAIT_TIMEOUT_MS - Static variable in class org.apache.hudi.common.config.LockConfiguration
Deprecated.
DEFAULT_ARCHIVELOG_FOLDER - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
DEFAULT_ASSUME_DATE_PARTITIONING - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_BASE_FILE_FORMAT - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
DEFAULT_BOOTSTRAP_INDEX_CLASS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
DEFAULT_CLEANER_COMMITS_RETAINED - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_CONF_FILE_DIR - Static variable in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
DEFAULT_DIRECTORY_FILTER_REGEX - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_ENABLE_FALLBACK - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
No longer takes any effect.
DEFAULT_FILE_LISTING_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_FILESYSTEM_VIEW_INCREMENTAL_SYNC_MODE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
DEFAULT_HIVE_STYLE_PARTITIONING_OPT_VAL - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
DEFAULT_LOCK_ACQUIRE_CLIENT_NUM_RETRIES - Static variable in class org.apache.hudi.common.config.LockConfiguration
Deprecated.
DEFAULT_LOCK_ACQUIRE_CLIENT_RETRY_WAIT_TIME_IN_MILLIS - Static variable in class org.apache.hudi.common.config.LockConfiguration
Deprecated.
DEFAULT_LOCK_ACQUIRE_MAX_RETRY_WAIT_TIME_IN_MILLIS - Static variable in class org.apache.hudi.common.config.LockConfiguration
Deprecated.
DEFAULT_LOCK_ACQUIRE_NUM_RETRIES - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
DEFAULT_LOCK_ACQUIRE_RETRY_WAIT_TIME_IN_MILLIS - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
DEFAULT_LOG_FILE_FORMAT - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
DEFAULT_MAX_COMMITS_TO_KEEP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_METADATA_ASYNC_CLEAN - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_METADATA_COMPACT_NUM_DELTA_COMMITS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_METADATA_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
Use HoodieMetadataConfig.ENABLE and its methods.
DEFAULT_METADATA_ENABLE_FOR_READERS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
DEFAULT_METADATA_INSERT_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_METADATA_METRICS_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_MIN_COMMITS_TO_KEEP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_PARTITION_PATH - Static variable in class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
DEFAULT_PATH - Static variable in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
DEFAULT_PAYLOAD_CLASS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
DEFAULT_PAYLOAD_EVENT_TIME_FIELD_VAL - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
Deprecated.
DEFAULT_PAYLOAD_ORDERING_FIELD_VAL - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
Deprecated.
DEFAULT_PROPERTIES_FILE - Static variable in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
DEFAULT_REMOTE_TIMELINE_CLIENT_TIMEOUT_SECS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
DEFAULT_REMOTE_VIEW_SERVER_PORT - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
DEFAULT_ROCKSDB_BASE_PATH - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
DEFAULT_SECONDARY_VIEW_STORAGE_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
DEFAULT_TABLE_TYPE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
Use HoodieTableConfig.TYPE and its methods.
DEFAULT_TABLE_VERSION - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
Use HoodieTableConfig.VERSION and its methods.
DEFAULT_URL_ENCODE_PARTITIONING_OPT_VAL - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
DEFAULT_VIEW_SPILLABLE_DIR - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
DEFAULT_VIEW_STORAGE_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
DEFAULT_WRITE_TOKEN - Static variable in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
DEFAULT_ZK_CONNECTION_TIMEOUT_MS - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
DEFAULT_ZK_SESSION_TIMEOUT_MS - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
defaultBlockSize() - Method in class org.apache.hudi.parquet.io.OutputStreamBackedOutputFile
 
DefaultHoodieRecordPayload - Class in org.apache.hudi.common.model
HoodieRecordPayload impl that honors ordering field in both preCombine and combineAndGetUpdateValue.
DefaultHoodieRecordPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
DefaultHoodieRecordPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
DefaultSizeEstimator<T> - Class in org.apache.hudi.common.util
Default implementation of size-estimator that uses Twitter's ObjectSizeCalculator.
DefaultSizeEstimator() - Constructor for class org.apache.hudi.common.util.DefaultSizeEstimator
 
defaultValue() - Method in class org.apache.hudi.common.config.ConfigProperty
 
defaultValue(T) - Method in class org.apache.hudi.common.config.ConfigProperty.PropertyBuilder
 
deflate() - Method in class org.apache.hudi.common.model.HoodieRecord
Release the actual payload, to ease memory pressure.
deflate() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
After the content bytes is converted into the required DataStructure by a logBlock, deflate the content to release byte [] and relieve memory pressure when GC kicks in.
DEFUALT_REMOTE_VIEW_SERVER_HOST - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
delete(Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
delete(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
delete(Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
delete(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
delete(Path, boolean) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
delete(Path, boolean) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
delete(FileSystem, Path, Set<String>) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
delete(String, String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform a single Delete operation.
delete(String, K) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform a single Delete operation.
DELETE_MARKER_DIR_URL - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
DELETE_OP - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
deleteColumn(String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
deleteCompactionRequested(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteCompletedRollback(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteDir(HoodieEngineContext, FileSystem, Path, int) - Static method in class org.apache.hudi.common.fs.FSUtils
Deletes a directory by deleting sub-paths in parallel on the file system.
deleteDirectory(File) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
deleteEmptyInstantIfExists(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteInBatch(WriteBatch, String, String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Helper to add delete operation in batch.
deleteInBatch(WriteBatch, String, K) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Helper to add delete operation in batch.
deleteInflight(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteInstantFile(FileSystem, String, HoodieInstant) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteInstantFile(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteInstantFileIfExists(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
deleteMarkerTypeFile(FileSystem, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Deletes `MARKERS.type` file.
deleteMetadataPartition(String, HoodieEngineContext, MetadataPartitionType) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Deletes the metadata partition from the file system.
deleteMetadataTable(String, HoodieEngineContext) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Delete the metadata table for the dataset.
deleteOnExit(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
deletePending(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
DeleteRecord - Class in org.apache.hudi.common.model
Delete record is a combination of HoodieKey and ordering value.
deleteSnapshot(Path, String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
deleteSubPath(String, SerializableConfiguration, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
Deletes a sub-path.
DELTA_COMMIT_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
DELTA_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
DELTA_EXTENSION - Static variable in class org.apache.hudi.common.model.HoodieLogFile
 
DEPRECATED_DEFAULT_PARTITION_PATH - Static variable in class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
deprecatedAfter(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
dereference(T) - Method in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
This method allows to dereference the key object (t/h cloning, for ex) that might be pointing at a shared mutable buffer, to make sure that we're not keeping references to mutable objects
deserialize(byte[]) - Static method in class org.apache.hudi.common.util.SerializationUtils
Deserializes a single Object from an array of bytes.
deserializeAvroMetadata(byte[], Class<T>) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeAvroRecordMetadata(byte[], Schema) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeAvroRecordMetadata(Object, Schema) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeCleanerPlan(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeCompactionPlan(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeHoodieCleanMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeHoodieReplaceMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeHoodieRestoreMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeHoodieRollbackMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeHoodieSavepointMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeIndexCommitMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeIndexPlan(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
deserializeRecords(byte[]) - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
deserializeRecords(byte[]) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
deserializeRecords(byte[]) - Method in class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
deserializeRecords(byte[]) - Method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
deserializeRequestedReplaceMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
details - Variable in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
DFSPropertiesConfiguration - Class in org.apache.hudi.common.config
A simplified versions of Apache commons - PropertiesConfiguration, that supports limited field types and hierarchical configurations within the same folder as the root file.
DFSPropertiesConfiguration(Configuration, Path) - Constructor for class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
DFSPropertiesConfiguration() - Constructor for class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
dictionaryEnabled() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
diff(Set<E>, Set<E>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Returns difference b/w one Set of elements and another
diff(List<E>, List<E>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Returns difference b/w one List of elements and another NOTE: This is less optimal counterpart to CollectionUtils.diff(Set, Set), accepting List as a holding collection to support duplicate elements use-cases
DIR_FILTER_REGEX - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
DIRECTORY_FILTER_REGEX - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DISK_MAP_BITCASK_COMPRESSION_ENABLED - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
DiskMap<T extends Serializable,R extends Serializable> - Class in org.apache.hudi.common.util.collection
This interface provides the map interface for storing records in disk after they spill over from memory.
DiskMap(String, String) - Constructor for class org.apache.hudi.common.util.collection.DiskMap
 
diskMapPath - Variable in class org.apache.hudi.common.util.collection.DiskMap
 
diskMapType - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
distinct() - Method in interface org.apache.hudi.common.data.HoodieData
Returns new HoodieData collection holding only distinct objects of the original one This is a stateful intermediate operation
distinct(int) - Method in interface org.apache.hudi.common.data.HoodieData
Returns new HoodieData collection holding only distinct objects of the original one This is a stateful intermediate operation
distinct() - Method in class org.apache.hudi.common.data.HoodieListData
 
distinct(int) - Method in class org.apache.hudi.common.data.HoodieListData
 
distinctWithKey(SerializableFunction<T, O>, int) - Method in interface org.apache.hudi.common.data.HoodieData
 
distinctWithKey(SerializableFunction<T, O>, int) - Method in class org.apache.hudi.common.data.HoodieListData
 
doc() - Method in class org.apache.hudi.common.config.ConfigProperty
 
doc() - Method in class org.apache.hudi.internal.schema.Types.Field
 
doesMarkerTypeFileExist(FileSystem, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
 
doubleTo8Byte(double) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
DoubleType() - Constructor for class org.apache.hudi.internal.schema.Types.DoubleType
 
DoubleWrapper - Class in org.apache.hudi.avro.model
A record wrapping double type to be able to be used it w/in Avro's Union
DoubleWrapper() - Constructor for class org.apache.hudi.avro.model.DoubleWrapper
Default constructor.
DoubleWrapper(Double) - Constructor for class org.apache.hudi.avro.model.DoubleWrapper
All-args constructor.
DoubleWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for DoubleWrapper instances.
downgradeFrom(HoodieCleanMetadata) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV1MigrationHandler
 
downgradeFrom(HoodieCleanMetadata) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV2MigrationHandler
 
downgradeFrom(HoodieCleanerPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV1MigrationHandler
 
downgradeFrom(HoodieCleanerPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV2MigrationHandler
 
downgradeFrom(HoodieCompactionPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV1MigrationHandler
 
downgradeFrom(HoodieCompactionPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV2MigrationHandler
 
downgradeFrom(T) - Method in interface org.apache.hudi.common.table.timeline.versioning.VersionMigrator
Downgrades metadata of type T from next version to this version.
DROP_PARTITION_COLUMNS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
dropColumnFamily(String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Note : Does not delete from underlying DB.
dropIndex() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
Drop bootstrap index.
dropIndex() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
dropIndex() - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 

E

eager(List<T>) - Static method in class org.apache.hudi.common.data.HoodieListData
Creates instance of HoodieListData bearing *eager* execution semantic
eager(List<Pair<K, V>>) - Static method in class org.apache.hudi.common.data.HoodieListPairData
 
eager(Map<K, List<V>>) - Static method in class org.apache.hudi.common.data.HoodieListPairData
 
eagerly(T) - Static method in class org.apache.hudi.util.Lazy
Instantiates Lazy in an "eagerly" fashion setting it w/ the provided value of type T directly, bypassing lazy initialization sequence
Either<L,R> - Class in org.apache.hudi.common.util
Utility that could hold exclusively only either of (hence the name): Non-null value of type L Non-null value of type R
Either() - Constructor for class org.apache.hudi.common.util.Either
 
Either.EitherLeft<L,R> - Class in org.apache.hudi.common.util
 
Either.EitherRight<L,R> - Class in org.apache.hudi.common.util
 
elementId() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
elementsEqual(Iterator<?>, Iterator<?>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Determines whether two iterators contain equal elements in the same order.
elementType() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
empty() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
empty() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
If the timeline has any instants.
empty() - Static method in class org.apache.hudi.common.util.Option
 
EMPTY_LONG_ARRAY - Static variable in class org.apache.hudi.common.util.collection.ArrayUtils
An empty immutable long array.
EMPTY_PARTITION_NAME - Static variable in interface org.apache.hudi.metadata.HoodieTableMetadata
 
EMPTY_STRING - Static variable in class org.apache.hudi.common.util.StringUtils
 
emptyHoodieData() - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
emptyHoodieData() - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
EmptyHoodieRecordPayload - Class in org.apache.hudi.common.model
Empty payload used for deletions.
EmptyHoodieRecordPayload() - Constructor for class org.apache.hudi.common.model.EmptyHoodieRecordPayload
 
EmptyHoodieRecordPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.EmptyHoodieRecordPayload
 
emptyProps() - Static method in class org.apache.hudi.common.util.CollectionUtils
Returns an empty Properties instance.
emptyToNull(String) - Static method in class org.apache.hudi.common.util.StringUtils
Returns the given string if it is nonempty; null otherwise.
enable(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ENABLE - Static variable in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
ENABLE_FALLBACK_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
No longer takes any effect.
ENABLE_FULL_SCAN_LOG_FILES - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ENABLE_METADATA_INDEX_BLOOM_FILTER - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ENABLE_METADATA_INDEX_COLUMN_STATS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
enabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
enabled() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
enableFullScan(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
enableMetastore() - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
enableMetrics(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
enableMetrics() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
encode(byte[]) - Static method in class org.apache.hudi.common.util.Base64CodecUtil
Encodes all bytes from the specified byte array into String using StandardCharsets.UTF_8.
encodePartitionPath - Variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
endInstant(String) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
endInstant - Variable in class org.apache.hudi.common.table.log.InstantRange
 
endTimer() - Method in class org.apache.hudi.common.util.HoodieTimer
 
engineContext - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
EngineProperty - Enum in org.apache.hudi.common.engine
Properties specific to each engine, that can be set/obtained from.
EngineType - Enum in org.apache.hudi.common.engine
Hoodie data processing engine.
entrySet() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
entrySet() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
entrySet() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
entrySet() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
equals(Object) - Method in class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
equals(Object) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
equals(Object) - Method in class org.apache.hudi.common.model.BaseFile
 
equals(Object) - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
equals(Object) - Method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
equals(Object) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
equals(Object) - Method in class org.apache.hudi.common.model.CompactionOperation
 
equals(Object) - Method in class org.apache.hudi.common.model.DeleteRecord
 
equals(Object) - Method in class org.apache.hudi.common.model.FileSlice
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieKey
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieLogFile
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieRecord
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
equals(Object) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
equals(Object) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
equals(Object) - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
EQUALS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Helper methods to compare instants.
equals(Object) - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
equals(Object) - Method in class org.apache.hudi.common.util.collection.Pair
Compares this pair to another based on the two elements.
equals(Object) - Method in class org.apache.hudi.common.util.collection.Triple
Compares this triple to another based on the three elements.
equals(Object) - Method in class org.apache.hudi.common.util.Option
 
equals(Object) - Method in class org.apache.hudi.hadoop.SerializablePath
 
equals(Object) - Method in class org.apache.hudi.internal.schema.InternalSchema
 
equals(Object) - Method in class org.apache.hudi.internal.schema.Type.PrimitiveType
We need to override equals because the check intType1 == intType2 can return false.
equals(Object) - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
equals(Object) - Method in class org.apache.hudi.internal.schema.Types.DecimalType
 
equals(Object) - Method in class org.apache.hudi.internal.schema.Types.Field
 
equals(Object) - Method in class org.apache.hudi.internal.schema.Types.FixedType
 
equals(Object) - Method in class org.apache.hudi.internal.schema.Types.MapType
 
equals(Object) - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
equals(Object) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
escapePartitionValue(String) - Static method in class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
escapePathName(String) - Static method in class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
escapePathName(String, String) - Static method in class org.apache.hudi.common.util.PartitionPathEncodeUtils
Escapes a path name.
EventTimeAvroPayload - Class in org.apache.hudi.common.model
The only difference with DefaultHoodieRecordPayload is that is does not track the event time metadata for efficiency.
EventTimeAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.EventTimeAvroPayload
 
EventTimeAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.EventTimeAvroPayload
 
ExceptionUtil - Class in org.apache.hudi.exception
Class collecting common utilities helping in handling Exceptions
execute() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
Main API to run both production and consumption.
executeFuncWithTimeAndByteMetrics(String, Path, long, HoodieWrapperFileSystem.CheckedFunction<R>) - Static method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
executeFuncWithTimeMetrics(String, Path, HoodieWrapperFileSystem.CheckedFunction<R>) - Static method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
exists(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
exists(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
exists(Path) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
exists(Path) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
ExternalSpillableMap<T extends Serializable,R extends Serializable> - Class in org.apache.hudi.common.util.collection
An external map that spills content to disk when there is insufficient space for it to grow.
ExternalSpillableMap(Long, String, SizeEstimator<T>, SizeEstimator<R>) - Constructor for class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
ExternalSpillableMap(Long, String, SizeEstimator<T>, SizeEstimator<R>, ExternalSpillableMap.DiskMapType) - Constructor for class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
ExternalSpillableMap(Long, String, SizeEstimator<T>, SizeEstimator<R>, ExternalSpillableMap.DiskMapType, boolean) - Constructor for class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
ExternalSpillableMap.DiskMapType - Enum in org.apache.hudi.common.util.collection
The type of map to use for storing the Key, values on disk after it spills from memory in the ExternalSpillableMap.
extraMetadata - Variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 

F

FailSafeConsistencyGuard - Class in org.apache.hudi.common.fs
A consistency checker that fails if it is unable to meet the required condition within a specified timeout.
FailSafeConsistencyGuard(FileSystem, ConsistencyGuardConfig) - Constructor for class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
fetchAllPartitionPaths() - Method in class org.apache.hudi.metadata.BaseTableMetadata
Returns a list of all partitions.
fetchAllStoredFileGroups() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
fetchAllStoredFileGroups() - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
fetchFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Fetch all file groups in pending clustering.
fetchFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
fetchFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
fetchHoodieKeys(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Fetch HoodieKeys from the given data file.
fetchHoodieKeys(Configuration, Path, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.BaseFileUtils
Fetch HoodieKeys from the given data file.
fetchHoodieKeys(Configuration, Path) - Method in class org.apache.hudi.common.util.OrcUtils
Fetch HoodieKeys from the given ORC file.
fetchHoodieKeys(Configuration, Path, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.OrcUtils
 
fetchHoodieKeys(Configuration, Path) - Method in class org.apache.hudi.common.util.ParquetUtils
Fetch HoodieKeys from the given parquet file.
fetchHoodieKeys(Configuration, Path, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.ParquetUtils
Fetch HoodieKeys from the given parquet file.
fetchLatestBaseFile(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Default implementation for fetching latest base-file.
fetchLatestBaseFile(String, String) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
fetchLatestBaseFiles(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Default implementation for fetching latest base-files for the partition-path.
fetchLatestFileSlice(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Default implementation for fetching file-slice.
fetchLatestFileSlice(String, String) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
fetchLatestFileSlicesIncludingInflight(String) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Get the latest file slices for a given partition including the inflight ones.
fetchTotalBytesWritten() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalFilesInsert() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalFilesUpdated() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalInsertRecordsWritten() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalPartitionsWritten() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalRecordsWritten() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalUpdateRecordsWritten() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fetchTotalWriteErrors() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fgIdToBootstrapBaseFile - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
PartitionPath + File-Id to bootstrap base File (Index Only bootstrapped).
fgIdToPendingClustering - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Track file groups in pending clustering.
fgIdToPendingCompaction - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
PartitionPath + File-Id to pending compaction instant time.
fgIdToReplaceInstants - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Track replace time for replaced file groups.
field(int) - Method in class org.apache.hudi.internal.schema.Type.NestedType
 
field(int) - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
field(int) - Method in class org.apache.hudi.internal.schema.Types.MapType
 
field(String) - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
field(int) - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
field(Types.Field, T) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
field(Types.Field, Map<String, Integer>) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
fieldId() - Method in class org.apache.hudi.internal.schema.Types.Field
 
fields() - Method in class org.apache.hudi.internal.schema.Type.NestedType
 
fields() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
fields() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
fields() - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
fieldType(String) - Method in class org.apache.hudi.internal.schema.Type.NestedType
 
fieldType(String) - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
fieldType(String) - Method in class org.apache.hudi.internal.schema.Types.MapType
 
fieldType(String) - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
FILE_LISTING_PARALLELISM_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
FILE_LISTING_PARALLELISM_VALUE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
FileBasedInternalSchemaStorageManager - Class in org.apache.hudi.internal.schema.io
 
FileBasedInternalSchemaStorageManager(Configuration, Path) - Constructor for class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
FileBasedInternalSchemaStorageManager(HoodieTableMetaClient) - Constructor for class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
FileEntry(long, int, int, byte[], byte[], long) - Constructor for class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
FileGroupDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of file group.
FileGroupDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.FileGroupDTO
 
fileId - Variable in class org.apache.hudi.common.model.HoodieRecordLocation
 
FILEID_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
FileIndexID - Class in org.apache.hudi.common.util.hash
Hoodie object ID representing any file.
FileIndexID(String) - Constructor for class org.apache.hudi.common.util.hash.FileIndexID
 
FileIOUtils - Class in org.apache.hudi.common.util
Bunch of utility methods for working with files and byte streams.
FileIOUtils() - Constructor for class org.apache.hudi.common.util.FileIOUtils
 
FILENAME_META_FIELD_ORD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
FILENAME_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
FilePathDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of file path.
FilePathDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.FilePathDTO
 
FileSlice - Class in org.apache.hudi.common.model
Within a file group, a slice is a combination of data file written at a commit time and list of log files, containing changes to the data file from that commit time.
FileSlice(FileSlice) - Constructor for class org.apache.hudi.common.model.FileSlice
 
FileSlice(String, String, String) - Constructor for class org.apache.hudi.common.model.FileSlice
 
FileSlice(HoodieFileGroupId, String) - Constructor for class org.apache.hudi.common.model.FileSlice
 
FileSliceDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of file slice.
FileSliceDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.FileSliceDTO
 
FileStatusDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of file status.
FileStatusDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.FileStatusDTO
 
FileStatusUtils - Class in org.apache.hudi.common.bootstrap
Helper functions around FileStatus and HoodieFileStatus.
FileStatusUtils() - Constructor for class org.apache.hudi.common.bootstrap.FileStatusUtils
 
FILESTYSTEM_REMOTE_TIMELINE_CLIENT_TIMEOUT_SECS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FILESYSTEM_BASED_LOCK_PROPERTY_PREFIX - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
FILESYSTEM_LOCK_EXPIRE_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
FILESYSTEM_LOCK_PATH_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
FILESYSTEM_RETRY_ENABLE - Static variable in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
FILESYSTEM_SECONDARY_VIEW_STORAGE_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FILESYSTEM_VIEW_BOOTSTRAP_BASE_FILE_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
FILESYSTEM_VIEW_INCREMENTAL_SYNC_MODE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
FILESYSTEM_VIEW_PENDING_CLUSTERING_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
FILESYSTEM_VIEW_PENDING_COMPACTION_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
FILESYSTEM_VIEW_REMOTE_HOST - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FILESYSTEM_VIEW_REMOTE_PORT - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FILESYSTEM_VIEW_REPLACED_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
FILESYSTEM_VIEW_SPILLABLE_DIR - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FILESYSTEM_VIEW_SPILLABLE_MEM - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FILESYSTEM_VIEW_STORAGE_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
Deprecated.
FileSystemBackedTableMetadata - Class in org.apache.hudi.metadata
 
FileSystemBackedTableMetadata(HoodieEngineContext, SerializableConfiguration, String, boolean) - Constructor for class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
FileSystemRetryConfig - Class in org.apache.hudi.common.fs
The file system retry relevant config options.
FileSystemRetryConfig.Builder - Class in org.apache.hudi.common.fs
The builder used to build filesystem configurations.
FileSystemViewManager - Class in org.apache.hudi.common.table.view
A container that can potentially hold one or more table's file-system views.
FileSystemViewStorageConfig - Class in org.apache.hudi.common.table.view
File System View Storage Configurations.
FileSystemViewStorageConfig.Builder - Class in org.apache.hudi.common.table.view
The builder used to build FileSystemViewStorageConfig.
FileSystemViewStorageType - Enum in org.apache.hudi.common.table.view
Storage Type used to store/retrieve File system view of a table.
filter(SerializableFunction<T, Boolean>) - Method in interface org.apache.hudi.common.data.HoodieData
Returns new instance of HoodieData collection only containing elements matching provided filterFunc (ie ones it returns true on)
filter(SerializableFunction<T, Boolean>) - Method in class org.apache.hudi.common.data.HoodieListData
 
filter(Predicate<HoodieInstant>) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filter(Predicate<HoodieInstant>) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Custom Filter of Instants.
filterBaseFileAfterPendingCompaction(FileSlice, boolean) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
With async compaction, it is possible to see partial/complete base-files due to inflight-compactions, Ignore those base-files.
filterCompletedAndCompactionInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterCompletedAndCompactionInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include the completed + compaction (inflight + requested) instants A RT filesystem view is constructed with this timeline so that file-slice after pending compaction-requested instant-time is also considered valid.
filterCompletedIndexTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterCompletedIndexTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include completed index instants.
filterCompletedInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterCompletedInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include the completed instants.
filterHoodieInstants(Stream<HoodieInstant>) - Method in class org.apache.hudi.common.table.timeline.TimelineLayout
 
filterInflights() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterInflights() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include the in-flights.
filterInflightsAndRequested() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterInflightsAndRequested() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to include requested and in-flights.
filterInstantsByAction(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingCompactionTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingCompactionTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include requested and inflight compaction instants.
filterPendingExcludingCompaction() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingExcludingCompaction() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include the in-flights excluding compaction instants.
filterPendingIndexTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingIndexTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include requested and inflight index instants.
filterPendingReplaceTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingReplaceTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include requested and inflight replacecommit instants.
filterPendingRollbackTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingRollbackTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to include pending rollbacks.
filterRowKeys(Configuration, Path, Set<String>) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the rowKey list matching the given filter, from the given data file.
filterRowKeys(Configuration, Path, Set<String>) - Method in class org.apache.hudi.common.util.OrcUtils
Read the rowKey list matching the given filter, from the given ORC file.
filterRowKeys(Configuration, Path, Set<String>) - Method in class org.apache.hudi.common.util.ParquetUtils
Read the rowKey list matching the given filter, from the given parquet file.
filterRowKeys(Set<String>) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
filterRowKeys(Set<String>) - Method in class org.apache.hudi.io.storage.HoodieHFileReader
Filter keys by availability.
filterRowKeys(Set) - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
filterRowKeys(Set<String>) - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
finalizeMetadata() - Method in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
finalizeWrite() - Method in class org.apache.hudi.avro.HoodieAvroWriteSupport
 
findDuplicateCol(String) - Method in class org.apache.hudi.internal.schema.InternalSchema
Whether colName exists in current Schema.
findField(int) - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns the sub-field identified by the field id.
findField(String) - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns a sub-field by name as a Types.Field.
findfullName(int) - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns the Type of a sub-field identified by the field name.
findIdByFullName(String) - Method in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
Abstract method.
findIdByFullName(String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
findIdByFullName(String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
findIdByFullName(String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
findIdByName(String) - Method in class org.apache.hudi.internal.schema.InternalSchema
 
findInstantsAfter(String, int) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsAfter(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsAfter(String, int) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create a new Timeline with all the instants after startTs.
findInstantsAfter(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create a new Timeline with all the instants after startTs.
findInstantsAfterOrEquals(String, int) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsAfterOrEquals(String, int) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create a new Timeline with all the instants after startTs.
findInstantsBefore(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsBefore(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create a new Timeline with all instants before specified time.
findInstantsBeforeOrEquals(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsBeforeOrEquals(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create new timeline with all instants before or equals specified time.
findInstantsInRange(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsInRange(String, String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create a new Timeline with instants after startTs and before or on endTs.
findType(String) - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns the Type of a sub-field identified by the field name.
findType(int) - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns the Type of a sub-field identified by the field id.
finish() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexWriter
Writer calls this method after appending all partitions to be indexed.
finish() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexWriter
 
finish() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer
Notifies implementation that we have exhausted consuming records from queue.
firstInstant() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
firstInstant(String, HoodieInstant.State) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
firstInstant() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
firstInstant(String, HoodieInstant.State) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
flatMap(SerializableFunction<T, Iterator<O>>) - Method in interface org.apache.hudi.common.data.HoodieData
Maps every element in the collection into a collection of the new elements (provided by Iterator) using provided mapping func, subsequently flattening the result (by concatenating) into a single collection This is an intermediate operation
flatMap(SerializableFunction<T, Iterator<O>>) - Method in class org.apache.hudi.common.data.HoodieListData
 
flatMap(List<I>, SerializableFunction<I, Stream<O>>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
flatMap(List<I>, SerializableFunction<I, Stream<O>>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
flatMap(Function<? super T, Option<U>>) - Method in class org.apache.hudi.common.util.Option
 
FLATTENED_FILE_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_LSN_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_OP_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_POS_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_ROW_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_SCHEMA_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_SHARD_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_TS_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_TX_ID_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FLATTENED_XMIN_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
FloatType() - Constructor for class org.apache.hudi.internal.schema.Types.FloatType
 
FloatWrapper - Class in org.apache.hudi.avro.model
A record wrapping float type to be able to be used it w/in Avro's Union
FloatWrapper() - Constructor for class org.apache.hudi.avro.model.FloatWrapper
Default constructor.
FloatWrapper(Float) - Constructor for class org.apache.hudi.avro.model.FloatWrapper
All-args constructor.
FloatWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for FloatWrapper instances.
flush() - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
flush() - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
If the file is writable, flush any bytes in the buffer that have not yet been written to disk.
forceFullScan - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
foreach(List<I>, SerializableConsumer<I>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
foreach(List<I>, SerializableConsumer<I>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
forEachRemaining(Consumer<? super R>) - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
formatDate(Date) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Format the Date to a String representing the timestamp of a Hoodie Instant.
formatDate(Date) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
formatUnixTimestamp(long, String) - Static method in class org.apache.hudi.common.util.DateTimeUtils
Convert UNIX_TIMESTAMP to string in given format.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Deserializes a BooleanWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.BytesWrapper
Deserializes a BytesWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.DateWrapper
Deserializes a DateWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Deserializes a DecimalWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Deserializes a DoubleWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.FloatWrapper
Deserializes a FloatWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Deserializes a HoodieActionInstant from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deserializes a HoodieArchivedMetaEntry from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Deserializes a HoodieBootstrapFilePartitionInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Deserializes a HoodieBootstrapIndexInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Deserializes a HoodieBootstrapPartitionMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deserializes a HoodieCleanerPlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Deserializes a HoodieCleanFileInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deserializes a HoodieCleanMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deserializes a HoodieCleanPartitionMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Deserializes a HoodieClusteringGroup from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Deserializes a HoodieClusteringPlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Deserializes a HoodieClusteringStrategy from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Deserializes a HoodieCommitMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Deserializes a HoodieCompactionMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deserializes a HoodieCompactionOperation from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Deserializes a HoodieCompactionPlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Deserializes a HoodieCompactionWriteStat from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Deserializes a HoodieFileStatus from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Deserializes a HoodieFSPermission from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Deserializes a HoodieIndexCommitMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Deserializes a HoodieIndexPartitionInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Deserializes a HoodieIndexPlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Deserializes a HoodieInstantInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Deserializes a HoodieMergeArchiveFilePlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Deserializes a HoodieMetadataBloomFilter from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deserializes a HoodieMetadataColumnStats from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Deserializes a HoodieMetadataFileInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deserializes a HoodieMetadataRecord from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodiePath
Deserializes a HoodiePath from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Deserializes a HoodieReplaceCommitMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Deserializes a HoodieRequestedReplaceMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deserializes a HoodieRestoreMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Deserializes a HoodieRestorePlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deserializes a HoodieRollbackMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Deserializes a HoodieRollbackPartitionMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Deserializes a HoodieRollbackPlan from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Deserializes a HoodieRollbackRequest from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Deserializes a HoodieSavepointMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Deserializes a HoodieSavepointPartitionMetadata from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Deserializes a HoodieSliceInfo from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Deserializes a HoodieWriteStat from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.IntWrapper
Deserializes a IntWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.LongWrapper
Deserializes a LongWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.StringWrapper
Deserializes a StringWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Deserializes a TimeMicrosWrapper from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Deserializes a TimestampMicrosWrapper from a ByteBuffer.
fromBytes(byte[], Class<T>) - Static method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fromBytes(byte[]) - Static method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
fromBytes(byte[], Class<T>) - Static method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
fromBytes(byte[]) - Static method in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
fromClusteringOp(HoodieFileGroupId, HoodieInstant) - Static method in class org.apache.hudi.common.table.timeline.dto.ClusteringOpDTO
 
fromCompactionOperation(String, CompactionOperation) - Static method in class org.apache.hudi.common.table.timeline.dto.CompactionOpDTO
 
fromFile(File) - Method in class org.apache.hudi.common.config.HoodieCommonConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
fromFileGroup(HoodieFileGroup) - Static method in class org.apache.hudi.common.table.timeline.dto.FileGroupDTO
 
fromFileSlice(FileSlice) - Static method in class org.apache.hudi.common.table.timeline.dto.FileSliceDTO
 
fromFileStatus(FileStatus) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
fromFileStatus(FileStatus) - Static method in class org.apache.hudi.common.table.timeline.dto.FileStatusDTO
 
fromFSPermission(FsPermission) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
fromFsPermission(FsPermission) - Static method in class org.apache.hudi.common.table.timeline.dto.FSPermissionDTO
 
fromFsPermissionDTO(FSPermissionDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.FSPermissionDTO
 
fromHoodieBaseFile(BaseFile) - Static method in class org.apache.hudi.common.table.timeline.dto.BaseFileDTO
 
fromHoodieLogFile(HoodieLogFile) - Static method in class org.apache.hudi.common.table.timeline.dto.LogFileDTO
 
fromId(String) - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockType
 
fromInstant(HoodieInstant) - Static method in class org.apache.hudi.common.table.timeline.dto.InstantDTO
 
fromJavaDate(Date) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
convert Date to days NOTE: This method could only be used in tests
fromJavaOptional(Optional<T>) - Static method in class org.apache.hudi.common.util.Option
Convert from java.util.Optional.
fromJson(JsonNode) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Convert jsonNode to internalSchema.
fromJson(String) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Convert string to internalSchema.
fromJsonString(String) - Static method in class org.apache.hudi.common.model.ConsistentHashingNode
 
fromJsonString(String, Class<T>) - Static method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
fromJsonString(String, Class<T>) - Static method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
fromJsonString(String, Class<T>) - Static method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
fromLocal(String, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
Returns the global record location from local.
fromMetaClient(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
fromName(Option<String>) - Static method in enum org.apache.hudi.common.model.HoodieOperation
 
fromName(String) - Static method in enum org.apache.hudi.common.model.HoodieOperation
 
fromPath(Path) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
fromPath(Path) - Static method in class org.apache.hudi.common.table.timeline.dto.FilePathDTO
 
fromProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieCommonConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
fromString(String, String) - Static method in class org.apache.hudi.common.bloom.BloomFilterFactory
Generate BloomFilter from serialized String.
fromTimeline(HoodieTimeline) - Static method in class org.apache.hudi.common.table.timeline.dto.TimelineDTO
 
fromValue(byte) - Static method in enum org.apache.hudi.common.model.HoodieOperation
 
fromValue(String) - Static method in enum org.apache.hudi.common.model.WriteConcurrencyMode
Convert string value to WriteConcurrencyMode.
fromValue(String) - Static method in enum org.apache.hudi.common.model.WriteOperationType
Convert string value to WriteOperationType.
fromValue(String) - Static method in interface org.apache.hudi.internal.schema.action.TableChange
 
fromValue(String) - Static method in interface org.apache.hudi.internal.schema.Type
 
fs - Variable in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
fs - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
FSPermissionDTO - Class in org.apache.hudi.common.table.timeline.dto
A serializable FS Permission.
FSPermissionDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.FSPermissionDTO
 
FSUtils - Class in org.apache.hudi.common.fs
Utility functions related to accessing the file storage.
FSUtils() - Constructor for class org.apache.hudi.common.fs.FSUtils
 
FSUtils.SerializableFunction<T,R> - Interface in org.apache.hudi.common.fs
 
FULL_BOOTSTRAP_INSTANT_TS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
FunctionBasedQueueProducer<I> - Class in org.apache.hudi.common.util.queue
Buffer producer which allows custom functions to insert entries to queue.
FunctionBasedQueueProducer(Function<BoundedInMemoryQueue<I, ?>, Boolean>) - Constructor for class org.apache.hudi.common.util.queue.FunctionBasedQueueProducer
 
Functions - Interface in org.apache.hudi.common.util
An interface contains a set of functions.
Functions.Function0<R> - Interface in org.apache.hudi.common.util
A function which has not any parameter.
Functions.Function1<T1,R> - Interface in org.apache.hudi.common.util
A function which contains only one parameter.
Functions.Function2<T1,T2,R> - Interface in org.apache.hudi.common.util
A function which contains two parameters.
Functions.Function3<T1,T2,T3,R> - Interface in org.apache.hudi.common.util
A function which contains three parameters.
FunctionWrapper - Class in org.apache.hudi.common.function
Function wrapper util class, which catches the exception thrown by input function and return a similar function with no exception thrown.
FunctionWrapper() - Constructor for class org.apache.hudi.common.function.FunctionWrapper
 
FutureUtils - Class in org.apache.hudi.common.util
A utility class for future operation.
FutureUtils() - Constructor for class org.apache.hudi.common.util.FutureUtils
 

G

generateChecksum(Properties) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
generateChecksum(byte[]) - Static method in class org.apache.hudi.common.util.BinaryUtil
Generate a checksum for a given set of bytes.
generateEmptyPayload(String, String, Comparable, String) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
Utility method to convert bytes to HoodieRecord using schema and payload class.
generateProjectionSchema(Schema, List<String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Generate a reader schema off the provided writeSchema, to just project out the provided columns.
generateSequenceId(String, int, long) - Static method in class org.apache.hudi.common.model.HoodieRecord
 
get(int) - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.BytesWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.DateWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.FloatWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
get(int) - Method in class org.apache.hudi.avro.model.HoodiePath
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
get(int) - Method in class org.apache.hudi.avro.model.IntWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.LongWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.StringWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
get(int) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
get(Path) - Method in interface org.apache.hudi.BaseHoodieTableFileIndex.FileStatusCache
 
get() - Method in class org.apache.hudi.common.config.SerializableConfiguration
 
get() - Method in class org.apache.hudi.common.config.SerializableSchema
 
get() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
get() - Method in interface org.apache.hudi.common.data.HoodiePairData
 
get() - Method in interface org.apache.hudi.common.fs.HoodieWrapperFileSystem.CheckedFunction
 
get() - Method in interface org.apache.hudi.common.function.SerializableSupplier
 
get(Object) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
get(BitCaskDiskMap.ValueMetadata, RandomAccessFile, boolean) - Static method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
get(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
get(Object) - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
get(String, String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Retrieve a value for a given key in a column family.
get(String, K) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Retrieve a value for a given key in a column family.
get(Object) - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
get() - Method in class org.apache.hudi.common.util.Option
 
get() - Method in interface org.apache.hudi.common.util.RetryHelper.CheckedFunction
 
get() - Method in class org.apache.hudi.hadoop.SerializablePath
 
get(InternalSchema) - Static method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
get(InternalSchema) - Static method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
get(InternalSchema) - Static method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
get(int, boolean, Type) - Static method in class org.apache.hudi.internal.schema.Types.ArrayType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.BinaryType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.BooleanType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.DateType
 
get(int, int) - Static method in class org.apache.hudi.internal.schema.Types.DecimalType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.DoubleType
 
get(int, boolean, String, Type, String, Object) - Static method in class org.apache.hudi.internal.schema.Types.Field
 
get(int, boolean, String, Type, String) - Static method in class org.apache.hudi.internal.schema.Types.Field
 
get(int, boolean, String, Type) - Static method in class org.apache.hudi.internal.schema.Types.Field
 
get(int, String, Type) - Static method in class org.apache.hudi.internal.schema.Types.Field
 
get() - Static method in class org.apache.hudi.internal.schema.Types.FloatType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.IntType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.LongType
 
get(int, int, Type, Type) - Static method in class org.apache.hudi.internal.schema.Types.MapType
 
get(int, int, Type, Type, boolean) - Static method in class org.apache.hudi.internal.schema.Types.MapType
 
get(List<Types.Field>) - Static method in class org.apache.hudi.internal.schema.Types.RecordType
 
get(Types.Field...) - Static method in class org.apache.hudi.internal.schema.Types.RecordType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.StringType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.TimestampType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.TimeType
 
get() - Static method in class org.apache.hudi.internal.schema.Types.UUIDType
 
get() - Method in class org.apache.hudi.util.Lazy
 
getAccessTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'accessTime' field.
getAccessTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'accessTime' field.
getAclStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getAction() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Gets the value of the 'action' field.
getAction() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Gets the value of the 'action' field.
getAction() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Gets the value of the 'action' field.
getAction() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
Gets the value of the 'action' field.
getAction() - Method in enum org.apache.hudi.common.model.TableServiceType
 
getAction() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getActionState() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'actionState' field.
getActionState() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'actionState' field.
getActionType() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'actionType' field.
getActionType() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'actionType' field.
getActionType() - Method in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
getActiveTimeline() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
getActiveTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the active instants as a timeline.
getAffectedPartitions(HoodieTimeline) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Returns partitions that have been modified including internal operations such as clean in the passed timeline.
getAllBaseFiles() - Method in class org.apache.hudi.common.model.HoodieFileGroup
Stream of committed data files, sorted reverse commit time.
getAllBaseFiles(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllBaseFiles(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllBaseFiles(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllBaseFiles(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyView
Stream all the data file versions grouped by FileId for a given partition.
getAllColsFullName() - Method in class org.apache.hudi.internal.schema.InternalSchema
Get all columns full name.
getAllColumnFamilies() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getAllCommitsTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get all instants (commits, delta commits, compaction, clean, savepoint, rollback, replace commits, index) that result in actions, in the active timeline.
getAllCounts(boolean) - Method in class org.apache.hudi.common.metrics.LocalRegistry
Get all Counter type metrics.
getAllCounts() - Method in interface org.apache.hudi.common.metrics.Registry
Get all Counter type metrics.
getAllCounts(boolean) - Method in interface org.apache.hudi.common.metrics.Registry
Get all Counter type metrics.
getAllDataFilesInPartition(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the names of all the base and log files in the given partition path.
getAllExtraMetadataForKey(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Get extra metadata for specified key from all active commit/deltacommit instants.
getAllFileGroups(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllFileGroups() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
getAllFileGroups(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllFileGroups(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllFileGroups() - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
getAllFileGroups(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Stream all the file groups for a given partition.
getAllFileGroupsInPendingClusteringPlans(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.ClusteringUtils
Get filegroups to pending clustering instant mapping for all pending clustering plans.
getAllFilesInPartition(Path) - Method in class org.apache.hudi.metadata.BaseTableMetadata
Return the list of files in a partition.
getAllFilesInPartition(Path) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getAllFilesInPartition(Path) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetch all the files at the given partition path, per the latest snapshot of the metadata.
getAllFilesInPartitions(List<String>) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getAllFilesInPartitions(List<String>) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getAllFilesInPartitions(List<String>) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetch all files for given partition paths.
getAllFileSlices() - Method in class org.apache.hudi.common.model.HoodieFileGroup
Provides a stream of committed file slices, sorted reverse base commit time.
getAllFileSlices(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllFileSlices(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllFileSlices(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllFileSlices(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceView
Stream all the file slices for a given partition, latest or not.
getAllFileSlicesBeforeOn(String) - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
getAllFileSlicesIncludingInflight() - Method in class org.apache.hudi.common.model.HoodieFileGroup
Get all the file slices including in-flight ones as seen in underlying file system.
getAllFoldersWithPartitionMetaFile(FileSystem, String) - Static method in class org.apache.hudi.common.fs.FSUtils
Obtain all the partition paths, that are present in this table, denoted by presence of HoodiePartitionMetadata.HOODIE_PARTITION_METAFILE_PREFIX.
getAllIds() - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns all field ids
getAllLogFiles(FileSystem, Path, String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
Get all the log files for the passed in file-id in the partition path.
getAllMetrics(boolean, boolean) - Static method in interface org.apache.hudi.common.metrics.Registry
Get all registered metrics.
getAllPartitionFoldersThreeLevelsDown(FileSystem, String) - Static method in class org.apache.hudi.common.fs.FSUtils
Gets all partition paths assuming date partitioning (year, month, day) three levels down.
getAllPartitionPaths(HoodieEngineContext, String, boolean, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getAllPartitionPaths(HoodieEngineContext, HoodieMetadataConfig, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getAllPartitionPaths() - Method in class org.apache.hudi.metadata.BaseTableMetadata
Return the list of partitions in the dataset.
getAllPartitionPaths() - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getAllPartitionPaths() - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetch list of all partition paths, per the latest snapshot of the metadata.
getAllPendingClusteringPlans(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.ClusteringUtils
Get all pending clustering plans along with their instants.
getAllPendingCompactionOperations(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.CompactionUtils
Get all PartitionPath + file-ids with pending Compaction operations and their target compaction instant time.
getAllPendingCompactionPlans(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.CompactionUtils
Get all pending compaction plans along with their instants.
getAllQueryPartitionPaths() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
getAllRawFileSlices() - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
getAllReplacedFileGroups(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllReplacedFileGroups(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllReplacedFileGroups(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllReplacedFileGroups(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Stream all the replaced file groups for given partition.
getAlternatives() - Method in class org.apache.hudi.common.config.ConfigProperty
 
getArchivedTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the archived commits as a timeline.
getArchivedTimeline(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Returns fresh new archived commits as a timeline from startTs (inclusive).
getArchivelogFolder() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Get the relative path of archive log folder under metafolder, for this table.
getArchiveLogPath(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
getArchivePath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getArrayHeaderSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
getArrayHeaderSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
getArrayHeaderSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
 
getArrayHeaderSize() - Method in interface org.apache.hudi.common.util.jvm.MemoryLayoutSpecification
Returns the fixed overhead of an array of any type or length in this JVM.
getArrayHeaderSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
getArrayHeaderSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
getArrayHeaderSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
getAttemptIdSupplier() - Method in class org.apache.hudi.common.engine.LocalTaskContextSupplier
 
getAttemptIdSupplier() - Method in class org.apache.hudi.common.engine.TaskContextSupplier
 
getBaseCommitTime() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getBaseCommitTimeFromLogPath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the first part of the file name in the log file.
getBaseFile(String, String) - Method in class org.apache.hudi.common.model.CompactionOperation
 
getBaseFile() - Method in class org.apache.hudi.common.model.FileSlice
 
getBaseFile() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
getBaseFileFormat() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Get the base file storage format.
getBaseFileOn(String, String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getBaseFileOn(String, String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getBaseFileOn(String, String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getBaseFileOn(String, String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyView
Get the version of data file matching the instant time in the given partition.
getBaseInstantTime() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'baseInstantTime' field.
getBaseInstantTime() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'baseInstantTime' field.
getBaseInstantTime() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getBaseInstantTime() - Method in class org.apache.hudi.common.model.FileSlice
 
getBasePath() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
Returns table's base-path
getBasePath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
getBasePathV2() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Returns base path of the table
getBlock(byte[], Schema) - Static method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
getBlock(byte[], Schema, InternalSchema) - Static method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
Deprecated.
getBlockContentLocation() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getBlockEndPos() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getBlockReplication() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'blockReplication' field.
getBlockReplication() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'blockReplication' field.
getBlockSize() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'blockSize' field.
getBlockSize() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'blockSize' field.
getBlockSize(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getBlockSize() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getBlockSize() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieCommandBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieCorruptBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
getBloomFilter() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Gets the value of the 'bloomFilter' field.
getBloomFilter() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Gets the value of the 'bloomFilter' field.
getBloomFilter(String, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getBloomFilter(String, String) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getBloomFilter(String, String) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Get the bloom filter for the FileID from the metadata table.
getBloomFilterIndexFileGroupCount() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getBloomFilterIndexKey(PartitionIndexID, FileIndexID) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Get bloom filter index key.
getBloomFilterIndexParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getBloomFilterMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the value of the 'BloomFilterMetadata' field.
getBloomFilterMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Gets the value of the 'BloomFilterMetadata' field.
getBloomFilterMetadata() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Get the bloom filter metadata from this payload.
getBloomFilterMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the Builder instance for the 'BloomFilterMetadata' field and creates one if it doesn't exist yet.
getBloomFilters(List<Pair<String, String>>) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getBloomFilters(List<Pair<String, String>>) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getBloomFilters(List<Pair<String, String>>) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Get bloom filters for files from the metadata table index.
getBloomFilterType() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getBloomFilterTypeCode() - Method in interface org.apache.hudi.common.bloom.BloomFilter
 
getBloomFilterTypeCode() - Method in class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
 
getBloomFilterTypeCode() - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
getBloomIndexParallelism() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getBoolean(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getBoolean(String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getBoolean(String, boolean) - Method in class org.apache.hudi.common.config.TypedProperties
 
getBooleanOrDefault(String, boolean) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getBooleanOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getBooleanOrDefault(ConfigProperty<T>, boolean) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getBootstrapBaseFile() - Method in class org.apache.hudi.common.model.BootstrapBaseFileMapping
 
getBootstrapBaseFile() - Method in class org.apache.hudi.common.model.HoodieBaseFile
 
getBootstrapBaseFile(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Return pending compaction operation for a file-group.
getBootstrapBaseFile(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
getBootstrapBaseFile(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
getBootstrapBasePath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Gets the value of the 'bootstrapBasePath' field.
getBootstrapBasePath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Gets the value of the 'bootstrapBasePath' field.
getBootstrapBasePath() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
Return Source base path.
getBootstrapBasePath() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
getBootstrapBasePath() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
getBootstrapBasePath() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'bootstrapFilePath' field.
getBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'bootstrapFilePath' field.
getBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Gets the value of the 'bootstrapFilePath' field.
getBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Gets the value of the 'bootstrapFilePath' field.
getBootstrapFilePath() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
getBootstrapFilePath() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getBootstrapFileStatus() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Gets the value of the 'bootstrapFileStatus' field.
getBootstrapFileStatus() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Gets the value of the 'bootstrapFileStatus' field.
getBootstrapFileStatus() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
getBootstrapFileStatusBuilder() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Gets the Builder instance for the 'bootstrapFileStatus' field and creates one if it doesn't exist yet.
getBootstrapIndex(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
 
getBootstrapIndexByFileIdFolderNameFolderPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getBootstrapIndexByPartitionFolderPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getBootstrapIndexClass() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the payload class for HoodieRecords from the table properties.
getBootstrapPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'bootstrapPartitionMetadata' field.
getBootstrapPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'bootstrapPartitionMetadata' field.
getBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Gets the value of the 'bootstrapPartitionPath' field.
getBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Gets the value of the 'bootstrapPartitionPath' field.
getBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Gets the value of the 'bootstrapPartitionPath' field.
getBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Gets the value of the 'bootstrapPartitionPath' field.
getBootstrapPartitionPath() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
getBuilder() - Static method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
 
getBytes(Schema) - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
Deprecated.
getBytesWritten(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getBytesWritten() - Method in class org.apache.hudi.common.fs.SizeAwareFSDataOutputStream
 
getCandidate() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Gets the value of the 'candidate' field.
getCandidate() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Gets the value of the 'candidate' field.
getCanonicalServiceName() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getChildFileSystems() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getClass(String) - Static method in class org.apache.hudi.common.util.ReflectionUtils
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.BooleanWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.BytesWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.DateWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.DecimalWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.DoubleWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.FloatWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodiePath
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.IntWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.LongWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.StringWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
getCleanerMetadata(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.util.CleanerUtils
Get Latest Version of Hoodie Cleaner Metadata - Output of cleaner operation.
getCleanerPlan(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.util.CleanerUtils
Get Latest version of cleaner plan corresponding to a clean instant.
getCleanerTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only the cleaner action (inflight and completed) in the active timeline.
getCleanInflightInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getCleanRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getClusteringPlan() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Gets the value of the 'clusteringPlan' field.
getClusteringPlan() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Gets the value of the 'clusteringPlan' field.
getClusteringPlan(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.util.ClusteringUtils
Get Clustering plan from timeline.
getClusteringPlanBuilder() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Gets the Builder instance for the 'clusteringPlan' field and creates one if it doesn't exist yet.
getColFamilyForBootstrapBaseFile() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getColFamilyForFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getColFamilyForPendingCompaction() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getColFamilyForReplacedFileGroups() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getColFamilyForStoredPartitions() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getColFamilyForView() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getColNames() - Method in class org.apache.hudi.common.index.HoodieIndex
 
getColOptions() - Method in class org.apache.hudi.common.index.HoodieIndex
 
getColumnName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'columnName' field.
getColumnName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'columnName' field.
getColumnName() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getColumnsEnabledForBloomFilterIndex() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getColumnsEnabledForColumnStatsIndex() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getColumnStatMetadata() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Get the bloom filter metadata from this payload.
getColumnStats() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
getColumnStats(List<Pair<String, String>>, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getColumnStats(List<Pair<String, String>>, String) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getColumnStats(List<Pair<String, String>>, String) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Get column stats for files from the metadata table index.
getColumnStatsIndexFileGroupCount() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getColumnStatsIndexInMemoryProjectionThreshold() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getColumnStatsIndexKey(PartitionIndexID, FileIndexID, ColumnIndexID) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Get column stats index key.
getColumnStatsIndexKey(String, HoodieColumnRangeMetadata<Comparable>) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Get column stats index key from the column range metadata.
getColumnStatsIndexParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getColumnStatsIndexParallelism() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getColumnStatsIndexProcessingModeOverride() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getColumnStatsMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the value of the 'ColumnStatsMetadata' field.
getColumnStatsMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Gets the value of the 'ColumnStatsMetadata' field.
getColumnStatsMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the Builder instance for the 'ColumnStatsMetadata' field and creates one if it doesn't exist yet.
getCommandBlocksCount() - Method in class org.apache.hudi.common.HoodieRollbackStat
 
getComments() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Gets the value of the 'comments' field.
getComments() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Gets the value of the 'comments' field.
getCommitActionType() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Gets the commit action type.
getCommitActionType(WriteOperationType, HoodieTableType) - Static method in class org.apache.hudi.common.util.CommitUtils
Gets the commit action type for given write operation and table type.
getCommitActionType(HoodieTableType) - Static method in class org.apache.hudi.common.util.CommitUtils
Gets the commit action type for given table type.
getCommitFromCommitFile(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getCommitFromCommitFile(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getCommitMetadata() - Method in class org.apache.hudi.common.model.HoodieMetadataWrapper
 
getCommitsAndCompactionTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the commit + pending-compaction timeline visible for this table.
getCommitsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'commitsRollback' field.
getCommitsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'commitsRollback' field.
getCommitsTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the commit timeline visible for this table.
getCommitsTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get all instants (commits, delta commits) that produce new data, in the active timeline.
getCommitTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'commitTime' field.
getCommitTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'commitTime' field.
getCommitTime() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Gets the value of the 'commitTime' field.
getCommitTime() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
Gets the value of the 'commitTime' field.
getCommitTime(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getCommitTime() - Method in class org.apache.hudi.common.model.HoodieBaseFile
 
getCommitTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the compacted commit timeline visible for this table.
getCommitTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only pure commits (inflight and completed) in the active timeline.
getCompacted() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getCompactionInflightInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getCompactionPlan(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.util.CompactionUtils
 
getCompactionRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getComparableAction(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getCompletedInstant(HoodieInstant) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getCompletedReplaceTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getCompletedReplaceTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Timeline to just include replace instants that have valid (commit/deltacommit) actions.
getCompressionCodecName() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getCompressionRatio() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getConf() - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
getConf() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getConfig() - Method in class org.apache.hudi.common.config.LockConfiguration
 
getConfiguredLocalDirs() - Static method in class org.apache.hudi.common.util.FileIOUtils
Return the configured local directories where hudi can write files.
getConnectionRetryDelay() - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
getConnectionRetryLimit() - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
getConsistencyGuardConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getContent() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getContentBytes() - Method in class org.apache.hudi.common.table.log.block.HoodieCommandBlock
 
getContentBytes() - Method in class org.apache.hudi.common.table.log.block.HoodieCorruptBlock
 
getContentBytes() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getContentBytes() - Method in class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
getContentBytes() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getContentPositionInLogFile() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getContentSummary(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getContiguousCompletedWriteTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getContiguousCompletedWriteTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Timeline to just include commits (commit/deltacommit), compaction and replace actions that are completed and contiguous.
getConversion(int) - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
getConversion(int) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
getCrc() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
getCreatedTimestamp() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Gets the value of the 'createdTimestamp' field.
getCreatedTimestamp() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Gets the value of the 'createdTimestamp' field.
getCurrentInMemoryMapSize() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
Approximate memory footprint of the in-memory map.
getCurrentLocation() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getCurrentSize() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
 
getCurrentSize() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
getData() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getData() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getDatabaseName() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the database name.
getDataFileCommitTime() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getDataFileName() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'dataFilePath' field.
getDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'dataFilePath' field.
getDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Gets the value of the 'dataFilePath' field.
getDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Gets the value of the 'dataFilePath' field.
getDataFilePath() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
getDataMetaClient() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getDatasetBasePath(String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
Return the base path of the dataset.
getDataTableBasePathFromMetadataTable(String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
Returns the base path of the Dataset provided the base-path of the Metadata Table of this Dataset
getDecoder() - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.BytesWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.DateWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.FloatWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodiePath
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.IntWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.LongWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.StringWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Return the BinaryMessageDecoder instance used by this class.
getDefaultBlockSize() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getDefaultBlockSize(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getDefaultBootstrapIndexClass(Properties) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
getDefaultBufferSize(FileSystem) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getDefaultReplication(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getDefaultReplication() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getDefaultReplication(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getDefaultValue() - Method in class org.apache.hudi.internal.schema.Types.Field
 
getDelegationToken(String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getDeleteBootstrapBasePathPatterns() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getDeletePathPatterns() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Gets the value of the 'deletePathPatterns' field.
getDeletePathPatterns() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Gets the value of the 'deletePathPatterns' field.
getDeletePathPatterns() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getDeletes() - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
getDeletes() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
getDeletions() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Returns the list of filenames deleted as part of this record.
getDeltaCommitsSinceLatestCompaction(HoodieActiveTimeline) - Static method in class org.apache.hudi.common.util.CompactionUtils
Returns a pair of (timeline containing the delta commits after the latest completed compaction commit, the completed compaction commit instant), if the latest completed compaction commit is present; a pair of (timeline containing all the delta commits, the first delta commit instant), if there is no completed compaction commit.
getDeltaCommitsSinceLatestCompactionRequest(HoodieActiveTimeline) - Static method in class org.apache.hudi.common.util.CompactionUtils
 
getDeltaCommitTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only the delta commits (inflight and completed) in the active timeline.
getDeltaFileNames() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'deltaFilePaths' field.
getDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'deltaFilePaths' field.
getDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Gets the value of the 'deltaFilePaths' field.
getDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Gets the value of the 'deltaFilePaths' field.
getDeltaFilePaths() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
getDeprecatedVersion() - Method in class org.apache.hudi.common.config.ConfigProperty
 
getDescription(ConfigGroups.Names) - Static method in class org.apache.hudi.common.config.ConfigGroups
 
getDFSFullPartitionPath(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get DFS full partition path (e.g.
getDirectoryFilterRegex() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getDiskBasedMapNumEntries() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
Number of entries in BitCaskDiskMap.
getDouble(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getDouble(String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getDouble(String, double) - Method in class org.apache.hudi.common.config.TypedProperties
 
getDroppedPartitions(HoodieTimeline) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Returns partitions that have been deleted or marked for deletion in the given timeline.
getDsrId() - Method in class org.apache.hudi.internal.schema.action.TableChange.ColumnPositionChange
 
getEarliestCommitToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'earliestCommitToRetain' field.
getEarliestCommitToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'earliestCommitToRetain' field.
getEarliestCommitToRetain() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getEarliestInstantToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'earliestInstantToRetain' field.
getEarliestInstantToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'earliestInstantToRetain' field.
getEarliestInstantToRetainBuilder() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the Builder instance for the 'earliestInstantToRetain' field and creates one if it doesn't exist yet.
getEmptyInternalSchema() - Static method in class org.apache.hudi.internal.schema.InternalSchema
 
getEnabledPartitionTypes() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getEncoder() - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.BytesWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.DateWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.FloatWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodiePath
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.IntWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.LongWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.StringWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Return the BinaryMessageEncoder instance used by this class.
getEndInstant() - Method in class org.apache.hudi.common.table.log.InstantRange
 
getEngineContext() - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getExtraMetadataFromLatest(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Get extra metadata for specified key from latest commit/deltacommit/replacecommit(eg.
getExtraMetadataFromLatestIncludeClustering(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Get extra metadata for specified key from latest commit/deltacommit/replacecommit instant including internal commits such as clustering.
getFailedDeleteBootstrapBaseFiles() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Gets the value of the 'failedDeleteFiles' field.
getFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Gets the value of the 'failedDeleteFiles' field.
getFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Gets the value of the 'failedDeleteFiles' field.
getFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Gets the value of the 'failedDeleteFiles' field.
getFailedDeleteFiles() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getFailedDeleteFiles() - Method in class org.apache.hudi.common.HoodieRollbackStat
 
getFieldVal(GenericRecord, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Obtain value of the provided key, which is consistent with avro before 1.10
getFieldVal(GenericRecord, String, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Obtain value of the provided key, when set returnNullIfNotFound false, it is consistent with avro after 1.10
getFileAsBytes() - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFileBlockLocations(Path, long, long) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFileChecksum(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFileChecksum(Path, long) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFileDescriptor() - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
getFileExtension(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileExtension() - Method in enum org.apache.hudi.common.model.HoodieFileFormat
 
getFileExtension() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getFileExtensionFromLog(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the file extension from the log file.
getFileGroupCount() - Method in enum org.apache.hudi.metadata.MetadataPartitionType
 
getFileGroupId() - Method in class org.apache.hudi.common.model.BootstrapBaseFileMapping
 
getFileGroupId() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
getFileGroupId() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getFileGroupId() - Method in class org.apache.hudi.common.model.FileSlice
 
getFileGroupId() - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
getFileGroupIdAndFullPaths(String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFileGroupsFromClusteringGroup(HoodieClusteringGroup) - Static method in class org.apache.hudi.common.util.ClusteringUtils
 
getFileGroupsFromClusteringPlan(HoodieClusteringPlan) - Static method in class org.apache.hudi.common.util.ClusteringUtils
 
getFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getFileGroupsInPendingClustering() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getFileGroupsInPendingClustering() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Filegroups that are in pending clustering.
getFileGroupsInPendingClusteringInstant(HoodieInstant, HoodieClusteringPlan) - Static method in class org.apache.hudi.common.util.ClusteringUtils
 
getFileId() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'fileId' field.
getFileId(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileId() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
getFileId() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
getFileId() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getFileId() - Method in class org.apache.hudi.common.model.FileSlice
 
getFileId() - Method in class org.apache.hudi.common.model.HoodieBaseFile
 
getFileId() - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
getFileId() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getFileId() - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
getFileId() - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
getFileId() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getFileIdAndFullPaths(Path) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFileIdAndRelativePaths() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFileIdFromFilePath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Check if the file is a base file of a log file.
getFileIdFromLogPath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the first part of the file name in the log file.
getFileIdPrefix() - Method in class org.apache.hudi.common.model.ConsistentHashingNode
 
getFileIdPrefix() - Method in enum org.apache.hudi.metadata.MetadataPartitionType
 
getFileIdToBootstrapFile() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Gets the value of the 'fileIdToBootstrapFile' field.
getFileIdToBootstrapFile() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Gets the value of the 'fileIdToBootstrapFile' field.
getFileIdToFileStatus(Configuration, String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
Extract the file status of all affected files from the commit metadata.
getFileIdWithoutSuffixAndRelativePaths(Map<String, List<HoodieWriteStat>>) - Static method in class org.apache.hudi.common.util.CommitUtils
 
getFileIdWithoutSuffixAndRelativePathsFromSpecificRecord(Map<String, List<HoodieWriteStat>>) - Static method in class org.apache.hudi.common.util.CommitUtils
 
getFileLen() - Method in class org.apache.hudi.common.model.BaseFile
 
getFileLinkStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFileListingParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getFileName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'fileName' field.
getFileName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'fileName' field.
getFileName(String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
Extracts the file name from the relative path based on the table base path.
getFileName() - Method in class org.apache.hudi.common.model.BaseFile
 
getFilename() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getFileName() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getFileName() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
Get the filename for this instant.
getFilenames() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Returns the list of filenames added as part of this record.
getFilePath() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Gets the value of the 'filePath' field.
getFilePath() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Gets the value of the 'filePath' field.
getFilePath() - Method in class org.apache.hudi.common.model.CleanFileInfo
 
getFilePath() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getFilePath() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.ValueMetadata
 
getFilePathsToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'filePathsToBeDeletedPerPartition' field.
getFilePathsToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'filePathsToBeDeletedPerPartition' field.
getFilePointer() - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
 
getFileReader(Configuration, Path) - Static method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
getFilesInPartitions(HoodieEngineContext, HoodieMetadataConfig, String, String[], String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileSize(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileSize() - Method in class org.apache.hudi.common.model.BaseFile
 
getFileSize() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getFileSizeInBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'fileSizeInBytes' field.
getFileSizeInBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'fileSizeInBytes' field.
getFileSizeInBytes() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getFileSlicesCount() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
getFileStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
getFileStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFileStatus(Path) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
getFileStatus(Path) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
getFileStatus() - Method in class org.apache.hudi.common.model.BaseFile
 
getFileStatus() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getFileStatusAtLevel(HoodieEngineContext, FileSystem, Path, int, int) - Static method in class org.apache.hudi.common.fs.FSUtils
Lists file status at a certain level in the directory hierarchy.
getFileStatuses(Configuration, Path) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Returns the files added as part of this record.
getFileStatuses(FileSystem, Path) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Returns the files added as part of this record.
getFilesToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Gets the value of the 'filesToBeDeleted' field.
getFilesToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Gets the value of the 'filesToBeDeleted' field.
getFilesToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'filesToBeDeletedPerPartition' field.
getFilesToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'filesToBeDeletedPerPartition' field.
getFilesWithoutSchemeAndAuthority(List<String>) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
Generate file names without scheme and authority.
getFileSystem() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getFilesystemMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the value of the 'filesystemMetadata' field.
getFilesystemMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Gets the value of the 'filesystemMetadata' field.
getFileSystemRetryConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getFileSystemView(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewManager
Main API to get the file-system view for the base-path.
getFileSystemView(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.view.FileSystemViewManager
Main API to get the file-system view for the base-path.
getFileSystemView(HoodieTableMetaClient) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Get metadata table file system view.
getFileVersionFromLog(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the last part of the file name in the log file and convert to int.
getFinishedCompactionInstants() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
getFirstNonSavepointCommit() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getFirstNonSavepointCommit() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
First non-savepoint commit in the active data timeline.
getFixed(int) - Static method in class org.apache.hudi.internal.schema.Types.FixedType
 
getFixedSize() - Method in class org.apache.hudi.internal.schema.Types.FixedType
 
getFloat(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getFormat() - Method in class org.apache.hudi.common.util.BaseFileUtils
 
getFormat() - Method in class org.apache.hudi.common.util.OrcUtils
 
getFormat() - Method in class org.apache.hudi.common.util.ParquetUtils
 
getFs(String, Configuration) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFs(Path, Configuration) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFs(String, Configuration, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFs(String, SerializableConfiguration, ConsistencyGuardConfig) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the FS implementation for this table.
getFs() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the FS implementation for this table.
getFs() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
getFullColName2Id() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
getFullPathsByPartitionPath(String, String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFullPathToFileStatus(Configuration, String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
Extract the file status of all affected files from the commit metadata.
getGlobalProps() - Static method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
getGlobStatusExcludingMetaFolder(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Helper to filter out paths under metadata folder when running fs.globStatus.
getGroup() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'group' field.
getGroup() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'group' field.
getGroupAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Gets the value of the 'groupAction' field.
getGroupAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Gets the value of the 'groupAction' field.
getHadoopConf() - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
getHadoopConf() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getHadoopConf() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getHadoopConf() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getHadoopConf() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getHadoopPath() - Method in class org.apache.hudi.common.model.BaseFile
 
getHashingMetadataPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getHeartbeatFolderPath(String) - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getHistorySchemaStr() - Method in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
getHistorySchemaStrByGivenValidCommits(List<String>) - Method in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
getHiveStylePartitioningEnable() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getHomeDirectory() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getHoodieCleanerPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieCleanerPlan' field.
getHoodieCleanerPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieCleanerPlan' field.
getHoodieCleanerPlanBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieCleanerPlan' field and creates one if it doesn't exist yet.
getHoodieCleanMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieCleanMetadata' field.
getHoodieCleanMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieCleanMetadata' field.
getHoodieCleanMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieCleanMetadata' field and creates one if it doesn't exist yet.
getHoodieCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieCommitMetadata' field.
getHoodieCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieCommitMetadata' field.
getHoodieCommitMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieCommitMetadata' field and creates one if it doesn't exist yet.
getHoodieCompactionMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieCompactionMetadata' field.
getHoodieCompactionMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieCompactionMetadata' field.
getHoodieCompactionMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieCompactionMetadata' field and creates one if it doesn't exist yet.
getHoodieCompactionPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieCompactionPlan' field.
getHoodieCompactionPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieCompactionPlan' field.
getHoodieCompactionPlanBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieCompactionPlan' field and creates one if it doesn't exist yet.
getHoodieIndexCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieIndexCommitMetadata' field.
getHoodieIndexCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieIndexCommitMetadata' field.
getHoodieIndexCommitMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieIndexCommitMetadata' field and creates one if it doesn't exist yet.
getHoodieInflightReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'HoodieInflightReplaceMetadata' field.
getHoodieInflightReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'HoodieInflightReplaceMetadata' field.
getHoodieInflightReplaceMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'HoodieInflightReplaceMetadata' field and creates one if it doesn't exist yet.
getHoodieKey() - Method in class org.apache.hudi.common.model.DeleteRecord
 
getHoodieKeyIterator(Configuration, Path, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.BaseFileUtils
Provides a closable iterator for reading the given data file.
getHoodieKeyIterator(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Provides a closable iterator for reading the given data file.
getHoodieKeyIterator(Configuration, Path) - Method in class org.apache.hudi.common.util.OrcUtils
Provides a closable iterator for reading the given ORC file.
getHoodieKeyIterator(Configuration, Path, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.OrcUtils
 
getHoodieKeyIterator(Configuration, Path) - Method in class org.apache.hudi.common.util.ParquetUtils
 
getHoodieKeyIterator(Configuration, Path, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.ParquetUtils
Returns a closable iterator for reading the given parquet file.
getHoodieReplaceCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieReplaceCommitMetadata' field.
getHoodieReplaceCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieReplaceCommitMetadata' field.
getHoodieReplaceCommitMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieReplaceCommitMetadata' field and creates one if it doesn't exist yet.
getHoodieRequestedReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieRequestedReplaceMetadata' field.
getHoodieRequestedReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieRequestedReplaceMetadata' field.
getHoodieRequestedReplaceMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieRequestedReplaceMetadata' field and creates one if it doesn't exist yet.
getHoodieRestoreMetadata() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Gets the value of the 'hoodieRestoreMetadata' field.
getHoodieRestoreMetadata() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Gets the value of the 'hoodieRestoreMetadata' field.
getHoodieRollbackMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieRollbackMetadata' field.
getHoodieRollbackMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieRollbackMetadata' field.
getHoodieRollbackMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieRollbackMetadata' field and creates one if it doesn't exist yet.
getHoodieSavePointMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'hoodieSavePointMetadata' field.
getHoodieSavePointMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'hoodieSavePointMetadata' field.
getHoodieSavePointMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the Builder instance for the 'hoodieSavePointMetadata' field and creates one if it doesn't exist yet.
getHoodieScheme(String) - Static method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getHoodieWriteStat() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Gets the value of the 'hoodieWriteStat' field.
getHoodieWriteStat() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Gets the value of the 'hoodieWriteStat' field.
getHoodieWriteStatBuilder() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Gets the Builder instance for the 'hoodieWriteStat' field and creates one if it doesn't exist yet.
getHostname() - Static method in class org.apache.hudi.common.util.NetworkUtils
 
getIndexedFileGroupIds() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
Return list file-ids indexed.
getIndexedFileGroupIds() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
getIndexedPartitionPaths() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
Return list of partitions indexed.
getIndexedPartitionPaths() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
getIndexInflightInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getIndexingCheckTimeoutSeconds() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getIndexName() - Method in class org.apache.hudi.common.index.HoodieIndex
 
getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Gets the value of the 'indexPartitionInfos' field.
getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Gets the value of the 'indexPartitionInfos' field.
getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Gets the value of the 'indexPartitionInfos' field.
getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
Gets the value of the 'indexPartitionInfos' field.
getIndexRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getIndexType() - Method in class org.apache.hudi.common.index.HoodieIndex
 
getIndexUptoInstant() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Gets the value of the 'indexUptoInstant' field.
getIndexUptoInstant() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Gets the value of the 'indexUptoInstant' field.
getInflightAndCompletedMetadataPartitions(HoodieTableConfig) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
getInflightInstant(HoodieInstant, HoodieTableType) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Returns the inflight instant corresponding to the instant being passed.
getInflightMetadataPartitions(HoodieTableConfig) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
getInitialConsistencyCheckIntervalMs() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
getInitialRetryIntervalMs() - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
getInlineFilePath(Path, String, long, long) - Static method in class org.apache.hudi.common.fs.inline.InLineFSUtils
Get the InlineFS Path for a given schema and its Path.
getInMemoryMapNumEntries() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
Number of entries in InMemoryMap.
getInputGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Gets the value of the 'inputGroups' field.
getInputGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Gets the value of the 'inputGroups' field.
getInserts() - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
getInsertValue(Schema) - Method in class org.apache.hudi.common.HoodieJsonPayload
 
getInsertValue(Schema, Properties) - Method in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
getInsertValue(Schema) - Method in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
getInsertValue(Schema) - Method in class org.apache.hudi.common.model.debezium.AbstractDebeziumAvroPayload
 
getInsertValue(Schema, Properties) - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
getInsertValue(Schema) - Method in class org.apache.hudi.common.model.EmptyHoodieRecordPayload
 
getInsertValue(Schema, Properties) - Method in class org.apache.hudi.common.model.EventTimeAvroPayload
 
getInsertValue(Schema) - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
getInsertValue(Schema) - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
Deprecated.
getInsertValue(Schema, Properties) - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
Generates an avro record out of the given HoodieRecordPayload, to be written out to storage.
getInsertValue(Schema) - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
getInsertValue(Schema) - Method in class org.apache.hudi.common.model.RewriteAvroPayload
 
getInsertValue(Schema, Properties) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
getInsertValue(Schema) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
getInstance(String) - Static method in class org.apache.hudi.common.util.BaseFileUtils
 
getInstance(HoodieFileFormat) - Static method in class org.apache.hudi.common.util.BaseFileUtils
 
getInstance(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.BaseFileUtils
 
getInstant() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getInstantDetails(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
getInstantDetails(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
getInstantDetails(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getInstantDetails(HoodieInstant) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Read the completed instant details.
getInstantForDateString(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
Creates an instant string given a valid date-time string.
getInstantFromTemporalAccessor(TemporalAccessor) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
getInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getInstantsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'instantsRollback' field.
getInstantsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'instantsRollback' field.
getInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Gets the value of the 'instantsToRollback' field.
getInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Gets the value of the 'instantsToRollback' field.
getInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Gets the value of the 'instantsToRollback' field.
getInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Gets the value of the 'instantsToRollback' field.
getInstantTime() - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
getInstantToRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Gets the value of the 'instantToRollback' field.
getInstantToRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Gets the value of the 'instantToRollback' field.
getInstantToRollbackBuilder() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Gets the Builder instance for the 'instantToRollback' field and creates one if it doesn't exist yet.
getInt(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getInteger(String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getInteger(String, int) - Method in class org.apache.hudi.common.config.TypedProperties
 
getInternalSchemaAndAvroSchemaForClusteringAndCompaction(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.util.InternalSchemaCache
Get internalSchema and avroSchema for compaction/cluster operation.
getInternalSchemaByVersionId(long, String, Configuration, String) - Static method in class org.apache.hudi.common.util.InternalSchemaCache
Give a schema versionId return its internalSchema.
getIntOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getIOException() - Method in exception org.apache.hudi.exception.HoodieIOException
 
getIOException() - Method in exception org.apache.hudi.exception.HoodieSerializationException
 
getIsBootstrapBaseFile() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Gets the value of the 'isBootstrapBaseFile' field.
getIsBootstrapBaseFile() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Gets the value of the 'isBootstrapBaseFile' field.
getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Gets the value of the 'isDeleted' field.
getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Gets the value of the 'isDeleted' field.
getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'isDeleted' field.
getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'isDeleted' field.
getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Gets the value of the 'isDeleted' field.
getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Gets the value of the 'isDeleted' field.
getIsDir() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'isDir' field.
getIsDir() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'isDir' field.
getIsPartitionDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Gets the value of the 'isPartitionDeleted' field.
getIsPartitionDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Gets the value of the 'isPartitionDeleted' field.
getKey() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the value of the 'key' field.
getKey() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Gets the value of the 'key' field.
getKey() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getKey() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
getKey() - Method in class org.apache.hudi.common.util.collection.Pair
Gets the key from this pair.
getKey(GenericRecord) - Method in class org.apache.hudi.keygen.BaseKeyGenerator
Generate a Hoodie Key out of provided generic record.
getKey(GenericRecord) - Method in class org.apache.hudi.keygen.KeyGenerator
Generate a Hoodie Key out of provided generic record.
getKey(GenericRecord) - Method in interface org.apache.hudi.keygen.KeyGeneratorInterface
 
getKeyField() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getKeyField(Schema) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getKeyField() - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader
 
getKeyForBootstrapBaseFile(HoodieFileGroupId) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForDataFileView(HoodieFileGroup, FileSlice) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForFileGroupsInPendingClustering(HoodieFileGroupId) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForPartitionLookup(String) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForPendingCompactionLookup(HoodieFileGroupId) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForReplacedFileGroup(HoodieFileGroupId) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForSliceView(HoodieFileGroup, FileSlice) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyForSliceView(String, String, String) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getKeyGeneratorClassName() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getLastCommitMetadataWithValidData() - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Get the last instant with valid data, and convert this to HoodieCommitMetadata
getLastCommitMetadataWithValidSchema() - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Returns most recent instant having valid schema in its HoodieCommitMetadata
getLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'lastCompletedCommitTimestamp' field.
getLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'lastCompletedCommitTimestamp' field.
getLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'lastCompletedCommitTimestamp' field.
getLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'lastCompletedCommitTimestamp' field.
getLastCompletedCommitTimestamp() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getLastInstant() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLastInstant() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLastInstant() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLastInstant() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Last Known Instant on which the view is built.
getLatestBaseFile(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Get Latest base file for a partition and file-Id.
getLatestBaseFile(HoodieFileGroup) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestBaseFile(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestBaseFile(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestBaseFile(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyViewWithLatestSlice
Get Latest data file for a partition and file-Id.
getLatestBaseFiles(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestBaseFiles() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestBaseFiles(String) - Method in class org.apache.hudi.common.table.view.HoodieTablePreCommitFileSystemView
Combine committed base files + new files created/replaced for given partition.
getLatestBaseFiles(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestBaseFiles() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestBaseFiles(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestBaseFiles() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestBaseFiles(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyViewWithLatestSlice
Stream all the latest data files in the given partition.
getLatestBaseFiles() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyViewWithLatestSlice
Stream all the latest data files, in the file system view.
getLatestBaseFilesBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestBaseFilesBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestBaseFilesBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestBaseFilesBeforeOrOn(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyViewWithLatestSlice
Stream all the latest version data files in the given partition with precondition that commitTime(file) before maxCommitTime.
getLatestBaseFilesInRange(List<String>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestBaseFilesInRange(List<String>) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestBaseFilesInRange(List<String>) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestBaseFilesInRange(List<String>) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyViewWithLatestSlice
Stream all the latest data files pass.
getLatestBaseInstant() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Gets the value of the 'latestBaseInstant' field.
getLatestBaseInstant() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Gets the value of the 'latestBaseInstant' field.
getLatestCommitMetadataWithValidCheckpointInfo(HoodieTimeline, String) - Static method in class org.apache.hudi.common.util.CommitUtils
Process previous commits metadata in the timeline to determine the checkpoint given a checkpoint key.
getLatestCompactionTime() - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getLatestCompactionTime() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getLatestCompactionTime() - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Returns the timestamp of the latest compaction.
getLatestCompletedInstant() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
Returns latest completed instant as seen by this instance of the file-index
getLatestDataFile() - Method in class org.apache.hudi.common.model.HoodieFileGroup
Gets the latest data file.
getLatestDataInstantTime() - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getLatestFileSlice() - Method in class org.apache.hudi.common.model.HoodieFileGroup
Gets the latest slice - this can contain either.
getLatestFileSlice(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Get Latest File Slice for a given fileId in a given partition.
getLatestFileSlice(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestFileSlice(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestFileSlice(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Get Latest File Slice for a given fileId in a given partition.
getLatestFileSliceBefore(String) - Method in class org.apache.hudi.common.model.HoodieFileGroup
Obtain the latest file slice, upto an instantTime i.e < maxInstantTime.
getLatestFileSliceBeforeOrOn(String) - Method in class org.apache.hudi.common.model.HoodieFileGroup
Obtain the latest file slice, upto a instantTime i.e <= maxInstantTime.
getLatestFileSliceInRange(List<String>) - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
getLatestFileSliceInRange(List<String>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestFileSliceInRange(List<String>) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestFileSliceInRange(List<String>) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestFileSliceInRange(List<String>) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all the latest file slices, in the given range.
getLatestFileSlices(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestFileSlices(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestFileSlices(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestFileSlices(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all the latest file slices in the given partition.
getLatestFileSlicesBeforeOrOn(String, String, boolean) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestFileSlicesBeforeOrOn(String, String, boolean) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestFileSlicesBeforeOrOn(String, String, boolean) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestFileSlicesBeforeOrOn(String, String, boolean) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all latest file slices in given partition with precondition that commitTime(file) before maxCommitTime.
getLatestFileSlicesIncludingInflight() - Method in class org.apache.hudi.common.model.HoodieFileGroup
Get the latest file slices including inflight ones.
getLatestLogFile(FileSystem, Path, String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the latest log file for the passed in file-id in the partition path
getLatestLogFile() - Method in class org.apache.hudi.common.model.FileSlice
 
getLatestLogVersion(FileSystem, Path, String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the latest log version for the fileId in the partition path.
getLatestMergedFileSlicesBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestMergedFileSlicesBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestMergedFileSlicesBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestMergedFileSlicesBeforeOrOn(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all "merged" file-slices before on an instant time If a file-group has a pending compaction request, the file-slice before and after compaction request instant is merged and returned.
getLatestSchema(Schema, boolean, Functions.Function1<Schema, Schema>) - Method in class org.apache.hudi.common.table.TableSchemaResolver
Deprecated.
will be removed (HUDI-4472)
getLatestUnCompactedFileSlices(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestUnCompactedFileSlices(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestUnCompactedFileSlices(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestUnCompactedFileSlices(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all the latest uncompacted file slices in the given partition.
getLayout(TimelineLayoutVersion) - Static method in class org.apache.hudi.common.table.timeline.TimelineLayout
 
getLeafName(String) - Static method in class org.apache.hudi.internal.schema.action.TableChangesHelper
 
getLeft() - Method in class org.apache.hudi.common.util.collection.ImmutablePair
Gets the left element from this pair.
getLeft() - Method in class org.apache.hudi.common.util.collection.ImmutableTriple
Gets the left element from this triple.
getLeft() - Method in class org.apache.hudi.common.util.collection.Pair
Gets the left element from this pair.
getLeft() - Method in class org.apache.hudi.common.util.collection.Triple
Gets the left element from this triple.
getLength() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'length' field.
getLength() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'length' field.
getLength(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getLength() - Method in class org.apache.hudi.parquet.io.ByteBufferBackedInputFile
 
getLinkTarget(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getLock() - Method in interface org.apache.hudi.common.lock.LockProvider
 
getLogBlockFooter() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getLogBlockHeader() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getLogBlockLength() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getLogBlocksToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Gets the value of the 'logBlocksToBeDeleted' field.
getLogBlocksToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Gets the value of the 'logBlocksToBeDeleted' field.
getLogFile() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getLogFile() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
getLogFile() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Reader
 
getLogFile() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
 
getLogFile() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
getLogFile() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
getLogFileComparator() - Static method in class org.apache.hudi.common.model.HoodieLogFile
 
getLogFileFormat() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Get the log Storage Format.
getLogFiles() - Method in class org.apache.hudi.common.model.FileSlice
 
getLogFiles() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
getLogMetadata(DataInputStream) - Static method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
getLogMetadataBytes(Map<HoodieLogBlock.HeaderMetadataType, String>) - Static method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
Convert log metadata to bytes 1.
getLogOffset() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
getLogRecordScanner(List<HoodieLogFile>, String, Option<Boolean>) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getLogVersion() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
getLogVersion() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getLogWriteToken() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getLong(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getLong(String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getLong(String, long) - Method in class org.apache.hudi.common.config.TypedProperties
 
getMagic() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getManagedVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV1MigrationHandler
 
getManagedVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV2MigrationHandler
 
getManagedVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV1MigrationHandler
 
getManagedVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV2MigrationHandler
 
getManagedVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV1MigrationHandler
 
getManagedVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV2MigrationHandler
 
getManagedVersion() - Method in interface org.apache.hudi.common.table.timeline.versioning.VersionMigrator
Version of Metadata that this class will handle.
getMarkerFolderPath(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Returns Marker folder path.
getMaxColumnId() - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns the max column id for this schema.
getMaxConsistencyCheckIntervalMs() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
getMaxConsistencyChecks() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
getMaxEventTime() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getMaxFileSize() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getMaxMemoryForBootstrapBaseFile() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxMemoryForFileGroupMap() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxMemoryForPendingClusteringFileGroups() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxMemoryForPendingCompaction() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxMemoryForReplacedFileGroups() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxRetryIntervalMs() - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
getMaxRetryNumbers() - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
getMaxValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'maxValue' field.
getMaxValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'maxValue' field.
getMaxValue() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getMergedArchiveFileName() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Gets the value of the 'mergedArchiveFileName' field.
getMergedArchiveFileName() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Gets the value of the 'mergedArchiveFileName' field.
getMessageDigestHash(String, String) - Static method in class org.apache.hudi.common.util.NumericUtils
 
getMetaAuxiliaryPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getMetadata() - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
getMetadata() - Method in class org.apache.hudi.common.model.EventTimeAvroPayload
 
getMetadata(String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getMetadata() - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
This method can be used to extract some metadata from HoodieRecordPayload.
getMetadataConfig() - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getMetadataFromTimeline() - Method in class org.apache.hudi.common.model.HoodieMetadataWrapper
 
getMetadataMetaClient() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getMetadataPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Gets the value of the 'metadataPartitionPath' field.
getMetadataPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Gets the value of the 'metadataPartitionPath' field.
getMetadataPartitions() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getMetadataPartitionsInflight() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getMetadataTableBasePath(String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
Return the base-path of the Metadata Table for the given Dataset identified by base-path
getMetaPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getMetastoreConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getMetastoreUris() - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
getMetrics() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Gets the value of the 'metrics' field.
getMetrics() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Gets the value of the 'metrics' field.
getMetrics() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'metrics' field.
getMetrics() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'metrics' field.
getMetrics() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getMiddle() - Method in class org.apache.hudi.common.util.collection.ImmutableTriple
Gets the middle element from this triple.
getMiddle() - Method in class org.apache.hudi.common.util.collection.Triple
Gets the middle element from this triple.
getMinAndMaxEventTime() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getMinEventTime() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getMinValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'minValue' field.
getMinValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'minValue' field.
getMinValue() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getModificationTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'modificationTime' field.
getModificationTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'modificationTime' field.
getName() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getName() - Method in enum org.apache.hudi.common.model.HoodieOperation
 
getName() - Method in class org.apache.hudi.common.util.hash.ColumnIndexID
 
getName() - Method in class org.apache.hudi.common.util.hash.FileIndexID
 
getName() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Get the resource name for which this index id is generated.
getName() - Method in class org.apache.hudi.common.util.hash.PartitionIndexID
 
getName() - Method in class org.apache.hudi.hadoop.CachingPath
 
getName() - Method in enum org.apache.hudi.internal.schema.action.TableChange.ColumnChangeID
 
getName() - Method in enum org.apache.hudi.internal.schema.Type.TypeID
 
getNames() - Static method in enum org.apache.hudi.keygen.constant.KeyGeneratorType
 
getNestedFieldSchemaFromRecord(GenericRecord, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Get schema for the given field and record.
getNestedFieldSchemaFromWriteSchema(Schema, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Get schema for the given field and write schema.
getNestedFieldVal(GenericRecord, String, boolean, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Obtain value of the provided field, denoted by dot notation.
getNestedFieldValAsString(GenericRecord, String, boolean, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Obtain value of the provided field as string, denoted by dot notation.
getNewInstantsForIncrementalSync(HoodieTimeline, HoodieTimeline) - Static method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper
 
getNewLocation() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getNewlySeenInstants() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
getNodes() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getNullableValAsString(GenericRecord, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Returns the string value of the given record rec and field fieldName.
getNullCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'nullCount' field.
getNullCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'nullCount' field.
getNullCount() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getNullSchema() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
getNumberOfBytesRead() - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
getNumBuckets() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getNumDeletes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'numDeletes' field.
getNumDeletes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'numDeletes' field.
getNumDeletes() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getNumInserts() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'numInserts' field.
getNumInserts() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'numInserts' field.
getNumInserts() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getNumKeys() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Gets the value of the 'numKeys' field.
getNumKeys() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Gets the value of the 'numKeys' field.
getNumMergedRecordsInLog() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
getNumOutputFileGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Gets the value of the 'numOutputFileGroups' field.
getNumOutputFileGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Gets the value of the 'numOutputFileGroups' field.
getNumOutputGroups() - Method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
getNumPartitions() - Method in interface org.apache.hudi.common.data.HoodieData
 
getNumPartitions() - Method in class org.apache.hudi.common.data.HoodieListData
 
getNumUpdateWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'numUpdateWrites' field.
getNumUpdateWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'numUpdateWrites' field.
getNumUpdateWrites() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getNumWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'numWrites' field.
getNumWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'numWrites' field.
getNumWrites() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getObjectHeaderSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
getObjectHeaderSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
getObjectHeaderSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
 
getObjectHeaderSize() - Method in interface org.apache.hudi.common.util.jvm.MemoryLayoutSpecification
Returns the fixed overhead of for any Object subclass in this JVM.
getObjectHeaderSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
getObjectHeaderSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
getObjectHeaderSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
getObjectMapper() - Static method in class org.apache.hudi.common.util.JsonUtils
 
getObjectPadding() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
getObjectPadding() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
getObjectPadding() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
 
getObjectPadding() - Method in interface org.apache.hudi.common.util.jvm.MemoryLayoutSpecification
Returns the quantum field size for a field owned by an object in this JVM.
getObjectPadding() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
getObjectPadding() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
getObjectPadding() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
getObjectSize(Object) - Static method in class org.apache.hudi.common.util.ObjectSizeCalculator
Given an object, returns the total allocated size, in bytes, of the object and all other objects reachable from it.
getOffsetOfValue() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.ValueMetadata
 
getOldestInstantToRetainForCompaction(HoodieActiveTimeline, int) - Static method in class org.apache.hudi.common.util.CompactionUtils
Gets the oldest instant to retain for MOR compaction.
getOperation() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getOperations() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Gets the value of the 'operations' field.
getOperations() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Gets the value of the 'operations' field.
getOperations() - Method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Gets the value of the 'operationType' field.
getOperationType() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getOptimisticConsistencyGuardSleepTimeMs() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
getOptions() - Method in class org.apache.hudi.common.index.HoodieIndex
 
getOrderingValue() - Method in class org.apache.hudi.common.model.DeleteRecord
 
getOrderingValue() - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
getOrderingValue() - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
This method can be used to extract the ordering value of the payload for combining/merging, or 0 if no value is specified which means natural order(arrival time is used).
getOrderingValue() - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
getOtherAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Gets the value of the 'otherAction' field.
getOtherAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Gets the value of the 'otherAction' field.
getOuterFilePathFromInlinePath(Path) - Static method in class org.apache.hudi.common.fs.inline.InLineFSUtils
InlineFS Path format: "inlinefs://path/to/outer/file/outer_file_scheme/?start_offset=start_offset>&length="
getOwner() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'owner' field.
getOwner() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'owner' field.
getPageSize() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getParent() - Method in class org.apache.hudi.hadoop.CachingPath
 
getParentId2AddCols() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
getParentName(String) - Static method in class org.apache.hudi.internal.schema.action.TableChangesHelper
 
getPartitionDepth() - Method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
getPartitionFieldProp() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
getPartitionFields() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getPartitionFileGroupCount(MetadataPartitionType, Option<HoodieTableMetaClient>, Option<HoodieTableFileSystemView>, HoodieMetadataConfig, boolean) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Get file group count for a metadata table partition.
getPartitionIdentifier(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Returns partition name for the given path.
getPartitionIdSupplier() - Method in class org.apache.hudi.common.engine.LocalTaskContextSupplier
 
getPartitionIdSupplier() - Method in class org.apache.hudi.common.engine.TaskContextSupplier
 
getPartitionLatestFileSlices(HoodieTableMetaClient, Option<HoodieTableFileSystemView>, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Get the latest file slices for a Metadata Table partition.
getPartitionLatestFileSlicesIncludingInflight(HoodieTableMetaClient, Option<HoodieTableFileSystemView>, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Get the latest file slices for a given partition including the inflight ones.
getPartitionLatestMergedFileSlices(HoodieTableMetaClient, HoodieTableFileSystemView, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Get the latest file slices for a Metadata Table partition.
getPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'partitionMetadata' field.
getPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'partitionMetadata' field.
getPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'partitionMetadata' field.
getPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'partitionMetadata' field.
getPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Gets the value of the 'partitionMetadata' field.
getPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Gets the value of the 'partitionMetadata' field.
getPartitionMetafileFormat() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Returns the format to use for partition meta files.
getPartitionMetafilePath(FileSystem, Path) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
Returns the name of the partition metadata.
getPartitionName() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'partitionPath' field.
getPartitionPath(String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getPartitionPath(Path, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getPartitionPath() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getPartitionPath(String) - Method in class org.apache.hudi.common.HoodieJsonPayload
 
getPartitionPath() - Method in class org.apache.hudi.common.HoodieRollbackStat
 
getPartitionPath() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
getPartitionPath() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
getPartitionPath() - Method in class org.apache.hudi.common.model.CompactionOperation
 
getPartitionPath() - Method in class org.apache.hudi.common.model.DeleteRecord
 
getPartitionPath() - Method in class org.apache.hudi.common.model.FileSlice
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieKey
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getPartitionPath(GenericRecord) - Method in class org.apache.hudi.keygen.BaseKeyGenerator
Generate a partition path out of provided generic record.
getPartitionPath() - Method in enum org.apache.hudi.metadata.MetadataPartitionType
 
getPartitionPathFields() - Method in class org.apache.hudi.keygen.BaseKeyGenerator
 
getPartitionPaths() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getPartitionsToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'partitionsToBeDeleted' field.
getPartitionsToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'partitionsToBeDeleted' field.
getPartitionToCompactionWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata.Builder
Gets the value of the 'partitionToCompactionWriteStats' field.
getPartitionToCompactionWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Gets the value of the 'partitionToCompactionWriteStats' field.
getPartitionToReplaceFileIds() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Gets the value of the 'partitionToReplaceFileIds' field.
getPartitionToReplaceFileIds() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Gets the value of the 'partitionToReplaceFileIds' field.
getPartitionToReplaceFileIds() - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
getPartitionToRollingStats() - Method in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
getPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Gets the value of the 'partitionToWriteStats' field.
getPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Gets the value of the 'partitionToWriteStats' field.
getPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Gets the value of the 'partitionToWriteStats' field.
getPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Gets the value of the 'partitionToWriteStats' field.
getPartitionToWriteStats() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getPath() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'path' field.
getPath() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'path' field.
getPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'path' field.
getPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'path' field.
getPath() - Method in class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
getPath() - Method in class org.apache.hudi.common.model.BaseFile
 
getPath() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getPath() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getPathBuilder() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the Builder instance for the 'path' field and creates one if it doesn't exist yet.
getPathWithoutSchemeAndAuthority(Path) - Static method in class org.apache.hudi.hadoop.CachingPath
This is Path.getPathWithoutSchemeAndAuthority(Path) counterpart, instantiating CachingPath
getPayloadClass() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the payload class for HoodieRecords from the table properties.
getPayloadClassFQN() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getPendingClusteringInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Get pending clustering instant time for specified file group.
getPendingClusteringInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
getPendingClusteringInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
getPendingClusteringInstantTimes(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.ClusteringUtils
 
getPendingCompactionInstantTimes(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.CompactionUtils
Return all pending compaction instant times.
getPendingCompactionOperations() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getPendingCompactionOperations() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getPendingCompactionOperations() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getPendingCompactionOperations() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Return Pending Compaction Operations.
getPendingCompactionOperations(HoodieInstant, HoodieCompactionPlan) - Static method in class org.apache.hudi.common.util.CompactionUtils
 
getPendingCompactionOperationWithInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Return pending compaction operation for a file-group.
getPendingCompactionOperationWithInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
getPendingCompactionOperationWithInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
getPermission() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'permission' field.
getPermission() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'permission' field.
getPermissionBuilder() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the Builder instance for the 'permission' field and creates one if it doesn't exist yet.
getPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'policy' field.
getPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'policy' field.
getPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Gets the value of the 'policy' field.
getPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Gets the value of the 'policy' field.
getPolicy() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getPos() - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
getPosition() - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
Returns current position of the stream
getPositionChangeMap() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
getPositionChangeMap() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
getPreCombineField() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getPreferredView() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getPrefixForDataFileViewByPartition(String) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getPrefixForDataFileViewByPartitionFile(String, String) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getPrefixForSliceView() - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getPrefixForSliceViewByPartition(String) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getPrefixForSliceViewByPartitionFile(String, String) - Method in class org.apache.hudi.common.util.RocksDBSchemaHelper
 
getPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Gets the value of the 'preserveHoodieMetadata' field.
getPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Gets the value of the 'preserveHoodieMetadata' field.
getPrevCommit() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'prevCommit' field.
getPrevCommit() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'prevCommit' field.
getPrevCommit() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getProgress() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
Return progress of scanning as a float between 0.0 to 1.0.
getProjectedParquetRecordsIterator(Configuration, Schema, InputFile) - Static method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
getProperty(String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getProperty(EngineProperty) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
getProperty(EngineProperty) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
getProperty(EngineProperty) - Method in class org.apache.hudi.common.engine.LocalTaskContextSupplier
 
getProperty(EngineProperty) - Method in class org.apache.hudi.common.engine.TaskContextSupplier
 
getProps() - Method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
getProps(boolean) - Method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
getProps() - Method in class org.apache.hudi.common.config.HoodieConfig
 
getProps(boolean) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getQueue() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
getRawFs() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Return raw file-system.
getRecord() - Method in class org.apache.hudi.internal.schema.InternalSchema
 
getRecordByKey(String, Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordByKey(String) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordByKey(String, Schema) - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
getRecordByKey(String, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getRecordByKey(String, String) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getRecordByKey(String) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader
Retrieve a record given its key.
getRecordBytes() - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
getRecordColumnValues(HoodieRecord<? extends HoodieRecordPayload>, String[], Schema, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Gets record column values into one object.
getRecordColumnValues(HoodieRecord<? extends HoodieRecordPayload>, String[], SerializableSchema, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Gets record column values into one object.
getRecordIterator() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
Returns all the records iterator contained w/in this block.
getRecordIterator(List<String>, boolean) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
Batch get of keys of interest.
getRecordIterator(Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordIterator() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordIterator(Schema) - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
getRecordIterator(Schema) - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
getRecordIterator(Schema) - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
getRecordKey() - Method in class org.apache.hudi.common.model.DeleteRecord
 
getRecordKey() - Method in class org.apache.hudi.common.model.HoodieKey
 
getRecordKey() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getRecordKey(IndexedRecord) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getRecordKey(GenericRecord) - Method in class org.apache.hudi.keygen.BaseKeyGenerator
Generate a record Key out of provided generic record.
getRecordKeyFieldNames() - Method in class org.apache.hudi.keygen.BaseKeyGenerator
 
getRecordKeyFieldNames() - Method in class org.apache.hudi.keygen.KeyGenerator
Used during bootstrap, to project out only the record key fields from bootstrap source dataset.
getRecordKeyFieldNames() - Method in interface org.apache.hudi.keygen.KeyGeneratorInterface
 
getRecordKeyFieldProp() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getRecordKeyFields() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getRecordKeyPartitionPathSchema() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Fetch schema for record key and partition path.
getRecordKeySchema() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
getRecords() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
getRecordsByKeyPrefixes(List<String>, String, boolean) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getRecordsByKeyPrefixes(List<String>, String, boolean) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getRecordsByKeyPrefixes(List<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader
 
getRecordsByKeyPrefixes(List<String>, String, boolean) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetch records by key prefixes.
getRecordsByKeyPrefixIterator(List<String>, Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordsByKeyPrefixIterator(List<String>) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordsByKeyPrefixIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
getRecordsByKeys(List<String>, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getRecordsByKeys(List<String>, String) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getRecordsByKeys(List<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader
 
getRecordsByKeysIterator(List<String>, Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordsByKeysIterator(List<String>) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordsByKeysIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
getRecordsToDelete() - Method in class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
getReferenceSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
getReferenceSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
getReferenceSize() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
 
getReferenceSize() - Method in interface org.apache.hudi.common.util.jvm.MemoryLayoutSpecification
Returns the fixed size of an object reference in this JVM.
getReferenceSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
getReferenceSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
getReferenceSize() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
getRegistry(String) - Static method in interface org.apache.hudi.common.metrics.Registry
Get (or create) the registry for a provided name.
getRegistry(String, String) - Static method in interface org.apache.hudi.common.metrics.Registry
Get (or create) the registry for a provided name and given class.
getRelativePartitionPath(Path, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Given a base partition and a partition path, return relative path of partition path to the base path.
getRemoteTimelineClientMaxRetryIntervalMs() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRemoteTimelineClientMaxRetryNumbers() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRemoteTimelineClientRetryExceptions() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRemoteTimelineClientTimeoutSecs() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRemoteTimelineInitialRetryIntervalMs() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRemoteViewServerHost() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRemoteViewServerPort() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getReplaceCommitInflightInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getReplaceCommitRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getReplacedFileGroupsBefore(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getReplacedFileGroupsBefore(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getReplacedFileGroupsBefore(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getReplacedFileGroupsBefore(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Stream all the replaced file groups before maxCommitTime for given partition.
getReplacedFileGroupsBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getReplacedFileGroupsBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getReplacedFileGroupsBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getReplacedFileGroupsBeforeOrOn(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Stream all the replaced file groups before or on maxCommitTime for given partition.
getReplaceFileIds(String) - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
getReplaceInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Track instant time for file groups replaced.
getReplaceInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
getReplaceInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
getReplication(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getRequestedInstant(HoodieInstant) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getRestoreInstantInfo() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Gets the value of the 'restoreInstantInfo' field.
getRestoreInstantInfo() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Gets the value of the 'restoreInstantInfo' field.
getRestoreTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only the restore action (inflight and completed) in the active timeline.
getResult() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueueConsumer
Return result of consuming records so far.
getRetryExceptions() - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
getReverseCommitTimeComparator() - Static method in class org.apache.hudi.common.model.HoodieFileGroup
 
getReverseLogFileComparator() - Static method in class org.apache.hudi.common.model.HoodieLogFile
 
getReverseOrderedInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getReverseOrderedInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getRight() - Method in class org.apache.hudi.common.util.collection.ImmutablePair
Gets the right element from this pair.
getRight() - Method in class org.apache.hudi.common.util.collection.ImmutableTriple
Gets the right element from this triple.
getRight() - Method in class org.apache.hudi.common.util.collection.Pair
Gets the right element from this pair.
getRight() - Method in class org.apache.hudi.common.util.collection.Triple
Gets the right element from this triple.
getRocksdbBasePath() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getRollbackAndRestoreTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only the rollback and restore action (inflight and completed) in the active timeline.
getRollbackInstant() - Method in class org.apache.hudi.common.HoodiePendingRollbackInfo
 
getRollbackLogFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Gets the value of the 'rollbackLogFiles' field.
getRollbackLogFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Gets the value of the 'rollbackLogFiles' field.
getRollbackPlan() - Method in class org.apache.hudi.common.HoodiePendingRollbackInfo
 
getRollbackRequestedInstant(HoodieInstant) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getRollbackRequests() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Gets the value of the 'RollbackRequests' field.
getRollbackRequests() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Gets the value of the 'RollbackRequests' field.
getRollbackTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only the rollback action (inflight and completed) in the active timeline.
getRootCause(Throwable) - Static method in class org.apache.hudi.exception.ExceptionUtil
Fetches inner-most cause of the provided Throwable
getRootLevelFieldName(String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Obtain the root-level field name of a full field name, possibly a nested field.
getRowCount(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Returns the number of records in the data file.
getRowCount(Configuration, Path) - Method in class org.apache.hudi.common.util.OrcUtils
 
getRowCount(Configuration, Path) - Method in class org.apache.hudi.common.util.ParquetUtils
Returns the number of records in the parquet file.
getRowKey(String) - Method in class org.apache.hudi.common.HoodieJsonPayload
 
getRuntimeStats() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getSavepointDataFile() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Gets the value of the 'savepointDataFile' field.
getSavepointDataFile() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Gets the value of the 'savepointDataFile' field.
getSavepointedAt() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Gets the value of the 'savepointedAt' field.
getSavepointedAt() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Gets the value of the 'savepointedAt' field.
getSavepointedBy() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Gets the value of the 'savepointedBy' field.
getSavepointedBy() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Gets the value of the 'savepointedBy' field.
getSavePointTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only the save point action (inflight and completed) in the active timeline.
getSchema() - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.BytesWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.DateWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.FloatWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodiePath
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
getSchema() - Method in class org.apache.hudi.avro.model.IntWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.LongWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.StringWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
getSchema() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
getSchema() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getSchema() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getSchema() - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
getSchema() - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
getSchema() - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
getSchemaByKey(String) - Method in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
getSchemaFolderName() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getSchemaForFields(Schema, List<String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Fetch schema for record key and partition path.
getScheme() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getScheme() - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
getScheme() - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
getScheme() - Method in enum org.apache.hudi.common.fs.StorageSchemes
 
getSecondaryKeysForBloomFilterIndex() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getSecondaryStorageType() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getSecondaryView() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getSeqNo() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getServerDefaults() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getServerDefaults(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getSinceVersion() - Method in class org.apache.hudi.common.config.ConfigProperty
 
getSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Gets the value of the 'size' field.
getSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Gets the value of the 'size' field.
getSize() - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
getSizeInMB(long) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getSizeOfFileOnDiskInBytes() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
Number of bytes spilled to disk.
getSizeOfKey() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
getSizeOfValue() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
getSizeOfValue() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.ValueMetadata
 
getSizeThreshold() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatWriter
 
getSlices() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Gets the value of the 'slices' field.
getSlices() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Gets the value of the 'slices' field.
getSourceFileMappingForFileIds(List<HoodieFileGroupId>) - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
Lookup Bootstrap index by file group ids.
getSourceFileMappingForFileIds(List<HoodieFileGroupId>) - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
getSourceFileMappingForPartition(String) - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
Lookup bootstrap index by partition.
getSourceFileMappingForPartition(String) - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
getSpecificData() - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.BytesWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.DateWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.FloatWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodiePath
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
getSpecificData() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
getSpecificData() - Method in class org.apache.hudi.avro.model.IntWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.LongWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.StringWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
getSpecificData() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
getSpillableDir() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getSpillableDiskMapType() - Method in class org.apache.hudi.common.config.HoodieCommonConfig
 
getSplitStrings(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getSplitStrings(ConfigProperty<T>, String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getSrcId() - Method in class org.apache.hudi.internal.schema.action.TableChange.ColumnPositionChange
 
getStageIdFromLogPath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get StageId used in log-path.
getStageIdSupplier() - Method in class org.apache.hudi.common.engine.LocalTaskContextSupplier
 
getStageIdSupplier() - Method in class org.apache.hudi.common.engine.TaskContextSupplier
 
getStartCleanTime() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'startCleanTime' field.
getStartCleanTime() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'startCleanTime' field.
getStartInstant() - Method in class org.apache.hudi.common.table.log.InstantRange
 
getStartRestoreTime() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Gets the value of the 'startRestoreTime' field.
getStartRestoreTime() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Gets the value of the 'startRestoreTime' field.
getStartRollbackTime() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'startRollbackTime' field.
getStartRollbackTime() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'startRollbackTime' field.
getState() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Gets the value of the 'state' field.
getState() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Gets the value of the 'state' field.
getState() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getStats(boolean, HoodieTableMetaClient, HoodieTableMetadata) - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
getStatus() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getStickyBit() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Gets the value of the 'stickyBit' field.
getStickyBit() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Gets the value of the 'stickyBit' field.
getStorageType() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getStrategy() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Gets the value of the 'strategy' field.
getStrategy() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Gets the value of the 'strategy' field.
getStrategyBuilder() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Gets the Builder instance for the 'strategy' field and creates one if it doesn't exist yet.
getStrategyClassName() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Gets the value of the 'strategyClassName' field.
getStrategyClassName() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Gets the value of the 'strategyClassName' field.
getStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Gets the value of the 'strategyParams' field.
getStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Gets the value of the 'strategyParams' field.
getString(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getString(String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getString(String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getString(String, String) - Method in class org.apache.hudi.common.config.TypedProperties
 
getStringList(String, String, List<String>) - Method in class org.apache.hudi.common.config.TypedProperties
 
getStringOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getStringOrDefault(ConfigProperty<T>, String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getStringOrThrow(ConfigProperty<T>, String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getSuccessDeleteBootstrapBaseFiles() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Gets the value of the 'successDeleteFiles' field.
getSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Gets the value of the 'successDeleteFiles' field.
getSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Gets the value of the 'successDeleteFiles' field.
getSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Gets the value of the 'successDeleteFiles' field.
getSuccessDeleteFiles() - Method in class org.apache.hudi.common.HoodieCleanStat
 
getSuccessDeleteFiles() - Method in class org.apache.hudi.common.HoodieRollbackStat
 
getSuperclassFieldPadding() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
getSuperclassFieldPadding() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
getSuperclassFieldPadding() - Method in class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
 
getSuperclassFieldPadding() - Method in interface org.apache.hudi.common.util.jvm.MemoryLayoutSpecification
Returns the quantum field size for a field owned by one of an object's ancestor superclasses in this JVM.
getSuperclassFieldPadding() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
getSuperclassFieldPadding() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
getSuperclassFieldPadding() - Method in class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
getSymlink() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'symlink' field.
getSymlink() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'symlink' field.
getSymlinkBuilder() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the Builder instance for the 'symlink' field and creates one if it doesn't exist yet.
getSyncedInstantTime() - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getSyncedInstantTime() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getSyncedInstantTime() - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Get the instant time to which the metadata is synced w.r.t data timeline.
getTableAvroSchema() - Method in class org.apache.hudi.common.table.TableSchemaResolver
Gets full schema (user + metadata) for a hoodie table in Avro format.
getTableAvroSchema(boolean) - Method in class org.apache.hudi.common.table.TableSchemaResolver
Gets schema for a hoodie table in Avro format, can choice if include metadata fields.
getTableAvroSchema(String) - Method in class org.apache.hudi.common.table.TableSchemaResolver
Fetches tables schema in Avro format as of the given instant
getTableAvroSchema(HoodieInstant, boolean) - Method in class org.apache.hudi.common.table.TableSchemaResolver
Fetches tables schema in Avro format as of the given instant
getTableAvroSchemaFromDataFile() - Method in class org.apache.hudi.common.table.TableSchemaResolver
 
getTableAvroSchemaFromLatestCommit(boolean) - Method in class org.apache.hudi.common.table.TableSchemaResolver
Returns table's latest Avro Schema iff table is non-empty (ie there's at least a single commit) This method differs from TableSchemaResolver.getTableAvroSchema(boolean) in that it won't fallback to use table's schema used at creation
getTableAvroSchemaWithoutMetadataFields() - Method in class org.apache.hudi.common.table.TableSchemaResolver
getTableConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getTableCreateSchema() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getTableHistorySchemaStrFromCommitMetadata() - Method in class org.apache.hudi.common.table.TableSchemaResolver
Gets the history schemas as String for a hoodie table from the HoodieCommitMetadata of the instant.
getTableInternalSchemaFromCommitMetadata() - Method in class org.apache.hudi.common.table.TableSchemaResolver
Gets the InternalSchema for a hoodie table from the HoodieCommitMetadata of the instant.
getTableInternalSchemaFromCommitMetadata(String) - Method in class org.apache.hudi.common.table.TableSchemaResolver
Gets the InternalSchema for a hoodie table from the HoodieCommitMetadata of the instant.
getTableName() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the table name.
getTableParquetSchema() - Method in class org.apache.hudi.common.table.TableSchemaResolver
Gets full schema (user + metadata) for a hoodie table in Parquet format.
getTablePath(FileSystem, Path) - Static method in class org.apache.hudi.common.util.TablePathUtils
 
getTableType() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the table type from the table properties and if not found, return the default.
getTableType() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getTableVersion() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getTargetColumnsForColumnStatsIndex() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
getTaskAttemptIdFromLogPath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get Task Attempt Id used in log-path.
getTaskContextSupplier() - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
getTaskPartitionIdFromLogPath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get TaskPartitionId used in log-path.
getTempFolderPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getTempPath() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTimeline() - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
getTimeline(HoodieTableMetaClient, boolean) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
 
getTimeline() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getTimeline() - Method in class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
 
getTimeline() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getTimeline() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getTimeline() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Timeline corresponding to the view.
getTimelineFileExtension(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getTimelineHash() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getTimelineHash() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Get hash of timeline.
getTimelineLayoutVersion() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getTimelineLayoutVersion() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getTimelineOfActions(Set<String>) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get a timeline of a specific set of actions.
getTimestamp() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getTimestamp() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
getTimestamp() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.ValueMetadata
 
getTimestampFromFile(String) - Static method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
Get instant time from the hashing metadata filename Pattern of the filename: .HASHING_METADATA_FILE_SUFFIX
getTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'timeTakenInMillis' field.
getTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'timeTakenInMillis' field.
getTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Gets the value of the 'timeTakenInMillis' field.
getTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Gets the value of the 'timeTakenInMillis' field.
getTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'timeTakenInMillis' field.
getTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'timeTakenInMillis' field.
getTimeZone() - Method in enum org.apache.hudi.common.model.HoodieTimelineTimeZone
 
getTopLevelClassesInClasspath(Class<?>) - Static method in class org.apache.hudi.common.util.ReflectionUtils
Scans all classes accessible from the context class loader which belong to the given package and subpackages.
getTotalBytesWritten() - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
 
getTotalCompactedRecordsUpdated() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalCorruptBlocks() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getTotalCorruptLogBlock() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalCorruptLogBlock' field.
getTotalCorruptLogBlock() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalCorruptLogBlock' field.
getTotalCorruptLogBlock() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalCreateTime() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalCreateTime() - Method in class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 
getTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'totalFilesDeleted' field.
getTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'totalFilesDeleted' field.
getTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'totalFilesDeleted' field.
getTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'totalFilesDeleted' field.
getTotalInputWriteBytesOnDisk() - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
getTotalLogBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalLogBlocks' field.
getTotalLogBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalLogBlocks' field.
getTotalLogBlocks() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalLogBlocks() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Gets the value of the 'totalLogFiles' field.
getTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Gets the value of the 'totalLogFiles' field.
getTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalLogFiles' field.
getTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalLogFiles' field.
getTotalLogFiles() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getTotalLogFilesCompacted() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalLogFilesCompacted() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalLogFilesSize() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Gets the value of the 'totalLogRecords' field.
getTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Gets the value of the 'totalLogRecords' field.
getTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalLogRecords' field.
getTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalLogRecords' field.
getTotalLogRecords() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalLogRecords() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getTotalLogRecordsCompacted() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalLogSizeCompacted() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalRecords() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getTotalRecords() - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
getTotalRecords() - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
getTotalRecords() - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
getTotalRecordsDeleted() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalRollbackBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalRollbackBlocks' field.
getTotalRollbackBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalRollbackBlocks' field.
getTotalRollbackBlocks() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalRollbacks() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getTotalScanTime() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalScanTime() - Method in class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 
getTotalSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'totalSize' field.
getTotalSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'totalSize' field.
getTotalSize() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getTotalTimeTakenToReadAndMergeBlocks() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
getTotalUncompressedSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'totalUncompressedSize' field.
getTotalUncompressedSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'totalUncompressedSize' field.
getTotalUncompressedSize() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Gets the value of the 'totalUpdatedRecordsCompacted' field.
getTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Gets the value of the 'totalUpdatedRecordsCompacted' field.
getTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalUpdatedRecordsCompacted' field.
getTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalUpdatedRecordsCompacted' field.
getTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalUpsertTime() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getTotalUpsertTime() - Method in class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 
getTotalWriteBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalWriteBytes' field.
getTotalWriteBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalWriteBytes' field.
getTotalWriteBytes() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getTotalWriteErrors() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Gets the value of the 'totalWriteErrors' field.
getTotalWriteErrors() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Gets the value of the 'totalWriteErrors' field.
getTotalWriteErrors() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getType() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Gets the value of the 'type' field.
getType() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Gets the value of the 'type' field.
getType() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the value of the 'type' field.
getType() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Gets the value of the 'type' field.
getType() - Method in class org.apache.hudi.common.table.log.block.HoodieCommandBlock
 
getType() - Method in class org.apache.hudi.common.util.hash.ColumnIndexID
 
getType() - Method in class org.apache.hudi.common.util.hash.FileIndexID
 
getType() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Get the ID type.
getType() - Method in class org.apache.hudi.common.util.hash.PartitionIndexID
 
getUpdates() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
getUpserts() - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
getUri() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Gets the value of the 'uri' field.
getUri() - Method in class org.apache.hudi.avro.model.HoodiePath
Gets the value of the 'uri' field.
getUri() - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
getUri() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getUri() - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
getUri() - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
getUrlEncodePartitioning() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getUsed() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getUserAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Gets the value of the 'userAction' field.
getUserAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Gets the value of the 'userAction' field.
getUTF8Bytes(T) - Method in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
Since Bloom Filter ingests record-keys represented as UTF8 encoded byte string, this method have to be implemented for converting the original record key into one
getValue() - Method in class org.apache.hudi.avro.model.BooleanWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.BooleanWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.BytesWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.BytesWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.DateWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.DateWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.DecimalWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.DecimalWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.DoubleWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.DoubleWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.FloatWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.FloatWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.IntWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.IntWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.LongWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.LongWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.StringWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.StringWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper.Builder
Gets the value of the 'value' field.
getValue() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Gets the value of the 'value' field.
getValue() - Method in enum org.apache.hudi.common.index.HoodieIndexType
 
getValue() - Method in class org.apache.hudi.common.metrics.Counter
 
getValue() - Method in interface org.apache.hudi.common.metrics.Metric
 
getValue() - Method in class org.apache.hudi.common.model.ConsistentHashingNode
 
getValue() - Method in enum org.apache.hudi.common.model.HoodieOperation
 
getValue() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap.FileEntry
 
getValue() - Method in class org.apache.hudi.common.util.collection.Pair
Gets the value from this pair.
getValue() - Method in class org.apache.hudi.common.util.Either.EitherLeft
 
getValue() - Method in class org.apache.hudi.common.util.Either.EitherRight
 
getValue() - Method in class org.apache.hudi.common.util.Either
 
getValueCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Gets the value of the 'valueCount' field.
getValueCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Gets the value of the 'valueCount' field.
getValueCount() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
getValueToEnumMap(Class<EnumT>, Function<EnumT, String>) - Static method in class org.apache.hudi.common.util.TypeUtils
Maps values from the provided Enum's Class into corresponding values, extracted by provided valueMapper
getVersion() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodiePath
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
getVersion() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getVersion() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
getVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
getVisibleCommitsAndCompactionTimeline() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Return Only Commits and Compaction timeline for building file-groups.
getWorkingDirectory() - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
getWorkingDirectory() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getWorkingDirectory() - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
getWorkingDirectory() - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
getWritePartitionPaths() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getWriterSchema(Map<HoodieLogBlock.HeaderMetadataType, String>) - Static method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getWriteStats(String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getWriteStats() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getWriteSupport() - Method in class org.apache.hudi.io.storage.HoodieParquetConfig
 
getWriteTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
getWriteTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getWriteTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Timeline to just include commits (commit/deltacommit), compaction and replace actions.
getWriteTokenFromLogPath(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Get Write-Token used in log-path.
getWrittenPartitions(HoodieTimeline) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Returns partitions that have new data strictly after commitTime.
getXAttr(Path, String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getXAttrs(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getXAttrs(Path, List<String>) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
getXXHash32(String, int) - Static method in class org.apache.hudi.common.util.hash.HashID
 
getXXHash32(byte[], int) - Static method in class org.apache.hudi.common.util.hash.HashID
 
globStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
globStatus(Path, PathFilter) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
globStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
globStatus(Path, PathFilter) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
GREATER_THAN - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
GREATER_THAN_OR_EQUALS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
groupByKey() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
groupByKey() - Method in interface org.apache.hudi.common.data.HoodiePairData
Groups the values for each key in the dataset into a single sequence
gteqAvro1_10() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
gteqAvro1_9() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 

H

hadoopConf - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
hadoopConf - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
hasAccessTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'accessTime' field has been set.
hasAction() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Checks whether the 'action' field has been set.
hasAction() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Checks whether the 'action' field has been set.
hasActionState() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'actionState' field has been set.
hasActionType() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'actionType' field has been set.
hasBaseInstantTime() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'baseInstantTime' field has been set.
hasBlockReplication() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'blockReplication' field has been set.
hasBlockSize() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'blockSize' field has been set.
hasBloomFilter() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Checks whether the 'bloomFilter' field has been set.
hasBloomFilterMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'BloomFilterMetadata' field has been set.
hasBloomFilterMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'BloomFilterMetadata' field has an active Builder instance Metadata Index of bloom filters for all data files in the user table
hasBootstrapBasePath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Checks whether the 'bootstrapBasePath' field has been set.
hasBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'bootstrapFilePath' field has been set.
hasBootstrapFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Checks whether the 'bootstrapFilePath' field has been set.
hasBootstrapFileStatus() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Checks whether the 'bootstrapFileStatus' field has been set.
hasBootstrapFileStatusBuilder() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Checks whether the 'bootstrapFileStatus' field has an active Builder instance
hasBootstrapPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'bootstrapPartitionMetadata' field has been set.
hasBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Checks whether the 'bootstrapPartitionPath' field has been set.
hasBootstrapPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Checks whether the 'bootstrapPartitionPath' field has been set.
hasCandidate() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Checks whether the 'candidate' field has been set.
hasClusteringPlan() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Checks whether the 'clusteringPlan' field has been set.
hasClusteringPlanBuilder() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Checks whether the 'clusteringPlan' field has an active Builder instance
hasColumnName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'columnName' field has been set.
hasColumnStatsMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'ColumnStatsMetadata' field has been set.
hasColumnStatsMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'ColumnStatsMetadata' field has an active Builder instance Metadata Index of column statistics for all data files in the user table
hasComments() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Checks whether the 'comments' field has been set.
hasCommitsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'commitsRollback' field has been set.
hasCommitTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'commitTime' field has been set.
hasCommitTime() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Checks whether the 'commitTime' field has been set.
hasConstructor(String, Class<?>[]) - Static method in class org.apache.hudi.common.util.ReflectionUtils
Check if the clazz has the target constructor or not.
hasContent() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasContentLength() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasCreatedTimestamp() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Checks whether the 'createdTimestamp' field has been set.
hasCustomCoders() - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.BytesWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.DateWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.FloatWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodiePath
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.IntWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.LongWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.StringWrapper
 
hasCustomCoders() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
hasDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'dataFilePath' field has been set.
hasDataFilePath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Checks whether the 'dataFilePath' field has been set.
hasDefaultValue() - Method in class org.apache.hudi.common.config.ConfigProperty
 
hasDeletePathPatterns() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Checks whether the 'deletePathPatterns' field has been set.
hasDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'deltaFilePaths' field has been set.
hasDeltaFilePaths() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Checks whether the 'deltaFilePaths' field has been set.
hasEarliestCommitToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'earliestCommitToRetain' field has been set.
hasEarliestInstantToRetain() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'earliestInstantToRetain' field has been set.
hasEarliestInstantToRetainBuilder() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'earliestInstantToRetain' field has an active Builder instance
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Checks whether the 'extraMetadata' field has been set.
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Checks whether the 'extraMetadata' field has been set.
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Checks whether the 'extraMetadata' field has been set.
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Checks whether the 'extraMetadata' field has been set.
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Checks whether the 'extraMetadata' field has been set.
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Checks whether the 'extraMetadata' field has been set.
hasFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Checks whether the 'failedDeleteFiles' field has been set.
hasFailedDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Checks whether the 'failedDeleteFiles' field has been set.
hasFileId() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'fileId' field has been set.
hasFileId() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Checks whether the 'fileId' field has been set.
hasFileId() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Checks whether the 'fileId' field has been set.
hasFileId() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'fileId' field has been set.
hasFileIdToBootstrapFile() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Checks whether the 'fileIdToBootstrapFile' field has been set.
hasFileName() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'fileName' field has been set.
hasFilePath() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Checks whether the 'filePath' field has been set.
hasFilePathsToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'filePathsToBeDeletedPerPartition' field has been set.
hasFileSizeInBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'fileSizeInBytes' field has been set.
hasFilesToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Checks whether the 'filesToBeDeleted' field has been set.
hasFilesToBeDeletedPerPartition() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'filesToBeDeletedPerPartition' field has been set.
hasFilesystemMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'filesystemMetadata' field has been set.
hasFooter() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasGroup() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'group' field has been set.
hasGroupAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Checks whether the 'groupAction' field has been set.
hash(String, HashID.Size) - Static method in class org.apache.hudi.common.util.hash.HashID
Get the hash value for a string message and for the desired @HashID.Size.
hash(byte[], HashID.Size) - Static method in class org.apache.hudi.common.util.hash.HashID
Get the hash value for a byte array and for the desired @HashID.Size.
HASH_VALUE_MASK - Static variable in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
Upper-bound of the hash value
hashCode() - Method in class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
hashCode() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
hashCode() - Method in class org.apache.hudi.common.model.BaseFile
 
hashCode() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
hashCode() - Method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
hashCode() - Method in class org.apache.hudi.common.model.ClusteringOperation
 
hashCode() - Method in class org.apache.hudi.common.model.CompactionOperation
 
hashCode() - Method in class org.apache.hudi.common.model.DeleteRecord
 
hashCode() - Method in class org.apache.hudi.common.model.FileSlice
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieKey
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieRecord
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
hashCode() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
hashCode() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
hashCode() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
hashCode() - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
hashCode() - Method in class org.apache.hudi.common.util.collection.Pair
Returns a suitable hash code.
hashCode() - Method in class org.apache.hudi.common.util.collection.Triple
Returns a suitable hash code.
hashCode() - Method in class org.apache.hudi.common.util.Option
 
hashCode() - Method in class org.apache.hudi.internal.schema.InternalSchema
 
hashCode() - Method in class org.apache.hudi.internal.schema.Type.PrimitiveType
 
hashCode() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
hashCode() - Method in class org.apache.hudi.internal.schema.Types.DecimalType
 
hashCode() - Method in class org.apache.hudi.internal.schema.Types.Field
 
hashCode() - Method in class org.apache.hudi.internal.schema.Types.FixedType
 
hashCode() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
hashCode() - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
hashCode() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
hasHeader() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
HashID - Class in org.apache.hudi.common.util.hash
A stateless Hash class which generates ID for the desired bit count.
HashID() - Constructor for class org.apache.hudi.common.util.hash.HashID
 
HashID.Size - Enum in org.apache.hudi.common.util.hash
Represents HashID size in bits.
HASHING_METADATA_FILE_SUFFIX - Static variable in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
HASHING_METADATA_FOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
hasHoodieCleanerPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCleanerPlan' field has been set.
hasHoodieCleanerPlanBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCleanerPlan' field has an active Builder instance
hasHoodieCleanMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCleanMetadata' field has been set.
hasHoodieCleanMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCleanMetadata' field has an active Builder instance
hasHoodieCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCommitMetadata' field has been set.
hasHoodieCommitMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCommitMetadata' field has an active Builder instance
hasHoodieCompactionMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCompactionMetadata' field has been set.
hasHoodieCompactionMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCompactionMetadata' field has an active Builder instance
hasHoodieCompactionPlan() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCompactionPlan' field has been set.
hasHoodieCompactionPlanBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieCompactionPlan' field has an active Builder instance
hasHoodieIndexCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieIndexCommitMetadata' field has been set.
hasHoodieIndexCommitMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieIndexCommitMetadata' field has an active Builder instance
hasHoodieInflightReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'HoodieInflightReplaceMetadata' field has been set.
hasHoodieInflightReplaceMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'HoodieInflightReplaceMetadata' field has an active Builder instance
hasHoodieReplaceCommitMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieReplaceCommitMetadata' field has been set.
hasHoodieReplaceCommitMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieReplaceCommitMetadata' field has an active Builder instance
hasHoodieRequestedReplaceMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieRequestedReplaceMetadata' field has been set.
hasHoodieRequestedReplaceMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieRequestedReplaceMetadata' field has an active Builder instance
hasHoodieRestoreMetadata() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Checks whether the 'hoodieRestoreMetadata' field has been set.
hasHoodieRollbackMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieRollbackMetadata' field has been set.
hasHoodieRollbackMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieRollbackMetadata' field has an active Builder instance
hasHoodieSavePointMetadata() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieSavePointMetadata' field has been set.
hasHoodieSavePointMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'hoodieSavePointMetadata' field has an active Builder instance
hasHoodieWriteStat() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Checks whether the 'hoodieWriteStat' field has been set.
hasHoodieWriteStatBuilder() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Checks whether the 'hoodieWriteStat' field has an active Builder instance
hasIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Checks whether the 'indexPartitionInfos' field has been set.
hasIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Checks whether the 'indexPartitionInfos' field has been set.
hasIndexUptoInstant() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Checks whether the 'indexUptoInstant' field has been set.
hasInputGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Checks whether the 'inputGroups' field has been set.
hasInstantsRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'instantsRollback' field has been set.
hasInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Checks whether the 'instantsToRollback' field has been set.
hasInstantsToRollback() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Checks whether the 'instantsToRollback' field has been set.
hasInstantToRollback() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Checks whether the 'instantToRollback' field has been set.
hasInstantToRollbackBuilder() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Checks whether the 'instantToRollback' field has an active Builder instance Hoodie instant that needs to be rolled back
hasIsBootstrapBaseFile() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Checks whether the 'isBootstrapBaseFile' field has been set.
hasIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Checks whether the 'isDeleted' field has been set.
hasIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'isDeleted' field has been set.
hasIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Checks whether the 'isDeleted' field has been set.
hasIsDir() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'isDir' field has been set.
hasIsPartitionDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Checks whether the 'isPartitionDeleted' field has been set.
hasKey() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'key' field has been set.
hasLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'lastCompletedCommitTimestamp' field has been set.
hasLastCompletedCommitTimestamp() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'lastCompletedCommitTimestamp' field has been set.
hasLatestBaseInstant() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Checks whether the 'latestBaseInstant' field has been set.
hasLength() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'length' field has been set.
hasLogBlockLength() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasLogBlocksToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Checks whether the 'logBlocksToBeDeleted' field has been set.
hasMagicHeader() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasMaxValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'maxValue' field has been set.
hasMergedArchiveFileName() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Checks whether the 'mergedArchiveFileName' field has been set.
hasMetadataPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Checks whether the 'metadataPartitionPath' field has been set.
hasMetrics() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Checks whether the 'metrics' field has been set.
hasMetrics() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'metrics' field has been set.
hasMinValue() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'minValue' field has been set.
hasModificationTime() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'modificationTime' field has been set.
hasNext() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
hasNext() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
hasNext() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
hasNext() - Method in class org.apache.hudi.common.util.OrcReaderIterator
 
hasNext() - Method in class org.apache.hudi.common.util.ParquetReaderIterator
 
hasNullCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'nullCount' field has been set.
hasNumDeletes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'numDeletes' field has been set.
hasNumInserts() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'numInserts' field has been set.
hasNumKeys() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Checks whether the 'numKeys' field has been set.
hasNumOutputFileGroups() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Checks whether the 'numOutputFileGroups' field has been set.
hasNumUpdateWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'numUpdateWrites' field has been set.
hasNumWrites() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'numWrites' field has been set.
hasOperationField() - Method in class org.apache.hudi.common.table.TableSchemaResolver
NOTE: This method could only be used in tests
hasOperations() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Checks whether the 'operations' field has been set.
hasOperationType() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Checks whether the 'operationType' field has been set.
hasOperationType() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Checks whether the 'operationType' field has been set.
hasOperationType() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Checks whether the 'operationType' field has been set.
hasOperationType() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Checks whether the 'operationType' field has been set.
hasOrdinal() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasOtherAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Checks whether the 'otherAction' field has been set.
hasOwner() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'owner' field has been set.
hasPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'partitionMetadata' field has been set.
hasPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'partitionMetadata' field has been set.
hasPartitionMetadata() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Checks whether the 'partitionMetadata' field has been set.
hasPartitionMetadata(FileSystem, Path) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'partitionPath' field has been set.
hasPartitionsToBeDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'partitionsToBeDeleted' field has been set.
hasPartitionToCompactionWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata.Builder
Checks whether the 'partitionToCompactionWriteStats' field has been set.
hasPartitionToReplaceFileIds() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Checks whether the 'partitionToReplaceFileIds' field has been set.
hasPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Checks whether the 'partitionToWriteStats' field has been set.
hasPartitionToWriteStats() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Checks whether the 'partitionToWriteStats' field has been set.
hasPath() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'path' field has been set.
hasPath() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'path' field has been set.
hasPathBuilder() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'path' field has an active Builder instance
hasPermission() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'permission' field has been set.
hasPermissionBuilder() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'permission' field has an active Builder instance
hasPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'policy' field has been set.
hasPolicy() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Checks whether the 'policy' field has been set.
hasPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Checks whether the 'preserveHoodieMetadata' field has been set.
hasPrev() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
hasPrev is not idempotent.
hasPrev() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Reader
Read log file in reverse order and check if prev block is present.
hasPrev() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
hasPrevCommit() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'prevCommit' field has been set.
hasRestoreInstantInfo() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Checks whether the 'restoreInstantInfo' field has been set.
hasRollbackLogFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Checks whether the 'rollbackLogFiles' field has been set.
hasRollbackRequests() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Checks whether the 'RollbackRequests' field has been set.
hasSavepointDataFile() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Checks whether the 'savepointDataFile' field has been set.
hasSavepointedAt() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Checks whether the 'savepointedAt' field has been set.
hasSavepointedBy() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Checks whether the 'savepointedBy' field has been set.
hasSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Checks whether the 'size' field has been set.
hasSlices() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Checks whether the 'slices' field has been set.
hasStartCleanTime() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'startCleanTime' field has been set.
hasStartRestoreTime() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Checks whether the 'startRestoreTime' field has been set.
hasStartRollbackTime() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'startRollbackTime' field has been set.
hasState() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Checks whether the 'state' field has been set.
hasStickyBit() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Checks whether the 'stickyBit' field has been set.
hasStrategy() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Checks whether the 'strategy' field has been set.
hasStrategyBuilder() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Checks whether the 'strategy' field has an active Builder instance
hasStrategyClassName() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Checks whether the 'strategyClassName' field has been set.
hasStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Checks whether the 'strategyParams' field has been set.
hasSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Checks whether the 'successDeleteFiles' field has been set.
hasSuccessDeleteFiles() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Checks whether the 'successDeleteFiles' field has been set.
hasSymlink() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'symlink' field has been set.
hasSymlinkBuilder() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'symlink' field has an active Builder instance
hasTimestamp() - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Checks whether the 'timestamp' field has been set.
hasTimestamp() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Checks whether the 'timestamp' field has been set.
hasTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'timeTakenInMillis' field has been set.
hasTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Checks whether the 'timeTakenInMillis' field has been set.
hasTimeTakenInMillis() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'timeTakenInMillis' field has been set.
hasTotalCorruptLogBlock() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalCorruptLogBlock' field has been set.
hasTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'totalFilesDeleted' field has been set.
hasTotalFilesDeleted() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'totalFilesDeleted' field has been set.
hasTotalLogBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalLogBlocks' field has been set.
hasTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Checks whether the 'totalLogFiles' field has been set.
hasTotalLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalLogFiles' field has been set.
hasTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Checks whether the 'totalLogRecords' field has been set.
hasTotalLogRecords() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalLogRecords' field has been set.
hasTotalRollbackBlocks() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalRollbackBlocks' field has been set.
hasTotalSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'totalSize' field has been set.
hasTotalUncompressedSize() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'totalUncompressedSize' field has been set.
hasTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Checks whether the 'totalUpdatedRecordsCompacted' field has been set.
hasTotalUpdatedRecordsCompacted() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalUpdatedRecordsCompacted' field has been set.
hasTotalWriteBytes() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalWriteBytes' field has been set.
hasTotalWriteErrors() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Checks whether the 'totalWriteErrors' field has been set.
hasType() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Checks whether the 'type' field has been set.
hasType() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'type' field has been set.
hasUri() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Checks whether the 'uri' field has been set.
hasUserAction() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Checks whether the 'userAction' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.BooleanWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.BytesWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.DateWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.DecimalWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.DoubleWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.FloatWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.IntWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.LongWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.StringWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper.Builder
Checks whether the 'value' field has been set.
hasValue() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper.Builder
Checks whether the 'value' field has been set.
hasValueCount() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Checks whether the 'valueCount' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Checks whether the 'version' field has been set.
hasVersion() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Checks whether the 'version' field has been set.
HEARTBEAT_FOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
HFileBootstrapIndex - Class in org.apache.hudi.common.bootstrap.index
Maintains mapping from skeleton file id to external bootstrap file.
HFileBootstrapIndex(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
HFileBootstrapIndex.HFileBootstrapIndexReader - Class in org.apache.hudi.common.bootstrap.index
HFile Based Index Reader.
HFileBootstrapIndex.HFileBootstrapIndexWriter - Class in org.apache.hudi.common.bootstrap.index
Bootstrap Index Writer to build bootstrap index.
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.
HFileBootstrapIndexReader(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HFileBootstrapIndexReader
 
HIVE_DATABASE_NAME_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
HIVE_DATABASE_NAME_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
HIVE_METASTORE_LOCK_PROPERTY_PREFIX - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
HIVE_METASTORE_URI_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
HIVE_METASTORE_URI_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
HIVE_STYLE_PARTITIONING_ENABLE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
HIVE_STYLE_PARTITIONING_ENABLE - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
HIVE_STYLE_PARTITIONING_OPT_KEY - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
HIVE_TABLE_NAME_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
HIVE_TABLE_NAME_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
hiveStylePartitioning - Variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
HOODIE_ARCHIVELOG_FOLDER_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_ASSUME_DATE_PARTITIONING_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
HOODIE_AVRO_BLOOM_FILTER_METADATA_KEY - Static variable in class org.apache.hudi.avro.HoodieAvroWriteSupport
 
HOODIE_BASE_FILE_FORMAT_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_BLOOM_FILTER_TYPE_CODE - Static variable in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
HOODIE_BOOTSTRAP_BASE_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_BOOTSTRAP_INDEX_CLASS_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_IS_DELETED - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
HOODIE_LOG_FILE_FORMAT_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_MAX_RECORD_KEY_FOOTER - Static variable in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
HOODIE_META_COLUMNS - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
HOODIE_META_COLUMNS_NAME_TO_POS - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
HOODIE_META_COLUMNS_WITH_OPERATION - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
HOODIE_MIN_RECORD_KEY_FOOTER - Static variable in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
HOODIE_PARTITION_METAFILE_PREFIX - Static variable in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
HOODIE_PAYLOAD_CLASS_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_PROPERTIES_FILE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
HOODIE_PROPERTIES_FILE_BACKUP - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
HOODIE_RO_FILE_FORMAT_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_RT_FILE_FORMAT_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_SCHEME_PREFIX - Static variable in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
HOODIE_TABLE_NAME_KEY - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
HOODIE_TABLE_NAME_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
Use HoodieTableConfig.NAME and its methods.
HOODIE_TABLE_PRECOMBINE_FIELD - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_TABLE_TYPE_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
Use HoodieTableConfig.TYPE and its methods.
HOODIE_TABLE_VERSION_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
Use HoodieTableConfig.VERSION and its methods.
HOODIE_TIMELINE_LAYOUT_VERSION - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
Deprecated.
HOODIE_WRITE_TABLE_NAME_KEY - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
HoodieAccumulator - Class in org.apache.hudi.common.data
An abstraction for accumulator on counts.
HoodieAccumulator() - Constructor for class org.apache.hudi.common.data.HoodieAccumulator
 
HoodieActionInstant - Class in org.apache.hudi.avro.model
 
HoodieActionInstant() - Constructor for class org.apache.hudi.avro.model.HoodieActionInstant
Default constructor.
HoodieActionInstant(String, String, String) - Constructor for class org.apache.hudi.avro.model.HoodieActionInstant
All-args constructor.
HoodieActionInstant.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieActionInstant instances.
HoodieActiveTimeline - Class in org.apache.hudi.common.table.timeline
Represents the Active Timeline for the Hoodie table.
HoodieActiveTimeline(HoodieTableMetaClient, Set<String>) - Constructor for class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
HoodieActiveTimeline(HoodieTableMetaClient, Set<String>, boolean) - Constructor for class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
HoodieActiveTimeline(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
HoodieActiveTimeline(HoodieTableMetaClient, boolean) - Constructor for class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
HoodieActiveTimeline() - Constructor for class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Deprecated. 
HoodieArchivedLogFile - Class in org.apache.hudi.common.model
The hoodie archived log file.
HoodieArchivedLogFile(FileStatus) - Constructor for class org.apache.hudi.common.model.HoodieArchivedLogFile
 
HoodieArchivedLogFile(Path) - Constructor for class org.apache.hudi.common.model.HoodieArchivedLogFile
 
HoodieArchivedMetaEntry - Class in org.apache.hudi.avro.model
 
HoodieArchivedMetaEntry() - Constructor for class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Default constructor.
HoodieArchivedMetaEntry(HoodieCommitMetadata, HoodieCleanMetadata, HoodieCompactionMetadata, HoodieRollbackMetadata, HoodieSavepointMetadata, String, String, Integer, HoodieCompactionPlan, HoodieCleanerPlan, String, HoodieReplaceCommitMetadata, HoodieRequestedReplaceMetadata, HoodieCommitMetadata, HoodieIndexCommitMetadata) - Constructor for class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
All-args constructor.
HoodieArchivedMetaEntry.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieArchivedMetaEntry instances.
HoodieArchivedTimeline - Class in org.apache.hudi.common.table.timeline
Represents the Archived Timeline for the Hoodie table.
HoodieArchivedTimeline(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
Loads all the archived instants.
HoodieArchivedTimeline(HoodieTableMetaClient, String) - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
Loads completed instants from startTs(inclusive).
HoodieArchivedTimeline() - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
Deprecated. 
HoodieArchivedTimeline.ArchiveFileVersionComparator - Class in org.apache.hudi.common.table.timeline
Sort files by reverse order of version suffix in file name.
HoodieAtomicLongAccumulator - Class in org.apache.hudi.common.data
An accumulator on counts based on AtomicLong implementation.
HoodieAvroDataBlock - Class in org.apache.hudi.common.table.log.block
HoodieAvroDataBlock contains a list of records serialized using Avro.
HoodieAvroDataBlock(FSDataInputStream, Option<byte[]>, boolean, HoodieLogBlock.HoodieLogBlockContentLocation, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, String, InternalSchema) - Constructor for class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
HoodieAvroDataBlock(FSDataInputStream, Option<byte[]>, boolean, HoodieLogBlock.HoodieLogBlockContentLocation, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
HoodieAvroDataBlock(List<IndexedRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
HoodieAvroDataBlock(List<IndexedRecord>, Schema) - Constructor for class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
Deprecated.
HoodieAvroPayload - Class in org.apache.hudi.common.model
This is a payload to wrap a existing Hoodie Avro Record.
HoodieAvroPayload(GenericRecord, Comparable<?>) - Constructor for class org.apache.hudi.common.model.HoodieAvroPayload
 
HoodieAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.HoodieAvroPayload
 
HoodieAvroRecord<T extends HoodieRecordPayload> - Class in org.apache.hudi.common.model
 
HoodieAvroRecord(HoodieKey, T) - Constructor for class org.apache.hudi.common.model.HoodieAvroRecord
 
HoodieAvroRecord(HoodieKey, T, HoodieOperation) - Constructor for class org.apache.hudi.common.model.HoodieAvroRecord
 
HoodieAvroRecord(HoodieRecord<T>) - Constructor for class org.apache.hudi.common.model.HoodieAvroRecord
 
HoodieAvroRecord() - Constructor for class org.apache.hudi.common.model.HoodieAvroRecord
 
HoodieAvroUtils - Class in org.apache.hudi.avro
Helper class to do common stuff across Avro.
HoodieAvroUtils() - Constructor for class org.apache.hudi.avro.HoodieAvroUtils
 
HoodieAvroWriteSupport - Class in org.apache.hudi.avro
Wrap AvroWriterSupport for plugging in the bloom filter.
HoodieAvroWriteSupport(MessageType, Schema, Option<BloomFilter>) - Constructor for class org.apache.hudi.avro.HoodieAvroWriteSupport
 
HoodieBackedTableMetadata - Class in org.apache.hudi.metadata
Table metadata provided by an internal DFS backed Hudi metadata table.
HoodieBackedTableMetadata(HoodieEngineContext, HoodieMetadataConfig, String, String) - Constructor for class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
HoodieBackedTableMetadata(HoodieEngineContext, HoodieMetadataConfig, String, String, boolean) - Constructor for class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
HoodieBaseFile - Class in org.apache.hudi.common.model
Hoodie base file - Represents metadata about Hudi file in DFS.
HoodieBaseFile(HoodieBaseFile) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseFile(FileStatus) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseFile(FileStatus, BaseFile) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseFile(String) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseFile(String, BaseFile) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseListData<T> - Class in org.apache.hudi.common.data
 
HoodieBaseListData(List<T>, boolean) - Constructor for class org.apache.hudi.common.data.HoodieBaseListData
 
HoodieBaseListData(Stream<T>, boolean) - Constructor for class org.apache.hudi.common.data.HoodieBaseListData
 
HoodieBloomFilterWriteSupport<T extends Comparable<T>> - Class in org.apache.hudi.avro
This is write-support utility base-class taking up handling of Adding record keys to the Bloom Filter Keeping track of min/max record key (w/in single file)
HoodieBloomFilterWriteSupport(BloomFilter) - Constructor for class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
HoodieBootstrapFilePartitionInfo - Class in org.apache.hudi.avro.model
 
HoodieBootstrapFilePartitionInfo() - Constructor for class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Default constructor.
HoodieBootstrapFilePartitionInfo(Integer, String, HoodieFileStatus, String) - Constructor for class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
All-args constructor.
HoodieBootstrapFilePartitionInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieBootstrapFilePartitionInfo instances.
HoodieBootstrapIndexInfo - Class in org.apache.hudi.avro.model
 
HoodieBootstrapIndexInfo() - Constructor for class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Default constructor.
HoodieBootstrapIndexInfo(Integer, String, Long, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
All-args constructor.
HoodieBootstrapIndexInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieBootstrapIndexInfo instances.
HoodieBootstrapPartitionMetadata - Class in org.apache.hudi.avro.model
 
HoodieBootstrapPartitionMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Default constructor.
HoodieBootstrapPartitionMetadata(Integer, String, String, Map<String, HoodieFileStatus>) - Constructor for class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
All-args constructor.
HoodieBootstrapPartitionMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieBootstrapPartitionMetadata instances.
HoodieCatalogException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie Catalog errors.
HoodieCatalogException() - Constructor for exception org.apache.hudi.exception.HoodieCatalogException
 
HoodieCatalogException(String) - Constructor for exception org.apache.hudi.exception.HoodieCatalogException
 
HoodieCatalogException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieCatalogException
 
HoodieCatalogException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieCatalogException
 
HoodieCleanerPlan - Class in org.apache.hudi.avro.model
 
HoodieCleanerPlan() - Constructor for class org.apache.hudi.avro.model.HoodieCleanerPlan
Default constructor.
HoodieCleanerPlan(HoodieActionInstant, String, String, Map<String, List<String>>, Integer, Map<String, List<HoodieCleanFileInfo>>, List<String>) - Constructor for class org.apache.hudi.avro.model.HoodieCleanerPlan
All-args constructor.
HoodieCleanerPlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCleanerPlan instances.
HoodieCleanFileInfo - Class in org.apache.hudi.avro.model
 
HoodieCleanFileInfo() - Constructor for class org.apache.hudi.avro.model.HoodieCleanFileInfo
Default constructor.
HoodieCleanFileInfo(String, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieCleanFileInfo
All-args constructor.
HoodieCleanFileInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCleanFileInfo instances.
HoodieCleaningPolicy - Enum in org.apache.hudi.common.model
Hoodie cleaning policies.
HoodieCleanMetadata - Class in org.apache.hudi.avro.model
 
HoodieCleanMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieCleanMetadata
Default constructor.
HoodieCleanMetadata(String, Long, Integer, String, String, Map<String, HoodieCleanPartitionMetadata>, Integer, Map<String, HoodieCleanPartitionMetadata>) - Constructor for class org.apache.hudi.avro.model.HoodieCleanMetadata
All-args constructor.
HoodieCleanMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCleanMetadata instances.
HoodieCleanPartitionMetadata - Class in org.apache.hudi.avro.model
 
HoodieCleanPartitionMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Default constructor.
HoodieCleanPartitionMetadata(String, String, List<String>, List<String>, List<String>, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
All-args constructor.
HoodieCleanPartitionMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCleanPartitionMetadata instances.
HoodieCleanStat - Class in org.apache.hudi.common
Collects stats about a single partition clean operation.
HoodieCleanStat(HoodieCleaningPolicy, String, List<String>, List<String>, List<String>, String, String) - Constructor for class org.apache.hudi.common.HoodieCleanStat
 
HoodieCleanStat(HoodieCleaningPolicy, String, List<String>, List<String>, List<String>, String, String, List<String>, List<String>, List<String>, boolean) - Constructor for class org.apache.hudi.common.HoodieCleanStat
 
HoodieCleanStat.Builder - Class in org.apache.hudi.common
A builder used to build HoodieCleanStat.
HoodieClusteringGroup - Class in org.apache.hudi.avro.model
 
HoodieClusteringGroup() - Constructor for class org.apache.hudi.avro.model.HoodieClusteringGroup
Default constructor.
HoodieClusteringGroup(List<HoodieSliceInfo>, Map<String, Double>, Integer, Map<String, String>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieClusteringGroup
All-args constructor.
HoodieClusteringGroup.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieClusteringGroup instances.
HoodieClusteringPlan - Class in org.apache.hudi.avro.model
 
HoodieClusteringPlan() - Constructor for class org.apache.hudi.avro.model.HoodieClusteringPlan
Default constructor.
HoodieClusteringPlan(List<HoodieClusteringGroup>, HoodieClusteringStrategy, Map<String, String>, Integer, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieClusteringPlan
All-args constructor.
HoodieClusteringPlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieClusteringPlan instances.
HoodieClusteringStrategy - Class in org.apache.hudi.avro.model
 
HoodieClusteringStrategy() - Constructor for class org.apache.hudi.avro.model.HoodieClusteringStrategy
Default constructor.
HoodieClusteringStrategy(String, Map<String, String>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieClusteringStrategy
All-args constructor.
HoodieClusteringStrategy.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieClusteringStrategy instances.
HoodieColumnRangeMetadata<T extends Comparable> - Class in org.apache.hudi.common.model
Hoodie metadata for the column range of data stored in columnar format (like Parquet) NOTE: Comparable is used as raw-type so that we can handle polymorphism, where caller apriori is not aware of the type HoodieColumnRangeMetadata is associated with
HoodieCommandBlock - Class in org.apache.hudi.common.table.log.block
Command block issues a specific command to the scanner.
HoodieCommandBlock(Map<HoodieLogBlock.HeaderMetadataType, String>) - Constructor for class org.apache.hudi.common.table.log.block.HoodieCommandBlock
 
HoodieCommandBlock(Option<byte[]>, FSDataInputStream, boolean, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>) - Constructor for class org.apache.hudi.common.table.log.block.HoodieCommandBlock
 
HoodieCommandBlock.HoodieCommandBlockTypeEnum - Enum in org.apache.hudi.common.table.log.block
Hoodie command block type enum.
HoodieCommitMetadata - Class in org.apache.hudi.avro.model
 
HoodieCommitMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieCommitMetadata
Default constructor.
HoodieCommitMetadata(Map<String, List<HoodieWriteStat>>, Map<String, String>, Integer, String) - Constructor for class org.apache.hudi.avro.model.HoodieCommitMetadata
All-args constructor.
HoodieCommitMetadata - Class in org.apache.hudi.common.model
All the metadata that gets stored along with a commit.
HoodieCommitMetadata() - Constructor for class org.apache.hudi.common.model.HoodieCommitMetadata
 
HoodieCommitMetadata(boolean) - Constructor for class org.apache.hudi.common.model.HoodieCommitMetadata
 
HoodieCommitMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCommitMetadata instances.
HoodieCommonConfig - Class in org.apache.hudi.common.config
 
HoodieCommonConfig.Builder - Class in org.apache.hudi.common.config
 
HoodieCompactException - Exception in org.apache.hudi.exception
 
HoodieCompactException(String) - Constructor for exception org.apache.hudi.exception.HoodieCompactException
 
HoodieCompactException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieCompactException
 
HoodieCompactionMetadata - Class in org.apache.hudi.avro.model
 
HoodieCompactionMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieCompactionMetadata
Default constructor.
HoodieCompactionMetadata(Map<String, List<HoodieCompactionWriteStat>>) - Constructor for class org.apache.hudi.avro.model.HoodieCompactionMetadata
All-args constructor.
HoodieCompactionMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCompactionMetadata instances.
HoodieCompactionOperation - Class in org.apache.hudi.avro.model
 
HoodieCompactionOperation() - Constructor for class org.apache.hudi.avro.model.HoodieCompactionOperation
Default constructor.
HoodieCompactionOperation(String, List<String>, String, String, String, Map<String, Double>, String) - Constructor for class org.apache.hudi.avro.model.HoodieCompactionOperation
All-args constructor.
HoodieCompactionOperation.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCompactionOperation instances.
HoodieCompactionPlan - Class in org.apache.hudi.avro.model
 
HoodieCompactionPlan() - Constructor for class org.apache.hudi.avro.model.HoodieCompactionPlan
Default constructor.
HoodieCompactionPlan(List<HoodieCompactionOperation>, Map<String, String>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieCompactionPlan
All-args constructor.
HoodieCompactionPlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCompactionPlan instances.
HoodieCompactionWriteStat - Class in org.apache.hudi.avro.model
 
HoodieCompactionWriteStat() - Constructor for class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Default constructor.
HoodieCompactionWriteStat(String, Long, Long, Long, HoodieWriteStat) - Constructor for class org.apache.hudi.avro.model.HoodieCompactionWriteStat
All-args constructor.
HoodieCompactionWriteStat.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCompactionWriteStat instances.
HoodieConfig - Class in org.apache.hudi.common.config
This class deals with ConfigProperty and provides get/set functionalities.
HoodieConfig() - Constructor for class org.apache.hudi.common.config.HoodieConfig
 
HoodieConfig(Properties) - Constructor for class org.apache.hudi.common.config.HoodieConfig
 
HoodieConsistentHashingMetadata - Class in org.apache.hudi.common.model
All the metadata that is used for consistent hashing bucket index
HoodieConsistentHashingMetadata(short, String, String, int, int, List<ConsistentHashingNode>) - Constructor for class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
HoodieConsistentHashingMetadata(String, int) - Constructor for class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
Construct default metadata with all bucket's file group uuid initialized
HoodieCorruptBlock - Class in org.apache.hudi.common.table.log.block
Corrupt block is emitted whenever the scanner finds the length of the block written at the beginning does not match (did not find a EOF or a sync marker after the length).
HoodieCorruptBlock(Option<byte[]>, FSDataInputStream, boolean, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>) - Constructor for class org.apache.hudi.common.table.log.block.HoodieCorruptBlock
 
HoodieCorruptedDataException - Exception in org.apache.hudi.exception
Exception thrown when any data corruption happens when reading/writing from temporary disk.
HoodieCorruptedDataException(String) - Constructor for exception org.apache.hudi.exception.HoodieCorruptedDataException
 
HoodieCorruptedDataException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieCorruptedDataException
 
HoodieData<T> - Interface in org.apache.hudi.common.data
An interface abstracting a container holding a collection of objects of type T allowing to perform common transformation on it.
HoodieDataBlock - Class in org.apache.hudi.common.table.log.block
DataBlock contains a list of records serialized using formats compatible with the base file format.
HoodieDataBlock(List<IndexedRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieDataBlock
NOTE: This ctor is used on the write-path (ie when records ought to be written into the log)
HoodieDataBlock(Option<byte[]>, FSDataInputStream, boolean, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, String, boolean) - Constructor for class org.apache.hudi.common.table.log.block.HoodieDataBlock
NOTE: This ctor is used on the write-path (ie when records ought to be written into the log)
HoodieDataBlock(Option<byte[]>, FSDataInputStream, boolean, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, String, boolean, InternalSchema) - Constructor for class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
HoodieDebeziumAvroPayloadException - Exception in org.apache.hudi.exception
 
HoodieDebeziumAvroPayloadException(String) - Constructor for exception org.apache.hudi.exception.HoodieDebeziumAvroPayloadException
 
HoodieDefaultTimeline - Class in org.apache.hudi.common.table.timeline
HoodieDefaultTimeline is a default implementation of the HoodieTimeline.
HoodieDefaultTimeline(Stream<HoodieInstant>, Function<HoodieInstant, Option<byte[]>>) - Constructor for class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
HoodieDefaultTimeline() - Constructor for class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Deprecated. 
HoodieDeleteBlock - Class in org.apache.hudi.common.table.log.block
Delete block contains a list of keys to be deleted from scanning the blocks so far.
HoodieDeleteBlock(DeleteRecord[], Map<HoodieLogBlock.HeaderMetadataType, String>) - Constructor for class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
HoodieDeleteBlock(Option<byte[]>, FSDataInputStream, boolean, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>) - Constructor for class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
HoodieDeltaWriteStat - Class in org.apache.hudi.common.model
Statistics about a single Hoodie delta log operation.
HoodieDeltaWriteStat() - Constructor for class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
HoodieDuplicateKeyException - Exception in org.apache.hudi.exception
Exception throws when insert a duplicate key to the table using sql insert statement.
HoodieDuplicateKeyException(String) - Constructor for exception org.apache.hudi.exception.HoodieDuplicateKeyException
 
HoodieDynamicBoundedBloomFilter - Class in org.apache.hudi.common.bloom
Hoodie's dynamic bloom bounded bloom filter.
HoodieDynamicBoundedBloomFilter(String, BloomFilterTypeCode) - Constructor for class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
Generate HoodieDynamicBoundedBloomFilter from the given serString serialized string.
HoodieEngineContext - Class in org.apache.hudi.common.engine
Base class contains the context information needed by the engine at runtime.
HoodieEngineContext(SerializableConfiguration, TaskContextSupplier) - Constructor for class org.apache.hudi.common.engine.HoodieEngineContext
 
HoodieException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie failures.
HoodieException() - Constructor for exception org.apache.hudi.exception.HoodieException
 
HoodieException(String) - Constructor for exception org.apache.hudi.exception.HoodieException
 
HoodieException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieException
 
HoodieException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieException
 
HoodieFailedWritesCleaningPolicy - Enum in org.apache.hudi.common.model
Policy controlling how to perform cleaning for failed writes.
HoodieFileFormat - Enum in org.apache.hudi.common.model
Hoodie file format.
HoodieFileGroup - Class in org.apache.hudi.common.model
A set of data/base files + set of log files, that make up an unit for all operations.
HoodieFileGroup(HoodieFileGroup) - Constructor for class org.apache.hudi.common.model.HoodieFileGroup
 
HoodieFileGroup(String, String, HoodieTimeline) - Constructor for class org.apache.hudi.common.model.HoodieFileGroup
 
HoodieFileGroup(HoodieFileGroupId, HoodieTimeline) - Constructor for class org.apache.hudi.common.model.HoodieFileGroup
 
HoodieFileGroupId - Class in org.apache.hudi.common.model
Unique ID to identify a file-group in a data-set.
HoodieFileGroupId(String, String) - Constructor for class org.apache.hudi.common.model.HoodieFileGroupId
 
HoodieFileReader<R extends org.apache.avro.generic.IndexedRecord> - Interface in org.apache.hudi.io.storage
 
HoodieFileReaderFactory - Class in org.apache.hudi.io.storage
 
HoodieFileReaderFactory() - Constructor for class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
HoodieFileStatus - Class in org.apache.hudi.avro.model
 
HoodieFileStatus() - Constructor for class org.apache.hudi.avro.model.HoodieFileStatus
Default constructor.
HoodieFileStatus(Integer, HoodiePath, Long, Boolean, Integer, Long, Long, Long, HoodieFSPermission, String, String, HoodiePath) - Constructor for class org.apache.hudi.avro.model.HoodieFileStatus
All-args constructor.
HoodieFileStatus.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieFileStatus instances.
HoodieFSPermission - Class in org.apache.hudi.avro.model
 
HoodieFSPermission() - Constructor for class org.apache.hudi.avro.model.HoodieFSPermission
Default constructor.
HoodieFSPermission(Integer, String, String, String, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieFSPermission
All-args constructor.
HoodieFSPermission.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieFSPermission instances.
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
 
HoodieHeartbeatException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie hearbeat failures.
HoodieHeartbeatException() - Constructor for exception org.apache.hudi.exception.HoodieHeartbeatException
 
HoodieHeartbeatException(String) - Constructor for exception org.apache.hudi.exception.HoodieHeartbeatException
 
HoodieHeartbeatException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieHeartbeatException
 
HoodieHeartbeatException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieHeartbeatException
 
HoodieHFileDataBlock - Class in org.apache.hudi.common.table.log.block
HoodieHFileDataBlock contains a list of records stored inside an HFile format.
HoodieHFileDataBlock(FSDataInputStream, Option<byte[]>, boolean, HoodieLogBlock.HoodieLogBlockContentLocation, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, boolean, Path) - Constructor for class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
HoodieHFileDataBlock(List<IndexedRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, Compression.Algorithm, Path) - Constructor for class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
HoodieHFileReader<R extends org.apache.avro.generic.IndexedRecord> - Class in org.apache.hudi.io.storage
NOTE: PLEASE READ DOCS & COMMENTS CAREFULLY BEFORE MAKING CHANGES
HoodieHFileReader(Configuration, Path, CacheConfig) - Constructor for class org.apache.hudi.io.storage.HoodieHFileReader
 
HoodieHFileReader(Configuration, Path, CacheConfig, FileSystem) - Constructor for class org.apache.hudi.io.storage.HoodieHFileReader
 
HoodieHFileReader(FileSystem, Path, byte[], Option<Schema>) - Constructor for class org.apache.hudi.io.storage.HoodieHFileReader
 
HoodieHFileReader(Path, HFile.Reader, Option<Schema>) - Constructor for class org.apache.hudi.io.storage.HoodieHFileReader
 
HoodieHFileUtils - Class in org.apache.hudi.io.storage
Util class for HFile reading and writing in Hudi
HoodieHFileUtils() - Constructor for class org.apache.hudi.io.storage.HoodieHFileUtils
 
HoodieIncompatibleSchemaException - Exception in org.apache.hudi.exception
Exception for incompatible schema.
HoodieIncompatibleSchemaException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieIncompatibleSchemaException
 
HoodieIncompatibleSchemaException(String) - Constructor for exception org.apache.hudi.exception.HoodieIncompatibleSchemaException
 
HoodieIndex - Class in org.apache.hudi.common.index
 
HoodieIndex() - Constructor for class org.apache.hudi.common.index.HoodieIndex
 
HoodieIndex(String, String[], HoodieIndexType, Map<String, Map<String, String>>, Map<String, String>) - Constructor for class org.apache.hudi.common.index.HoodieIndex
 
HoodieIndex.Builder - Class in org.apache.hudi.common.index
 
HoodieIndexCommitMetadata - Class in org.apache.hudi.avro.model
 
HoodieIndexCommitMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Default constructor.
HoodieIndexCommitMetadata(Integer, String, List<HoodieIndexPartitionInfo>) - Constructor for class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
All-args constructor.
HoodieIndexCommitMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieIndexCommitMetadata instances.
HoodieIndexException - Exception in org.apache.hudi.exception
Exception thrown for HoodieIndex related errors.
HoodieIndexException(String) - Constructor for exception org.apache.hudi.exception.HoodieIndexException
 
HoodieIndexException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieIndexException
 
HoodieIndexID - Class in org.apache.hudi.common.util.hash
A serializable ID that can be used to identify any Hoodie table fields and resources in the on-disk index.
HoodieIndexID() - Constructor for class org.apache.hudi.common.util.hash.HoodieIndexID
 
HoodieIndexID.Type - Enum in org.apache.hudi.common.util.hash
Supported ID types.
HoodieIndexPartitionInfo - Class in org.apache.hudi.avro.model
 
HoodieIndexPartitionInfo() - Constructor for class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Default constructor.
HoodieIndexPartitionInfo(Integer, String, String) - Constructor for class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
All-args constructor.
HoodieIndexPartitionInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieIndexPartitionInfo instances.
HoodieIndexPlan - Class in org.apache.hudi.avro.model
 
HoodieIndexPlan() - Constructor for class org.apache.hudi.avro.model.HoodieIndexPlan
Default constructor.
HoodieIndexPlan(Integer, List<HoodieIndexPartitionInfo>) - Constructor for class org.apache.hudi.avro.model.HoodieIndexPlan
All-args constructor.
HoodieIndexPlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieIndexPlan instances.
HoodieIndexType - Enum in org.apache.hudi.common.index
 
HoodieInstant - Class in org.apache.hudi.common.table.timeline
A Hoodie Instant represents a action done on a hoodie table.
HoodieInstant(FileStatus) - Constructor for class org.apache.hudi.common.table.timeline.HoodieInstant
Load the instant from the meta FileStatus.
HoodieInstant(boolean, String, String) - Constructor for class org.apache.hudi.common.table.timeline.HoodieInstant
 
HoodieInstant(HoodieInstant.State, String, String) - Constructor for class org.apache.hudi.common.table.timeline.HoodieInstant
 
HoodieInstant.State - Enum in org.apache.hudi.common.table.timeline
Instant State.
HoodieInstantInfo - Class in org.apache.hudi.avro.model
 
HoodieInstantInfo() - Constructor for class org.apache.hudi.avro.model.HoodieInstantInfo
Default constructor.
HoodieInstantInfo(String, String) - Constructor for class org.apache.hudi.avro.model.HoodieInstantInfo
All-args constructor.
HoodieInstantInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieInstantInfo instances.
HoodieInstantTimeGenerator - Class in org.apache.hudi.common.table.timeline
Utility class to generate and parse timestamps used in Instants.
HoodieInstantTimeGenerator() - Constructor for class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
HoodieIOException - Exception in org.apache.hudi.exception
Exception thrown for table IO-related failures.
HoodieIOException(String, IOException) - Constructor for exception org.apache.hudi.exception.HoodieIOException
 
HoodieIOException(String) - Constructor for exception org.apache.hudi.exception.HoodieIOException
 
HoodieJsonPayload - Class in org.apache.hudi.common
Hoodie json payload.
HoodieJsonPayload(String) - Constructor for class org.apache.hudi.common.HoodieJsonPayload
 
HoodieJsonToAvroConversionException(Object, String, Schema) - Constructor for exception org.apache.hudi.avro.MercifulJsonConverter.HoodieJsonToAvroConversionException
 
HoodieKey - Class in org.apache.hudi.common.model
HoodieKey consists of
HoodieKey() - Constructor for class org.apache.hudi.common.model.HoodieKey
 
HoodieKey(String, String) - Constructor for class org.apache.hudi.common.model.HoodieKey
 
HoodieKeyException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie Key Generator related errors.
HoodieKeyException(String) - Constructor for exception org.apache.hudi.exception.HoodieKeyException
 
HoodieKeyException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieKeyException
 
HoodieKVComparator() - Constructor for class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex.HoodieKVComparator
 
HoodieListData<T> - Class in org.apache.hudi.common.data
In-memory implementation of HoodieData holding internally a Stream of objects.
HoodieListPairData<K,V> - Class in org.apache.hudi.common.data
In-memory implementation of HoodiePairData holding internally a Stream of Pairs.
HoodieLocalEngineContext - Class in org.apache.hudi.common.engine
A java based engine context, use this implementation on the query engine integrations if needed.
HoodieLocalEngineContext(Configuration) - Constructor for class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
HoodieLocalEngineContext(Configuration, TaskContextSupplier) - Constructor for class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
HoodieLockException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie failures.
HoodieLockException(String) - Constructor for exception org.apache.hudi.exception.HoodieLockException
 
HoodieLockException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieLockException
 
HoodieLockException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieLockException
 
HoodieLogBlock - Class in org.apache.hudi.common.table.log.block
Abstract class defining a block in HoodieLogFile.
HoodieLogBlock(Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Option<byte[]>, FSDataInputStream, boolean) - Constructor for class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
HoodieLogBlock.FooterMetadataType - Enum in org.apache.hudi.common.table.log.block
Log Metadata footers abstraction for a HoodieLogBlock WARNING : This enum is serialized as the ordinal.
HoodieLogBlock.HeaderMetadataType - Enum in org.apache.hudi.common.table.log.block
Log Metadata headers abstraction for a HoodieLogBlock WARNING : This enum is serialized as the ordinal.
HoodieLogBlock.HoodieLogBlockContentLocation - Class in org.apache.hudi.common.table.log.block
This class is used to store the Location of the Content of a Log Block.
HoodieLogBlock.HoodieLogBlockType - Enum in org.apache.hudi.common.table.log.block
Type of the log block WARNING: This enum is serialized as the ordinal.
HoodieLogBlockContentLocation(Configuration, HoodieLogFile, long, long, long) - Constructor for class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
HoodieLogFile - Class in org.apache.hudi.common.model
Abstracts a single log file.
HoodieLogFile(HoodieLogFile) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile(FileStatus) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile(Path) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile(Path, Long) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile(String) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile.LogFileComparator - Class in org.apache.hudi.common.model
Comparator to order log-files.
HoodieLogFileReader - Class in org.apache.hudi.common.table.log
Scans a log file and provides block level iterator on the log file Loads the entire block contents in memory Can emit either a DataBlock, CommandBlock, DeleteBlock or CorruptBlock (if one is found).
HoodieLogFileReader(FileSystem, HoodieLogFile, Schema, int, boolean) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileReader(FileSystem, HoodieLogFile, Schema, int, boolean, boolean) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileReader(FileSystem, HoodieLogFile, Schema, int, boolean, boolean, boolean, String) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileReader(FileSystem, HoodieLogFile, Schema, int, boolean, boolean, boolean, String, InternalSchema) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFormat - Interface in org.apache.hudi.common.table.log
File Format for Hoodie Log Files.
HoodieLogFormat.LogFormatVersion - Class in org.apache.hudi.common.table.log
A set of feature flags associated with a log format.
HoodieLogFormat.Reader - Interface in org.apache.hudi.common.table.log
Reader interface which is an Iterator of HoodieLogBlock.
HoodieLogFormat.Writer - Interface in org.apache.hudi.common.table.log
Writer interface to allow appending block to this file format.
HoodieLogFormat.WriterBuilder - Class in org.apache.hudi.common.table.log
Builder class to construct the default log format writer.
HoodieLogFormatReader - Class in org.apache.hudi.common.table.log
Hoodie log format reader.
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.
HoodieMergeArchiveFilePlan - Class in org.apache.hudi.avro.model
 
HoodieMergeArchiveFilePlan() - Constructor for class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Default constructor.
HoodieMergeArchiveFilePlan(Integer, List<String>, String) - Constructor for class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
All-args constructor.
HoodieMergeArchiveFilePlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieMergeArchiveFilePlan instances.
HoodieMergedLogRecordScanner - Class in org.apache.hudi.common.table.log
Scans through all the blocks in a list of HoodieLogFile and builds up a compacted/merged list of records which will be used as a lookup table when merging the base columnar file with the redo log file.
HoodieMergedLogRecordScanner(FileSystem, String, List<String>, Schema, String, Long, boolean, boolean, int, String, Option<InstantRange>, ExternalSpillableMap.DiskMapType, boolean, boolean, boolean, Option<String>, InternalSchema) - Constructor for class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
HoodieMergedLogRecordScanner.Builder - Class in org.apache.hudi.common.table.log
Builder used to build HoodieUnMergedLogRecordScanner.
HoodieMetadataBloomFilter - Class in org.apache.hudi.avro.model
Data file bloom filter details
HoodieMetadataBloomFilter() - Constructor for class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Default constructor.
HoodieMetadataBloomFilter(String, String, ByteBuffer, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
All-args constructor.
HoodieMetadataBloomFilter.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieMetadataBloomFilter instances.
HoodieMetadataColumnStats - Class in org.apache.hudi.avro.model
Data file column statistics
HoodieMetadataColumnStats() - Constructor for class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Default constructor.
HoodieMetadataColumnStats(String, String, Object, Object, Long, Long, Long, Long, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieMetadataColumnStats
All-args constructor.
HoodieMetadataColumnStats.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieMetadataColumnStats instances.
HoodieMetadataConfig - Class in org.apache.hudi.common.config
Configurations used by the HUDI Metadata Table.
HoodieMetadataConfig.Builder - Class in org.apache.hudi.common.config
 
HoodieMetadataException - Exception in org.apache.hudi.exception
Exception thrown for table metadata related failures.
HoodieMetadataException(String, Exception) - Constructor for exception org.apache.hudi.exception.HoodieMetadataException
 
HoodieMetadataException(String) - Constructor for exception org.apache.hudi.exception.HoodieMetadataException
 
HoodieMetadataFileInfo - Class in org.apache.hudi.avro.model
 
HoodieMetadataFileInfo() - Constructor for class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Default constructor.
HoodieMetadataFileInfo(Long, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieMetadataFileInfo
All-args constructor.
HoodieMetadataFileInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieMetadataFileInfo instances.
HoodieMetadataFileSystemView - Class in org.apache.hudi.metadata
HoodieTableFileSystemView implementation that retrieved partition listings from the Metadata Table.
HoodieMetadataFileSystemView(HoodieTableMetaClient, HoodieTimeline, HoodieTableMetadata) - Constructor for class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
HoodieMetadataFileSystemView(HoodieEngineContext, HoodieTableMetaClient, HoodieTimeline, HoodieMetadataConfig) - Constructor for class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
HoodieMetadataMergedLogRecordReader - Class in org.apache.hudi.metadata
A HoodieMergedLogRecordScanner implementation which only merged records matching providing keys.
HoodieMetadataMergedLogRecordReader.Builder - Class in org.apache.hudi.metadata
Builder used to build HoodieMetadataMergedLogRecordScanner.
HoodieMetadataMetrics - Class in org.apache.hudi.metadata
 
HoodieMetadataMetrics(Registry) - Constructor for class org.apache.hudi.metadata.HoodieMetadataMetrics
 
HoodieMetadataPayload - Class in org.apache.hudi.metadata
MetadataTable records are persisted with the schema defined in HoodieMetadata.avsc.
HoodieMetadataPayload(GenericRecord, Comparable<?>) - Constructor for class org.apache.hudi.metadata.HoodieMetadataPayload
 
HoodieMetadataPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.metadata.HoodieMetadataPayload
 
HoodieMetadataPayload(String, int, Map<String, HoodieMetadataFileInfo>, HoodieMetadataBloomFilter, HoodieMetadataColumnStats) - Constructor for class org.apache.hudi.metadata.HoodieMetadataPayload
 
HoodieMetadataRecord - Class in org.apache.hudi.avro.model
A record saved within the Metadata Table
HoodieMetadataRecord() - Constructor for class org.apache.hudi.avro.model.HoodieMetadataRecord
Default constructor.
HoodieMetadataRecord(String, Integer, Map<String, HoodieMetadataFileInfo>, HoodieMetadataBloomFilter, HoodieMetadataColumnStats) - Constructor for class org.apache.hudi.avro.model.HoodieMetadataRecord
All-args constructor.
HoodieMetadataRecord.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieMetadataRecord instances.
HoodieMetadataWrapper - Class in org.apache.hudi.common.model
 
HoodieMetadataWrapper(HoodieArchivedMetaEntry) - Constructor for class org.apache.hudi.common.model.HoodieMetadataWrapper
 
HoodieMetadataWrapper(HoodieCommitMetadata) - Constructor for class org.apache.hudi.common.model.HoodieMetadataWrapper
 
HoodieMetastoreConfig - Class in org.apache.hudi.common.config
Configurations used by the HUDI Metastore.
HoodieMetastoreConfig() - Constructor for class org.apache.hudi.common.config.HoodieMetastoreConfig
 
HoodieMetastoreConfig.Builder - Class in org.apache.hudi.common.config
 
HoodieNotSupportedException - Exception in org.apache.hudi.exception
An exception throws when meet not supported operation.
HoodieNotSupportedException(String) - Constructor for exception org.apache.hudi.exception.HoodieNotSupportedException
 
HoodieOperation - Enum in org.apache.hudi.common.model
Represents the changes that a row can describe in a changelog.
HoodieOrcReader<R extends org.apache.avro.generic.IndexedRecord> - Class in org.apache.hudi.io.storage
 
HoodieOrcReader(Configuration, Path) - Constructor for class org.apache.hudi.io.storage.HoodieOrcReader
 
HoodiePairData<K,V> - Interface in org.apache.hudi.common.data
An abstraction for pairs of key in type K and value in type V to store the reference and do transformation.
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, Configuration, double) - Constructor for class org.apache.hudi.io.storage.HoodieParquetConfig
 
HoodieParquetConfig(T, CompressionCodecName, int, int, long, Configuration, double, boolean) - Constructor for class org.apache.hudi.io.storage.HoodieParquetConfig
 
HoodieParquetDataBlock - Class in org.apache.hudi.common.table.log.block
HoodieParquetDataBlock contains a list of records serialized using Parquet.
HoodieParquetDataBlock(FSDataInputStream, Option<byte[]>, boolean, HoodieLogBlock.HoodieLogBlockContentLocation, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
HoodieParquetDataBlock(List<IndexedRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, String, CompressionCodecName) - Constructor for class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
HoodieParquetReader<R extends org.apache.avro.generic.IndexedRecord> - Class in org.apache.hudi.io.storage
 
HoodieParquetReader(Configuration, Path) - Constructor for class org.apache.hudi.io.storage.HoodieParquetReader
 
HoodieParquetStreamWriter<R extends org.apache.avro.generic.IndexedRecord> - Class in org.apache.hudi.io.storage
 
HoodieParquetStreamWriter(FSDataOutputStream, HoodieParquetConfig<HoodieAvroWriteSupport>) - Constructor for class org.apache.hudi.io.storage.HoodieParquetStreamWriter
 
HoodiePartitionMetadata - Class in org.apache.hudi.common.model
The metadata that goes into the meta file in each partition.
HoodiePartitionMetadata(FileSystem, Path) - Constructor for class org.apache.hudi.common.model.HoodiePartitionMetadata
Construct metadata from existing partition.
HoodiePartitionMetadata(FileSystem, String, Path, Path, Option<HoodieFileFormat>) - Constructor for class org.apache.hudi.common.model.HoodiePartitionMetadata
Construct metadata object to be written out.
HoodiePath - Class in org.apache.hudi.avro.model
 
HoodiePath() - Constructor for class org.apache.hudi.avro.model.HoodiePath
Default constructor.
HoodiePath(Integer, String) - Constructor for class org.apache.hudi.avro.model.HoodiePath
All-args constructor.
HoodiePath.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodiePath instances.
HoodiePayloadProps - Class in org.apache.hudi.common.model
Holds payload properties that implementation of HoodieRecordPayload can leverage.
HoodiePayloadProps() - Constructor for class org.apache.hudi.common.model.HoodiePayloadProps
 
HoodiePendingRollbackInfo - Class in org.apache.hudi.common
Holds rollback instant and rollback plan for a pending rollback.
HoodiePendingRollbackInfo(HoodieInstant, HoodieRollbackPlan) - Constructor for class org.apache.hudi.common.HoodiePendingRollbackInfo
 
HoodieRecord<T> - Class in org.apache.hudi.common.model
A Single Record managed by Hoodie.
HoodieRecord(HoodieKey, T) - Constructor for class org.apache.hudi.common.model.HoodieRecord
 
HoodieRecord(HoodieKey, T, HoodieOperation) - Constructor for class org.apache.hudi.common.model.HoodieRecord
 
HoodieRecord(HoodieRecord<T>) - Constructor for class org.apache.hudi.common.model.HoodieRecord
 
HoodieRecord() - Constructor for class org.apache.hudi.common.model.HoodieRecord
 
HoodieRecordGlobalLocation - Class in org.apache.hudi.common.model
Similar with HoodieRecordLocation but with partition path.
HoodieRecordGlobalLocation() - Constructor for class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
HoodieRecordGlobalLocation(String, String, String) - Constructor for class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
HoodieRecordLocation - Class in org.apache.hudi.common.model
Location of a HoodieRecord within the partition it belongs to.
HoodieRecordLocation() - Constructor for class org.apache.hudi.common.model.HoodieRecordLocation
 
HoodieRecordLocation(String, String) - Constructor for class org.apache.hudi.common.model.HoodieRecordLocation
 
HoodieRecordMissingException - Exception in org.apache.hudi.exception
Exception throws when indexing fails to locate the hoodie record.
HoodieRecordMissingException(HoodieRecord) - Constructor for exception org.apache.hudi.exception.HoodieRecordMissingException
 
HoodieRecordPayload<T extends HoodieRecordPayload> - Interface in org.apache.hudi.common.model
Every Hoodie table has an implementation of the HoodieRecordPayload This abstracts out callbacks which depend on record specific logic.
HoodieRecordSizeEstimator<T extends HoodieRecordPayload> - Class in org.apache.hudi.common.util
Size Estimator for Hoodie record payload.
HoodieRecordSizeEstimator(Schema) - Constructor for class org.apache.hudi.common.util.HoodieRecordSizeEstimator
 
HoodieRemoteException - Exception in org.apache.hudi.exception
Hoodie remote exception.
HoodieRemoteException(IOException) - Constructor for exception org.apache.hudi.exception.HoodieRemoteException
 
HoodieRemoteException(String, IOException) - Constructor for exception org.apache.hudi.exception.HoodieRemoteException
 
HoodieReplaceCommitMetadata - Class in org.apache.hudi.avro.model
 
HoodieReplaceCommitMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Default constructor.
HoodieReplaceCommitMetadata(Map<String, List<HoodieWriteStat>>, Map<String, String>, Integer, String, Map<String, List<String>>) - Constructor for class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
All-args constructor.
HoodieReplaceCommitMetadata - Class in org.apache.hudi.common.model
All the metadata that gets stored along with a commit.
HoodieReplaceCommitMetadata() - Constructor for class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
HoodieReplaceCommitMetadata(boolean) - Constructor for class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
HoodieReplaceCommitMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieReplaceCommitMetadata instances.
HoodieRequestedReplaceMetadata - Class in org.apache.hudi.avro.model
 
HoodieRequestedReplaceMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Default constructor.
HoodieRequestedReplaceMetadata(String, HoodieClusteringPlan, Map<String, String>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
All-args constructor.
HoodieRequestedReplaceMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRequestedReplaceMetadata instances.
HoodieRestoreMetadata - Class in org.apache.hudi.avro.model
 
HoodieRestoreMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieRestoreMetadata
Default constructor.
HoodieRestoreMetadata(String, Long, List<String>, Map<String, List<HoodieRollbackMetadata>>, Integer, List<HoodieInstantInfo>) - Constructor for class org.apache.hudi.avro.model.HoodieRestoreMetadata
All-args constructor.
HoodieRestoreMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRestoreMetadata instances.
HoodieRestorePlan - Class in org.apache.hudi.avro.model
 
HoodieRestorePlan() - Constructor for class org.apache.hudi.avro.model.HoodieRestorePlan
Default constructor.
HoodieRestorePlan(List<HoodieInstantInfo>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieRestorePlan
All-args constructor.
HoodieRestorePlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRestorePlan instances.
HoodieRetryWrapperFileSystem - Class in org.apache.hudi.common.fs
 
HoodieRetryWrapperFileSystem(FileSystem, long, int, long, String) - Constructor for class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
HoodieRollbackMetadata - Class in org.apache.hudi.avro.model
 
HoodieRollbackMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieRollbackMetadata
Default constructor.
HoodieRollbackMetadata(String, Long, Integer, List<String>, Map<String, HoodieRollbackPartitionMetadata>, Integer, List<HoodieInstantInfo>) - Constructor for class org.apache.hudi.avro.model.HoodieRollbackMetadata
All-args constructor.
HoodieRollbackMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRollbackMetadata instances.
HoodieRollbackPartitionMetadata - Class in org.apache.hudi.avro.model
 
HoodieRollbackPartitionMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Default constructor.
HoodieRollbackPartitionMetadata(String, List<String>, List<String>, Map<String, Long>) - Constructor for class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
All-args constructor.
HoodieRollbackPartitionMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRollbackPartitionMetadata instances.
HoodieRollbackPlan - Class in org.apache.hudi.avro.model
 
HoodieRollbackPlan() - Constructor for class org.apache.hudi.avro.model.HoodieRollbackPlan
Default constructor.
HoodieRollbackPlan(HoodieInstantInfo, List<HoodieRollbackRequest>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieRollbackPlan
All-args constructor.
HoodieRollbackPlan.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRollbackPlan instances.
HoodieRollbackRequest - Class in org.apache.hudi.avro.model
 
HoodieRollbackRequest() - Constructor for class org.apache.hudi.avro.model.HoodieRollbackRequest
Default constructor.
HoodieRollbackRequest(String, String, String, List<String>, Map<String, Long>) - Constructor for class org.apache.hudi.avro.model.HoodieRollbackRequest
All-args constructor.
HoodieRollbackRequest.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRollbackRequest instances.
HoodieRollbackStat - Class in org.apache.hudi.common
Collects stats about a single partition clean operation.
HoodieRollbackStat(String, List<String>, List<String>, Map<FileStatus, Long>) - Constructor for class org.apache.hudi.common.HoodieRollbackStat
 
HoodieRollbackStat.Builder - Class in org.apache.hudi.common
A builder used to build HoodieRollbackStat.
HoodieRollingStat - Class in org.apache.hudi.common.model
A model class defines hoodie rolling stat.
HoodieRollingStat() - Constructor for class org.apache.hudi.common.model.HoodieRollingStat
 
HoodieRollingStat(String, long, long, long, long) - Constructor for class org.apache.hudi.common.model.HoodieRollingStat
 
HoodieRollingStatMetadata - Class in org.apache.hudi.common.model
This class holds statistics about files belonging to a table.
HoodieRollingStatMetadata() - Constructor for class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
HoodieRollingStatMetadata(String) - Constructor for class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
HoodieSavepointMetadata - Class in org.apache.hudi.avro.model
 
HoodieSavepointMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieSavepointMetadata
Default constructor.
HoodieSavepointMetadata(String, Long, String, Map<String, HoodieSavepointPartitionMetadata>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieSavepointMetadata
All-args constructor.
HoodieSavepointMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieSavepointMetadata instances.
HoodieSavepointPartitionMetadata - Class in org.apache.hudi.avro.model
 
HoodieSavepointPartitionMetadata() - Constructor for class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Default constructor.
HoodieSavepointPartitionMetadata(String, List<String>) - Constructor for class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
All-args constructor.
HoodieSavepointPartitionMetadata.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieSavepointPartitionMetadata instances.
HoodieSchemaException - Exception in org.apache.hudi.internal.schema
Exception thrown for Hoodie schema convert failures.
HoodieSchemaException() - Constructor for exception org.apache.hudi.internal.schema.HoodieSchemaException
 
HoodieSchemaException(String) - Constructor for exception org.apache.hudi.internal.schema.HoodieSchemaException
 
HoodieSchemaException(String, Throwable) - Constructor for exception org.apache.hudi.internal.schema.HoodieSchemaException
 
HoodieSchemaException(Throwable) - Constructor for exception org.apache.hudi.internal.schema.HoodieSchemaException
 
HoodieSerializationException - Exception in org.apache.hudi.exception
An exception throws when meet serialization problems.
HoodieSerializationException(String, IOException) - Constructor for exception org.apache.hudi.exception.HoodieSerializationException
 
HoodieSerializationException(String, Exception) - Constructor for exception org.apache.hudi.exception.HoodieSerializationException
 
HoodieSerializationException(String) - Constructor for exception org.apache.hudi.exception.HoodieSerializationException
 
HoodieSliceInfo - Class in org.apache.hudi.avro.model
 
HoodieSliceInfo() - Constructor for class org.apache.hudi.avro.model.HoodieSliceInfo
Default constructor.
HoodieSliceInfo(String, List<String>, String, String, String, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieSliceInfo
All-args constructor.
HoodieSliceInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieSliceInfo instances.
HoodieTableConfig - Class in org.apache.hudi.common.table
Configurations on the Hoodie Table like type of ingestion, storage formats, hive table name etc Configurations are loaded from hoodie.properties, these properties are usually set during initializing a path as hoodie base path and never changes during the lifetime of a hoodie table.
HoodieTableConfig(FileSystem, String, String) - Constructor for class org.apache.hudi.common.table.HoodieTableConfig
 
HoodieTableConfig() - Constructor for class org.apache.hudi.common.table.HoodieTableConfig
For serializing and de-serializing.
HoodieTableFileSystemView - Class in org.apache.hudi.common.table.view
TableFileSystemView Implementations based on in-memory storage.
HoodieTableFileSystemView(HoodieTableMetaClient, HoodieTimeline) - Constructor for class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Create a file system view, as of the given timeline.
HoodieTableFileSystemView(HoodieTableMetaClient, HoodieTimeline, boolean) - Constructor for class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Create a file system view, as of the given timeline.
HoodieTableFileSystemView(HoodieTableMetaClient, HoodieTimeline, FileStatus[]) - Constructor for class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Create a file system view, as of the given timeline, with the provided file statuses.
HoodieTableMetaClient - Class in org.apache.hudi.common.table
HoodieTableMetaClient allows to access meta-data about a hoodie table It returns meta-data about commits, savepoints, compactions, cleanups as a HoodieTimeline Create an instance of the HoodieTableMetaClient with FileSystem and basePath to start getting the meta-data.
HoodieTableMetaClient(Configuration, String, boolean, ConsistencyGuardConfig, Option<TimelineLayoutVersion>, String, FileSystemRetryConfig) - Constructor for class org.apache.hudi.common.table.HoodieTableMetaClient
 
HoodieTableMetaClient() - Constructor for class org.apache.hudi.common.table.HoodieTableMetaClient
Deprecated. 
HoodieTableMetaClient.Builder - Class in org.apache.hudi.common.table
HoodieTableMetaClient.PropertyBuilder - Class in org.apache.hudi.common.table
 
HoodieTableMetadata - Interface in org.apache.hudi.metadata
Interface that supports querying various pieces of metadata about a hudi table.
HoodieTableMetadataUtil - Class in org.apache.hudi.metadata
A utility to convert timeline information to metadata table records.
HoodieTableMetadataUtil() - Constructor for class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
HoodieTablePreCommitFileSystemView - Class in org.apache.hudi.common.table.view
Create PreCommitFileSystemView by only filtering instants that are of interest.
HoodieTablePreCommitFileSystemView(HoodieTableMetaClient, SyncableFileSystemView, List<HoodieWriteStat>, Map<String, List<String>>, String) - Constructor for class org.apache.hudi.common.table.view.HoodieTablePreCommitFileSystemView
Create a file system view for the inflight commit that we are validating.
HoodieTableQueryType - Enum in org.apache.hudi.common.model
Hudi table could be queried in one of the 3 following ways: Snapshot: snapshot of the table at the given (latest if not provided) instant is queried Read Optimized (MOR only): snapshot of the table at the given (latest if not provided) instant is queried, but w/o reading any of the delta-log files (only reading base-files) Incremental: only records added w/in the given time-window (defined by beginning and ending instant) are queried
HoodieTableType - Enum in org.apache.hudi.common.model
Type of the Hoodie Table.
HoodieTableVersion - Enum in org.apache.hudi.common.table
Table's version that controls what version of writer/readers can actually read/write to a given table.
HoodieTimeline - Interface in org.apache.hudi.common.table.timeline
HoodieTimeline is a view of meta-data instants in the hoodie table.
HoodieTimelineTimeZone - Enum in org.apache.hudi.common.model
Hoodie TimelineZone.
HoodieTimer - Class in org.apache.hudi.common.util
Timing utility to help keep track of execution times of code blocks.
HoodieTimer() - Constructor for class org.apache.hudi.common.util.HoodieTimer
Deprecated.
please use either HoodieTimer.start() or HoodieTimer.create() APIs
HoodieUnMergedLogRecordScanner - Class in org.apache.hudi.common.table.log
A scanner used to scan hoodie unmerged log records.
HoodieUnMergedLogRecordScanner.Builder - Class in org.apache.hudi.common.table.log
Builder used to build HoodieUnMergedLogRecordScanner.
HoodieUnMergedLogRecordScanner.LogRecordScannerCallback - Interface in org.apache.hudi.common.table.log
A callback for log record scanner.
HoodieValidationException - Exception in org.apache.hudi.exception
Exception thrown for validation failures.
HoodieValidationException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieValidationException
 
HoodieValidationException(String) - Constructor for exception org.apache.hudi.exception.HoodieValidationException
 
HoodieWrapperFileSystem - Class in org.apache.hudi.common.fs
HoodieWrapperFileSystem wraps the default file system.
HoodieWrapperFileSystem() - Constructor for class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
HoodieWrapperFileSystem(FileSystem, ConsistencyGuard) - Constructor for class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
HoodieWrapperFileSystem.CheckedFunction<R> - Interface in org.apache.hudi.common.fs
 
HoodieWrapperFileSystem.MetricName - Enum in org.apache.hudi.common.fs
 
HoodieWriteConflictException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie failures.
HoodieWriteConflictException(String) - Constructor for exception org.apache.hudi.exception.HoodieWriteConflictException
 
HoodieWriteConflictException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieWriteConflictException
 
HoodieWriteConflictException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieWriteConflictException
 
HoodieWriteStat - Class in org.apache.hudi.avro.model
 
HoodieWriteStat() - Constructor for class org.apache.hudi.avro.model.HoodieWriteStat
Default constructor.
HoodieWriteStat(String, String, String, Long, Long, Long, Long, Long, String, Long, Long, Long, Long, Long, Long, Long, Long) - Constructor for class org.apache.hudi.avro.model.HoodieWriteStat
All-args constructor.
HoodieWriteStat - Class in org.apache.hudi.common.model
Statistics about a single Hoodie write operation.
HoodieWriteStat() - Constructor for class org.apache.hudi.common.model.HoodieWriteStat
 
HoodieWriteStat.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieWriteStat instances.
HoodieWriteStat.RuntimeStats - Class in org.apache.hudi.common.model
The runtime stats for writing operation.
HotSpotMemoryLayoutSpecification32bit - Class in org.apache.hudi.common.util.jvm
 
HotSpotMemoryLayoutSpecification32bit() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
HotSpotMemoryLayoutSpecification64bit - Class in org.apache.hudi.common.util.jvm
 
HotSpotMemoryLayoutSpecification64bit() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
HotSpotMemoryLayoutSpecification64bitCompressed - Class in org.apache.hudi.common.util.jvm
 
HotSpotMemoryLayoutSpecification64bitCompressed() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
 
humanReadableByteCount(double) - Static method in class org.apache.hudi.common.util.NumericUtils
 

I

id2parent - Variable in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
ID_COLUMN_HASH_SIZE - Static variable in class org.apache.hudi.common.util.hash.ColumnIndexID
 
ifPresent(Consumer<? super T>) - Method in class org.apache.hudi.common.util.Option
 
IGNORE_SPURIOUS_DELETES - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ignoreSpuriousDeletes(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
ignoreSpuriousDeletes() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ImmutablePair<L,R> - Class in org.apache.hudi.common.util.collection
(NOTE: Adapted from Apache commons-lang3)
ImmutablePair(L, R) - Constructor for class org.apache.hudi.common.util.collection.ImmutablePair
Create a new pair instance.
ImmutableTriple<L,M,R> - Class in org.apache.hudi.common.util.collection
(NOTE: Adapted from Apache commons-lang3)
ImmutableTriple(L, M, R) - Constructor for class org.apache.hudi.common.util.collection.ImmutableTriple
Create a new triple instance.
INCLUDE_FILES_IN_PENDING_COMPACTION_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
INCOMING_AFTER_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_BEFORE_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_OP_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_FILE_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_LSN_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_NAME_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_POS_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_ROW_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_SCHEMA_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_TS_MS_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_TXID_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_SOURCE_XMIN_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
INCOMING_TS_MS_FIELD - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
increment() - Method in class org.apache.hudi.common.metrics.Counter
 
increment(String) - Method in class org.apache.hudi.common.metrics.LocalRegistry
 
increment(String) - Method in interface org.apache.hudi.common.metrics.Registry
Increment the metric.
INCREMENTAL_TIMELINE_SYNC_ENABLE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
IncrementalTimelineSyncFileSystemView - Class in org.apache.hudi.common.table.view
Adds the capability to incrementally sync the changes to file-system view as and when new instants gets completed.
IncrementalTimelineSyncFileSystemView(boolean) - Constructor for class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
 
incrementMetric(String, long) - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
index2Parents(Types.RecordType) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
Build a mapping which maintain the relation between child field id and it's parent field id.
INDEX_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INDEX_INFO_KEY - Static variable in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
indexedRecordToBytes(T) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
INDEXING_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
IndexReader(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
 
IndexWriter(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexWriter
 
inDiskContainsKey(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
inflate() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
When lazyReading of blocks is turned on, inflate the content of a log block from disk.
INFLIGHT_CLEAN_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_COMPACTION_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_DELTA_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_INDEX_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_REPLACE_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_RESTORE_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_ROLLBACK_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_SAVE_SCHEMA_ACTION_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INFLIGHT_SAVEPOINT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
inheritSchemas(InternalSchema, String) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Add the new schema to the historical schemas.
init(HoodieTableMetaClient, HoodieTimeline) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Initialize the view.
init(HoodieTableMetaClient, HoodieTimeline) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
init(HoodieTableMetaClient, HoodieTimeline, FileStatus[]) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
init(HoodieTableMetaClient, HoodieTimeline) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
INIT_INSTANT_TS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
INITIAL_CHECK_INTERVAL_MS - Static variable in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
INITIAL_RETRY_INTERVAL_MS - Static variable in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
initialize(URI, Configuration) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
initialize(URI, Configuration) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
initialize(URI, Configuration) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
INITIALIZE_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
initializeBootstrapDirsIfNotExists(Configuration, String, FileSystem) - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
initializeBootstrapDirsIfNotExists() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
initTable(Configuration, String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
Init Table with the properties build by this builder.
initTableAndGetMetaClient(Configuration, String, Properties) - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
Helper method to initialize a given path as a hoodie table with configs passed in as Properties.
InLineFileSystem - Class in org.apache.hudi.common.fs.inline
Enables reading any inline file at a given offset and length.
InLineFileSystem() - Constructor for class org.apache.hudi.common.fs.inline.InLineFileSystem
 
InLineFsDataInputStream - Class in org.apache.hudi.common.fs.inline
Inline FSDataInputStream.
InLineFsDataInputStream(long, FSDataInputStream, long) - Constructor for class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
InLineFSUtils - Class in org.apache.hudi.common.fs.inline
Utils to parse InLineFileSystem paths.
InLineFSUtils() - Constructor for class org.apache.hudi.common.fs.inline.InLineFSUtils
 
inMemoryContainsKey(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
InMemoryFileSystem - Class in org.apache.hudi.common.fs.inline
A FileSystem which stores all content in memory and returns a byte[] when InMemoryFileSystem.getFileAsBytes() is called This FileSystem is used only in write path.
INPUT_TIME_UNIT - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
INSERT_PARALLELISM_VALUE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
insertRecord(I) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Inserts record into queue after applying transformation.
INSTANCE - Static variable in class org.apache.hudi.avro.ConvertingGenericData
 
INSTANT_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
InstantDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of instant.
InstantDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.InstantDTO
 
instantRange - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
InstantRange - Class in org.apache.hudi.common.table.log
A instant commits range used for incremental reader filtering.
InstantRange(String, String) - Constructor for class org.apache.hudi.common.table.log.InstantRange
 
InstantRange.Builder - Class in org.apache.hudi.common.table.log
Builder for InstantRange.
InstantRange.RangeType - Enum in org.apache.hudi.common.table.log
Represents a range type.
INSTANTS_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
instantTime - Variable in class org.apache.hudi.common.model.HoodieRecordLocation
 
instantToMicros(Instant) - Static method in class org.apache.hudi.common.util.DateTimeUtils
Converts provided Instant to microseconds (from epoch)
interleaving(byte[][], int) - Static method in class org.apache.hudi.common.util.BinaryUtil
Interleaving array bytes.
internalSchema - Variable in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
internalSchema - Variable in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
InternalSchema - Class in org.apache.hudi.internal.schema
Internal schema for hudi table.
InternalSchema(List<Types.Field>) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchema(Types.Field...) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchema(long, List<Types.Field>) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchema(long, int, List<Types.Field>) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchema(long, int, Types.Field...) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchemaBuilder - Class in org.apache.hudi.internal.schema
A build class to help build fields for InternalSchema
InternalSchemaCache - Class in org.apache.hudi.common.util
 
InternalSchemaCache() - Constructor for class org.apache.hudi.common.util.InternalSchemaCache
 
InternalSchemaChangeApplier - Class in org.apache.hudi.internal.schema.action
Manage schema change for HoodieWriteClient.
InternalSchemaChangeApplier(InternalSchema) - Constructor for class org.apache.hudi.internal.schema.action.InternalSchemaChangeApplier
 
InternalSchemaMerger - Class in org.apache.hudi.internal.schema.action
Auxiliary class.
InternalSchemaMerger(InternalSchema, InternalSchema, boolean, boolean, boolean) - Constructor for class org.apache.hudi.internal.schema.action.InternalSchemaMerger
 
InternalSchemaMerger(InternalSchema, InternalSchema, boolean, boolean) - Constructor for class org.apache.hudi.internal.schema.action.InternalSchemaMerger
 
InternalSchemaUtils - Class in org.apache.hudi.internal.schema.utils
Util methods to help us do some operations on InternalSchema.
InternalSchemaVisitor<T> - Class in org.apache.hudi.internal.schema.visitor
Base class of schema visitor.
InternalSchemaVisitor() - Constructor for class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
intTo8Byte(int) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
IntType() - Constructor for class org.apache.hudi.internal.schema.Types.IntType
 
IntWrapper - Class in org.apache.hudi.avro.model
A record wrapping int type to be able to be used it w/in Avro's Union
IntWrapper() - Constructor for class org.apache.hudi.avro.model.IntWrapper
Default constructor.
IntWrapper(Integer) - Constructor for class org.apache.hudi.avro.model.IntWrapper
All-args constructor.
IntWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for IntWrapper instances.
INVALID_INSTANT_TS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
invalidate() - Method in interface org.apache.hudi.BaseHoodieTableFileIndex.FileStatusCache
 
InvalidHoodiePathException - Exception in org.apache.hudi.exception
An exception thrown when hoodie path is invalid.
InvalidHoodiePathException(Path, String) - Constructor for exception org.apache.hudi.exception.InvalidHoodiePathException
 
InvalidTableException - Exception in org.apache.hudi.exception
Exception thrown to indicate that a hoodie table is invalid.
InvalidTableException(String) - Constructor for exception org.apache.hudi.exception.InvalidTableException
 
IOType - Enum in org.apache.hudi.common.model
Types of lower level I/O operations done on each file slice.
isAppendSupported(String) - Static method in enum org.apache.hudi.common.fs.StorageSchemes
 
isAvroMetadata() - Method in class org.apache.hudi.common.model.HoodieMetadataWrapper
 
isBaseFile(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
 
isBaseFileDueToPendingClustering(HoodieBaseFile) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
With async clustering, it is possible to see partial/complete base-files due to inflight-clustering, Ignore those base-files.
isBaseFileDueToPendingCompaction(HoodieBaseFile) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
With async compaction, it is possible to see partial/complete base-files due to inflight-compactions, Ignore those base-files.
isBeforeTimelineStarts(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
isBeforeTimelineStarts(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
isBitCaskDiskMapCompressionEnabled() - Method in class org.apache.hudi.common.config.HoodieCommonConfig
 
isBitCaskDiskMapCompressionEnabled - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
isBloomFilterIndexEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
isBloomFilterIndexEnabled - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
isBootstrapBaseFile() - Method in class org.apache.hudi.common.model.CleanFileInfo
 
isBootstrapBaseFilePresentForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Check if there is an bootstrap base file present for this file.
isBootstrapBaseFilePresentForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
isBootstrapBaseFilePresentForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
isChangingRecords(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
isCHDFileSystem(FileSystem) - Static method in class org.apache.hudi.common.fs.FSUtils
Chdfs will throw IOException instead of EOFException.
isClosed() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
isClusteringCommit(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
 
isColumnID() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Is this ID a ColumnID type ?
isColumnStatsIndexEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
isColumnStatsIndexEnabled - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
isColumnStatsIndexEnabled() - Method in class org.apache.hudi.metadata.MetadataRecordsGenerationParams
Deprecated.
 
isCompleted() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
isConsistencyCheckEnabled() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
isConsistentLogicalTimestampEnabled() - Method in class org.apache.hudi.keygen.BaseKeyGenerator
 
isCurrentLocationKnown() - Method in class org.apache.hudi.common.model.HoodieRecord
 
isDataFile(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Returns true if the given path is a Base file or a Log file.
isDelete(HoodieOperation) - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns whether the operation is DELETE.
isDeleteRecord(GenericRecord) - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
isDirectory(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
isEager() - Method in enum org.apache.hudi.common.model.HoodieFailedWritesCleaningPolicy
 
isElementOptional() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
isEmpty() - Method in class org.apache.hudi.common.data.HoodieBaseListData
 
isEmpty() - Method in interface org.apache.hudi.common.data.HoodieData
Returns whether the collection is empty.
isEmpty() - Method in class org.apache.hudi.common.data.HoodieListData
 
isEmpty() - Method in class org.apache.hudi.common.model.FileSlice
Returns true if there is no data file and no log files.
isEmpty(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
isEmpty(HoodieInstant) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
isEmpty() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
isEmpty() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
isEmpty() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
isEmpty() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
isEmptySchema() - Method in class org.apache.hudi.internal.schema.InternalSchema
 
isFile(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
isFileID() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Is this ID a FileID type ?
isFileSliceAfterPendingCompaction(FileSlice) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Returns true if the file-group is under pending-compaction and the file-slice' baseInstant matches compaction Instant.
isFilesPartitionAvailable(HoodieTableMetaClient) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Returns whether the files partition of metadata table is ready for read.
isFileSystemActionRetryEnable() - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
isGCSFileSystem(FileSystem) - Static method in class org.apache.hudi.common.fs.FSUtils
This is due to HUDI-140 GCS has a different behavior for detecting EOF during seek().
isIncrementalTimelineSyncEnabled() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
isInflight() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
isInRange(String) - Method in class org.apache.hudi.common.table.log.InstantRange
 
isInRange(String, String, String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Return true if specified timestamp is in range (startTs, endTs].
isInsert(HoodieOperation) - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns whether the operation is INSERT.
isLazy() - Method in enum org.apache.hudi.common.model.HoodieFailedWritesCleaningPolicy
 
isLeft() - Method in class org.apache.hudi.common.util.Either
 
isLogFile(Path) - Static method in class org.apache.hudi.common.fs.FSUtils
 
isLogFile(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
isMetadataField(String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
isMetadataTable(String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
Returns True if the given path contains a metadata table.
isMetadataTableEnabled - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
isNestedType() - Method in interface org.apache.hudi.internal.schema.Type
 
isNestedType() - Method in class org.apache.hudi.internal.schema.Type.NestedType
 
isNestedType() - Method in class org.apache.hudi.internal.schema.Type.PrimitiveType
 
isNever() - Method in enum org.apache.hudi.common.model.HoodieFailedWritesCleaningPolicy
 
isNullable(Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Returns true in case provided Schema is nullable (ie accepting null values), returns false otherwise
isNullOrEmpty(Collection<?>) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
isNullOrEmpty(Map<?, ?>) - Static method in class org.apache.hudi.common.util.MapUtils
 
isNullOrEmpty(String) - Static method in class org.apache.hudi.common.util.StringUtils
 
isNullVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
For Pre 0.5.1 release, there was no metadata version.
isOptional(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Check whether current avro schema is optional?.
isOptional() - Method in class org.apache.hudi.internal.schema.Types.Field
 
isOverwrite(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
isPartition() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Is this ID a Partition type ?
isPartitionAvailableInStore(String) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
isPartitionAvailableInStore(String) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
isPartitionDeleted(boolean) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
isPartitionDeleted() - Method in class org.apache.hudi.common.HoodieCleanStat
 
isPendingClusteringInstant(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.util.ClusteringUtils
 
isPendingClusteringScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Check if there is an outstanding clustering operation (requested/inflight) scheduled for this file.
isPendingClusteringScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
isPendingClusteringScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
isPendingCompactionScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Check if there is an outstanding compaction scheduled for this file.
isPendingCompactionScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
isPendingCompactionScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
isPresent() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
Check if bootstrap Index is physically present.
isPresent() - Method in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
isPresent() - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
isPresent() - Method in class org.apache.hudi.common.util.Option
 
isRemaining() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
isRemoteTimelineClientRetryEnabled() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
isRequested() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
isRight() - Method in class org.apache.hudi.common.util.Either
 
isSameClass(Comparable<?>, Comparable<?>) - Static method in class org.apache.hudi.common.util.ReflectionUtils
Returns whether the given two comparable values come from the same runtime class.
isSchemaCompatible(Schema, Schema) - Static method in class org.apache.hudi.common.table.TableSchemaResolver
HUDI specific validation of schema evolution.
isSchemaCompatible(String, String) - Static method in class org.apache.hudi.common.table.TableSchemaResolver
 
isSchemeSupported(String) - Static method in enum org.apache.hudi.common.fs.StorageSchemes
 
isTableExists(String, FileSystem) - Static method in class org.apache.hudi.common.fs.FSUtils
Check if table already exists in the given path.
isTablePartitioned() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
isTighterThan(Type.PrimitiveType) - Method in class org.apache.hudi.internal.schema.Types.DecimalType
Returns whether this DecimalType is tighter than `other`.
isTimelineNonEmpty() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
isTypeUpdateAllow(Type, Type) - Static method in class org.apache.hudi.internal.schema.utils.SchemaChangeUtils
Whether to allow the column type to be updated.
isUpdateAfter(HoodieOperation) - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns whether the operation is UPDATE_AFTER.
isUpdateBefore(HoodieOperation) - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns whether the operation is UPDATE_BEFORE.
isValueOptional() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
isWiderThan(Type.PrimitiveType) - Method in class org.apache.hudi.internal.schema.Types.DecimalType
Returns whether this DecimalType is wider than `other`.
isWithOperationField() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
iterator() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
iterator() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
Custom iterator to iterate over values written to disk.
iterator() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
A custom iterator to wrap over iterating in-memory + disk spilled data.
iterator() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable
 
iterator() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
iterator(String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Return Iterator of key-value pairs from RocksIterator.
iterator() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
Custom iterator to iterate over values written to disk.
iterator() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
 
IteratorBasedQueueProducer<I> - Class in org.apache.hudi.common.util.queue
Iterator based producer which pulls entry from iterator and produces items for the queue.
IteratorBasedQueueProducer(Iterator<I>) - Constructor for class org.apache.hudi.common.util.queue.IteratorBasedQueueProducer
 

J

join(String...) - Static method in class org.apache.hudi.common.util.StringUtils
Joins the elements of the provided array into a single String containing the provided list of elements.
join(String[], String) - Static method in class org.apache.hudi.common.util.StringUtils
 
join(CharSequence, Iterable<? extends CharSequence>) - Static method in class org.apache.hudi.common.util.StringUtils
joinUsingDelim(String, String...) - Static method in class org.apache.hudi.common.util.StringUtils
 
jsonBytesToAvro(byte[], Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert json bytes back into avro record.
JsonUtils - Class in org.apache.hudi.common.util
 
JsonUtils() - Constructor for class org.apache.hudi.common.util.JsonUtils
 

K

KB - Static variable in class org.apache.hudi.common.util.FileIOUtils
 
key() - Method in class org.apache.hudi.common.config.ConfigProperty
 
key(String) - Static method in class org.apache.hudi.common.config.ConfigProperty
Create a OptionBuilder with key.
KEY_BLOOM_FILTER_META_BLOCK - Static variable in class org.apache.hudi.io.storage.HoodieHFileReader
 
KEY_BLOOM_FILTER_TYPE_CODE - Static variable in class org.apache.hudi.io.storage.HoodieHFileReader
 
KEY_FIELD_NAME - Static variable in class org.apache.hudi.io.storage.HoodieHFileReader
 
KEY_FIELD_NAME - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
KEY_GENERATOR_CLASS_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
KEY_MAX_RECORD - Static variable in class org.apache.hudi.io.storage.HoodieHFileReader
 
KEY_MIN_RECORD - Static variable in class org.apache.hudi.io.storage.HoodieHFileReader
 
KeyGenerator - Class in org.apache.hudi.keygen
Abstract class to extend for plugging in extraction of HoodieKey from an Avro record.
KeyGenerator(TypedProperties) - Constructor for class org.apache.hudi.keygen.KeyGenerator
 
KEYGENERATOR_CONSISTENT_LOGICAL_TIMESTAMP_ENABLED - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
KeyGeneratorInterface - Interface in org.apache.hudi.keygen
Represents the interface key generators need to adhere to.
KeyGeneratorOptions - Class in org.apache.hudi.keygen.constant
 
KeyGeneratorOptions() - Constructor for class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
KeyGeneratorOptions.Config - Class in org.apache.hudi.keygen.constant
Supported configs.
KeyGeneratorType - Enum in org.apache.hudi.keygen.constant
Types of KeyGenerator.
keyId() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
keys() - Method in class org.apache.hudi.common.config.OrderedProperties
 
keys() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
keys() - Method in interface org.apache.hudi.common.data.HoodiePairData
Returns a HoodieData holding the key from every corresponding pair
keySet() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
keySet() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
keySet() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
keySet() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
KeySpec(List<String>, boolean) - Constructor for class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.KeySpec
 
keyType() - Method in class org.apache.hudi.internal.schema.Types.MapType
 

L

LAST_INSTANT - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LAST_INSTANT_TS - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LAST_INSTANTS - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
lastInstant() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
lastInstant() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
LATEST_ALL_DATA_FILES - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_CLEAN_METADATA_VERSION - Static variable in class org.apache.hudi.common.util.CleanerUtils
 
LATEST_COMPACTION_METADATA_VERSION - Static variable in class org.apache.hudi.common.util.CompactionUtils
 
LATEST_DATA_FILE_ON_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_DATA_FILES_BEFORE_ON_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_DATA_FILES_RANGE_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_PARTITION_DATA_FILE_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_PARTITION_DATA_FILES_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_PARTITION_SLICE_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_PARTITION_SLICES_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_PARTITION_UNCOMPACTED_SLICES_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_SCHEMA - Static variable in class org.apache.hudi.internal.schema.utils.SerDeHelper
 
LATEST_SLICES_BEFORE_ON_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_SLICES_MERGED_BEFORE_ON_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LATEST_SLICES_RANGE_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
latestInstantTime - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
lazily(Supplier<T>) - Static method in class org.apache.hudi.util.Lazy
Executes provided initializer lazily, while providing for "exactly once" semantic, to instantiate value of type T being subsequently held by the returned instance of Lazy
lazy - Variable in class org.apache.hudi.common.data.HoodieBaseListData
 
lazy(List<T>) - Static method in class org.apache.hudi.common.data.HoodieListData
Creates instance of HoodieListData bearing *lazy* execution semantic
lazy(List<Pair<K, V>>) - Static method in class org.apache.hudi.common.data.HoodieListPairData
 
lazy(Map<K, List<V>>) - Static method in class org.apache.hudi.common.data.HoodieListPairData
 
Lazy<T> - Class in org.apache.hudi.util
Utility implementing lazy semantics in Java
LazyFileIterable<T,R> - Class in org.apache.hudi.common.util.collection
Iterable to lazily fetch values spilled to disk.
LazyFileIterable(String, Map<T, BitCaskDiskMap.ValueMetadata>) - Constructor for class org.apache.hudi.common.util.collection.LazyFileIterable
 
LazyFileIterable(String, Map<T, BitCaskDiskMap.ValueMetadata>, boolean) - Constructor for class org.apache.hudi.common.util.collection.LazyFileIterable
 
LazyFileIterable.LazyFileIterator<T,R> - Class in org.apache.hudi.common.util.collection
Iterator implementation for the iterable defined above.
LazyFileIterator(String, Map<T, BitCaskDiskMap.ValueMetadata>) - Constructor for class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
left - Variable in class org.apache.hudi.common.util.collection.ImmutablePair
Left object.
left - Variable in class org.apache.hudi.common.util.collection.ImmutableTriple
Left object.
left(L) - Static method in class org.apache.hudi.common.util.Either
 
leftOuterJoin(HoodiePairData<K, W>) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
leftOuterJoin(HoodiePairData<K, W>) - Method in interface org.apache.hudi.common.data.HoodiePairData
Performs a left outer join of this dataset against other.
length(Path) - Static method in class org.apache.hudi.common.fs.inline.InLineFSUtils
Returns length of the block (embedded w/in the base file) identified by the given InlineFS path input: "inlinefs:/file1/s3a/?start_offset=20&length=40".
length() - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
Returns the length of the file, depending on whether buffer has more data (to be flushed).
LESSER_THAN - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
LESSER_THAN_OR_EQUALS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
listCorruptFileBlocks(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listFiles(Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
listFiles(Path, boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listFileSlices() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
Fetch list of latest base files and log files per partition.
listLocatedStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
listLocatedStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listPartition(Path) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Return all the files from the partition.
listPartition(Path) - Method in class org.apache.hudi.metadata.HoodieMetadataFileSystemView
Return all the files in the partition by reading from the Metadata Table.
listStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
listStatus(Path, PathFilter) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
listStatus(Path[]) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
listStatus(Path[], PathFilter) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
listStatus(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listStatus(Path, PathFilter) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listStatus(Path[]) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listStatus(Path[], PathFilter) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
listStatus(Path) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
listStatus(Path) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
listXAttrs(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
loadClass(String) - Static method in class org.apache.hudi.common.util.ReflectionUtils
 
loadClass(String, Class<?>[], Object...) - Static method in class org.apache.hudi.common.util.ReflectionUtils
Creates an instance of the given class.
loadClass(String, Object...) - Static method in class org.apache.hudi.common.util.ReflectionUtils
Creates an instance of the given class.
loadCompactionDetailsInMemory(String) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
loadCompactionDetailsInMemory(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
loadCompletedInstantDetailsInMemory() - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
loadGlobalProps() - Static method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
Load global props from hudi-defaults.conf which is under class loader or CONF_FILE_DIR_ENV_NAME.
loadInstantDetailsInMemory(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
loadPayload(String, Object[], Class<?>...) - Static method in class org.apache.hudi.common.util.ReflectionUtils
Instantiate a given class with a generic record payload.
LocalRegistry - Class in org.apache.hudi.common.metrics
Registry that tracks metrics local to a single jvm process.
LocalRegistry(String) - Constructor for class org.apache.hudi.common.metrics.LocalRegistry
 
LocalTaskContextSupplier - Class in org.apache.hudi.common.engine
 
LocalTaskContextSupplier() - Constructor for class org.apache.hudi.common.engine.LocalTaskContextSupplier
 
lock() - Method in interface org.apache.hudi.common.lock.LockProvider
 
LOCK_ACQUIRE_CLIENT_NUM_RETRIES_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
LOCK_ACQUIRE_CLIENT_NUM_RETRIES_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_ACQUIRE_CLIENT_RETRY_WAIT_TIME_IN_MILLIS_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
LOCK_ACQUIRE_CLIENT_RETRY_WAIT_TIME_IN_MILLIS_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_ACQUIRE_NUM_RETRIES_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
LOCK_ACQUIRE_NUM_RETRIES_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_ACQUIRE_RETRY_MAX_WAIT_TIME_IN_MILLIS_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
LOCK_ACQUIRE_RETRY_MAX_WAIT_TIME_IN_MILLIS_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_ACQUIRE_RETRY_WAIT_TIME_IN_MILLIS_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
LOCK_ACQUIRE_RETRY_WAIT_TIME_IN_MILLIS_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_ACQUIRE_WAIT_TIMEOUT_MS_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
LOCK_ACQUIRE_WAIT_TIMEOUT_MS_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_PREFIX - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LockConfiguration - Class in org.apache.hudi.common.config
Configuration for managing locks.
LockConfiguration(Properties) - Constructor for class org.apache.hudi.common.config.LockConfiguration
 
lockInterruptibly() - Method in interface org.apache.hudi.common.lock.LockProvider
 
LockProvider<T> - Interface in org.apache.hudi.common.lock
Pluggable lock implementations using this provider class.
LockState - Enum in org.apache.hudi.common.lock
Enum to signal the state of the lock.
LOG - Static variable in class org.apache.hudi.common.util.FileIOUtils
 
LOG_FILE_FORMAT - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
LOG_FILE_PATTERN - Static variable in class org.apache.hudi.common.fs.FSUtils
 
LOG_FILE_PREFIX - Static variable in class org.apache.hudi.common.model.HoodieLogFile
 
logFile() - Method in class org.apache.hudi.common.table.log.AppendResult
 
LOGFILE_BASE_VERSION - Static variable in class org.apache.hudi.common.model.HoodieLogFile
 
LogFileComparator() - Constructor for class org.apache.hudi.common.model.HoodieLogFile.LogFileComparator
 
LogFileDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of log file.
LogFileDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.LogFileDTO
 
logFilePaths - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
logFilePaths - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
LogReaderUtils - Class in org.apache.hudi.common.table.log
Utils class for performing various log file reading operations.
LogReaderUtils() - Constructor for class org.apache.hudi.common.table.log.LogReaderUtils
 
longTo8Byte(long) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
LongType() - Constructor for class org.apache.hudi.internal.schema.Types.LongType
 
LongWrapper - Class in org.apache.hudi.avro.model
A record wrapping long type to be able to be used it w/in Avro's Union
LongWrapper() - Constructor for class org.apache.hudi.avro.model.LongWrapper
Default constructor.
LongWrapper(Long) - Constructor for class org.apache.hudi.avro.model.LongWrapper
All-args constructor.
LongWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for LongWrapper instances.
LOOKUP_BLOOM_FILTERS_METADATA_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
LOOKUP_COLUMN_STATS_METADATA_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
LOOKUP_FILES_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
LOOKUP_PARTITIONS_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
lookupRecords(List<String>, boolean) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
lookupRecords(List<String>, boolean) - Method in class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 

M

MAGIC - Static variable in interface org.apache.hudi.common.table.log.HoodieLogFormat
Magic 6 bytes we put at the start of every block in the log file.
makeBaseFileName(String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
makeBaseFileName(String, String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
makeBootstrapIndexFileName(String, String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
makeCleanerFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeCommitFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeDeltaFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeFileNameAsComplete(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeFileNameAsInflight(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeIndexCommitFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightCleanerFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightCommitFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightCompactionFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightDeltaFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightIndexFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightReplaceFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightRestoreFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightRollbackFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightSavePointFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeInflightSchemaFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeLogFileName(String, String, String, int, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
makeQualified(FileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
Makes path qualified w/ FileSystem's URI
makeQualified(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
makeReplaceFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedCleanerFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedCommitFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedCompactionFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedDeltaFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedIndexFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedReplaceFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedRestoreFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestedRollbackFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRequestSchemaFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRestoreFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeRollbackFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeSavePointFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeSchemaFileName(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
makeWriteToken(int, int, long) - Static method in class org.apache.hudi.common.fs.FSUtils
A write token uniquely identifies an attempt at one of the IOHandle operations (Merge/Create/Append).
map(SerializableFunction<T, O>) - Method in interface org.apache.hudi.common.data.HoodieData
Maps every element in the collection using provided mapping func.
map(SerializableFunction<T, O>) - Method in class org.apache.hudi.common.data.HoodieListData
 
map(SerializableFunction<Pair<K, V>, O>) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
map(SerializableFunction<Pair<K, V>, O>) - Method in interface org.apache.hudi.common.data.HoodiePairData
 
map(List<I>, SerializableFunction<I, O>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
map(List<I>, SerializableFunction<I, O>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
map(Function<? super T, ? extends U>) - Method in class org.apache.hudi.common.util.Option
 
map(Types.MapType, T, T) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
map(Types.MapType, Map<String, Integer>, Map<String, Integer>) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
mapPartitions(SerializableFunction<Iterator<T>, Iterator<O>>, boolean) - Method in interface org.apache.hudi.common.data.HoodieData
Maps every element in the collection's partition (if applicable) by applying provided mapping func to every collection's partition This is an intermediate operation
mapPartitions(SerializableFunction<Iterator<T>, Iterator<O>>, boolean) - Method in class org.apache.hudi.common.data.HoodieListData
 
mapPartitionsToPairAndReduceByKey(Stream<I>, SerializablePairFlatMapFunction<Iterator<I>, K, V>, SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
mapPartitionsToPairAndReduceByKey(Stream<I>, SerializablePairFlatMapFunction<Iterator<I>, K, V>, SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
mapRecordKeyToFileGroupIndex(String, int) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Map a record key to a file group in partition of interest.
mapToPair(SerializablePairFunction<T, K, V>) - Method in interface org.apache.hudi.common.data.HoodieData
Maps every element in the collection using provided mapping func into a Pair of elements K and V
mapToPair(SerializablePairFunction<T, K, V>) - Method in class org.apache.hudi.common.data.HoodieListData
 
mapToPair(SerializablePairFunction<Pair<K, V>, L, W>) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
mapToPair(SerializablePairFunction<Pair<K, V>, L, W>) - Method in interface org.apache.hudi.common.data.HoodiePairData
 
mapToPair(List<I>, SerializablePairFunction<I, K, V>, Integer) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
mapToPair(List<I>, SerializablePairFunction<I, K, V>, Integer) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
mapToPairAndReduceByKey(List<I>, SerializablePairFunction<I, K, V>, SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
mapToPairAndReduceByKey(List<I>, SerializablePairFunction<I, K, V>, SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
MapUtils - Class in org.apache.hudi.common.util
 
MapUtils() - Constructor for class org.apache.hudi.common.util.MapUtils
 
markAsFailed(Throwable) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
API to allow producers and consumer to communicate termination due to failure.
MARKER_DIR_PATH_PARAM - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
MARKER_EXTN - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
MARKER_NAME_PARAM - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
MARKER_TYPE_FILENAME - Static variable in class org.apache.hudi.common.util.MarkerUtils
 
MarkerOperation - Class in org.apache.hudi.common.table.marker
Stores URLs to timeline server for marker-related operations.
MarkerOperation() - Constructor for class org.apache.hudi.common.table.marker.MarkerOperation
 
MARKERS_DIR_EXISTS_URL - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
MARKERS_FILENAME_PREFIX - Static variable in class org.apache.hudi.common.util.MarkerUtils
 
MarkerType - Enum in org.apache.hudi.common.table.marker
Marker type indicating how markers are stored in the file system.
MarkerUtils - Class in org.apache.hudi.common.util
A utility class for marker related operations.
MarkerUtils() - Constructor for class org.apache.hudi.common.util.MarkerUtils
 
markSupported() - Method in class org.apache.hudi.common.fs.BoundedFsDataInputStream
 
maskWithoutFileId(String, int) - Static method in class org.apache.hudi.common.fs.FSUtils
 
MAX_CHECK_INTERVAL_MS - Static variable in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
MAX_CHECKS - Static variable in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
MAX_COMMITS_TO_KEEP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
MAX_COMMITS_TO_KEEP_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
MAX_INSTANT_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
MAX_MEMORY_SIZE_IN_BYTES - Static variable in class org.apache.hudi.metadata.BaseTableMetadata
 
MAX_RETRY_INTERVAL_MS - Static variable in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
MAX_RETRY_NUMBERS - Static variable in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
maxMemorySizeInBytes - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
MemoryLayoutSpecification - Interface in org.apache.hudi.common.util.jvm
Describes constant memory overheads for various constructs in a JVM implementation.
MercifulJsonConverter - Class in org.apache.hudi.avro
Converts Json record to Avro Generic Record.
MercifulJsonConverter() - Constructor for class org.apache.hudi.avro.MercifulJsonConverter
Uses a default objectMapper to deserialize a json string.
MercifulJsonConverter(ObjectMapper) - Constructor for class org.apache.hudi.avro.MercifulJsonConverter
Allows a configured ObjectMapper to be passed for converting json records to avro record.
MercifulJsonConverter.HoodieJsonToAvroConversionException - Exception in org.apache.hudi.avro
Exception Class for any schema conversion issue.
merge(HoodieRollingStatMetadata) - Method in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
MERGE_ARCHIVE_PLAN_NAME - Static variable in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
mergeSchema() - Method in class org.apache.hudi.internal.schema.action.InternalSchemaMerger
Create final read schema to read avro/parquet file.
mergeTimeline(HoodieDefaultTimeline) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Merge this timeline with the given timeline.
META_COLUMNS - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
metaClient - Variable in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
 
metaClient - Variable in class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexWriter
 
metaClient - Variable in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
 
metaClient - Variable in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
metaClient - Variable in class org.apache.hudi.common.table.timeline.versioning.AbstractMigratorBase
 
metaClient - Variable in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
METADATA_ASYNC_CLEAN_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
METADATA_BOOTSTRAP_INSTANT_TS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
METADATA_COMPACT_NUM_DELTA_COMMITS_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
METADATA_ENABLE_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
Use HoodieMetadataConfig.ENABLE and its methods.
METADATA_EVENT_TIME_KEY - Static variable in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
METADATA_FIELD_SCHEMA - Static variable in class org.apache.hudi.avro.HoodieAvroUtils
 
METADATA_INDEX_BLOOM_FILTER_FILE_GROUP_COUNT - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
METADATA_INDEX_CHECK_TIMEOUT_SECONDS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
METADATA_INDEX_COLUMN_STATS_FILE_GROUP_COUNT - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
METADATA_INSERT_PARALLELISM_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
METADATA_METRICS_ENABLE_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
METADATA_PREFIX - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
METADATA_TABLE_FOLDER_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
METADATA_TABLE_NAME_SUFFIX - Static variable in interface org.apache.hudi.metadata.HoodieTableMetadata
 
METADATA_TYPE_BLOOM_FILTER - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
METADATA_TYPE_COLUMN_STATS - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
METADATA_TYPE_FILE_LIST - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
METADATA_TYPE_PARTITION_LIST - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
metadataConfig - Variable in class org.apache.hudi.BaseHoodieTableFileIndex
 
metadataConfig - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
MetadataMigrator<T> - Class in org.apache.hudi.common.table.timeline.versioning
Migrates a specific metadata type stored in .hoodie folder to latest version.
MetadataMigrator(HoodieTableMetaClient, List<VersionMigrator<T>>) - Constructor for class org.apache.hudi.common.table.timeline.versioning.MetadataMigrator
 
MetadataNotFoundException - Exception in org.apache.hudi.exception
Thrown when expected metadata is not found.
MetadataNotFoundException(String) - Constructor for exception org.apache.hudi.exception.MetadataNotFoundException
 
MetadataNotFoundException(String, Throwable) - Constructor for exception org.apache.hudi.exception.MetadataNotFoundException
 
metadataPartitionExists(String, HoodieEngineContext, MetadataPartitionType) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Check if the given metadata partition exists.
MetadataPartitionType - Enum in org.apache.hudi.metadata
 
MetadataRecordsGenerationParams - Class in org.apache.hudi.metadata
Deprecated.
this component currently duplicates configuration coming from the HoodieWriteConfig which is problematic; instead we should break this component down and use source of truth for each respective data-point directly (HoodieWriteConfig, HoodieTableMetaClient, etc)
METAFOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
metaPath - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
METASTORE_CONNECTION_RETRIES - Static variable in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
METASTORE_CONNECTION_RETRY_DELAY - Static variable in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
METASTORE_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
METASTORE_PREFIX - Static variable in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
METASTORE_URLS - Static variable in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
metastoreConfig - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
Metric - Interface in org.apache.hudi.common.metrics
Interface for Hudi Metric Types.
metrics - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
METRICS_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
microsToInstant(long) - Static method in class org.apache.hudi.common.util.DateTimeUtils
Converts provided microseconds (from epoch) to Instant
middle - Variable in class org.apache.hudi.common.util.collection.ImmutableTriple
Middle object.
mightContain(String) - Method in interface org.apache.hudi.common.bloom.BloomFilter
Tests for key membership.
mightContain(String) - Method in class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
 
mightContain(String) - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
migrateToVersion(T, int, int) - Method in class org.apache.hudi.common.table.timeline.versioning.MetadataMigrator
Migrate metadata to a specific version.
MILLIS_INSTANT_ID_LENGTH - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
MILLIS_INSTANT_TIMESTAMP_FORMAT - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
MILLIS_INSTANT_TIMESTAMP_FORMAT_LENGTH - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
MIN_COMMITS_TO_KEEP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
MIN_COMMITS_TO_KEEP_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
mkdir(File) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
mkdirs(Path, FsPermission) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
mkdirs(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
moveFromLocalFile(Path[], Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
moveFromLocalFile(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
moveToLocalFile(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
moveToPrev() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
Reverse pointer, does not read the block.
MySqlDebeziumAvroPayload - Class in org.apache.hudi.common.model.debezium
Provides support for seamlessly applying changes captured via Debezium for MysqlDB.
MySqlDebeziumAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.debezium.MySqlDebeziumAvroPayload
 
MySqlDebeziumAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.debezium.MySqlDebeziumAvroPayload
 

N

name - Variable in enum org.apache.hudi.common.config.ConfigGroups.Names
 
NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
name() - Method in class org.apache.hudi.internal.schema.Types.Field
 
NameToIDVisitor - Class in org.apache.hudi.internal.schema.visitor
Schema visitor to produce name -> id map for internalSchema.
NameToIDVisitor() - Constructor for class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
needCreateTempFile() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
needUpdatingPersistedRecord(IndexedRecord, IndexedRecord, Properties) - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
NestedType() - Constructor for class org.apache.hudi.internal.schema.Type.NestedType
 
NetworkUtils - Class in org.apache.hudi.common.util
A utility class for network.
NetworkUtils() - Constructor for class org.apache.hudi.common.util.NetworkUtils
 
newAccumulator() - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
newAccumulator() - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
newBuilder() - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Creates a new BooleanWrapper RecordBuilder.
newBuilder(BooleanWrapper.Builder) - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Creates a new BooleanWrapper RecordBuilder by copying an existing Builder.
newBuilder(BooleanWrapper) - Static method in class org.apache.hudi.avro.model.BooleanWrapper
Creates a new BooleanWrapper RecordBuilder by copying an existing BooleanWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.BytesWrapper
Creates a new BytesWrapper RecordBuilder.
newBuilder(BytesWrapper.Builder) - Static method in class org.apache.hudi.avro.model.BytesWrapper
Creates a new BytesWrapper RecordBuilder by copying an existing Builder.
newBuilder(BytesWrapper) - Static method in class org.apache.hudi.avro.model.BytesWrapper
Creates a new BytesWrapper RecordBuilder by copying an existing BytesWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.DateWrapper
Creates a new DateWrapper RecordBuilder.
newBuilder(DateWrapper.Builder) - Static method in class org.apache.hudi.avro.model.DateWrapper
Creates a new DateWrapper RecordBuilder by copying an existing Builder.
newBuilder(DateWrapper) - Static method in class org.apache.hudi.avro.model.DateWrapper
Creates a new DateWrapper RecordBuilder by copying an existing DateWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Creates a new DecimalWrapper RecordBuilder.
newBuilder(DecimalWrapper.Builder) - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Creates a new DecimalWrapper RecordBuilder by copying an existing Builder.
newBuilder(DecimalWrapper) - Static method in class org.apache.hudi.avro.model.DecimalWrapper
Creates a new DecimalWrapper RecordBuilder by copying an existing DecimalWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Creates a new DoubleWrapper RecordBuilder.
newBuilder(DoubleWrapper.Builder) - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Creates a new DoubleWrapper RecordBuilder by copying an existing Builder.
newBuilder(DoubleWrapper) - Static method in class org.apache.hudi.avro.model.DoubleWrapper
Creates a new DoubleWrapper RecordBuilder by copying an existing DoubleWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.FloatWrapper
Creates a new FloatWrapper RecordBuilder.
newBuilder(FloatWrapper.Builder) - Static method in class org.apache.hudi.avro.model.FloatWrapper
Creates a new FloatWrapper RecordBuilder by copying an existing Builder.
newBuilder(FloatWrapper) - Static method in class org.apache.hudi.avro.model.FloatWrapper
Creates a new FloatWrapper RecordBuilder by copying an existing FloatWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Creates a new HoodieActionInstant RecordBuilder.
newBuilder(HoodieActionInstant.Builder) - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Creates a new HoodieActionInstant RecordBuilder by copying an existing Builder.
newBuilder(HoodieActionInstant) - Static method in class org.apache.hudi.avro.model.HoodieActionInstant
Creates a new HoodieActionInstant RecordBuilder by copying an existing HoodieActionInstant instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Creates a new HoodieArchivedMetaEntry RecordBuilder.
newBuilder(HoodieArchivedMetaEntry.Builder) - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Creates a new HoodieArchivedMetaEntry RecordBuilder by copying an existing Builder.
newBuilder(HoodieArchivedMetaEntry) - Static method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Creates a new HoodieArchivedMetaEntry RecordBuilder by copying an existing HoodieArchivedMetaEntry instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Creates a new HoodieBootstrapFilePartitionInfo RecordBuilder.
newBuilder(HoodieBootstrapFilePartitionInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Creates a new HoodieBootstrapFilePartitionInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieBootstrapFilePartitionInfo) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Creates a new HoodieBootstrapFilePartitionInfo RecordBuilder by copying an existing HoodieBootstrapFilePartitionInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Creates a new HoodieBootstrapIndexInfo RecordBuilder.
newBuilder(HoodieBootstrapIndexInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Creates a new HoodieBootstrapIndexInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieBootstrapIndexInfo) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Creates a new HoodieBootstrapIndexInfo RecordBuilder by copying an existing HoodieBootstrapIndexInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Creates a new HoodieBootstrapPartitionMetadata RecordBuilder.
newBuilder(HoodieBootstrapPartitionMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Creates a new HoodieBootstrapPartitionMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieBootstrapPartitionMetadata) - Static method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Creates a new HoodieBootstrapPartitionMetadata RecordBuilder by copying an existing HoodieBootstrapPartitionMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Creates a new HoodieCleanerPlan RecordBuilder.
newBuilder(HoodieCleanerPlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Creates a new HoodieCleanerPlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieCleanerPlan) - Static method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Creates a new HoodieCleanerPlan RecordBuilder by copying an existing HoodieCleanerPlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Creates a new HoodieCleanFileInfo RecordBuilder.
newBuilder(HoodieCleanFileInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Creates a new HoodieCleanFileInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieCleanFileInfo) - Static method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Creates a new HoodieCleanFileInfo RecordBuilder by copying an existing HoodieCleanFileInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Creates a new HoodieCleanMetadata RecordBuilder.
newBuilder(HoodieCleanMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Creates a new HoodieCleanMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieCleanMetadata) - Static method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Creates a new HoodieCleanMetadata RecordBuilder by copying an existing HoodieCleanMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Creates a new HoodieCleanPartitionMetadata RecordBuilder.
newBuilder(HoodieCleanPartitionMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Creates a new HoodieCleanPartitionMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieCleanPartitionMetadata) - Static method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Creates a new HoodieCleanPartitionMetadata RecordBuilder by copying an existing HoodieCleanPartitionMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Creates a new HoodieClusteringGroup RecordBuilder.
newBuilder(HoodieClusteringGroup.Builder) - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Creates a new HoodieClusteringGroup RecordBuilder by copying an existing Builder.
newBuilder(HoodieClusteringGroup) - Static method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Creates a new HoodieClusteringGroup RecordBuilder by copying an existing HoodieClusteringGroup instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Creates a new HoodieClusteringPlan RecordBuilder.
newBuilder(HoodieClusteringPlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Creates a new HoodieClusteringPlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieClusteringPlan) - Static method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Creates a new HoodieClusteringPlan RecordBuilder by copying an existing HoodieClusteringPlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Creates a new HoodieClusteringStrategy RecordBuilder.
newBuilder(HoodieClusteringStrategy.Builder) - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Creates a new HoodieClusteringStrategy RecordBuilder by copying an existing Builder.
newBuilder(HoodieClusteringStrategy) - Static method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Creates a new HoodieClusteringStrategy RecordBuilder by copying an existing HoodieClusteringStrategy instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Creates a new HoodieCommitMetadata RecordBuilder.
newBuilder(HoodieCommitMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Creates a new HoodieCommitMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieCommitMetadata) - Static method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Creates a new HoodieCommitMetadata RecordBuilder by copying an existing HoodieCommitMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Creates a new HoodieCompactionMetadata RecordBuilder.
newBuilder(HoodieCompactionMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Creates a new HoodieCompactionMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieCompactionMetadata) - Static method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Creates a new HoodieCompactionMetadata RecordBuilder by copying an existing HoodieCompactionMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Creates a new HoodieCompactionOperation RecordBuilder.
newBuilder(HoodieCompactionOperation.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Creates a new HoodieCompactionOperation RecordBuilder by copying an existing Builder.
newBuilder(HoodieCompactionOperation) - Static method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Creates a new HoodieCompactionOperation RecordBuilder by copying an existing HoodieCompactionOperation instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Creates a new HoodieCompactionPlan RecordBuilder.
newBuilder(HoodieCompactionPlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Creates a new HoodieCompactionPlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieCompactionPlan) - Static method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Creates a new HoodieCompactionPlan RecordBuilder by copying an existing HoodieCompactionPlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Creates a new HoodieCompactionWriteStat RecordBuilder.
newBuilder(HoodieCompactionWriteStat.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Creates a new HoodieCompactionWriteStat RecordBuilder by copying an existing Builder.
newBuilder(HoodieCompactionWriteStat) - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Creates a new HoodieCompactionWriteStat RecordBuilder by copying an existing HoodieCompactionWriteStat instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Creates a new HoodieFileStatus RecordBuilder.
newBuilder(HoodieFileStatus.Builder) - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Creates a new HoodieFileStatus RecordBuilder by copying an existing Builder.
newBuilder(HoodieFileStatus) - Static method in class org.apache.hudi.avro.model.HoodieFileStatus
Creates a new HoodieFileStatus RecordBuilder by copying an existing HoodieFileStatus instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Creates a new HoodieFSPermission RecordBuilder.
newBuilder(HoodieFSPermission.Builder) - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Creates a new HoodieFSPermission RecordBuilder by copying an existing Builder.
newBuilder(HoodieFSPermission) - Static method in class org.apache.hudi.avro.model.HoodieFSPermission
Creates a new HoodieFSPermission RecordBuilder by copying an existing HoodieFSPermission instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Creates a new HoodieIndexCommitMetadata RecordBuilder.
newBuilder(HoodieIndexCommitMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Creates a new HoodieIndexCommitMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieIndexCommitMetadata) - Static method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Creates a new HoodieIndexCommitMetadata RecordBuilder by copying an existing HoodieIndexCommitMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Creates a new HoodieIndexPartitionInfo RecordBuilder.
newBuilder(HoodieIndexPartitionInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Creates a new HoodieIndexPartitionInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieIndexPartitionInfo) - Static method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Creates a new HoodieIndexPartitionInfo RecordBuilder by copying an existing HoodieIndexPartitionInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Creates a new HoodieIndexPlan RecordBuilder.
newBuilder(HoodieIndexPlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Creates a new HoodieIndexPlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieIndexPlan) - Static method in class org.apache.hudi.avro.model.HoodieIndexPlan
Creates a new HoodieIndexPlan RecordBuilder by copying an existing HoodieIndexPlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Creates a new HoodieInstantInfo RecordBuilder.
newBuilder(HoodieInstantInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Creates a new HoodieInstantInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieInstantInfo) - Static method in class org.apache.hudi.avro.model.HoodieInstantInfo
Creates a new HoodieInstantInfo RecordBuilder by copying an existing HoodieInstantInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Creates a new HoodieMergeArchiveFilePlan RecordBuilder.
newBuilder(HoodieMergeArchiveFilePlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Creates a new HoodieMergeArchiveFilePlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieMergeArchiveFilePlan) - Static method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Creates a new HoodieMergeArchiveFilePlan RecordBuilder by copying an existing HoodieMergeArchiveFilePlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Creates a new HoodieMetadataBloomFilter RecordBuilder.
newBuilder(HoodieMetadataBloomFilter.Builder) - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Creates a new HoodieMetadataBloomFilter RecordBuilder by copying an existing Builder.
newBuilder(HoodieMetadataBloomFilter) - Static method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Creates a new HoodieMetadataBloomFilter RecordBuilder by copying an existing HoodieMetadataBloomFilter instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Creates a new HoodieMetadataColumnStats RecordBuilder.
newBuilder(HoodieMetadataColumnStats.Builder) - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Creates a new HoodieMetadataColumnStats RecordBuilder by copying an existing Builder.
newBuilder(HoodieMetadataColumnStats) - Static method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Creates a new HoodieMetadataColumnStats RecordBuilder by copying an existing HoodieMetadataColumnStats instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Creates a new HoodieMetadataFileInfo RecordBuilder.
newBuilder(HoodieMetadataFileInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Creates a new HoodieMetadataFileInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieMetadataFileInfo) - Static method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Creates a new HoodieMetadataFileInfo RecordBuilder by copying an existing HoodieMetadataFileInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Creates a new HoodieMetadataRecord RecordBuilder.
newBuilder(HoodieMetadataRecord.Builder) - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Creates a new HoodieMetadataRecord RecordBuilder by copying an existing Builder.
newBuilder(HoodieMetadataRecord) - Static method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Creates a new HoodieMetadataRecord RecordBuilder by copying an existing HoodieMetadataRecord instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodiePath
Creates a new HoodiePath RecordBuilder.
newBuilder(HoodiePath.Builder) - Static method in class org.apache.hudi.avro.model.HoodiePath
Creates a new HoodiePath RecordBuilder by copying an existing Builder.
newBuilder(HoodiePath) - Static method in class org.apache.hudi.avro.model.HoodiePath
Creates a new HoodiePath RecordBuilder by copying an existing HoodiePath instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Creates a new HoodieReplaceCommitMetadata RecordBuilder.
newBuilder(HoodieReplaceCommitMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Creates a new HoodieReplaceCommitMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieReplaceCommitMetadata) - Static method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Creates a new HoodieReplaceCommitMetadata RecordBuilder by copying an existing HoodieReplaceCommitMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Creates a new HoodieRequestedReplaceMetadata RecordBuilder.
newBuilder(HoodieRequestedReplaceMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Creates a new HoodieRequestedReplaceMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieRequestedReplaceMetadata) - Static method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Creates a new HoodieRequestedReplaceMetadata RecordBuilder by copying an existing HoodieRequestedReplaceMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Creates a new HoodieRestoreMetadata RecordBuilder.
newBuilder(HoodieRestoreMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Creates a new HoodieRestoreMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieRestoreMetadata) - Static method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Creates a new HoodieRestoreMetadata RecordBuilder by copying an existing HoodieRestoreMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Creates a new HoodieRestorePlan RecordBuilder.
newBuilder(HoodieRestorePlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Creates a new HoodieRestorePlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieRestorePlan) - Static method in class org.apache.hudi.avro.model.HoodieRestorePlan
Creates a new HoodieRestorePlan RecordBuilder by copying an existing HoodieRestorePlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Creates a new HoodieRollbackMetadata RecordBuilder.
newBuilder(HoodieRollbackMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Creates a new HoodieRollbackMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieRollbackMetadata) - Static method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Creates a new HoodieRollbackMetadata RecordBuilder by copying an existing HoodieRollbackMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Creates a new HoodieRollbackPartitionMetadata RecordBuilder.
newBuilder(HoodieRollbackPartitionMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Creates a new HoodieRollbackPartitionMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieRollbackPartitionMetadata) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Creates a new HoodieRollbackPartitionMetadata RecordBuilder by copying an existing HoodieRollbackPartitionMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Creates a new HoodieRollbackPlan RecordBuilder.
newBuilder(HoodieRollbackPlan.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Creates a new HoodieRollbackPlan RecordBuilder by copying an existing Builder.
newBuilder(HoodieRollbackPlan) - Static method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Creates a new HoodieRollbackPlan RecordBuilder by copying an existing HoodieRollbackPlan instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Creates a new HoodieRollbackRequest RecordBuilder.
newBuilder(HoodieRollbackRequest.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Creates a new HoodieRollbackRequest RecordBuilder by copying an existing Builder.
newBuilder(HoodieRollbackRequest) - Static method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Creates a new HoodieRollbackRequest RecordBuilder by copying an existing HoodieRollbackRequest instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Creates a new HoodieSavepointMetadata RecordBuilder.
newBuilder(HoodieSavepointMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Creates a new HoodieSavepointMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieSavepointMetadata) - Static method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Creates a new HoodieSavepointMetadata RecordBuilder by copying an existing HoodieSavepointMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Creates a new HoodieSavepointPartitionMetadata RecordBuilder.
newBuilder(HoodieSavepointPartitionMetadata.Builder) - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Creates a new HoodieSavepointPartitionMetadata RecordBuilder by copying an existing Builder.
newBuilder(HoodieSavepointPartitionMetadata) - Static method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Creates a new HoodieSavepointPartitionMetadata RecordBuilder by copying an existing HoodieSavepointPartitionMetadata instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Creates a new HoodieSliceInfo RecordBuilder.
newBuilder(HoodieSliceInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Creates a new HoodieSliceInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieSliceInfo) - Static method in class org.apache.hudi.avro.model.HoodieSliceInfo
Creates a new HoodieSliceInfo RecordBuilder by copying an existing HoodieSliceInfo instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Creates a new HoodieWriteStat RecordBuilder.
newBuilder(HoodieWriteStat.Builder) - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Creates a new HoodieWriteStat RecordBuilder by copying an existing Builder.
newBuilder(HoodieWriteStat) - Static method in class org.apache.hudi.avro.model.HoodieWriteStat
Creates a new HoodieWriteStat RecordBuilder by copying an existing HoodieWriteStat instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.IntWrapper
Creates a new IntWrapper RecordBuilder.
newBuilder(IntWrapper.Builder) - Static method in class org.apache.hudi.avro.model.IntWrapper
Creates a new IntWrapper RecordBuilder by copying an existing Builder.
newBuilder(IntWrapper) - Static method in class org.apache.hudi.avro.model.IntWrapper
Creates a new IntWrapper RecordBuilder by copying an existing IntWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.LongWrapper
Creates a new LongWrapper RecordBuilder.
newBuilder(LongWrapper.Builder) - Static method in class org.apache.hudi.avro.model.LongWrapper
Creates a new LongWrapper RecordBuilder by copying an existing Builder.
newBuilder(LongWrapper) - Static method in class org.apache.hudi.avro.model.LongWrapper
Creates a new LongWrapper RecordBuilder by copying an existing LongWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.StringWrapper
Creates a new StringWrapper RecordBuilder.
newBuilder(StringWrapper.Builder) - Static method in class org.apache.hudi.avro.model.StringWrapper
Creates a new StringWrapper RecordBuilder by copying an existing Builder.
newBuilder(StringWrapper) - Static method in class org.apache.hudi.avro.model.StringWrapper
Creates a new StringWrapper RecordBuilder by copying an existing StringWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Creates a new TimeMicrosWrapper RecordBuilder.
newBuilder(TimeMicrosWrapper.Builder) - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Creates a new TimeMicrosWrapper RecordBuilder by copying an existing Builder.
newBuilder(TimeMicrosWrapper) - Static method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Creates a new TimeMicrosWrapper RecordBuilder by copying an existing TimeMicrosWrapper instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Creates a new TimestampMicrosWrapper RecordBuilder.
newBuilder(TimestampMicrosWrapper.Builder) - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Creates a new TimestampMicrosWrapper RecordBuilder by copying an existing Builder.
newBuilder(TimestampMicrosWrapper) - Static method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Creates a new TimestampMicrosWrapper RecordBuilder by copying an existing TimestampMicrosWrapper instance.
newBuilder() - Static method in class org.apache.hudi.common.config.HoodieCommonConfig
 
newBuilder() - Static method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
newBuilder() - Static method in class org.apache.hudi.common.config.HoodieMetastoreConfig
 
newBuilder() - Static method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
newBuilder() - Static method in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
newBuilder() - Static method in class org.apache.hudi.common.HoodieCleanStat
 
newBuilder() - Static method in class org.apache.hudi.common.HoodieRollbackStat
 
newBuilder() - Static method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
Returns the builder for HoodieMergedLogRecordScanner.
newBuilder() - Static method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner
Returns the builder for HoodieUnMergedLogRecordScanner.
newBuilder() - Static method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
newBuilder() - Static method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader
Returns the builder for HoodieMetadataMergedLogRecordScanner.
newCondition() - Method in interface org.apache.hudi.common.lock.LockProvider
 
newCopy() - Method in class org.apache.hudi.common.config.SerializableConfiguration
 
newCopy(Schema) - Static method in class org.apache.hudi.common.config.SerializableSchema
 
newInstance() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
newInstance() - Method in class org.apache.hudi.common.model.HoodieRecord
 
newReader(FileSystem, HoodieLogFile, Schema) - Static method in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
newReader(FileSystem, HoodieLogFile, Schema, boolean, boolean) - Static method in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
newStream() - Method in class org.apache.hudi.parquet.io.ByteBufferBackedInputFile
 
newThread(Runnable) - Method in class org.apache.hudi.common.util.CustomizedThreadFactory
 
newWriterBuilder() - Static method in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
next() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
next() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
next() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
next() - Method in class org.apache.hudi.common.util.OrcReaderIterator
 
next() - Method in class org.apache.hudi.common.util.ParquetReaderIterator
 
NO_OP_BOOTSTRAP_INDEX_CLASS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
noDefaultValue() - Method in class org.apache.hudi.common.config.ConfigProperty.PropertyBuilder
 
NON_PARTITIONED_NAME - Static variable in interface org.apache.hudi.metadata.HoodieTableMetadata
 
nonEmpty(Collection<?>) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
nonEmpty(Map<?, ?>) - Static method in class org.apache.hudi.common.util.MapUtils
 
nonEmpty(String) - Static method in class org.apache.hudi.common.util.StringUtils
 
noop() - Static method in interface org.apache.hudi.common.util.Functions
 
NoOpBootstrapIndex - Class in org.apache.hudi.common.bootstrap.index
No Op Bootstrap Index , which is a empty implement and not do anything.
NoOpBootstrapIndex(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
NoOpConsistencyGuard - Class in org.apache.hudi.common.fs
Default Consistency guard that does nothing.
NoOpConsistencyGuard() - Constructor for class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
nthFromLastInstant(int) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
nthFromLastInstant(int) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
nthInstant(int) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
nthInstant(int) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
NULL_COMMIT - Static variable in class org.apache.hudi.common.model.HoodieWriteStat
 
nullableBoundary(boolean) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
nullableSchema(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Returns schema with nullable true.
nullToEmpty(String) - Static method in class org.apache.hudi.common.util.StringUtils
Returns the given string if it is non-null; the empty string otherwise.
NumericUtils - Class in org.apache.hudi.common.util
A utility class for numeric.
NumericUtils() - Constructor for class org.apache.hudi.common.util.NumericUtils
 

O

ObjectSizeCalculator - Class in org.apache.hudi.common.util
Contains utility methods for calculating the memory usage of objects.
ObjectSizeCalculator() - Constructor for class org.apache.hudi.common.util.ObjectSizeCalculator
 
objToString(Object) - Static method in class org.apache.hudi.common.util.StringUtils
 
of(byte) - Static method in enum org.apache.hudi.common.index.HoodieIndexType
 
of(String) - Static method in enum org.apache.hudi.common.index.HoodieIndexType
 
of(L, R) - Static method in class org.apache.hudi.common.util.collection.ImmutablePair
Obtains an immutable pair of from two objects inferring the generic types.
of(L, M, R) - Static method in class org.apache.hudi.common.util.collection.ImmutableTriple
Obtains an immutable triple of from three objects inferring the generic types.
of(L, R) - Static method in class org.apache.hudi.common.util.collection.Pair
Obtains an immutable pair of from two objects inferring the generic types.
of(L, M, R) - Static method in class org.apache.hudi.common.util.collection.Triple
Obtains an immutable triple of from three objects inferring the generic types.
of(T) - Static method in class org.apache.hudi.common.util.Option
 
offset() - Method in class org.apache.hudi.common.table.log.AppendResult
 
ofNullable(T) - Static method in class org.apache.hudi.common.util.Option
 
OLD_HOODIE_AVRO_BLOOM_FILTER_METADATA_KEY - Static variable in class org.apache.hudi.avro.HoodieAvroWriteSupport
 
onParentPath(Path) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
OP_FIELD - Static variable in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
open(Path, int) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
open(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
open(Path, int) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
open(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
open(Path, int) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
open(Path, int) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
OpenJ9MemoryLayoutSpecification32bit - Class in org.apache.hudi.common.util.jvm
 
OpenJ9MemoryLayoutSpecification32bit() - Constructor for class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
OpenJ9MemoryLayoutSpecification64bit - Class in org.apache.hudi.common.util.jvm
 
OpenJ9MemoryLayoutSpecification64bit() - Constructor for class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
OpenJ9MemoryLayoutSpecification64bitCompressed - Class in org.apache.hudi.common.util.jvm
 
OpenJ9MemoryLayoutSpecification64bitCompressed() - Constructor for class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
OPERATION_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
operationType - Variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 
OPTIMISTIC_CONSISTENCY_GUARD_ENABLE - Static variable in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
OPTIMISTIC_CONSISTENCY_GUARD_SLEEP_TIME_MS - Static variable in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
OptimisticConsistencyGuard - Class in org.apache.hudi.common.fs
A consistency guard which sleeps for configured period of time only on APPEAR.
OptimisticConsistencyGuard(FileSystem, ConsistencyGuardConfig) - Constructor for class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
Option<T> - Class in org.apache.hudi.common.util
Provides functionality same as java.util.Optional but is also made Serializable.
or(Supplier<? extends Option<T>>) - Method in class org.apache.hudi.common.util.Option
Returns this Option if not empty, otherwise evaluates the provided supplier and returns the alternative
OrcReaderIterator<T> - Class in org.apache.hudi.common.util
This class wraps a ORC reader and provides an iterator based api to read from an ORC file.
OrcReaderIterator(RecordReader, Schema, TypeDescription) - Constructor for class org.apache.hudi.common.util.OrcReaderIterator
 
OrcUtils - Class in org.apache.hudi.common.util
Utility functions for ORC files.
OrcUtils() - Constructor for class org.apache.hudi.common.util.OrcUtils
 
OrderedProperties - Class in org.apache.hudi.common.config
An extension of Properties that maintains the order.
OrderedProperties() - Constructor for class org.apache.hudi.common.config.OrderedProperties
 
OrderedProperties(Properties) - Constructor for class org.apache.hudi.common.config.OrderedProperties
 
orderingVal - Variable in class org.apache.hudi.common.model.BaseAvroPayload
For purposes of preCombining.
orElse(T) - Method in class org.apache.hudi.common.util.Option
Identical to Optional.orElse
orElseGet(Supplier<? extends T>) - Method in class org.apache.hudi.common.util.Option
Identical to Optional.orElseGet
orElseThrow(Supplier<? extends X>) - Method in class org.apache.hudi.common.util.Option
Identical to Optional.orElseThrow
org.apache.hudi - package org.apache.hudi
 
org.apache.hudi.avro - package org.apache.hudi.avro
 
org.apache.hudi.avro.model - package org.apache.hudi.avro.model
 
org.apache.hudi.common - package org.apache.hudi.common
 
org.apache.hudi.common.bloom - package org.apache.hudi.common.bloom
 
org.apache.hudi.common.bootstrap - package org.apache.hudi.common.bootstrap
 
org.apache.hudi.common.bootstrap.index - package org.apache.hudi.common.bootstrap.index
 
org.apache.hudi.common.config - package org.apache.hudi.common.config
 
org.apache.hudi.common.data - package org.apache.hudi.common.data
 
org.apache.hudi.common.engine - package org.apache.hudi.common.engine
 
org.apache.hudi.common.fs - package org.apache.hudi.common.fs
 
org.apache.hudi.common.fs.inline - package org.apache.hudi.common.fs.inline
 
org.apache.hudi.common.function - package org.apache.hudi.common.function
 
org.apache.hudi.common.index - package org.apache.hudi.common.index
 
org.apache.hudi.common.lock - package org.apache.hudi.common.lock
 
org.apache.hudi.common.metrics - package org.apache.hudi.common.metrics
 
org.apache.hudi.common.model - package org.apache.hudi.common.model
 
org.apache.hudi.common.model.debezium - package org.apache.hudi.common.model.debezium
 
org.apache.hudi.common.table - package org.apache.hudi.common.table
 
org.apache.hudi.common.table.log - package org.apache.hudi.common.table.log
 
org.apache.hudi.common.table.log.block - package org.apache.hudi.common.table.log.block
 
org.apache.hudi.common.table.marker - package org.apache.hudi.common.table.marker
 
org.apache.hudi.common.table.timeline - package org.apache.hudi.common.table.timeline
 
org.apache.hudi.common.table.timeline.dto - package org.apache.hudi.common.table.timeline.dto
 
org.apache.hudi.common.table.timeline.versioning - package org.apache.hudi.common.table.timeline.versioning
 
org.apache.hudi.common.table.timeline.versioning.clean - package org.apache.hudi.common.table.timeline.versioning.clean
 
org.apache.hudi.common.table.timeline.versioning.compaction - package org.apache.hudi.common.table.timeline.versioning.compaction
 
org.apache.hudi.common.table.view - package org.apache.hudi.common.table.view
 
org.apache.hudi.common.util - package org.apache.hudi.common.util
 
org.apache.hudi.common.util.collection - package org.apache.hudi.common.util.collection
 
org.apache.hudi.common.util.hash - package org.apache.hudi.common.util.hash
 
org.apache.hudi.common.util.io - package org.apache.hudi.common.util.io
 
org.apache.hudi.common.util.jvm - package org.apache.hudi.common.util.jvm
 
org.apache.hudi.common.util.queue - package org.apache.hudi.common.util.queue
 
org.apache.hudi.exception - package org.apache.hudi.exception
 
org.apache.hudi.hadoop - package org.apache.hudi.hadoop
 
org.apache.hudi.internal.schema - package org.apache.hudi.internal.schema
 
org.apache.hudi.internal.schema.action - package org.apache.hudi.internal.schema.action
 
org.apache.hudi.internal.schema.convert - package org.apache.hudi.internal.schema.convert
 
org.apache.hudi.internal.schema.io - package org.apache.hudi.internal.schema.io
 
org.apache.hudi.internal.schema.utils - package org.apache.hudi.internal.schema.utils
 
org.apache.hudi.internal.schema.visitor - package org.apache.hudi.internal.schema.visitor
 
org.apache.hudi.io.storage - package org.apache.hudi.io.storage
 
org.apache.hudi.keygen - package org.apache.hudi.keygen
 
org.apache.hudi.keygen.constant - package org.apache.hudi.keygen.constant
 
org.apache.hudi.metadata - package org.apache.hudi.metadata
 
org.apache.hudi.parquet.io - package org.apache.hudi.parquet.io
 
org.apache.hudi.util - package org.apache.hudi.util
 
OutputStreamBackedOutputFile - Class in org.apache.hudi.parquet.io
Implementation of the OutputFile backed by OutputStream
OutputStreamBackedOutputFile(FSDataOutputStream) - Constructor for class org.apache.hudi.parquet.io.OutputStreamBackedOutputFile
 
overBaseCommit(String) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
overwriteField(Object, Object) - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
Return true if value equals defaultValue otherwise false.
OverwriteNonDefaultsWithLatestAvroPayload - Class in org.apache.hudi.common.model
subclass of OverwriteWithLatestAvroPayload used for delta streamer.
OverwriteNonDefaultsWithLatestAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.OverwriteNonDefaultsWithLatestAvroPayload
 
OverwriteNonDefaultsWithLatestAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.OverwriteNonDefaultsWithLatestAvroPayload
 
OverwriteWithLatestAvroPayload - Class in org.apache.hudi.common.model
Default payload used for delta streamer.
OverwriteWithLatestAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
OverwriteWithLatestAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 

P

paddingTo8Byte(byte[]) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
padToLong(byte[]) - Static method in class org.apache.hudi.common.util.NumericUtils
 
Pair<L,R> - Class in org.apache.hudi.common.util.collection
(NOTE: Adapted from Apache commons-lang3)
Pair() - Constructor for class org.apache.hudi.common.util.collection.Pair
 
parallelize(List<T>) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
parallelize(List<T>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
parallelize(List<T>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
parallelizeFilesProcess(HoodieEngineContext, FileSystem, int, FSUtils.SerializableFunction<Pair<String, SerializableConfiguration>, T>, List<String>) - Static method in class org.apache.hudi.common.fs.FSUtils
 
parallelizeSubPathProcess(HoodieEngineContext, FileSystem, Path, int, Predicate<FileStatus>, FSUtils.SerializableFunction<Pair<String, SerializableConfiguration>, T>) - Static method in class org.apache.hudi.common.fs.FSUtils
Processes sub-path in parallel.
ParquetReaderIterator<T> - Class in org.apache.hudi.common.util
This class wraps a parquet reader and provides an iterator based api to read from a parquet file.
ParquetReaderIterator(ParquetReader<T>) - Constructor for class org.apache.hudi.common.util.ParquetReaderIterator
 
ParquetUtils - Class in org.apache.hudi.common.util
Utility functions involving with parquet.
ParquetUtils() - Constructor for class org.apache.hudi.common.util.ParquetUtils
 
parseDateFromInstantTime(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Parse the timestamp of an Instant and return a Date.
parseDateFromInstantTime(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
parseDateFromInstantTimeSafely(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
The same parsing method as above, but this method will mute ParseException.
parseDateTime(String) - Static method in class org.apache.hudi.common.util.DateTimeUtils
Parse input String to a Instant.
parseDuration(String) - Static method in class org.apache.hudi.common.util.DateTimeUtils
Parse the given string to a java Duration.
parsePartitionColumnValues(String[], String) - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
parseSchemas(String) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Convert json string to history internalSchemas.
PARTITION_FIELDS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
PARTITION_METAFILE_USE_BASE_FORMAT - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
PARTITION_NAME_BLOOM_FILTERS - Static variable in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
PARTITION_NAME_COLUMN_STATS - Static variable in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
PARTITION_NAME_FILES - Static variable in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
PARTITION_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
PARTITION_PATH_META_FIELD_ORD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
PARTITION_PATH_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
PartitionIndexID - Class in org.apache.hudi.common.util.hash
Hoodie object ID representing any partition.
PartitionIndexID(String) - Constructor for class org.apache.hudi.common.util.hash.PartitionIndexID
 
partitionName - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
PartitionPath(String, Object[]) - Constructor for class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
PARTITIONPATH_FIELD_NAME - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
PARTITIONPATH_FIELD_OPT_KEY - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
PartitionPathEncodeUtils - Class in org.apache.hudi.common.util
Utils to encode/decode the partition path.
PartitionPathEncodeUtils() - Constructor for class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
partitionPathFields - Variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
partitionToFileGroupsMap - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
partitionToReplaceFileIds - Variable in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
partitionToRollingStats - Variable in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
partitionToWriteStats - Variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 
PAYLOAD_CLASS_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
PAYLOAD_EVENT_TIME_FIELD_PROP - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
PAYLOAD_EVENT_TIME_FIELD_PROP_KEY - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
Property for payload event time field; to be used to extract source event time info.
PAYLOAD_IS_UPDATE_RECORD_FOR_MOR - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
A runtime config pass to the HoodieRecordPayload.getInsertValue(Schema, Properties) to tell if the current record is a update record or insert record for mor table.
PAYLOAD_ORDERING_FIELD_PROP - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
PAYLOAD_ORDERING_FIELD_PROP_KEY - Static variable in class org.apache.hudi.common.model.HoodiePayloadProps
Property for payload ordering field; to be used to merge incoming record with that in storage.
PENDING_CLUSTERING_FILEGROUPS - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
PENDING_COMPACTION_OPS - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
performScan() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
persist(String) - Method in interface org.apache.hudi.common.data.HoodieData
Persists the data w/ provided level (if applicable)
persist(String) - Method in class org.apache.hudi.common.data.HoodieListData
 
persist(String) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
persist(String) - Method in interface org.apache.hudi.common.data.HoodiePairData
Persists the data (if applicable)
PERSISTED_CONFIG_LIST - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
persistHistorySchemaStr(String, String) - Method in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
POPULATE_META_FIELDS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
POPULATE_META_FIELDS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
populateMetaFields() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
populateMetaFields() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
positionChangeMap - Variable in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
PostgresDebeziumAvroPayload - Class in org.apache.hudi.common.model.debezium
Provides support for seamlessly applying changes captured via Debezium for PostgresDB.
PostgresDebeziumAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.debezium.PostgresDebeziumAvroPayload
 
PostgresDebeziumAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.debezium.PostgresDebeziumAvroPayload
 
precision() - Method in class org.apache.hudi.internal.schema.Types.DecimalType
 
preCombine(HoodieJsonPayload) - Method in class org.apache.hudi.common.HoodieJsonPayload
 
preCombine(EmptyHoodieRecordPayload) - Method in class org.apache.hudi.common.model.EmptyHoodieRecordPayload
 
preCombine(HoodieAvroPayload) - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
preCombine(T) - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
Deprecated.
preCombine(T, Properties) - Method in interface org.apache.hudi.common.model.HoodieRecordPayload
When more than one HoodieRecord have the same HoodieKey in the incoming batch, this function combines them before attempting to insert/upsert by taking in a property map.
preCombine(OverwriteWithLatestAvroPayload) - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
preCombine(RewriteAvroPayload) - Method in class org.apache.hudi.common.model.RewriteAvroPayload
 
preCombine(HoodieMetadataPayload) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
PRECOMBINE_FIELD - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
prefixDelete(String, String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform a prefix delete and return stream of key-value pairs retrieved.
prefixSearch(String, String) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform a prefix search and return stream of key-value pairs retrieved.
prepareHadoopConf(Configuration) - Static method in class org.apache.hudi.common.fs.FSUtils
 
prev() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
This is a reverse iterator Note: At any point, an instance of HoodieLogFileReader should either iterate reverse (prev) or forward (next).
prev() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Reader
Read log file in reverse order and return prev block if present.
prev() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
primitive(Type.PrimitiveType) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
primitive(Type.PrimitiveType) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
PrimitiveType() - Constructor for class org.apache.hudi.internal.schema.Type.PrimitiveType
 
PriorityBasedFileSystemView - Class in org.apache.hudi.common.table.view
A file system view which proxies request to a preferred File System View implementation.
PriorityBasedFileSystemView(SyncableFileSystemView, SyncableFileSystemView) - Constructor for class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
processFiles(FileSystem, String, Function<FileStatus, Boolean>, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
Recursively processes all files in the base-path.
processNextDeletedRecord(DeleteRecord) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
Process next deleted record.
processNextDeletedRecord(DeleteRecord) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
processNextDeletedRecord(DeleteRecord) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner
 
processNextRecord(HoodieRecord<? extends HoodieRecordPayload>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
Process next record.
processNextRecord(HoodieRecord<? extends HoodieRecordPayload>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
processNextRecord(HoodieRecord<? extends HoodieRecordPayload>) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner
 
produce(BoundedInMemoryQueue<I, ?>) - Method in interface org.apache.hudi.common.util.queue.BoundedInMemoryQueueProducer
API to enqueue entries to memory bounded queue.
produce(BoundedInMemoryQueue<I, ?>) - Method in class org.apache.hudi.common.util.queue.FunctionBasedQueueProducer
 
produce(BoundedInMemoryQueue<I, ?>) - Method in class org.apache.hudi.common.util.queue.IteratorBasedQueueProducer
 
propertyNames() - Method in class org.apache.hudi.common.config.OrderedProperties
 
props - Variable in class org.apache.hudi.common.config.HoodieConfig
 
propsMap() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
pruneInternalSchema(InternalSchema, List<String>) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
Create project internalSchema, based on the project names which produced by query engine.
pruneInternalSchemaByID(InternalSchema, List<Integer>, List<Integer>) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
Create project internalSchema.
PublicAPIClass - Annotation Type in org.apache.hudi
Annotates a type as a user facing class.
PublicAPIMethod - Annotation Type in org.apache.hudi
Annotates a method, as part of the public contract with user code.
put(int, Object) - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.BytesWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.DateWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.FloatWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodiePath
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
put(int, Object) - Method in class org.apache.hudi.avro.model.IntWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.LongWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.StringWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
put(int, Object) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
put(Path, FileStatus[]) - Method in interface org.apache.hudi.BaseHoodieTableFileIndex.FileStatusCache
 
put(Object, Object) - Method in class org.apache.hudi.common.config.OrderedProperties
 
put(T, R) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
put(T, R) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
put(K, R) - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
put(String, String, T) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform single PUT on a column-family.
put(String, K, T) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform single PUT on a column-family.
put(T, R) - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
putAll(Properties) - Method in class org.apache.hudi.common.config.OrderedProperties
 
putAll(Map<? extends T, ? extends R>) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
putAll(Map<? extends T, ? extends R>) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
putAll(Map<? extends K, ? extends R>) - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
putAll(Map<? extends T, ? extends R>) - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
putIfAbsent(Object, Object) - Method in class org.apache.hudi.common.config.OrderedProperties
 
putInBatch(WriteBatch, String, String, T) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Helper to add put operation in batch.
putInBatch(WriteBatch, String, K, T) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Helper to add put operation in batch.

Q

queryAsNonePartitionedTable - Variable in class org.apache.hudi.BaseHoodieTableFileIndex
 
queryPaths - Variable in class org.apache.hudi.BaseHoodieTableFileIndex
 

R

rangeType(InstantRange.RangeType) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
rateLimiter - Variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
It indicates number of records to cache.
RateLimiter - Class in org.apache.hudi.common.util
 
read(long, byte[], int, int) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
read(ByteBuffer) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
read(ByteBufferPool, int, EnumSet<ReadOption>) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
read(ByteBuffer) - Method in class org.apache.hudi.common.fs.TimedFSDataInputStream
 
read(long, byte[], int, int) - Method in class org.apache.hudi.common.fs.TimedFSDataInputStream
 
read(ByteBufferPool, int, EnumSet<ReadOption>) - Method in class org.apache.hudi.common.fs.TimedFSDataInputStream
 
read() - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
 
read(byte[]) - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
 
read(byte[], int, int) - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
Read specified number of bytes into given array starting at given offset.
read() - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
 
read(byte[], int, int) - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
 
readAllRecords(HoodieHFileReader<R>) - Static method in class org.apache.hudi.io.storage.HoodieHFileReader
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
readAsByteArray(InputStream) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
readAsByteArray(InputStream, int) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
readAsUTFString(InputStream) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
readAsUTFString(InputStream, int) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
readAsUTFStringLines(InputStream) - Static method in class org.apache.hudi.common.util.FileIOUtils
Reads the input stream into String lines.
readAvroRecords(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the data file NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroRecords(Configuration, Path, Schema) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the data file using the given schema NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroRecords(Configuration, Path) - Method in class org.apache.hudi.common.util.OrcUtils
NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroRecords(Configuration, Path, Schema) - Method in class org.apache.hudi.common.util.OrcUtils
NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroRecords(Configuration, Path) - Method in class org.apache.hudi.common.util.ParquetUtils
NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroRecords(Configuration, Path, Schema) - Method in class org.apache.hudi.common.util.ParquetUtils
 
readAvroSchema(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the Avro schema of the data file.
readAvroSchema(Configuration, Path) - Method in class org.apache.hudi.common.util.OrcUtils
 
readAvroSchema(Configuration, Path) - Method in class org.apache.hudi.common.util.ParquetUtils
 
readBlockLazily - Variable in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
readBlocksLazily - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
readBloomFilter() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
readBloomFilter() - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
readBloomFilter() - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
readBloomFilter() - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
readBloomFilterFromMetadata(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the bloom filter from the metadata of the given data file.
readBytesFromDisk(RandomAccessFile, long, int) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
Using the schema and payload class, read and convert the bytes on disk to a HoodieRecord.
readCleanerInfoAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readCompactionPlanAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readDataFromPath(FileSystem, Path, boolean) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
readDataFromPath(FileSystem, Path) - Static method in class org.apache.hudi.common.util.FileIOUtils
 
readerSchema - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
readerSchema - Variable in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
readerSchema - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.BytesWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.DateWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.FloatWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodiePath
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.IntWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.LongWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.StringWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
readFields(DataInput) - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
readFooter(Configuration, boolean, Path, String...) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the footer data of the given data file.
readFooter(Configuration, boolean, Path, String...) - Method in class org.apache.hudi.common.util.OrcUtils
 
readFooter(Configuration, boolean, Path, String...) - Method in class org.apache.hudi.common.util.ParquetUtils
 
readFromFS() - Method in class org.apache.hudi.common.model.HoodiePartitionMetadata
Read out the metadata for this partition.
readFromVector(TypeDescription, ColumnVector, Schema, int) - Static method in class org.apache.hudi.common.util.AvroOrcUtils
Read the Column vector at a given position conforming to a given ORC schema.
readFully(long, byte[], int, int) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
readFully(long, byte[]) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
readFully(byte[], int, int) - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
readFully(byte[]) - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
readFully(long, byte[]) - Method in class org.apache.hudi.common.fs.TimedFSDataInputStream
 
readFully(long, byte[], int, int) - Method in class org.apache.hudi.common.fs.TimedFSDataInputStream
 
readIndexPlanAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readInt() - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
readLatestSchemaFromLogFiles(String, List<HoodieLogFile>, Configuration) - Static method in class org.apache.hudi.common.table.log.LogReaderUtils
 
readMarkersFromFile(Path, SerializableConfiguration) - Static method in class org.apache.hudi.common.util.MarkerUtils
Reads the markers stored in the underlying file.
readMarkerType(FileSystem, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Reads the marker type from `MARKERS.type` file.
readMetadata(Configuration, Path) - Static method in class org.apache.hudi.common.util.ParquetUtils
 
readMinMaxRecordKeys(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the min and max record key from the metadata of the given data file.
readMinMaxRecordKeys() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
readMinMaxRecordKeys() - Method in class org.apache.hudi.io.storage.HoodieHFileReader
 
readMinMaxRecordKeys() - Method in class org.apache.hudi.io.storage.HoodieOrcReader
 
readMinMaxRecordKeys() - Method in class org.apache.hudi.io.storage.HoodieParquetReader
 
readObjectFrom(ObjectInputStream) - Method in class org.apache.hudi.common.config.SerializableSchema
 
readPartitionCreatedCommitTime() - Method in class org.apache.hudi.common.model.HoodiePartitionMetadata
Read out the COMMIT_TIME_KEY metadata for this partition.
readRangeFromParquetMetadata(Configuration, Path, List<String>) - Method in class org.apache.hudi.common.util.ParquetUtils
Parse min/max statistics stored in parquet footers for all columns.
readRecords(HoodieHFileReader<R>, List<String>) - Static method in class org.apache.hudi.io.storage.HoodieHFileReader
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
readRecords(HoodieHFileReader<R>, List<String>, Schema) - Static method in class org.apache.hudi.io.storage.HoodieHFileReader
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
readRecordsFromBlockPayload() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
readRecordsFromBlockPayload() - Method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
NOTE: We're overriding the whole reading sequence to make sure we properly respect the requested Reader's schema and only fetch the columns that have been explicitly requested by the caller (providing projected Reader's schema)
readRestoreInfoAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readRollbackInfoAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readRowKeys(Configuration, Path) - Method in class org.apache.hudi.common.util.BaseFileUtils
Read the rowKey list from the given data file.
readSchema(Configuration, Path) - Method in class org.apache.hudi.common.util.ParquetUtils
Get the schema of the given parquet file.
readSchemaFromLastCompaction(Option<HoodieInstant>) - Method in class org.apache.hudi.common.table.TableSchemaResolver
readSchemaFromLogFile(FileSystem, Path) - Static method in class org.apache.hudi.common.table.TableSchemaResolver
Read the schema from the log file on path.
readTimelineServerBasedMarkersFromFileSystem(String, FileSystem, HoodieEngineContext, int) - Static method in class org.apache.hudi.common.util.MarkerUtils
Reads files containing the markers written by timeline-server-based marker mechanism.
REBOOTSTRAP_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
reBuildFilterName(String, InternalSchema, InternalSchema) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
A helper function to help correct the colName of pushed filters.
RECONCILE_SCHEMA - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
reconcileSchema(Schema, InternalSchema) - Static method in class org.apache.hudi.internal.schema.utils.AvroSchemaEvolutionUtils
Support reconcile from a new avroSchema.
record(Types.RecordType, List<T>) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
record(Types.RecordType, List<Map<String, Integer>>) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
RECORD_KEY_META_FIELD_ORD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
RECORD_KEY_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
RECORD_KEY_SCHEMA - Static variable in class org.apache.hudi.avro.HoodieAvroUtils
 
RECORD_POLL_INTERVAL_SEC - Static variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Interval used for polling records in the queue.
RECORD_SAMPLING_RATE - Static variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Rate used for sampling records to determine avg record size in bytes.
recordBytes - Variable in class org.apache.hudi.common.model.BaseAvroPayload
Avro data extracted from the source converted to bytes.
RECORDKEY_FIELD_NAME - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
RECORDKEY_FIELD_OPT_KEY - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
RECORDKEY_FIELDS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
RECORDKEY_PARTITION_LIST - Static variable in interface org.apache.hudi.metadata.HoodieTableMetadata
 
recordKeyFields - Variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
records - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
recover(FileSystem, Path) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
recoverDFSFileLease(DistributedFileSystem, Path) - Static method in class org.apache.hudi.common.fs.FSUtils
When a file was opened and the task died without closing the stream, another task executor cannot open because the existing lease will be active.
reduceByKey(SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
reduceByKey(SerializableBiFunction<V, V, V>, int) - Method in interface org.apache.hudi.common.data.HoodiePairData
Reduces original sequence by de-duplicating the pairs w/ the same key, using provided binary operator combiner.
reduceByKey(List<Pair<K, V>>, SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
reduceByKey(List<Pair<K, V>>, SerializableBiFunction<V, V, V>, int) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
ReflectionUtils - Class in org.apache.hudi.common.util
A utility class for reflection.
ReflectionUtils() - Constructor for class org.apache.hudi.common.util.ReflectionUtils
 
refresh() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
refresh() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
REFRESH_OFF - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
REFRESH_TABLE - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
refreshGlobalProps() - Static method in class org.apache.hudi.common.config.DFSPropertiesConfiguration
 
refreshNewId(Type, AtomicInteger) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
Assigns new ids for all fields in a Type, based on initial id.
refreshTimeline(HoodieTimeline) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Refresh commits timeline.
refreshTimeline(HoodieTimeline) - Method in class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
 
registerFileSystem(Path, Configuration) - Static method in class org.apache.hudi.common.fs.FSUtils
 
Registry - Interface in org.apache.hudi.common.metrics
Interface which defines a lightweight Metrics Registry to track Hudi events.
registry() - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
REGISTRY_MAP - Static variable in interface org.apache.hudi.common.metrics.Registry
 
releaseBuffer(ByteBuffer) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
releasePermitsPeriodically() - Method in class org.apache.hudi.common.util.RateLimiter
 
reload(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
reload() - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
reload() - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
reloadActiveTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Reload ActiveTimeline and cache.
REMOTE_BACKUP_VIEW_ENABLE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_HOST_NAME - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_INITIAL_RETRY_INTERVAL_MS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_MAX_RETRY_INTERVAL_MS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_MAX_RETRY_NUMBERS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_PORT_NUM - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_RETRY_ENABLE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
REMOTE_TIMEOUT_SECS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
RemoteHoodieTableFileSystemView - Class in org.apache.hudi.common.table.view
A proxy for table file-system view which translates local View API calls to REST calls to remote timeline service.
RemoteHoodieTableFileSystemView(String, int, HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
RemoteHoodieTableFileSystemView(HoodieTableMetaClient, FileSystemViewStorageConfig) - Constructor for class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
remove(Object) - Method in class org.apache.hudi.common.config.OrderedProperties
 
remove() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
remove() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
 
remove(Object) - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
remove(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
remove() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
remove(Object) - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
remove(Object) - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
removeAcl(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
removeDefaultAcl(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
removeFields(Schema, Set<String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
removeFields(GenericRecord, Set<String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Given an Avro record and list of columns to remove, this method removes the list of columns from the given avro record using rewriteRecord method.
removeMetadataFields(Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
removePendingCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
removeReplacedFileIdsAtInstants(Set<String>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Remove file groups that are replaced in any of the specified instants.
removeReplacedFileIdsAtInstants(Set<String>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
removeReplacedFileIdsAtInstants(Set<String>) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
removeReplacedFileIdsAtInstants(Set<String>) - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
removeXAttr(Path, String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
rename(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
rename(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
rename(Path, Path) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
rename(Path, Path) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
renameColumn(String, String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
Rename a column in the schema.
renameSnapshot(Path, String, String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
repartition(int) - Method in interface org.apache.hudi.common.data.HoodieData
Re-partitions underlying collection (if applicable) making sure new HoodieData has exactly parallelism partitions
repartition(int) - Method in class org.apache.hudi.common.data.HoodieListData
 
REPLACE_COMMIT_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REPLACE_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_CLEAN_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_COMPACTION_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_COMPACTION_SUFFIX - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_DELTA_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_INDEX_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_REPLACE_COMMIT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_RESTORE_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_ROLLBACK_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_SAVE_SCHEMA_ACTION_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
reset() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Clears the partition Map and reset view states.
reset() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
reset() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
reset() - Method in interface org.apache.hudi.common.table.view.SyncableFileSystemView
Reset View so that they can be refreshed.
reset() - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
reset() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
reset() - Method in class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
reset() - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Clear the states of the table metadata.
resetPendingCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
resetPendingCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
resetReplacedFileGroups(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Track instant time for file groups replaced.
resetReplacedFileGroups(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
resetReplacedFileGroups(Map<HoodieFileGroupId, HoodieInstant>) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
resetViewState() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Allows all view metadata in file system view storage to be reset by subclasses.
resetViewState() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
resetViewState() - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
resolveNullableSchema(Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Resolves typical Avro's nullable schema definition: Union(Schema.Type.NULL, <NonNullType>), decomposing union and returning the target non-null type
resolvePath(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
resolveUnionSchema(Schema, String) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Passed in Union schema and will try to resolve the field with the fieldSchemaFullName w/in the union returning its corresponding schema
RESTORE_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
RESTORE_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
retainCommits(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
RETRY_EXCEPTIONS - Static variable in class org.apache.hudi.common.fs.FileSystemRetryConfig
 
RETRY_EXCEPTIONS - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
RetryHelper<T> - Class in org.apache.hudi.common.util
 
RetryHelper(long, int, long, String) - Constructor for class org.apache.hudi.common.util.RetryHelper
 
RetryHelper(long, int, long, String, String) - Constructor for class org.apache.hudi.common.util.RetryHelper
 
RetryHelper.CheckedFunction<T> - Interface in org.apache.hudi.common.util
 
reverseReader - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
revertCompleteToInflight(HoodieInstant, HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
revertIndexInflightToRequested(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Revert index instant state from inflight to requested.
revertInstantFromInflightToRequested(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Revert instant state from inflight to requested.
revertToInflight(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
RewriteAvroPayload - Class in org.apache.hudi.common.model
Default payload used for rewrite use cases where we dont change schema.
RewriteAvroPayload(GenericRecord) - Constructor for class org.apache.hudi.common.model.RewriteAvroPayload
 
rewriteEvolutionRecordWithMetadata(GenericRecord, Schema, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
rewriteRecord(GenericRecord, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Given an Avro record with a given schema, rewrites it into the new schema while setting fields only from the new schema.
rewriteRecordDeep(GenericRecord, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
rewriteRecords(List<GenericRecord>, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Converts list of GenericRecord provided into the GenericRecord adhering to the provided newSchema.
rewriteRecordWithMetadata(GenericRecord, Schema, String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
rewriteRecordWithNewSchema(IndexedRecord, Schema, Map<String, String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Given a avro record with a given schema, rewrites it into the new schema while setting fields only from the new schema.
rewriteRecordWithNewSchema(Iterator<GenericRecord>, Schema, Map<String, String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Given avro records, rewrites them with new schema.
right - Variable in class org.apache.hudi.common.util.collection.ImmutablePair
Right object.
right - Variable in class org.apache.hudi.common.util.collection.ImmutableTriple
Right object.
right(R) - Static method in class org.apache.hudi.common.util.Either
 
ROCKSDB_BASE_PATH - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
RocksDbBasedFileSystemView - Class in org.apache.hudi.common.table.view
A file-system view implementation on top of embedded Rocks DB store.
RocksDbBasedFileSystemView(HoodieTableMetaClient, HoodieTimeline, FileSystemViewStorageConfig) - Constructor for class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
RocksDbBasedFileSystemView(HoodieTableMetaClient, HoodieTimeline, FileStatus[], FileSystemViewStorageConfig) - Constructor for class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
RocksDBBasedMap<K extends Serializable,R extends Serializable> - Class in org.apache.hudi.common.util.collection
A map's implementation based on RocksDB.
RocksDBBasedMap(String) - Constructor for class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
RocksDBDAO - Class in org.apache.hudi.common.util.collection
Data access objects for storing and retrieving objects in Rocks DB.
RocksDBDAO(String, String) - Constructor for class org.apache.hudi.common.util.collection.RocksDBDAO
 
RocksDBDAO.BatchHandler - Interface in org.apache.hudi.common.util.collection
Functional interface for stacking operation to Write batch.
RocksDbDiskMap<T extends Serializable,R extends Serializable> - Class in org.apache.hudi.common.util.collection
This class provides a disk spillable only map implementation.
RocksDbDiskMap(String) - Constructor for class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
RocksDBSchemaHelper - Class in org.apache.hudi.common.util
Helper class to generate Key and column names for rocksdb based view For RocksDB, 3 colFamilies are used for storing file-system view for each table.
RocksDBSchemaHelper(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.util.RocksDBSchemaHelper
 
ROLLBACK_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
ROLLBACK_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
rollbackFailedWrites(HoodieFailedWritesCleaningPolicy, String, Functions.Function0<Boolean>) - Static method in class org.apache.hudi.common.util.CleanerUtils
Execute HoodieFailedWritesCleaningPolicy to rollback failed writes for different actions.
ROLLING_STAT_METADATA_KEY - Static variable in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
rollOver(FileSystem, String) - Method in class org.apache.hudi.common.model.HoodieLogFile
 
runSync(HoodieTimeline, HoodieTimeline) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Performs complete reset of file-system view.
runSync(HoodieTimeline, HoodieTimeline) - Method in class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
 
RuntimeStats() - Constructor for class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 

S

samplingRecordCounter - Variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Used for sampling records with "RECORD_SAMPLING_RATE" frequency.
sanitizeName(String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Sanitizes Name according to Avro rule for names.
SAVE_SCHEMA_ACTION_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
saveAsComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
SAVEPOINT_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
SAVEPOINT_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
saveToCleanRequested(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
saveToCompactionRequested(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
saveToCompactionRequested(HoodieInstant, Option<byte[]>, boolean) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
saveToPendingIndexAction(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Save content for inflight/requested index instant.
saveToPendingReplaceCommit(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Saves content for requested REPLACE instant.
saveToRestoreRequested(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
saveToRollbackRequested(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
scale() - Method in class org.apache.hudi.internal.schema.Types.DecimalType
 
scan() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
scan(List<String>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
SCAN_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
scanFiles(FileSystem, Path, PathFilter) - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
Helper method to scan all hoodie-instant metafiles.
scanHoodieInstantsFromFileSystem(Set<String>, boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Helper method to scan all hoodie-instant metafiles and construct HoodieInstant objects.
scanHoodieInstantsFromFileSystem(Path, Set<String>, boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Helper method to scan all hoodie-instant metafiles and construct HoodieInstant objects.
scanInternal(Option<AbstractHoodieLogRecordReader.KeySpec>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
schema(InternalSchema, T) - Method in class org.apache.hudi.internal.schema.visitor.InternalSchemaVisitor
 
schema(InternalSchema, Map<String, Integer>) - Method in class org.apache.hudi.internal.schema.visitor.NameToIDVisitor
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.BooleanWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.BytesWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.DateWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.DecimalWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.DoubleWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.FloatWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieActionInstant
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieFileStatus
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieFSPermission
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieIndexPlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieInstantInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodiePath
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRestorePlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieSliceInfo
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieWriteStat
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.IntWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.LongWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.StringWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
SCHEMA_COMMIT_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
SCHEMA_EVOLUTION_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
SCHEMA_FIELD_ID_BLOOM_FILTER - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
SCHEMA_FIELD_ID_COLUMN_STATS - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
SCHEMA_FIELD_NAME_METADATA - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
SCHEMA_FIELD_NAME_TYPE - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
SCHEMA_FOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
SCHEMA_KEY - Static variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 
SCHEMA_KEY - Static variable in class org.apache.hudi.io.storage.HoodieHFileReader
 
SCHEMA_NAME - Static variable in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
SchemaChangeUtils - Class in org.apache.hudi.internal.schema.utils
Helper methods for schema Change.
SchemaCompatibilityException - Exception in org.apache.hudi.exception
An exception thrown when schema has compatibility problems.
SchemaCompatibilityException(String) - Constructor for exception org.apache.hudi.exception.SchemaCompatibilityException
 
SchemaCompatibilityException(String, Throwable) - Constructor for exception org.apache.hudi.exception.SchemaCompatibilityException
 
SchemaCompatibilityException(Throwable) - Constructor for exception org.apache.hudi.exception.SchemaCompatibilityException
 
schemaId() - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns the version ID for this schema.
SCHEMAS - Static variable in class org.apache.hudi.internal.schema.utils.SerDeHelper
 
SCHEME - Static variable in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
SCHEME - Static variable in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
SchemeAwareFSDataInputStream - Class in org.apache.hudi.common.fs
Scheme aware FSDataInputStream so that we manipulate seeks for GS filesystem.
SchemeAwareFSDataInputStream(InputStream, boolean) - Constructor for class org.apache.hudi.common.fs.SchemeAwareFSDataInputStream
 
seal() - Method in class org.apache.hudi.common.model.HoodieRecord
 
searchSchema(long, List<InternalSchema>) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
Search target internalSchema by version number.
searchSchema(long, TreeMap<Long, InternalSchema>) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
Search target internalSchema by version number.
searchSchemaAndCache(long, HoodieTableMetaClient, boolean) - Static method in class org.apache.hudi.common.util.InternalSchemaCache
Search internalSchema based on versionID.
SECONDARY_VIEW_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SECS_INSTANT_ID_LENGTH - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
SECS_INSTANT_TIMESTAMP_FORMAT - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
seek(long) - Method in class org.apache.hudi.common.fs.BoundedFsDataInputStream
 
seek(long) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
seek(long) - Method in class org.apache.hudi.common.fs.SchemeAwareFSDataInputStream
 
seek(long) - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
If the new seek position is in the buffer, adjust the currentPostion.
seek(long) - Method in class org.apache.hudi.common.util.io.ByteBufferBackedInputStream
Seeks to a position w/in the stream NOTE: Position is relative to the start of the stream (ie its absolute w/in this stream), with following invariant being assumed:
seekToNewSource(long) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
SerDeHelper - Class in org.apache.hudi.internal.schema.utils
 
SerializableBiFunction<T,U,R> - Interface in org.apache.hudi.common.function
A function that accepts two arguments and produces a result.
SerializableConfiguration - Class in org.apache.hudi.common.config
A wrapped configuration which can be serialized.
SerializableConfiguration(Configuration) - Constructor for class org.apache.hudi.common.config.SerializableConfiguration
 
SerializableConfiguration(SerializableConfiguration) - Constructor for class org.apache.hudi.common.config.SerializableConfiguration
 
SerializableConsumer<I> - Interface in org.apache.hudi.common.function
A wrapped Consumer which can be serialized.
SerializableFunction<I,O> - Interface in org.apache.hudi.common.function
A wrapped Function which can be serialized.
SerializableFunctionUnchecked<I,O> - Interface in org.apache.hudi.common.function
Serializable Function interface that only might be throwing unchecked exceptions
SerializablePairFlatMapFunction<I,K,V> - Interface in org.apache.hudi.common.function
A function that returns a stream of key-value pairs (Pair<K, V>).
SerializablePairFunction<I,K,V> - Interface in org.apache.hudi.common.function
A function that returns key-value pairs (Tuple2<K, V>).
SerializablePath - Class in org.apache.hudi.hadoop
Serializable wrapper encapsulating Path
SerializablePath(Path) - Constructor for class org.apache.hudi.hadoop.SerializablePath
 
SerializableSchema - Class in org.apache.hudi.common.config
A wrapped Schema which can be serialized.
SerializableSchema() - Constructor for class org.apache.hudi.common.config.SerializableSchema
 
SerializableSchema(Schema) - Constructor for class org.apache.hudi.common.config.SerializableSchema
 
SerializableSchema(SerializableSchema) - Constructor for class org.apache.hudi.common.config.SerializableSchema
 
SerializableSupplier<T> - Interface in org.apache.hudi.common.function
 
SerializationUtils - Class in org.apache.hudi.common.util
SerializationUtils class internally uses Kryo serializer for serializing / deserializing objects.
SerializationUtils() - Constructor for class org.apache.hudi.common.util.SerializationUtils
 
serialize(Object) - Static method in class org.apache.hudi.common.util.SerializationUtils
Serializes an Object to a byte array for storage/serialization.
serializeAvroMetadata(T, Class<T>) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeCleanerPlan(HoodieCleanerPlan) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeCleanMetadata(HoodieCleanMetadata) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeCompactionPlan(HoodieCompactionPlan) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeIndexCommitMetadata(HoodieIndexCommitMetadata) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeIndexPlan(HoodieIndexPlan) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeRecords(List<IndexedRecord>) - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
serializeRecords(List<IndexedRecord>) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
serializeRecords(List<IndexedRecord>) - Method in class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
serializeRecords(List<IndexedRecord>) - Method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
serializeRequestedReplaceMetadata(HoodieRequestedReplaceMetadata) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeRestoreMetadata(HoodieRestoreMetadata) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeRestorePlan(HoodieRestorePlan) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeRollbackMetadata(HoodieRollbackMetadata) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeRollbackPlan(HoodieRollbackPlan) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeSavepointMetadata(HoodieSavepointMetadata) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
serializeToString() - Method in interface org.apache.hudi.common.bloom.BloomFilter
Serialize the bloom filter as a string.
serializeToString() - Method in class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
 
serializeToString() - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
Serialize the bloom filter as a string.
serialVersionUID - Static variable in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
 
serialVersionUID - Static variable in class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
 
set(long) - Method in class org.apache.hudi.common.metrics.Counter
 
set(String, long) - Method in class org.apache.hudi.common.metrics.LocalRegistry
 
set(String, long) - Method in interface org.apache.hudi.common.metrics.Registry
Set the value to the metric.
set(Map<String, Object>) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setAccessTime(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'accessTime' field.
setAccessTime(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'accessTime' field.
setAcl(Path, List<AclEntry>) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setAction(String) - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Sets the value of the 'action' field.
setAction(String) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Sets the value of the 'action' field.
setAction(String) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Sets the value of the 'action' field.
setAction(String) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
Sets the value of the 'action' field.
setActionState(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'actionState' field.
setActionState(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'actionState' field.
setActionType(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'actionType' field.
setActionType(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'actionType' field.
setAll(Properties) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setArchiveLogFolder(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setBaseFile(HoodieBaseFile) - Method in class org.apache.hudi.common.model.FileSlice
 
setBaseFile(String) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
setBaseFileFormat(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setBaseInstantTime(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'baseInstantTime' field.
setBaseInstantTime(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'baseInstantTime' field.
setBasePath(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setBlockReplication(Integer) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'blockReplication' field.
setBlockReplication(Integer) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'blockReplication' field.
setBlockSize(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'blockSize' field.
setBlockSize(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'blockSize' field.
setBloomFilter(ByteBuffer) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Sets the value of the 'bloomFilter' field.
setBloomFilter(ByteBuffer) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Sets the value of the 'bloomFilter' field.
setBloomFilterMetadata(HoodieMetadataBloomFilter) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the value of the 'BloomFilterMetadata' field.
setBloomFilterMetadata(HoodieMetadataBloomFilter) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'BloomFilterMetadata' field.
setBloomFilterMetadataBuilder(HoodieMetadataBloomFilter.Builder) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the Builder instance for the 'BloomFilterMetadata' field Metadata Index of bloom filters for all data files in the user table
setBootstrapBaseFile(BaseFile) - Method in class org.apache.hudi.common.model.HoodieBaseFile
 
setBootstrapBasePath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Sets the value of the 'bootstrapBasePath' field.
setBootstrapBasePath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Sets the value of the 'bootstrapBasePath' field.
setBootstrapBasePath(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setBootstrapFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'bootstrapFilePath' field.
setBootstrapFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'bootstrapFilePath' field.
setBootstrapFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Sets the value of the 'bootstrapFilePath' field.
setBootstrapFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Sets the value of the 'bootstrapFilePath' field.
setBootstrapFilePath(String) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
setBootstrapFileStatus(HoodieFileStatus) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Sets the value of the 'bootstrapFileStatus' field.
setBootstrapFileStatus(HoodieFileStatus) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Sets the value of the 'bootstrapFileStatus' field.
setBootstrapFileStatusBuilder(HoodieFileStatus.Builder) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Sets the Builder instance for the 'bootstrapFileStatus' field
setBootstrapIndexClass(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setBootstrapIndexEnable(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setBootstrapPartitionMetadata(Map<String, HoodieCleanPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'bootstrapPartitionMetadata' field.
setBootstrapPartitionMetadata(Map<String, HoodieCleanPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'bootstrapPartitionMetadata' field.
setBootstrapPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Sets the value of the 'bootstrapPartitionPath' field.
setBootstrapPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Sets the value of the 'bootstrapPartitionPath' field.
setBootstrapPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Sets the value of the 'bootstrapPartitionPath' field.
setBootstrapPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Sets the value of the 'bootstrapPartitionPath' field.
setCandidate(List<String>) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Sets the value of the 'candidate' field.
setCandidate(List<String>) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Sets the value of the 'candidate' field.
setClusteringPlan(HoodieClusteringPlan) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Sets the value of the 'clusteringPlan' field.
setClusteringPlan(HoodieClusteringPlan) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Sets the value of the 'clusteringPlan' field.
setClusteringPlanBuilder(HoodieClusteringPlan.Builder) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Sets the Builder instance for the 'clusteringPlan' field
setColNames(String[]) - Method in class org.apache.hudi.common.index.HoodieIndex.Builder
 
setColOptions(Map<String, Map<String, String>>) - Method in class org.apache.hudi.common.index.HoodieIndex.Builder
 
setColumnName(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'columnName' field.
setColumnName(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'columnName' field.
setColumnStatsMetadata(HoodieMetadataColumnStats) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the value of the 'ColumnStatsMetadata' field.
setColumnStatsMetadata(HoodieMetadataColumnStats) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'ColumnStatsMetadata' field.
setColumnStatsMetadataBuilder(HoodieMetadataColumnStats.Builder) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the Builder instance for the 'ColumnStatsMetadata' field Metadata Index of column statistics for all data files in the user table
setComments(String) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Sets the value of the 'comments' field.
setComments(String) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Sets the value of the 'comments' field.
setCommitsRollback(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'commitsRollback' field.
setCommitsRollback(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'commitsRollback' field.
setCommitTime(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'commitTime' field.
setCommitTime(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'commitTime' field.
setCommitTime(String) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo.Builder
Sets the value of the 'commitTime' field.
setCommitTime(String) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
Sets the value of the 'commitTime' field.
setCommitTimezone(HoodieTimelineTimeZone) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setCommitTimeZone(HoodieTimelineTimeZone) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
setCompacted(Boolean) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
setConf(Configuration) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setConf(Configuration) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setConsistencyGuardConfig(ConsistencyGuardConfig) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setCreatedTimestamp(Long) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Sets the value of the 'createdTimestamp' field.
setCreatedTimestamp(Long) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Sets the value of the 'createdTimestamp' field.
setCurrentLocation(HoodieRecordLocation) - Method in class org.apache.hudi.common.model.HoodieRecord
Sets the current currentLocation of the record.
setDatabaseName(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setDataFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'dataFilePath' field.
setDataFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'dataFilePath' field.
setDataFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Sets the value of the 'dataFilePath' field.
setDataFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Sets the value of the 'dataFilePath' field.
setDataFilePath(String) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
setDefault(HoodieConfig) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setDefaultOnCondition(boolean, HoodieConfig) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setDefaults(String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setDefaultValue(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setDefaultValue(ConfigProperty<T>, T) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setDeletePathPatterns(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Sets the value of the 'deletePathPatterns' field.
setDeletePathPatterns(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Sets the value of the 'deletePathPatterns' field.
setDeletes(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
setDeltaFilePaths(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'deltaFilePaths' field.
setDeltaFilePaths(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'deltaFilePaths' field.
setDeltaFilePaths(List<String>) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Sets the value of the 'deltaFilePaths' field.
setDeltaFilePaths(List<String>) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Sets the value of the 'deltaFilePaths' field.
setDeltaFilePaths(List<String>) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
setDropBehind(Boolean) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
setEarliestCommitToRetain(String) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'earliestCommitToRetain' field.
setEarliestCommitToRetain(String) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'earliestCommitToRetain' field.
setEarliestInstantToRetain(HoodieActionInstant) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'earliestInstantToRetain' field.
setEarliestInstantToRetain(HoodieActionInstant) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'earliestInstantToRetain' field.
setEarliestInstantToRetainBuilder(HoodieActionInstant.Builder) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the Builder instance for the 'earliestInstantToRetain' field
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Sets the value of the 'extraMetadata' field.
setFailedDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Sets the value of the 'failedDeleteFiles' field.
setFailedDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Sets the value of the 'failedDeleteFiles' field.
setFailedDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Sets the value of the 'failedDeleteFiles' field.
setFailedDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Sets the value of the 'failedDeleteFiles' field.
setFileGroupCount(int) - Method in enum org.apache.hudi.metadata.MetadataPartitionType
 
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
setFileId(String) - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
setFileId(String) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
setFileId(String) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setFileIdToBootstrapFile(Map<String, HoodieFileStatus>) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Sets the value of the 'fileIdToBootstrapFile' field.
setFileIdToBootstrapFile(Map<String, HoodieFileStatus>) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Sets the value of the 'fileIdToBootstrapFile' field.
setFileLen(long) - Method in class org.apache.hudi.common.model.BaseFile
 
setFileLen(long) - Method in class org.apache.hudi.common.model.HoodieLogFile
 
setFileName(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'fileName' field.
setFileName(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'fileName' field.
setFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Sets the value of the 'filePath' field.
setFilePath(String) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Sets the value of the 'filePath' field.
setFilePathsToBeDeletedPerPartition(Map<String, List<HoodieCleanFileInfo>>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'filePathsToBeDeletedPerPartition' field.
setFilePathsToBeDeletedPerPartition(Map<String, List<HoodieCleanFileInfo>>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'filePathsToBeDeletedPerPartition' field.
setFileSizeInBytes(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'fileSizeInBytes' field.
setFileSizeInBytes(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'fileSizeInBytes' field.
setFileSizeInBytes(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setFileStatus(FileStatus) - Method in class org.apache.hudi.common.model.HoodieLogFile
 
setFilesToBeDeleted(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Sets the value of the 'filesToBeDeleted' field.
setFilesToBeDeleted(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Sets the value of the 'filesToBeDeleted' field.
setFilesToBeDeletedPerPartition(Map<String, List<String>>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'filesToBeDeletedPerPartition' field.
setFilesToBeDeletedPerPartition(Map<String, List<String>>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'filesToBeDeletedPerPartition' field.
setFilesystemMetadata(Map<String, HoodieMetadataFileInfo>) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the value of the 'filesystemMetadata' field.
setFilesystemMetadata(Map<String, HoodieMetadataFileInfo>) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'filesystemMetadata' field.
setFileSystemRetryConfig(FileSystemRetryConfig) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setFs(HoodieWrapperFileSystem) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
setGroup(String) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'group' field.
setGroup(String) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'group' field.
setGroupAction(String) - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Sets the value of the 'groupAction' field.
setGroupAction(String) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Sets the value of the 'groupAction' field.
setHiveStylePartitioningEnable(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setHoodieCleanerPlan(HoodieCleanerPlan) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieCleanerPlan' field.
setHoodieCleanerPlan(HoodieCleanerPlan) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieCleanerPlan' field.
setHoodieCleanerPlanBuilder(HoodieCleanerPlan.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieCleanerPlan' field
setHoodieCleanMetadata(HoodieCleanMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieCleanMetadata' field.
setHoodieCleanMetadata(HoodieCleanMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieCleanMetadata' field.
setHoodieCleanMetadataBuilder(HoodieCleanMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieCleanMetadata' field
setHoodieCommitMetadata(HoodieCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieCommitMetadata' field.
setHoodieCommitMetadata(HoodieCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieCommitMetadata' field.
setHoodieCommitMetadataBuilder(HoodieCommitMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieCommitMetadata' field
setHoodieCompactionMetadata(HoodieCompactionMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieCompactionMetadata' field.
setHoodieCompactionMetadata(HoodieCompactionMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieCompactionMetadata' field.
setHoodieCompactionMetadataBuilder(HoodieCompactionMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieCompactionMetadata' field
setHoodieCompactionPlan(HoodieCompactionPlan) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieCompactionPlan' field.
setHoodieCompactionPlan(HoodieCompactionPlan) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieCompactionPlan' field.
setHoodieCompactionPlanBuilder(HoodieCompactionPlan.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieCompactionPlan' field
setHoodieIndexCommitMetadata(HoodieIndexCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieIndexCommitMetadata' field.
setHoodieIndexCommitMetadata(HoodieIndexCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieIndexCommitMetadata' field.
setHoodieIndexCommitMetadataBuilder(HoodieIndexCommitMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieIndexCommitMetadata' field
setHoodieInflightReplaceMetadata(HoodieCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'HoodieInflightReplaceMetadata' field.
setHoodieInflightReplaceMetadata(HoodieCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'HoodieInflightReplaceMetadata' field.
setHoodieInflightReplaceMetadataBuilder(HoodieCommitMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'HoodieInflightReplaceMetadata' field
setHoodieReplaceCommitMetadata(HoodieReplaceCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieReplaceCommitMetadata' field.
setHoodieReplaceCommitMetadata(HoodieReplaceCommitMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieReplaceCommitMetadata' field.
setHoodieReplaceCommitMetadataBuilder(HoodieReplaceCommitMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieReplaceCommitMetadata' field
setHoodieRequestedReplaceMetadata(HoodieRequestedReplaceMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieRequestedReplaceMetadata' field.
setHoodieRequestedReplaceMetadata(HoodieRequestedReplaceMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieRequestedReplaceMetadata' field.
setHoodieRequestedReplaceMetadataBuilder(HoodieRequestedReplaceMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieRequestedReplaceMetadata' field
setHoodieRestoreMetadata(Map<String, List<HoodieRollbackMetadata>>) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Sets the value of the 'hoodieRestoreMetadata' field.
setHoodieRestoreMetadata(Map<String, List<HoodieRollbackMetadata>>) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Sets the value of the 'hoodieRestoreMetadata' field.
setHoodieRollbackMetadata(HoodieRollbackMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieRollbackMetadata' field.
setHoodieRollbackMetadata(HoodieRollbackMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieRollbackMetadata' field.
setHoodieRollbackMetadataBuilder(HoodieRollbackMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieRollbackMetadata' field
setHoodieSavePointMetadata(HoodieSavepointMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'hoodieSavePointMetadata' field.
setHoodieSavePointMetadata(HoodieSavepointMetadata) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'hoodieSavePointMetadata' field.
setHoodieSavePointMetadataBuilder(HoodieSavepointMetadata.Builder) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the Builder instance for the 'hoodieSavePointMetadata' field
setHoodieWriteStat(HoodieWriteStat) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Sets the value of the 'hoodieWriteStat' field.
setHoodieWriteStat(HoodieWriteStat) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Sets the value of the 'hoodieWriteStat' field.
setHoodieWriteStatBuilder(HoodieWriteStat.Builder) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Sets the Builder instance for the 'hoodieWriteStat' field
setIndexName(String) - Method in class org.apache.hudi.common.index.HoodieIndex.Builder
 
setIndexPartitionInfos(List<HoodieIndexPartitionInfo>) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Sets the value of the 'indexPartitionInfos' field.
setIndexPartitionInfos(List<HoodieIndexPartitionInfo>) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Sets the value of the 'indexPartitionInfos' field.
setIndexPartitionInfos(List<HoodieIndexPartitionInfo>) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Sets the value of the 'indexPartitionInfos' field.
setIndexPartitionInfos(List<HoodieIndexPartitionInfo>) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
Sets the value of the 'indexPartitionInfos' field.
setIndexType(String) - Method in class org.apache.hudi.common.index.HoodieIndex.Builder
 
setIndexUptoInstant(String) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Sets the value of the 'indexUptoInstant' field.
setIndexUptoInstant(String) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Sets the value of the 'indexUptoInstant' field.
setInflightMetadataPartitions(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setInputGroups(List<HoodieClusteringGroup>) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Sets the value of the 'inputGroups' field.
setInputGroups(List<HoodieClusteringGroup>) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Sets the value of the 'inputGroups' field.
setInserts(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
setInstants(List<HoodieInstant>) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
setInstantsRollback(List<HoodieInstantInfo>) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'instantsRollback' field.
setInstantsRollback(List<HoodieInstantInfo>) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'instantsRollback' field.
setInstantsToRollback(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Sets the value of the 'instantsToRollback' field.
setInstantsToRollback(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Sets the value of the 'instantsToRollback' field.
setInstantsToRollback(List<HoodieInstantInfo>) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Sets the value of the 'instantsToRollback' field.
setInstantsToRollback(List<HoodieInstantInfo>) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Sets the value of the 'instantsToRollback' field.
setInstantTime(String) - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
setInstantToRollback(HoodieInstantInfo) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Sets the value of the 'instantToRollback' field.
setInstantToRollback(HoodieInstantInfo) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Sets the value of the 'instantToRollback' field.
setInstantToRollbackBuilder(HoodieInstantInfo.Builder) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Sets the Builder instance for the 'instantToRollback' field Hoodie instant that needs to be rolled back
setIsBootstrapBaseFile(Boolean) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo.Builder
Sets the value of the 'isBootstrapBaseFile' field.
setIsBootstrapBaseFile(Boolean) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Sets the value of the 'isBootstrapBaseFile' field.
setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Sets the value of the 'isDeleted' field.
setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Sets the value of the 'isDeleted' field.
setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'isDeleted' field.
setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'isDeleted' field.
setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Sets the value of the 'isDeleted' field.
setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Sets the value of the 'isDeleted' field.
setIsDir(Boolean) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'isDir' field.
setIsDir(Boolean) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'isDir' field.
setIsPartitionDeleted(Boolean) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Sets the value of the 'isPartitionDeleted' field.
setIsPartitionDeleted(Boolean) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Sets the value of the 'isPartitionDeleted' field.
setJobStatus(String, String) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
setJobStatus(String, String) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
setKey(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the value of the 'key' field.
setKey(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'key' field.
setKeyGeneratorClassProp(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setLastCompletedCommitTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'lastCompletedCommitTimestamp' field.
setLastCompletedCommitTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'lastCompletedCommitTimestamp' field.
setLastCompletedCommitTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'lastCompletedCommitTimestamp' field.
setLastCompletedCommitTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'lastCompletedCommitTimestamp' field.
setLatestBaseInstant(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Sets the value of the 'latestBaseInstant' field.
setLatestBaseInstant(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Sets the value of the 'latestBaseInstant' field.
setLayoutVersion(Option<TimelineLayoutVersion>) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setLength(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'length' field.
setLength(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'length' field.
setLoadActiveTimelineOnLoad(boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setLogBlocksToBeDeleted(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Sets the value of the 'logBlocksToBeDeleted' field.
setLogBlocksToBeDeleted(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Sets the value of the 'logBlocksToBeDeleted' field.
setLogFiles(List<String>) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
setLogOffset(long) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
setLogVersion(int) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
setMaxColumnId(int) - Method in class org.apache.hudi.internal.schema.InternalSchema
Set the version ID for this schema.
setMaxEventTime(Long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setMaxValue(Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'maxValue' field.
setMaxValue(Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'maxValue' field.
setMergedArchiveFileName(String) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Sets the value of the 'mergedArchiveFileName' field.
setMergedArchiveFileName(String) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Sets the value of the 'mergedArchiveFileName' field.
setMetadataPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Sets the value of the 'metadataPartitionPath' field.
setMetadataPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Sets the value of the 'metadataPartitionPath' field.
setMetadataPartitions(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setMetrics(Map<String, Double>) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Sets the value of the 'metrics' field.
setMetrics(Map<String, Double>) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Sets the value of the 'metrics' field.
setMetrics(Map<String, Double>) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'metrics' field.
setMetrics(Map<String, Double>) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'metrics' field.
setMetricsRegistry(Registry, Registry) - Static method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setMinEventTime(Long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setMinValue(Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'minValue' field.
setMinValue(Object) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'minValue' field.
setModificationTime(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'modificationTime' field.
setModificationTime(Long) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'modificationTime' field.
setNewLocation(HoodieRecordLocation) - Method in class org.apache.hudi.common.model.HoodieRecord
Sets the new currentLocation of the record, after being written.
setNullCount(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'nullCount' field.
setNullCount(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'nullCount' field.
setNumDeletes(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'numDeletes' field.
setNumDeletes(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'numDeletes' field.
setNumDeletes(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setNumInserts(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'numInserts' field.
setNumInserts(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'numInserts' field.
setNumInserts(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setNumKeys(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Sets the value of the 'numKeys' field.
setNumKeys(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Sets the value of the 'numKeys' field.
setNumOutputFileGroups(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Sets the value of the 'numOutputFileGroups' field.
setNumOutputFileGroups(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Sets the value of the 'numOutputFileGroups' field.
setNumOutputGroups(int) - Method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
setNumUpdateWrites(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'numUpdateWrites' field.
setNumUpdateWrites(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'numUpdateWrites' field.
setNumUpdateWrites(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setNumWrites(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'numWrites' field.
setNumWrites(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'numWrites' field.
setNumWrites(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setOperations(List<HoodieCompactionOperation>) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Sets the value of the 'operations' field.
setOperations(List<HoodieCompactionOperation>) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Sets the value of the 'operations' field.
setOperations(List<ClusteringOperation>) - Method in class org.apache.hudi.common.model.ClusteringGroupInfo
 
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Sets the value of the 'operationType' field.
setOperationType(String) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Sets the value of the 'operationType' field.
setOperationType(WriteOperationType) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
setOptions(Map<String, String>) - Method in class org.apache.hudi.common.index.HoodieIndex.Builder
 
setOtherAction(String) - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Sets the value of the 'otherAction' field.
setOtherAction(String) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Sets the value of the 'otherAction' field.
setOwner(String) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'owner' field.
setOwner(String) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'owner' field.
setOwner(Path, String, String) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setPartitionFields(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setPartitionMetadata(Map<String, HoodieCleanPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'partitionMetadata' field.
setPartitionMetadata(Map<String, HoodieCleanPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'partitionMetadata' field.
setPartitionMetadata(Map<String, HoodieRollbackPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'partitionMetadata' field.
setPartitionMetadata(Map<String, HoodieRollbackPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'partitionMetadata' field.
setPartitionMetadata(Map<String, HoodieSavepointPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Sets the value of the 'partitionMetadata' field.
setPartitionMetadata(Map<String, HoodieSavepointPartitionMetadata>) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Sets the value of the 'partitionMetadata' field.
setPartitionMetafileUseBaseFormat(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
setPartitionPath(String) - Method in class org.apache.hudi.common.model.HoodieKey
 
setPartitionPath(String) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
setPartitionPath(String) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setPartitionsToBeDeleted(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'partitionsToBeDeleted' field.
setPartitionsToBeDeleted(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'partitionsToBeDeleted' field.
setPartitionToCompactionWriteStats(Map<String, List<HoodieCompactionWriteStat>>) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata.Builder
Sets the value of the 'partitionToCompactionWriteStats' field.
setPartitionToCompactionWriteStats(Map<String, List<HoodieCompactionWriteStat>>) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Sets the value of the 'partitionToCompactionWriteStats' field.
setPartitionToReplaceFileIds(Map<String, List<String>>) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Sets the value of the 'partitionToReplaceFileIds' field.
setPartitionToReplaceFileIds(Map<String, List<String>>) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Sets the value of the 'partitionToReplaceFileIds' field.
setPartitionToReplaceFileIds(Map<String, List<String>>) - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
setPartitionToWriteStats(Map<String, List<HoodieWriteStat>>) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Sets the value of the 'partitionToWriteStats' field.
setPartitionToWriteStats(Map<String, List<HoodieWriteStat>>) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Sets the value of the 'partitionToWriteStats' field.
setPartitionToWriteStats(Map<String, List<HoodieWriteStat>>) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Sets the value of the 'partitionToWriteStats' field.
setPartitionToWriteStats(Map<String, List<HoodieWriteStat>>) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Sets the value of the 'partitionToWriteStats' field.
setPath(HoodiePath) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'path' field.
setPath(HoodiePath) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'path' field.
setPath(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'path' field.
setPath(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'path' field.
setPath(String) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setPath(Path, Path) - Method in class org.apache.hudi.common.model.HoodieWriteStat
Set path and tempPath relative to the given basePath.
setPathBuilder(HoodiePath.Builder) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the Builder instance for the 'path' field
setPayloadClass(Class<? extends HoodieRecordPayload>) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setPayloadClassName(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setPayloadClassName(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setPermission(HoodieFSPermission) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'permission' field.
setPermission(HoodieFSPermission) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'permission' field.
setPermission(Path, FsPermission) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setPermissionBuilder(HoodieFSPermission.Builder) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the Builder instance for the 'permission' field
setPolicy(String) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'policy' field.
setPolicy(String) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'policy' field.
setPolicy(String) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Sets the value of the 'policy' field.
setPolicy(String) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Sets the value of the 'policy' field.
setPopulateMetaFields(boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setPreCombineField(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setPreserveHoodieMetadata(Boolean) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Sets the value of the 'preserveHoodieMetadata' field.
setPreserveHoodieMetadata(Boolean) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Sets the value of the 'preserveHoodieMetadata' field.
setPrevCommit(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'prevCommit' field.
setPrevCommit(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'prevCommit' field.
setPrevCommit(String) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setProperties(Properties) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setProperty(EngineProperty, String) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
setProperty(EngineProperty, String) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
setPropertyIfNonNull(String, Object) - Method in class org.apache.hudi.common.config.TypedProperties
 
setReadahead(Long) - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
setRecordKey(String) - Method in class org.apache.hudi.common.model.HoodieKey
 
setRecordKeyFields(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setRecordsStats(Map<String, HoodieColumnRangeMetadata<Comparable>>) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 
setReplication(Path, short) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setRestoreInstantInfo(List<HoodieInstantInfo>) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Sets the value of the 'restoreInstantInfo' field.
setRestoreInstantInfo(List<HoodieInstantInfo>) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Sets the value of the 'restoreInstantInfo' field.
setRollbackLogFiles(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Sets the value of the 'rollbackLogFiles' field.
setRollbackLogFiles(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Sets the value of the 'rollbackLogFiles' field.
setRollbackRequests(List<HoodieRollbackRequest>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Sets the value of the 'RollbackRequests' field.
setRollbackRequests(List<HoodieRollbackRequest>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Sets the value of the 'RollbackRequests' field.
setRuntimeStats(HoodieWriteStat.RuntimeStats) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setSavepointDataFile(List<String>) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata.Builder
Sets the value of the 'savepointDataFile' field.
setSavepointDataFile(List<String>) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Sets the value of the 'savepointDataFile' field.
setSavepointedAt(long) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Sets the value of the 'savepointedAt' field.
setSavepointedAt(long) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Sets the value of the 'savepointedAt' field.
setSavepointedBy(String) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Sets the value of the 'savepointedBy' field.
setSavepointedBy(String) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Sets the value of the 'savepointedBy' field.
setSchemaId(long) - Method in class org.apache.hudi.internal.schema.InternalSchema
Set the version ID for this schema.
setShouldDropPartitionColumns(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setSize(long) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo.Builder
Sets the value of the 'size' field.
setSize(long) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Sets the value of the 'size' field.
setSlices(List<HoodieSliceInfo>) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Sets the value of the 'slices' field.
setSlices(List<HoodieSliceInfo>) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Sets the value of the 'slices' field.
setStartCleanTime(String) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'startCleanTime' field.
setStartCleanTime(String) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'startCleanTime' field.
setStartRestoreTime(String) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Sets the value of the 'startRestoreTime' field.
setStartRestoreTime(String) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Sets the value of the 'startRestoreTime' field.
setStartRollbackTime(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'startRollbackTime' field.
setStartRollbackTime(String) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'startRollbackTime' field.
setState(String) - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Sets the value of the 'state' field.
setState(String) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Sets the value of the 'state' field.
setStickyBit(Boolean) - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Sets the value of the 'stickyBit' field.
setStickyBit(Boolean) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Sets the value of the 'stickyBit' field.
setStrategy(HoodieClusteringStrategy) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Sets the value of the 'strategy' field.
setStrategy(HoodieClusteringStrategy) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Sets the value of the 'strategy' field.
setStrategyBuilder(HoodieClusteringStrategy.Builder) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Sets the Builder instance for the 'strategy' field
setStrategyClassName(String) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Sets the value of the 'strategyClassName' field.
setStrategyClassName(String) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Sets the value of the 'strategyClassName' field.
setStrategyParams(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Sets the value of the 'strategyParams' field.
setStrategyParams(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Sets the value of the 'strategyParams' field.
setSuccessDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata.Builder
Sets the value of the 'successDeleteFiles' field.
setSuccessDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Sets the value of the 'successDeleteFiles' field.
setSuccessDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Sets the value of the 'successDeleteFiles' field.
setSuccessDeleteFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Sets the value of the 'successDeleteFiles' field.
setSymlink(HoodiePath) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'symlink' field.
setSymlink(HoodiePath) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'symlink' field.
setSymlinkBuilder(HoodiePath.Builder) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the Builder instance for the 'symlink' field
setTableCreateSchema(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setTableName(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setTableType(HoodieTableType) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setTableType(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setTableVersion(HoodieTableVersion) - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
setTempPath(String) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTimelineLayoutVersion(Integer) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setTimes(Path, long, long) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieActionInstant.Builder
Sets the value of the 'timestamp' field.
setTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Sets the value of the 'timestamp' field.
setTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Sets the value of the 'timestamp' field.
setTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Sets the value of the 'timestamp' field.
setTimeTakenInMillis(long) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'timeTakenInMillis' field.
setTimeTakenInMillis(long) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'timeTakenInMillis' field.
setTimeTakenInMillis(long) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Sets the value of the 'timeTakenInMillis' field.
setTimeTakenInMillis(long) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Sets the value of the 'timeTakenInMillis' field.
setTimeTakenInMillis(long) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'timeTakenInMillis' field.
setTimeTakenInMillis(long) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'timeTakenInMillis' field.
setTotalCorruptLogBlock(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalCorruptLogBlock' field.
setTotalCorruptLogBlock(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalCorruptLogBlock' field.
setTotalCorruptLogBlock(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalCreateTime(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 
setTotalFilesDeleted(int) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'totalFilesDeleted' field.
setTotalFilesDeleted(int) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'totalFilesDeleted' field.
setTotalFilesDeleted(int) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'totalFilesDeleted' field.
setTotalFilesDeleted(int) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'totalFilesDeleted' field.
setTotalLogBlocks(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalLogBlocks' field.
setTotalLogBlocks(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalLogBlocks' field.
setTotalLogBlocks(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalLogFiles(Long) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Sets the value of the 'totalLogFiles' field.
setTotalLogFiles(Long) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Sets the value of the 'totalLogFiles' field.
setTotalLogFiles(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalLogFiles' field.
setTotalLogFiles(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalLogFiles' field.
setTotalLogFilesCompacted(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalLogRecords(Long) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Sets the value of the 'totalLogRecords' field.
setTotalLogRecords(Long) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Sets the value of the 'totalLogRecords' field.
setTotalLogRecords(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalLogRecords' field.
setTotalLogRecords(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalLogRecords' field.
setTotalLogRecords(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalLogSizeCompacted(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalRollbackBlocks(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalRollbackBlocks' field.
setTotalRollbackBlocks(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalRollbackBlocks' field.
setTotalRollbackBlocks(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalScanTime(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 
setTotalSize(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'totalSize' field.
setTotalSize(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'totalSize' field.
setTotalUncompressedSize(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'totalUncompressedSize' field.
setTotalUncompressedSize(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'totalUncompressedSize' field.
setTotalUpdatedRecordsCompacted(Long) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
Sets the value of the 'totalUpdatedRecordsCompacted' field.
setTotalUpdatedRecordsCompacted(Long) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Sets the value of the 'totalUpdatedRecordsCompacted' field.
setTotalUpdatedRecordsCompacted(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalUpdatedRecordsCompacted' field.
setTotalUpdatedRecordsCompacted(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalUpdatedRecordsCompacted' field.
setTotalUpdatedRecordsCompacted(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalUpsertTime(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 
setTotalWriteBytes(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalWriteBytes' field.
setTotalWriteBytes(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalWriteBytes' field.
setTotalWriteBytes(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setTotalWriteErrors(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
Sets the value of the 'totalWriteErrors' field.
setTotalWriteErrors(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Sets the value of the 'totalWriteErrors' field.
setTotalWriteErrors(long) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setType(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter.Builder
Sets the value of the 'type' field.
setType(String) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Sets the value of the 'type' field.
setType(int) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the value of the 'type' field.
setType(int) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'type' field.
setUpserts(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
setUri(String) - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Sets the value of the 'uri' field.
setUri(String) - Method in class org.apache.hudi.avro.model.HoodiePath
Sets the value of the 'uri' field.
setUris(String) - Method in class org.apache.hudi.common.config.HoodieMetastoreConfig.Builder
 
setUrlEncodePartitioning(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setUserAction(String) - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Sets the value of the 'userAction' field.
setUserAction(String) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Sets the value of the 'userAction' field.
setValue(boolean) - Method in class org.apache.hudi.avro.model.BooleanWrapper.Builder
Sets the value of the 'value' field.
setValue(boolean) - Method in class org.apache.hudi.avro.model.BooleanWrapper
Sets the value of the 'value' field.
setValue(ByteBuffer) - Method in class org.apache.hudi.avro.model.BytesWrapper.Builder
Sets the value of the 'value' field.
setValue(ByteBuffer) - Method in class org.apache.hudi.avro.model.BytesWrapper
Sets the value of the 'value' field.
setValue(int) - Method in class org.apache.hudi.avro.model.DateWrapper.Builder
Sets the value of the 'value' field.
setValue(int) - Method in class org.apache.hudi.avro.model.DateWrapper
Sets the value of the 'value' field.
setValue(ByteBuffer) - Method in class org.apache.hudi.avro.model.DecimalWrapper.Builder
Sets the value of the 'value' field.
setValue(ByteBuffer) - Method in class org.apache.hudi.avro.model.DecimalWrapper
Sets the value of the 'value' field.
setValue(double) - Method in class org.apache.hudi.avro.model.DoubleWrapper.Builder
Sets the value of the 'value' field.
setValue(double) - Method in class org.apache.hudi.avro.model.DoubleWrapper
Sets the value of the 'value' field.
setValue(float) - Method in class org.apache.hudi.avro.model.FloatWrapper.Builder
Sets the value of the 'value' field.
setValue(float) - Method in class org.apache.hudi.avro.model.FloatWrapper
Sets the value of the 'value' field.
setValue(int) - Method in class org.apache.hudi.avro.model.IntWrapper.Builder
Sets the value of the 'value' field.
setValue(int) - Method in class org.apache.hudi.avro.model.IntWrapper
Sets the value of the 'value' field.
setValue(long) - Method in class org.apache.hudi.avro.model.LongWrapper.Builder
Sets the value of the 'value' field.
setValue(long) - Method in class org.apache.hudi.avro.model.LongWrapper
Sets the value of the 'value' field.
setValue(String) - Method in class org.apache.hudi.avro.model.StringWrapper.Builder
Sets the value of the 'value' field.
setValue(String) - Method in class org.apache.hudi.avro.model.StringWrapper
Sets the value of the 'value' field.
setValue(LocalTime) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper.Builder
Sets the value of the 'value' field.
setValue(LocalTime) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Sets the value of the 'value' field.
setValue(long) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper.Builder
Sets the value of the 'value' field.
setValue(long) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Sets the value of the 'value' field.
setValue(ConfigProperty<T>, String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setValue(String, String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
setValue(R) - Method in class org.apache.hudi.common.util.collection.ImmutablePair
Throws UnsupportedOperationException.
setValueCount(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats.Builder
Sets the value of the 'valueCount' field.
setValueCount(Long) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Sets the value of the 'valueCount' field.
setVerifyChecksum(boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieFileStatus.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieFSPermission.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodiePath.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodiePath
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Sets the value of the 'version' field.
setVersion(int) - Method in class org.apache.hudi.common.model.ClusteringOperation
 
setWorkingDirectory(Path) - Method in class org.apache.hudi.common.fs.HoodieRetryWrapperFileSystem
 
setWorkingDirectory(Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setWorkingDirectory(Path) - Method in class org.apache.hudi.common.fs.inline.InLineFileSystem
 
setWorkingDirectory(Path) - Method in class org.apache.hudi.common.fs.inline.InMemoryFileSystem
 
setWriteChecksum(boolean) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setXAttr(Path, String, byte[]) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
shouldAssumeDatePartitioning() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
shouldDropPartitionColumns() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
shouldEnableBackupForRemoteFileSystemView() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
shouldEnableOptimisticConsistencyGuard() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
shouldPickCurrentRecord(IndexedRecord, IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.debezium.AbstractDebeziumAvroPayload
 
shouldPickCurrentRecord(IndexedRecord, IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.debezium.MySqlDebeziumAvroPayload
 
shouldPickCurrentRecord(IndexedRecord, IndexedRecord, Schema) - Method in class org.apache.hudi.common.model.debezium.PostgresDebeziumAvroPayload
 
shutdownNow() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
SimpleBloomFilter - Class in org.apache.hudi.common.bloom
A Simple Bloom filter implementation built on top of BloomFilter.
SimpleBloomFilter(int, double, int) - Constructor for class org.apache.hudi.common.bloom.SimpleBloomFilter
Create a new Bloom filter with the given configurations.
SimpleBloomFilter(String) - Constructor for class org.apache.hudi.common.bloom.SimpleBloomFilter
Create the bloom filter from serialized string.
sinceVersion(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
size() - Method in class org.apache.hudi.common.table.log.AppendResult
 
size() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
size() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
size() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
size() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
size() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
 
SizeAwareDataInputStream - Class in org.apache.hudi.common.fs
Keeps track of how many bytes were read from a DataInputStream.
SizeAwareDataInputStream(DataInputStream) - Constructor for class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
SizeAwareDataOutputStream - Class in org.apache.hudi.common.fs
Wrapper for DataOutpuStream to keep track of number of bytes written.
SizeAwareDataOutputStream(FileOutputStream, int) - Constructor for class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
SizeAwareFSDataOutputStream - Class in org.apache.hudi.common.fs
Wrapper over FSDataOutputStream to keep track of the size of the written bytes.
SizeAwareFSDataOutputStream(Path, FSDataOutputStream, ConsistencyGuard, Runnable) - Constructor for class org.apache.hudi.common.fs.SizeAwareFSDataOutputStream
 
sizeEstimate(T) - Method in class org.apache.hudi.common.util.DefaultSizeEstimator
 
sizeEstimate(HoodieRecord<T>) - Method in class org.apache.hudi.common.util.HoodieRecordSizeEstimator
 
sizeEstimate(T) - Method in interface org.apache.hudi.common.util.SizeEstimator
This method is used to estimate the size of a payload in memory.
SizeEstimator<T> - Interface in org.apache.hudi.common.util
An interface to estimate the size of payload in memory.
sizeOfFileOnDiskInBytes() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
Number of bytes spilled to disk.
sizeOfFileOnDiskInBytes() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
skip(long) - Method in class org.apache.hudi.common.fs.BoundedFsDataInputStream
 
skipBytes(int) - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
SOLO_COMMIT_TIMESTAMP - Static variable in interface org.apache.hudi.metadata.HoodieTableMetadata
Timestamp for a commit when the base dataset had not had any commits yet.
SPILLABLE_CLUSTERING_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SPILLABLE_COMPACTION_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SPILLABLE_DIR - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SPILLABLE_DISK_MAP_TYPE - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
SPILLABLE_MEMORY - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SPILLABLE_REPLACED_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SpillableMapBasedFileSystemView - Class in org.apache.hudi.common.table.view
Table FileSystemView implementation where view is stored in spillable disk using fixed memory.
SpillableMapBasedFileSystemView(HoodieTableMetaClient, HoodieTimeline, FileSystemViewStorageConfig, HoodieCommonConfig) - Constructor for class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
SpillableMapBasedFileSystemView(HoodieTableMetaClient, HoodieTimeline, FileStatus[], FileSystemViewStorageConfig, HoodieCommonConfig) - Constructor for class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
spillableMapBasePath - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
spillableMapDirectory - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
SpillableMapUtils - Class in org.apache.hudi.common.util
A utility class supports spillable map.
SpillableMapUtils() - Constructor for class org.apache.hudi.common.util.SpillableMapUtils
 
spillToDisk(SizeAwareDataOutputStream, BitCaskDiskMap.FileEntry) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
Write Value and other metadata necessary to disk.
split(String, String) - Static method in class org.apache.hudi.common.util.StringUtils
Splits input string, delimited delimiter into a list of non-empty strings (skipping any empty string produced during splitting)
start() - Static method in class org.apache.hudi.common.util.HoodieTimer
 
start(RetryHelper.CheckedFunction<T>) - Method in class org.apache.hudi.common.util.RetryHelper
 
start() - Method in class org.apache.hudi.common.util.RetryHelper
 
startInstant(String) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
startInstant - Variable in class org.apache.hudi.common.table.log.InstantRange
 
startLocalOutput(Path, Path) - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
startOffset(Path) - Static method in class org.apache.hudi.common.fs.inline.InLineFSUtils
Returns start offset w/in the base for the block identified by the given InlineFS path input: "inlinefs://file1/s3a/?start_offset=20&length=40".
startProducers() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
Start all Producers.
startTimer() - Method in class org.apache.hudi.common.util.HoodieTimer
 
STAT_COUNT_BASE_FILES - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
STAT_COUNT_LOG_FILES - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
STAT_COUNT_PARTITION - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
STAT_LAST_COMPACTION_TIMESTAMP - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
STAT_TOTAL_BASE_FILE_SIZE - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
STAT_TOTAL_LOG_FILE_SIZE - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
stats() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
stitchRecords(GenericRecord, GenericRecord, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
stop() - Method in class org.apache.hudi.common.util.RateLimiter
 
StorageSchemes - Enum in org.apache.hudi.common.fs
All the supported storage schemes in Hoodie.
storePartitionView(String, List<HoodieFileGroup>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
storePartitionView(String, List<HoodieFileGroup>) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
stringPropertyNames() - Method in class org.apache.hudi.common.config.OrderedProperties
 
StringType() - Constructor for class org.apache.hudi.internal.schema.Types.StringType
 
StringUtils - Class in org.apache.hudi.common.util
Simple utility for operations on strings.
StringUtils() - Constructor for class org.apache.hudi.common.util.StringUtils
 
StringWrapper - Class in org.apache.hudi.avro.model
A record wrapping string type to be able to be used it w/in Avro's Union
StringWrapper() - Constructor for class org.apache.hudi.avro.model.StringWrapper
Default constructor.
StringWrapper(String) - Constructor for class org.apache.hudi.avro.model.StringWrapper
All-args constructor.
StringWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for StringWrapper instances.
stripMarkerFolderPrefix(String, String, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Strips the folder prefix of the marker file path corresponding to a data file.
stripMarkerFolderPrefix(String, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Strips the marker folder prefix of any file path under the marker directory.
stub(String, String) - Static method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
subPath(String) - Method in class org.apache.hudi.hadoop.CachingPath
 
supportsAppend() - Method in enum org.apache.hudi.common.fs.StorageSchemes
 
supportsBlockSize() - Method in class org.apache.hudi.parquet.io.OutputStreamBackedOutputFile
 
supportsOptimisticConcurrencyControl() - Method in enum org.apache.hudi.common.model.WriteConcurrencyMode
 
supportsSymlinks() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
sync() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
sync() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
sync() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
sync() - Method in interface org.apache.hudi.common.table.view.SyncableFileSystemView
Read the latest timeline and refresh the file-system view to match the current state of the file-system.
sync() - Method in class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
SyncableFileSystemView - Interface in org.apache.hudi.common.table.view
A consolidated file-system view interface exposing both complete slice and basefile only views along with update operations.

T

TABLE_CHECKSUM - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
TABLE_METADATA_PARTITIONS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
TABLE_METADATA_PARTITIONS_INFLIGHT - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
TableChange - Interface in org.apache.hudi.internal.schema.action
TableChange subclasses represent requested changes to a table.
TableChange.BaseColumnChange - Class in org.apache.hudi.internal.schema.action
 
TableChange.ColumnChangeID - Enum in org.apache.hudi.internal.schema.action
 
TableChange.ColumnPositionChange - Class in org.apache.hudi.internal.schema.action
Column position change.
TableChange.ColumnPositionChange.ColumnPositionType - Enum in org.apache.hudi.internal.schema.action
 
TableChanges - Class in org.apache.hudi.internal.schema.action
 
TableChanges() - Constructor for class org.apache.hudi.internal.schema.action.TableChanges
 
TableChanges.ColumnAddChange - Class in org.apache.hudi.internal.schema.action
Deal with add columns changes for table.
TableChanges.ColumnDeleteChange - Class in org.apache.hudi.internal.schema.action
Deal with delete columns changes for table.
TableChanges.ColumnUpdateChange - Class in org.apache.hudi.internal.schema.action
Deal with update columns changes for table.
TableChangesHelper - Class in org.apache.hudi.internal.schema.action
Helper class to support Table schema changes.
TableChangesHelper() - Constructor for class org.apache.hudi.internal.schema.action.TableChangesHelper
 
tableConfig - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
TableFileSystemView - Interface in org.apache.hudi.common.table.view
Interface for viewing the table file system.
TableFileSystemView.BaseFileOnlyView - Interface in org.apache.hudi.common.table.view
Methods to provide a view of base files only.
TableFileSystemView.BaseFileOnlyViewWithLatestSlice - Interface in org.apache.hudi.common.table.view
Methods to only access latest version of file for the instant(s) passed.
TableFileSystemView.SliceView - Interface in org.apache.hudi.common.table.view
Methods to access a combination of base files + log file slices.
TableFileSystemView.SliceViewWithLatestSlice - Interface in org.apache.hudi.common.table.view
Methods to only access latest version of file-slice for the instant(s) passed.
TableNotFoundException - Exception in org.apache.hudi.exception
Exception thrown to indicate that a hoodie table was not found on the path provided.
TableNotFoundException(String) - Constructor for exception org.apache.hudi.exception.TableNotFoundException
 
TableNotFoundException(String, Throwable) - Constructor for exception org.apache.hudi.exception.TableNotFoundException
 
TablePathUtils - Class in org.apache.hudi.common.util
 
TablePathUtils() - Constructor for class org.apache.hudi.common.util.TablePathUtils
 
TableSchemaResolver - Class in org.apache.hudi.common.table
Helper class to read schema from data files and log files and to convert it between different formats.
TableSchemaResolver(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.TableSchemaResolver
 
TableServiceType - Enum in org.apache.hudi.common.model
Supported runtime table services.
tail(T[]) - Static method in class org.apache.hudi.common.util.CollectionUtils
Returns last element of the array of T
taskContextSupplier - Variable in class org.apache.hudi.common.engine.HoodieEngineContext
 
TaskContextSupplier - Class in org.apache.hudi.common.engine
Base task context supplier.
TaskContextSupplier() - Constructor for class org.apache.hudi.common.engine.TaskContextSupplier
 
TEMPFOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
textFormatMetaPathIfExists(FileSystem, Path) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
throwingFlatMapToPairWrapper(SerializablePairFlatMapFunction<I, K, V>) - Static method in class org.apache.hudi.common.function.FunctionWrapper
 
throwingFlatMapWrapper(SerializableFunction<I, Stream<O>>) - Static method in class org.apache.hudi.common.function.FunctionWrapper
 
throwingForeachWrapper(SerializableConsumer<I>) - Static method in class org.apache.hudi.common.function.FunctionWrapper
 
throwingMapToPairWrapper(SerializablePairFunction<I, K, V>) - Static method in class org.apache.hudi.common.function.FunctionWrapper
 
throwingMapWrapper(SerializableFunction<I, O>) - Static method in class org.apache.hudi.common.function.FunctionWrapper
 
throwingReduceWrapper(SerializableBiFunction<V, V, V>) - Static method in class org.apache.hudi.common.function.FunctionWrapper
 
TimedFSDataInputStream - Class in org.apache.hudi.common.fs
Wrapper over FSDataInputStream that also times the operations.
TimedFSDataInputStream(Path, FSDataInputStream) - Constructor for class org.apache.hudi.common.fs.TimedFSDataInputStream
 
TIMELINE - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
TIMELINE_HASH - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
TIMELINE_LAYOUT_VERSION - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
TIMELINE_TIMEZONE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
TimelineDiffHelper - Class in org.apache.hudi.common.table.timeline
A helper class used to diff timeline.
TimelineDiffHelper() - Constructor for class org.apache.hudi.common.table.timeline.TimelineDiffHelper
 
TimelineDiffHelper.TimelineDiffResult - Class in org.apache.hudi.common.table.timeline
A diff result of timeline.
TimelineDiffResult(List<HoodieInstant>, List<HoodieInstant>, boolean) - Constructor for class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
TimelineDTO - Class in org.apache.hudi.common.table.timeline.dto
The data transfer object of timeline.
TimelineDTO() - Constructor for class org.apache.hudi.common.table.timeline.dto.TimelineDTO
 
TimelineLayout - Class in org.apache.hudi.common.table.timeline
Timeline Layout responsible for applying specific filters when generating timeline instants.
TimelineLayout() - Constructor for class org.apache.hudi.common.table.timeline.TimelineLayout
 
TimelineLayoutVersion - Class in org.apache.hudi.common.table.timeline.versioning
Metadata Layout Version.
TimelineLayoutVersion(Integer) - Constructor for class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
TimelineMetadataUtils - Class in org.apache.hudi.common.table.timeline
 
TimelineMetadataUtils() - Constructor for class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
TimelineUtils - Class in org.apache.hudi.common.table.timeline
TimelineUtils provides a common way to query incremental meta-data changes for a hoodie table.
TimelineUtils() - Constructor for class org.apache.hudi.common.table.timeline.TimelineUtils
 
TimeMicrosWrapper - Class in org.apache.hudi.avro.model
A record wrapping Time-micros logical type to be able to be used it w/in Avro's Union
TimeMicrosWrapper() - Constructor for class org.apache.hudi.avro.model.TimeMicrosWrapper
Default constructor.
TimeMicrosWrapper(LocalTime) - Constructor for class org.apache.hudi.avro.model.TimeMicrosWrapper
All-args constructor.
TimeMicrosWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for TimeMicrosWrapper instances.
timer - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
TIMESTAMP_AS_OF - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
TIMESTAMP_INPUT_DATE_FORMAT_LIST_DELIMITER_REGEX_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TIMESTAMP_INPUT_DATE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TIMESTAMP_INPUT_TIMEZONE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TIMESTAMP_OUTPUT_DATE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TIMESTAMP_OUTPUT_TIMEZONE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TIMESTAMP_TIMEZONE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TIMESTAMP_TYPE_FIELD_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
 
TimestampMicrosWrapper - Class in org.apache.hudi.avro.model
A record wrapping Timestamp-micros logical type to be able to be used it w/in Avro's Union
TimestampMicrosWrapper() - Constructor for class org.apache.hudi.avro.model.TimestampMicrosWrapper
Default constructor.
TimestampMicrosWrapper(Long) - Constructor for class org.apache.hudi.avro.model.TimestampMicrosWrapper
All-args constructor.
TimestampMicrosWrapper.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for TimestampMicrosWrapper instances.
toByteBuffer() - Method in class org.apache.hudi.avro.model.BooleanWrapper
Serializes this BooleanWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.BytesWrapper
Serializes this BytesWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.DateWrapper
Serializes this DateWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.DecimalWrapper
Serializes this DecimalWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.DoubleWrapper
Serializes this DoubleWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.FloatWrapper
Serializes this FloatWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieActionInstant
Serializes this HoodieActionInstant to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Serializes this HoodieArchivedMetaEntry to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Serializes this HoodieBootstrapFilePartitionInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Serializes this HoodieBootstrapIndexInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Serializes this HoodieBootstrapPartitionMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Serializes this HoodieCleanerPlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Serializes this HoodieCleanFileInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Serializes this HoodieCleanMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Serializes this HoodieCleanPartitionMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
Serializes this HoodieClusteringGroup to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
Serializes this HoodieClusteringPlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Serializes this HoodieClusteringStrategy to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
Serializes this HoodieCommitMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Serializes this HoodieCompactionMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
Serializes this HoodieCompactionOperation to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
Serializes this HoodieCompactionPlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Serializes this HoodieCompactionWriteStat to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieFileStatus
Serializes this HoodieFileStatus to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieFSPermission
Serializes this HoodieFSPermission to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Serializes this HoodieIndexCommitMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Serializes this HoodieIndexPartitionInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
Serializes this HoodieIndexPlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
Serializes this HoodieInstantInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Serializes this HoodieMergeArchiveFilePlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Serializes this HoodieMetadataBloomFilter to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Serializes this HoodieMetadataColumnStats to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Serializes this HoodieMetadataFileInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Serializes this HoodieMetadataRecord to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodiePath
Serializes this HoodiePath to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Serializes this HoodieReplaceCommitMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Serializes this HoodieRequestedReplaceMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Serializes this HoodieRestoreMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Serializes this HoodieRestorePlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Serializes this HoodieRollbackMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Serializes this HoodieRollbackPartitionMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
Serializes this HoodieRollbackPlan to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
Serializes this HoodieRollbackRequest to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Serializes this HoodieSavepointMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Serializes this HoodieSavepointPartitionMetadata to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
Serializes this HoodieSliceInfo to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
Serializes this HoodieWriteStat to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.IntWrapper
Serializes this IntWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.LongWrapper
Serializes this LongWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.StringWrapper
Serializes this StringWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
Serializes this TimeMicrosWrapper to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Serializes this TimestampMicrosWrapper to a ByteBuffer.
toBytes() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
toBytes(ByteBuffer) - Static method in class org.apache.hudi.common.util.BinaryUtil
Copies ByteBuffer into allocated byte[] array
toBytes(int) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
toBytes(long) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
toBytes(double) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
toClusteringOperation(ClusteringOpDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.ClusteringOpDTO
 
toCompactionOperation(CompactionOpDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.CompactionOpDTO
 
toFileGroup(FileGroupDTO, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.dto.FileGroupDTO
 
toFileSlice(FileSliceDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.FileSliceDTO
 
toFileStatus(HoodieFileStatus) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
toFileStatus(FileStatusDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.FileStatusDTO
 
toFSPermission(HoodieFSPermission) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
toHexString(byte[]) - Static method in class org.apache.hudi.common.util.StringUtils
 
toHoodieBaseFile(BaseFileDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.BaseFileDTO
 
toHoodieFileCleanInfo() - Method in class org.apache.hudi.common.model.CleanFileInfo
 
toHoodieLogFile(LogFileDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.LogFileDTO
 
toInstant(InstantDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.InstantDTO
 
toJavaDate(int) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
convert days to Date NOTE: This method could only be used in tests
toJavaOptional() - Method in class org.apache.hudi.common.util.Option
Convert to java Optional.
toJson(List<InternalSchema>) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Convert history internalSchemas to json.
toJson(InternalSchema) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Convert internalSchemas to json.
toJsonString(List<ConsistentHashingNode>) - Static method in class org.apache.hudi.common.model.ConsistentHashingNode
 
toJsonString() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
toJsonString() - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
toJsonString() - Method in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
toLocal(String) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
Returns the record location as local.
toPath(HoodiePath) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
toPath(FilePathDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.FilePathDTO
 
toPrimitive(Long[]) - Static method in class org.apache.hudi.common.util.collection.ArrayUtils
Converts an array of object Longs to primitives.
toStream(Iterator<T>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Collects provided Iterator to a Stream
toString() - Method in exception org.apache.hudi.avro.MercifulJsonConverter.HoodieJsonToAvroConversionException
 
toString() - Method in class org.apache.hudi.common.config.ConfigProperty
 
toString() - Method in class org.apache.hudi.common.config.SerializableConfiguration
 
toString() - Method in class org.apache.hudi.common.config.SerializableSchema
 
toString() - Method in class org.apache.hudi.common.fs.HoodieWrapperFileSystem
 
toString() - Method in class org.apache.hudi.common.HoodieCleanStat
 
toString() - Method in class org.apache.hudi.common.index.HoodieIndex
 
toString() - Method in class org.apache.hudi.common.model.BaseFile
 
toString() - Method in class org.apache.hudi.common.model.BootstrapBaseFileMapping
 
toString() - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
toString() - Method in class org.apache.hudi.common.model.CompactionOperation
 
toString() - Method in class org.apache.hudi.common.model.ConsistentHashingNode
 
toString() - Method in class org.apache.hudi.common.model.DeleteRecord
 
toString() - Method in class org.apache.hudi.common.model.FileSlice
 
toString() - Method in class org.apache.hudi.common.model.HoodieArchivedLogFile
 
toString() - Method in class org.apache.hudi.common.model.HoodieBaseFile
 
toString() - Method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
toString() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
toString() - Method in class org.apache.hudi.common.model.HoodieFileGroup
 
toString() - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
toString() - Method in class org.apache.hudi.common.model.HoodieKey
 
toString() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
toString() - Method in class org.apache.hudi.common.model.HoodieRecord
 
toString() - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
toString() - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
toString() - Method in class org.apache.hudi.common.model.HoodieReplaceCommitMetadata
 
toString() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
toString() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
toString() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
toString() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
toString() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
toString() - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
toString() - Method in class org.apache.hudi.common.util.collection.Pair
Returns a String representation of this pair using the format ($left,$right).
toString(String) - Method in class org.apache.hudi.common.util.collection.Pair
Formats the receiver using the given format.
toString() - Method in class org.apache.hudi.common.util.collection.Triple
Returns a String representation of this triple using the format ($left,$middle,$right).
toString(String) - Method in class org.apache.hudi.common.util.collection.Triple
Formats the receiver using the given format.
toString() - Method in class org.apache.hudi.common.util.hash.ColumnIndexID
 
toString() - Method in class org.apache.hudi.common.util.hash.FileIndexID
 
toString() - Method in enum org.apache.hudi.common.util.hash.HashID.Size
 
toString() - Method in class org.apache.hudi.common.util.hash.HoodieIndexID
Get the String version of this ID.
toString() - Method in enum org.apache.hudi.common.util.hash.HoodieIndexID.Type
 
toString() - Method in class org.apache.hudi.common.util.hash.PartitionIndexID
 
toString() - Method in class org.apache.hudi.common.util.Option
 
toString() - Method in class org.apache.hudi.hadoop.CachingPath
 
toString() - Method in class org.apache.hudi.hadoop.SerializablePath
 
toString() - Method in class org.apache.hudi.internal.schema.InternalSchema
 
toString() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.BinaryType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.BooleanType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.DateType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.DecimalType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.DoubleType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.Field
 
toString() - Method in class org.apache.hudi.internal.schema.Types.FixedType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.FloatType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.IntType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.LongType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.StringType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.TimestampType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.TimeType
 
toString() - Method in class org.apache.hudi.internal.schema.Types.UUIDType
 
toString() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
toString() - Method in enum org.apache.hudi.metadata.MetadataPartitionType
 
TOTAL_IO_READ_MB - Static variable in class org.apache.hudi.common.util.ClusteringUtils
 
TOTAL_LOG_FILE_SIZE - Static variable in class org.apache.hudi.common.util.ClusteringUtils
 
TOTAL_LOG_FILES - Static variable in class org.apache.hudi.common.util.ClusteringUtils
 
toTimeline(TimelineDTO, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.dto.TimelineDTO
 
transitionCleanInflightToComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Clean State from inflight to Committed.
transitionCleanRequestedToInflight(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Clean State from requested to inflight.
transitionCompactionInflightToComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Compaction State from inflight to Committed.
transitionCompactionRequestedToInflight(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Compaction State from requested to inflight.
transitionIndexInflightToComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition index instant state from inflight to completed.
transitionIndexRequestedToInflight(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition index instant state from requested to inflight.
transitionReplaceInflightToComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition replace inflight to Committed.
transitionReplaceRequestedToInflight(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition replace requested file to replace inflight.
transitionRequestedToInflight(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
transitionRequestedToInflight(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
transitionRequestedToInflight(HoodieInstant, Option<byte[]>, boolean) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
transitionRestoreRequestedToInflight(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Restore State from requested to inflight.
transitionRollbackInflightToComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Rollback State from inflight to Committed.
transitionRollbackRequestedToInflight(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Rollback State from requested to inflight.
transitionState(HoodieInstant, HoodieInstant, Option<byte[]>, boolean) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
Triple<L,M,R> - Class in org.apache.hudi.common.util.collection
(NOTE: Adapted from Apache commons-lang3)
Triple() - Constructor for class org.apache.hudi.common.util.collection.Triple
 
tryAcquire(int) - Method in class org.apache.hudi.common.util.RateLimiter
 
tryLock() - Method in interface org.apache.hudi.common.lock.LockProvider
 
tryReadContent(FSDataInputStream, Integer, boolean) - Static method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
Read or Skip block content of a log block in the log file.
trySave(int) - Method in class org.apache.hudi.common.model.HoodiePartitionMetadata
Write the metadata safely into partition atomically.
tryUpcastDecimal(BigDecimal, LogicalTypes.Decimal) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Does an upcast for BigDecimal instance to align it with scale/precision expected by the LogicalTypes.Decimal Avro logical type
tryWith(RetryHelper.CheckedFunction<T>) - Method in class org.apache.hudi.common.util.RetryHelper
 
TYPE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
type() - Method in class org.apache.hudi.internal.schema.action.TableChange.ColumnPositionChange
 
Type - Interface in org.apache.hudi.internal.schema
The type of a schema, reference avro schema.
type() - Method in class org.apache.hudi.internal.schema.Types.Field
 
Type.NestedType - Class in org.apache.hudi.internal.schema
 
Type.PrimitiveType - Class in org.apache.hudi.internal.schema
 
Type.TypeID - Enum in org.apache.hudi.internal.schema
 
TYPE_CODE_PREFIX - Static variable in class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
 
TypedProperties - Class in org.apache.hudi.common.config
Type-aware extension of Properties.
TypedProperties() - Constructor for class org.apache.hudi.common.config.TypedProperties
 
TypedProperties(Properties) - Constructor for class org.apache.hudi.common.config.TypedProperties
 
typeId() - Method in interface org.apache.hudi.internal.schema.Type
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.ArrayType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.BinaryType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.BooleanType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.DateType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.DecimalType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.DoubleType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.FixedType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.FloatType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.IntType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.LongType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.StringType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.TimestampType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.TimeType
 
typeId() - Method in class org.apache.hudi.internal.schema.Types.UUIDType
 
Types - Class in org.apache.hudi.internal.schema
 
Types.ArrayType - Class in org.apache.hudi.internal.schema
 
Types.BinaryType - Class in org.apache.hudi.internal.schema
 
Types.BooleanType - Class in org.apache.hudi.internal.schema
 
Types.DateType - Class in org.apache.hudi.internal.schema
 
Types.DecimalType - Class in org.apache.hudi.internal.schema
 
Types.DoubleType - Class in org.apache.hudi.internal.schema
 
Types.Field - Class in org.apache.hudi.internal.schema
A field within a record.
Types.FixedType - Class in org.apache.hudi.internal.schema
 
Types.FloatType - Class in org.apache.hudi.internal.schema
 
Types.IntType - Class in org.apache.hudi.internal.schema
 
Types.LongType - Class in org.apache.hudi.internal.schema
 
Types.MapType - Class in org.apache.hudi.internal.schema
 
Types.RecordType - Class in org.apache.hudi.internal.schema
 
Types.StringType - Class in org.apache.hudi.internal.schema
 
Types.TimestampType - Class in org.apache.hudi.internal.schema
 
Types.TimeType - Class in org.apache.hudi.internal.schema
 
Types.UUIDType - Class in org.apache.hudi.internal.schema
 
TypeUtils - Class in org.apache.hudi.common.util
 

U

unbuffer() - Method in class org.apache.hudi.common.fs.inline.InLineFsDataInputStream
 
unescapePathName(String) - Static method in class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
union(HoodieData<T>) - Method in interface org.apache.hudi.common.data.HoodieData
Unions HoodieData with another instance of HoodieData.
union(HoodieData<T>) - Method in class org.apache.hudi.common.data.HoodieListData
 
UNKNOWN_WRITE_TOKEN - Static variable in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
unpersist() - Method in interface org.apache.hudi.common.data.HoodieData
Un-persists the data (if previously persisted)
unpersist() - Method in class org.apache.hudi.common.data.HoodieListData
 
unpersist() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
unpersist() - Method in interface org.apache.hudi.common.data.HoodiePairData
Un-persists the data (if applicable)
UNSAFE_SYNC_RESULT - Static variable in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
unsafeCast(Object) - Static method in class org.apache.hudi.common.util.TypeUtils
This utility abstracts unsafe type-casting in a way that allows to Search for such type-casts more easily (just searching for usages of this method) Avoid type-cast warnings from the compiler
unseal() - Method in class org.apache.hudi.common.model.HoodieRecord
 
unwrapStatisticValueWrapper(Object) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
update(FileSystem, Path, Properties) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
Upserts the table config with the set of properties passed in.
updateColumnComment(String, String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
Update a column doc in the schema to a new primitive type.
updateColumnNullability(String, boolean) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
Update nullable for column.
updateColumnNullability(String, boolean, boolean) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
updateColumnType(String, Type) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
Update a column in the schema to a new type.
updateMetrics(String, long) - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
updatePos(byte, int, byte, int) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
updateSizeMetrics(HoodieTableMetaClient, HoodieBackedTableMetadata) - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
upgradeFrom(HoodieCleanMetadata) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV1MigrationHandler
 
upgradeFrom(HoodieCleanMetadata) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV2MigrationHandler
 
upgradeFrom(HoodieCleanerPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV1MigrationHandler
 
upgradeFrom(HoodieCleanerPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV2MigrationHandler
 
upgradeFrom(HoodieCompactionPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV1MigrationHandler
 
upgradeFrom(HoodieCompactionPlan) - Method in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV2MigrationHandler
 
upgradeFrom(T) - Method in interface org.apache.hudi.common.table.timeline.versioning.VersionMigrator
Upgrades metadata of type T from previous version to this version.
upgradeToLatest(T, int) - Method in class org.apache.hudi.common.table.timeline.versioning.MetadataMigrator
Upgrade Metadata version to its latest.
UPSTREAM_PROCESSING_TS_COL_NAME - Static variable in class org.apache.hudi.common.model.debezium.DebeziumConstants
 
URL_ENCODE_PARTITIONING - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
URL_ENCODE_PARTITIONING - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
URL_ENCODE_PARTITIONING_OPT_KEY - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
useIndex() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
Returns true if valid metadata bootstrap is present.
utf8To8Byte(String) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
UUIDType() - Constructor for class org.apache.hudi.internal.schema.Types.UUIDType
 

V

VALID_ACTIONS_IN_TIMELINE - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
VALID_EXTENSIONS_IN_ACTIVE_TIMELINE - Static variable in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
validate(Schema, Object) - Method in class org.apache.hudi.avro.ConvertingGenericData
 
validateChecksum(Properties) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
validateTableProperties(Properties) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Validate table properties.
ValidationUtils - Class in org.apache.hudi.common.util
 
ValidationUtils() - Constructor for class org.apache.hudi.common.util.ValidationUtils
 
value() - Method in class org.apache.hudi.common.data.HoodieAccumulator
 
value() - Method in class org.apache.hudi.common.data.HoodieAtomicLongAccumulator
 
value() - Method in enum org.apache.hudi.common.model.WriteConcurrencyMode
Getter for write concurrency mode.
value() - Method in enum org.apache.hudi.common.model.WriteOperationType
Getter for value.
valueId() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
ValueMetadata(String, int, long, long) - Constructor for class org.apache.hudi.common.util.collection.BitCaskDiskMap.ValueMetadata
 
valueOf(String) - Static method in enum org.apache.hudi.ApiMaturityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.bloom.BloomFilterTypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.config.ConfigGroups.Names
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.engine.EngineProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.engine.EngineType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.fs.ConsistencyGuard.FileVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.fs.HoodieWrapperFileSystem.MetricName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.fs.StorageSchemes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.index.HoodieIndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.lock.LockState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieCleaningPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieFailedWritesCleaningPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieTableQueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieTableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieTimelineTimeZone
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.IOType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.TableServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.WriteConcurrencyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.WriteOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.HoodieTableVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.log.block.HoodieCommandBlock.HoodieCommandBlockTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.FooterMetadataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.HeaderMetadataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.log.InstantRange.RangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.marker.MarkerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.timeline.HoodieInstant.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.view.FileSystemViewStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.util.collection.ExternalSpillableMap.DiskMapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.util.hash.HashID.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.util.hash.HoodieIndexID.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.internal.schema.action.TableChange.ColumnChangeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.internal.schema.action.TableChange.ColumnPositionChange.ColumnPositionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.internal.schema.Type.TypeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.keygen.constant.KeyGeneratorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.metadata.MetadataPartitionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hudi.ApiMaturityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.bloom.BloomFilterTypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.config.ConfigGroups.Names
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hudi.common.data.HoodieListPairData
 
values() - Method in interface org.apache.hudi.common.data.HoodiePairData
Returns a HoodieData holding the value from every corresponding pair
values() - Static method in enum org.apache.hudi.common.engine.EngineProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.engine.EngineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.fs.ConsistencyGuard.FileVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.fs.HoodieWrapperFileSystem.MetricName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.fs.StorageSchemes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.index.HoodieIndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.lock.LockState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieCleaningPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieFailedWritesCleaningPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieTableQueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieTableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.HoodieTimelineTimeZone
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.IOType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.TableServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.WriteConcurrencyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.model.WriteOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.HoodieTableVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.log.block.HoodieCommandBlock.HoodieCommandBlockTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.FooterMetadataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.HeaderMetadataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.log.InstantRange.RangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.marker.MarkerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.timeline.HoodieInstant.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.table.view.FileSystemViewStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
values() - Static method in enum org.apache.hudi.common.util.collection.ExternalSpillableMap.DiskMapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
values() - Method in class org.apache.hudi.common.util.collection.RocksDBBasedMap
 
values() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
values() - Static method in enum org.apache.hudi.common.util.hash.HashID.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.common.util.hash.HoodieIndexID.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.internal.schema.action.TableChange.ColumnChangeID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.internal.schema.action.TableChange.ColumnPositionChange.ColumnPositionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.internal.schema.Type.TypeID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.keygen.constant.KeyGeneratorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.metadata.MetadataPartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
valueStream() - Method in class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
valueStream() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
valueStream() - Method in class org.apache.hudi.common.util.collection.RocksDbDiskMap
 
valueType() - Method in class org.apache.hudi.internal.schema.Types.MapType
 
VERSION - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
version - Static variable in class org.apache.hudi.common.table.log.block.HoodieLogBlock
The current version of the log block.
VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV1MigrationHandler
 
VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.clean.CleanMetadataV2MigrationHandler
 
VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV1MigrationHandler
 
VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV2MigrationHandler
 
VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV1MigrationHandler
 
VERSION - Static variable in class org.apache.hudi.common.table.timeline.versioning.compaction.CompactionV2MigrationHandler
 
VERSION_0 - Static variable in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
VERSION_1 - Static variable in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
 
versionCode() - Method in enum org.apache.hudi.common.table.HoodieTableVersion
 
versionFromCode(int) - Static method in enum org.apache.hudi.common.table.HoodieTableVersion
 
VersionMigrator<T> - Interface in org.apache.hudi.common.table.timeline.versioning
Responsible for upgrading and downgrading metadata versions for a specific metadata.
VIEW_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
visit(InternalSchema, InternalSchemaVisitor<T>) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
Use to traverse all types in internalSchema with visitor.
visit(Type, InternalSchemaVisitor<T>) - Method in class org.apache.hudi.internal.schema.InternalSchemaBuilder
 

W

waitForFilesVisibility(String, List<String>, ConsistencyGuard.FileVisibility) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
Helper function to wait for all files belonging to single directory to appear.
waitTill(String, List<String>, ConsistencyGuard.FileVisibility) - Method in interface org.apache.hudi.common.fs.ConsistencyGuard
Wait Till target visibility is reached.
waitTillAllFilesAppear(String, List<String>) - Method in interface org.apache.hudi.common.fs.ConsistencyGuard
Wait till all passed files belonging to a directory shows up in the listing.
waitTillAllFilesAppear(String, List<String>) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
waitTillAllFilesAppear(String, List<String>) - Method in class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
waitTillAllFilesAppear(String, List<String>) - Method in class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
waitTillAllFilesDisappear(String, List<String>) - Method in interface org.apache.hudi.common.fs.ConsistencyGuard
Wait till all passed files belonging to a directory disappears from listing.
waitTillAllFilesDisappear(String, List<String>) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
waitTillAllFilesDisappear(String, List<String>) - Method in class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
waitTillAllFilesDisappear(String, List<String>) - Method in class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
waitTillFileAppears(Path) - Method in interface org.apache.hudi.common.fs.ConsistencyGuard
Wait for file to be listable based on configurable timeout.
waitTillFileAppears(Path) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
waitTillFileAppears(Path) - Method in class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
waitTillFileAppears(Path) - Method in class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
waitTillFileDisappears(Path) - Method in interface org.apache.hudi.common.fs.ConsistencyGuard
Wait for file to be listable based on configurable timeout.
waitTillFileDisappears(Path) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
waitTillFileDisappears(Path) - Method in class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
waitTillFileDisappears(Path) - Method in class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
withAlternatives(String...) - Method in class org.apache.hudi.common.config.ConfigProperty
 
withAssumeDatePartitioning(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withAsyncClean(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withAsyncIndex(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withBasePath(String) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withBasePath(String) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withBasePath(String) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withBasePath(String) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withBaseStoreDir(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withBitcaskDiskMapCompressionEnabled(boolean) - Method in class org.apache.hudi.common.config.HoodieCommonConfig.Builder
 
withBitCaskDiskMapCompressionEnabled(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withBitCaskDiskMapCompressionEnabled(boolean) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withBloomFilterIndexForColumns(String) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withBloomFilterIndexParallelism(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withBufferSize(int) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withBufferSize(int) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withBufferSize(int) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withBufferSize(int) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withBufferSize(int) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withColumnStatsIndexForColumns(String) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withColumnStatsIndexParallelism(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withConsistencyCheckEnabled(boolean) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
withDeleteBootstrapBasePathPatterns(List<String>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withDeletedFileResult(String, boolean) - Method in class org.apache.hudi.common.HoodieRollbackStat.Builder
 
withDeletedFileResults(Map<FileStatus, Boolean>) - Method in class org.apache.hudi.common.HoodieRollbackStat.Builder
 
withDeletePathPattern(List<String>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withDirectoryFilterRegex(String) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withDiskMapType(ExternalSpillableMap.DiskMapType) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withDiskMapType(ExternalSpillableMap.DiskMapType) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withDocumentation(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
withEarliestCommitRetained(Option<HoodieInstant>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withEnableBackupForRemoteFileSystemView(boolean) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withEnableOptimisticConsistencyGuard(boolean) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
withEngineType(EngineType) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withFailedDeleteBootstrapBaseFiles(List<String>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withFailedDeletes(List<String>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withFileExtension(String) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withFileId(String) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withFileListingParallelism(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withFileSize(long) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withFileSystem(FileSystem) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withFileSystem(FileSystem) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withFileSystem(FileSystem) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withFileSystem(FileSystem) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withFileSystemActionRetryEnabled(boolean) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
withFs(FileSystem) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withIncrementalTimelineSync(boolean) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withIndexingCheckTimeout(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withInferFunction(Function<HoodieConfig, Option<T>>) - Method in class org.apache.hudi.common.config.ConfigProperty
 
withInitialConsistencyCheckIntervalMs(int) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
withInitialRetryIntervalMs(long) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
withInsertParallelism(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withInstantRange(Option<InstantRange>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withInstantRange(Option<InstantRange>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withInstantRange(Option<InstantRange>) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withInternalSchema(InternalSchema) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withLastCompletedCommitTimestamp(String) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withLatestInstantTime(String) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withLatestInstantTime(String) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withLatestInstantTime(String) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withLatestInstantTime(String) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withLogBlockTimestamps(Set<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withLogFilePaths(List<String>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withLogFilePaths(List<String>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withLogFilePaths(List<String>) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withLogFilePaths(List<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withLogRecordScannerCallback(HoodieUnMergedLogRecordScanner.LogRecordScannerCallback) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withLogVersion(int) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withLogWriteToken(String) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withMaxConsistencyCheckIntervalMs(int) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
withMaxConsistencyChecks(int) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
withMaxMemoryForView(Long) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withMaxMemorySizeInBytes(Long) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withMaxMemorySizeInBytes(Long) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withMaxNumDeltaCommitsBeforeCompaction(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMaxRetryIntervalMs(long) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
withMaxRetryNumbers(int) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
withMemFractionForExternalDataFile(Double) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withMemFractionForPendingCompaction(Double) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withMetadataIndexBloomFilter(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMetadataIndexBloomFilterFileGroups(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMetadataIndexColumnStats(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMetadataIndexColumnStatsFileGroupCount(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withOperationField(boolean) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withOperationField(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withOptimisticConsistencyGuardSleepTimeMs(long) - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig.Builder
 
withPartition(String) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withPartition(String) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withPartition(String) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withPartitionPath(String) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withPartitionPath(String) - Method in class org.apache.hudi.common.HoodieRollbackStat.Builder
 
withPolicy(HoodieCleaningPolicy) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withPopulateMetaFields(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withPositionChange() - Method in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
withPositionChange() - Method in interface org.apache.hudi.internal.schema.action.TableChange
 
withPositionChange() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
withPositionChange() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnDeleteChange
 
withPositionChange() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
 
withProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withPropertyBuilder() - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
withReadBlocksLazily(boolean) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withReadBlocksLazily(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withReadBlocksLazily(boolean) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withReadBlocksLazily(boolean) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withReaderSchema(Schema) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withReaderSchema(Schema) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withReaderSchema(Schema) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withReaderSchema(Schema) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withRemoteServerHost(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteServerPort(Integer) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteTimelineClientMaxRetryIntervalMs(Long) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteTimelineClientMaxRetryNumbers(Integer) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteTimelineClientRetry(boolean) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteTimelineClientRetryExceptions(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteTimelineClientTimeoutSecs(Integer) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRemoteTimelineInitialRetryIntervalMs(Long) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withReplication(short) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withReverseReader(boolean) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withReverseReader(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withReverseReader(boolean) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withReverseReader(boolean) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withRocksDBPath(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRollbackBlockAppendResults(Map<FileStatus, Long>) - Method in class org.apache.hudi.common.HoodieRollbackStat.Builder
 
withRolloverLogWriteToken(String) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withSecondaryStorageType(FileSystemViewStorageType) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withSizeThreshold(long) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withSpillableDiskMapType(ExternalSpillableMap.DiskMapType) - Method in class org.apache.hudi.common.config.HoodieCommonConfig.Builder
 
withSpillableMapBasePath(String) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withSpillableMapBasePath(String) - Method in class org.apache.hudi.metadata.HoodieMetadataMergedLogRecordReader.Builder
 
withStorageType(FileSystemViewStorageType) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withSuccessfulDeleteBootstrapBaseFiles(List<String>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withSuccessfulDeletes(List<String>) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withValidValues(String...) - Method in class org.apache.hudi.common.config.ConfigProperty
 
wrap(Path) - Static method in class org.apache.hudi.hadoop.CachingPath
 
write(DataOutput) - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
write(byte[]) - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.hudi.common.fs.SizeAwareFSDataOutputStream
 
write(byte[]) - Method in class org.apache.hudi.common.fs.SizeAwareFSDataOutputStream
 
write(int) - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
write a byte to the buffer/file.
write(byte[]) - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
write an array of bytes to the buffer/file.
write(byte[], int, int) - Method in class org.apache.hudi.common.util.BufferedRandomAccessFile
Write specified number of bytes into buffer/file, with given starting offset and length.
writeAvro(String, R) - Method in class org.apache.hudi.io.storage.HoodieParquetStreamWriter
 
writeBatch(RocksDBDAO.BatchHandler) - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
Perform a batch write operation.
WriteConcurrencyMode - Enum in org.apache.hudi.common.model
Different concurrency modes for write operations.
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.BooleanWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.BytesWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.DateWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.DecimalWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.DoubleWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.FloatWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieActionInstant
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCleanFileInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieClusteringGroup
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieClusteringPlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieClusteringStrategy
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCommitMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCompactionMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCompactionOperation
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieFileStatus
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieFSPermission
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieInstantInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodiePath
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRestoreMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRollbackMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRollbackPlan
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieRollbackRequest
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieSavepointMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieSliceInfo
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.IntWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.LongWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.StringWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.TimestampMicrosWrapper
 
writeInt(int) - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
writeLong(long) - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
writeMarkerTypeToFile(MarkerType, FileSystem, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Writes the marker type to the file `MARKERS.type`.
writeObjectTo(ObjectOutputStream) - Method in class org.apache.hudi.common.config.SerializableSchema
 
WriteOperationType - Enum in org.apache.hudi.common.model
The supported write operation types, used by commitMetadata.
WriterBuilder() - Constructor for class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
writeStringToFile(String, String) - Static method in class org.apache.hudi.common.util.FileIOUtils
 

Z

ZK_BASE_PATH_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
ZK_BASE_PATH_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
ZK_CONNECT_URL_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
ZK_CONNECT_URL_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
ZK_CONNECTION_TIMEOUT_MS_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
ZK_CONNECTION_TIMEOUT_MS_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
ZK_LOCK_KEY_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
ZK_LOCK_KEY_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
ZK_PORT_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
ZK_PORT_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
ZK_SESSION_TIMEOUT_MS_PROP - Static variable in class org.apache.hudi.common.config.LockConfiguration
ZK_SESSION_TIMEOUT_MS_PROP_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
ZOOKEEPER_BASED_LOCK_PROPERTY_PREFIX - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2022 The Apache Software Foundation. All rights reserved.