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 X 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(HoodieStorage, String, List<String>, Schema, String, boolean, int, Option<InstantRange>, boolean, boolean, Option<String>, InternalSchema, Option<String>, boolean, HoodieRecordMerger, Option<HoodieTableMetaClient>) - 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 - Interface in org.apache.hudi.common.table.log
Key specification with a list of column names.
AbstractHoodieTableMetadata - Class in org.apache.hudi.metadata
 
AbstractHoodieTableMetadata(HoodieEngineContext, HoodieStorage, String) - Constructor for class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
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
 
AbstractUserDefinedMetricsReporter - Class in org.apache.hudi.metrics.userdefined
Deprecated.
AbstractUserDefinedMetricsReporter(Properties, MetricRegistry) - Constructor for class org.apache.hudi.metrics.userdefined.AbstractUserDefinedMetricsReporter
Deprecated.
 
accept(I) - Method in interface org.apache.hudi.common.function.SerializableConsumer
 
accept(T) - Method in interface org.apache.hudi.common.function.ThrowingConsumer
 
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.BoundReference
 
accept(ExpressionVisitor<T>) - Method in interface org.apache.hudi.expression.Expression
Traverses the expression with the provided ExpressionVisitor
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.Literal
 
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.NameReference
 
accept(ExpressionVisitor<T>) - Method in interface org.apache.hudi.expression.Predicate
 
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.Predicates.And
 
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.Predicates.FalseExpression
 
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.Predicates.Or
 
accept(ExpressionVisitor<T>) - Method in class org.apache.hudi.expression.Predicates.TrueExpression
 
accessTime - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
acquire(int) - Method in class org.apache.hudi.common.util.RateLimiter
 
action - Variable in class org.apache.hudi.avro.model.HoodieActionInstant
Deprecated.
action - Variable in class org.apache.hudi.avro.model.HoodieInstantInfo
Deprecated.
ACTION_COMPARATOR - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstant
 
actionState - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
actionType - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
ActionType - Enum in org.apache.hudi.common.model
The supported action types.
activeTimeline - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
activeTimeline - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
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(Key) - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
Adds a key to this filter.
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
 
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(HoodieFileGroup, Function<HoodieFileGroupId, Option<BootstrapBaseFileMapping>>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addBootstrapBaseFileIfPresent(FileSlice) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addBootstrapBaseFileIfPresent(FileSlice, Function<HoodieFileGroupId, Option<BootstrapBaseFileMapping>>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addBootstrapBaseFileIfPresent(HoodieFileGroupId, HoodieBaseFile) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
addBootstrapBaseFileIfPresent(HoodieFileGroupId, HoodieBaseFile, Function<HoodieFileGroupId, Option<BootstrapBaseFileMapping>>) - 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.
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(List<StoragePathInfo>) - 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.
addFilesToView(String, List<StoragePathInfo>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Adds the provided statuses into the file system view for a single partition, and also caches it inside this object.
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
 
addPendingLogCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
addPendingLogCompactionOperations(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
 
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
 
addUpserts(long) - Method in class org.apache.hudi.common.model.HoodieRollingStat
 
addWriteStat(String, HoodieWriteStat) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
AdvancedConfig - Annotation Type in org.apache.hudi.common.config
Annotation for advanced configs which are not defined through ConfigProperty.
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_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_FILEGROUPS_FOR_PARTITION_STATELESS_URL - 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_LATEST_BASE_FILES_BEFORE_ON_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_LATEST_SLICES_BEFORE_ON_INSTANT_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_AFTER_OR_ON_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_REPLACED_FILEGROUPS_BEFORE_OR_ON_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_REPLACED_FILEGROUPS_BEFORE_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
ALL_REPLACED_FILEGROUPS_PARTITION_URL - 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
Similar to CompletableFuture.allOf(CompletableFuture[]) with a few important differences: Completes successfully as soon as *all* of the futures complete successfully Completes exceptionally as soon as *any* of the futures complete exceptionally In case it's completed exceptionally all the other futures not completed yet, will be cancelled
alwaysFalse() - Method in class org.apache.hudi.expression.BindVisitor
 
alwaysFalse() - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
alwaysFalse() - Static method in class org.apache.hudi.expression.Predicates
 
alwaysTrue() - Method in class org.apache.hudi.expression.BindVisitor
 
alwaysTrue() - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
alwaysTrue() - Static method in class org.apache.hudi.expression.Predicates
 
and(InternalFilter) - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
and(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
And(Expression, Expression) - Constructor for class org.apache.hudi.expression.Predicates.And
 
API_KEY - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
API_KEY_SKIP_VALIDATION - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
API_KEY_SUPPLIER - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
API_SITE_VALUE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
API_TIMEOUT_IN_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
append(T[], T) - Static method in class org.apache.hudi.common.util.CollectionUtils
Combines provided array and an element into a new array
APPEND_MARKERS_URL - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
appendBlock(HoodieLogBlock) - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
Append Block to a log file.
appendBlocks(List<HoodieLogBlock>) - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
Appends the list of blocks to a logfile.
appendCommitTimeAndExternalFileMarker(String, String) - Static method in class org.apache.hudi.common.util.ExternalFilePathUtil
Appends the commit time and external file marker to the file path.
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.
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<?>) - 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
 
ArchiveFileVersionComparator() - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.ArchiveFileVersionComparator
 
ARCHIVELOG_FOLDER - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
areAllFileSlicesCached() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
areAllPartitionPathsCached() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
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
 
ArrayData - Class in org.apache.hudi.expression
 
ArrayData(List<Object>) - Constructor for class org.apache.hudi.expression.ArrayData
 
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
 
asPreCombiningMode() - Method in class org.apache.hudi.common.model.HoodieAvroRecordMerger
 
asPreCombiningMode() - Method in interface org.apache.hudi.common.model.OperationModeAwareness
Specifies the legacy operation mode as preCombining.
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_INDEX_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ASYNC_INDEXER_CATCHUP_TIME - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
AUTO_INITIALIZE - 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_SCHEMA_METADATA_KEY - Static variable in class org.apache.hudi.io.storage.HoodieOrcConfig
 
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
 
AvroSchemaCompatibility - Class in org.apache.hudi.avro
Evaluate the compatibility between a reader schema and a writer schema.
AvroSchemaCompatibility.Incompatibility - Class in org.apache.hudi.avro
 
AvroSchemaCompatibility.SchemaCompatibilityResult - Class in org.apache.hudi.avro
Immutable class representing details about a particular schema pair compatibility check.
AvroSchemaCompatibility.SchemaCompatibilityType - Enum in org.apache.hudi.avro
Identifies the type of a schema compatibility result.
AvroSchemaCompatibility.SchemaIncompatibilityType - Enum in org.apache.hudi.avro
 
AvroSchemaCompatibility.SchemaPairCompatibility - Class in org.apache.hudi.avro
Provides information about the compatibility of a single reader and writer schema pair.
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
Utils for Avro Schema.
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.
avroToJsonString(GenericRecord, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert a given avro record to json and return the string
AvroUtf8Serializer() - Constructor for class org.apache.hudi.common.util.SerializationUtils.AvroUtf8Serializer
 
awaitTermination() - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
awaitTermination() - Method in interface org.apache.hudi.common.util.queue.HoodieExecutor
Allows to gracefully await the termination of the executor
awaitTermination() - Method in class org.apache.hudi.common.util.queue.SimpleExecutor
 
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
Utils for Base64 encoding and decoding.
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
 
BASE_PATH - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
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(StoragePathInfo) - 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
 
baseFormatMetaPathIfExists(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
BaseHoodieQueueBasedExecutor<I,O,E> - Class in org.apache.hudi.common.util.queue
Base class for multi-threaded queue-based executor which Can be ingesting instances of type I from multiple HoodieProducers into the HoodieMessageQueue Can be ingesting instances of type I into an (optional) HoodieConsumer from the internal HoodieMessageQueue (when no consumer is provided records are simply accumulated into internal queue) Such executors are allowing to setup an ingestion pipeline w/ N:1 configuration, where data is ingested from multiple sources (ie producers) into a singular sink (ie consumer), using an internal queue to stage the records ingested from producers before these are consumed
BaseHoodieQueueBasedExecutor(List<HoodieProducer<I>>, Option<HoodieConsumer<O, E>>, HoodieMessageQueue<I, O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
BaseHoodieTableFileIndex - Class in org.apache.hudi
Common (engine-agnostic) File Index implementation enabling individual query engines to list Hudi Table contents based on the Table type (MOR, COW) Query type (snapshot, read_optimized, incremental) Query instant/range
BaseHoodieTableFileIndex(HoodieEngineContext, HoodieTableMetaClient, TypedProperties, HoodieTableQueryType, List<StoragePath>, Option<String>, boolean, boolean, BaseHoodieTableFileIndex.FileStatusCache, boolean, Option<String>, Option<String>) - Constructor for class org.apache.hudi.BaseHoodieTableFileIndex
 
BaseHoodieTableFileIndex.FileStatusCache - Interface in org.apache.hudi
APIs for caching StoragePathInfo.
BaseHoodieTableFileIndex.PartitionPath - Class in org.apache.hudi
Partition path information containing the relative partition path and values of partition columns.
baseInstantTime - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
BaseKeyGenerator - Class in org.apache.hudi.keygen
Base abstract class to extend for KeyGenerator with default logic of taking partitioning and timestamp configs.
BaseKeyGenerator(TypedProperties) - Constructor for class org.apache.hudi.keygen.BaseKeyGenerator
 
basePath - Variable in class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
 
basePath - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
BASEPATH_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
BaseTableMetadata - Class in org.apache.hudi.metadata
Abstract class for implementing common table metadata operations.
BaseTableMetadata(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, 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.
BinaryComparison(Expression, Expression.Operator, Expression) - Constructor for class org.apache.hudi.expression.Predicates.BinaryComparison
 
BinaryExpression - Class in org.apache.hudi.expression
The expression that accept two child expressions.
BinaryType() - Constructor for class org.apache.hudi.internal.schema.Types.BinaryType
 
BinaryUtil - Class in org.apache.hudi.common.util
Utils for Java byte array.
BinaryUtil() - Constructor for class org.apache.hudi.common.util.BinaryUtil
 
BindVisitor - Class in org.apache.hudi.expression
 
BindVisitor(Types.RecordType, boolean) - Constructor for class org.apache.hudi.expression.BindVisitor
 
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
 
blockReplication - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
blockSize - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
BLOOM_FILTER_DYNAMIC_MAX_ENTRIES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
BLOOM_FILTER_FPP_VALUE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
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
 
BLOOM_FILTER_NUM_ENTRIES_VALUE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
BLOOM_FILTER_TYPE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
bloomFilter - Variable in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Deprecated.
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
 
BloomFilterMetadata - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deprecated.
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
 
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.hfile.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
 
bootstrapBasePath - Variable in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Deprecated.
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
 
bootstrapFilePath - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
bootstrapFilePath - Variable in class org.apache.hudi.avro.model.HoodieSliceInfo
Deprecated.
bootstrapFileStatus - Variable in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Deprecated.
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.
bootstrapPartitionMetadata - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
bootstrapPartitionPath - Variable in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Deprecated.
bootstrapPartitionPath - Variable in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Deprecated.
BoundedInMemoryExecutor<I,O,E> - Class in org.apache.hudi.common.util.queue
Executor which orchestrates concurrent producers and consumers communicating through 'BoundedInMemoryQueue'.
BoundedInMemoryExecutor(long, Iterator<I>, HoodieConsumer<O, E>, Function<I, O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryExecutor(long, int, int, Iterator<I>, HoodieConsumer<O, E>, Function<I, O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryExecutor(long, List<HoodieProducer<I>>, Option<HoodieConsumer<O, E>>, Function<I, O>, SizeEstimator<O>, Runnable) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
BoundedInMemoryExecutor(long, int, int, List<HoodieProducer<I>>, Option<HoodieConsumer<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
 
BoundedInMemoryQueue(long, Function<I, O>, SizeEstimator<O>, int, int) - Constructor for class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Construct BoundedInMemoryQueue with passed in size estimator.
BoundReference - Class in org.apache.hudi.expression
 
BoundReference(int, Type) - Constructor for class org.apache.hudi.expression.BoundReference
 
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
 
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.HoodieCompactionStrategy.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
 
build() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList.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.HoodieRecordIndexInfo.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.HoodieMetaserverConfig.Builder
 
build() - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
build() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig.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.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(String) - Static method in class org.apache.hudi.common.util.queue.WaitStrategyFactory
Build WaitStrategy for disruptor
build() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
build() - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
build() - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
build() - Method in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig.Builder
 
build() - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
build() - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
build() - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.Builder
 
build() - Method in class org.apache.hudi.metrics.JmxReporterServer.Builder
 
build() - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex.Builder
 
buildAvroSchemaFromInternalSchema(InternalSchema, 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.HoodieMetaserverConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.common.config.HoodieTableServiceManagerConfig.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.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.config.metrics.HoodieMetricsConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
Builder() - Constructor for class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
Builder() - Constructor for class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.Builder
 
builder() - Static method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex
 
Builder() - Constructor for class org.apache.hudi.secondary.index.HoodieSecondaryIndex.Builder
 
buildFileGroups(String, List<StoragePathInfo>, HoodieTimeline, boolean) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Build FileGroups from passed in file-status.
buildFileGroups(String, 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
 
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.
bytesToAvro(byte[], int, int, 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
 
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

call(I) - Method in interface org.apache.hudi.common.function.SerializablePairFlatMapFunction
 
call(I) - Method in interface org.apache.hudi.common.function.SerializablePairFunction
 
cancelAllJobs() - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
cancelAllJobs() - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
cancelJob(String) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
cancelJob(String) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
candidate - Variable in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Deprecated.
canProduceSentinel() - Method in class org.apache.hudi.common.model.BaseAvroPayload
Defines whether this implementation of HoodieRecordPayload could produce HoodieRecord.SENTINEL
canProject(Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Check that each field in the prevSchema can be populated in the newSchema
canSyncIncrementally() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
canUpdateSchema(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
canWrite() - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
canWrite() - Method in interface org.apache.hudi.io.storage.HoodieFileWriter
 
caseSensitive - Variable in class org.apache.hudi.expression.BindVisitor
 
caseSensitive - Variable in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
caseSensitive - Variable in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
CDC_AFTER_IMAGE - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_BEFORE_IMAGE - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_COLUMNS - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_COMMIT_TIMESTAMP - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_ENABLED - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
CDC_LOGFILE_SUFFIX - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_OPERATION_TYPE - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_RECORD_KEY - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_SCHEMA_OP_AND_RECORDKEY - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
CDC_SCHEMA_OP_AND_RECORDKEY_STRING - Static variable in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
The schema of cdc log file in the case `hoodie.table.cdc.supplemental.logging.mode` is HoodieCDCSupplementalLoggingMode.OP_KEY_ONLY.
CDC_SUPPLEMENTAL_LOGGING_MODE - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
cdcRecord(Schema, String, String, GenericRecord, GenericRecord) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
Build the cdc record which has all the cdc fields when `hoodie.table.cdc.supplemental.logging.mode` is HoodieCDCSupplementalLoggingMode.DATA_BEFORE_AFTER.
cdcRecord(Schema, String, String, GenericRecord) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
Build the cdc record when `hoodie.table.cdc.supplemental.logging.mode` is HoodieCDCSupplementalLoggingMode.DATA_BEFORE.
cdcRecord(Schema, String, String) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
Build the cdc record when `hoodie.table.cdc.supplemental.logging.mode` is HoodieCDCSupplementalLoggingMode.OP_KEY_ONLY.
cdcSupplementalLoggingMode() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
checkColModifyIsLegal(String) - Method in class org.apache.hudi.internal.schema.action.TableChange.BaseColumnChange
 
checkCommitConflict - Variable in class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
 
checkFilesVisibility(int, StoragePath, 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(StoragePath, ConsistencyGuard.FileVisibility) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
Helper to check of file visibility.
checkMarkerConflict(String, long) - Method in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
We need to do list operation here.
checkReaderWriterCompatibility(Schema, Schema, boolean) - Static method in class org.apache.hudi.avro.AvroSchemaCompatibility
Validates that the provided reader schema can be used to decode avro data written with the provided writer schema.
checkRequiredConfigProperties(TypedProperties, List<ConfigProperty<?>>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Validates that all ConfigProperty configs exist in the properties.
checkRequiredProperties(TypedProperties, List<String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Validates that config String keys exist in the properties.
checkSchemaCompatible(Schema, Schema, boolean, boolean, Set<String>) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Checks whether writer schema is compatible with table schema considering AVRO_SCHEMA_VALIDATE_ENABLE and SCHEMA_ALLOW_AUTO_EVOLUTION_COLUMN_DROP options.
checkState() - Method in class org.apache.hudi.common.model.HoodieRecord
 
checkTableValidity(HoodieStorage, StoragePath, StoragePath) - Static method in exception org.apache.hudi.exception.TableNotFoundException
 
checkValidEvolution(Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Validate whether the incomingSchema is a valid evolution of tableSchema.
checkValues(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
child - Variable in class org.apache.hudi.expression.Predicates.IsNotNull
 
child - Variable in class org.apache.hudi.expression.Predicates.IsNull
 
childrenNodes - Variable in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
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
 
CleanerUtils - Class in org.apache.hudi.common.util
Utils for clean action.
CleanerUtils() - Constructor for class org.apache.hudi.common.util.CleanerUtils
 
CleanFileInfo - Class in org.apache.hudi.common.model
File info for clean action.
CleanFileInfo(String, boolean) - Constructor for class org.apache.hudi.common.model.CleanFileInfo
 
CleanMetadataMigrator - Class in org.apache.hudi.common.table.timeline.versioning.clean
Migrator for clean metadata.
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
Migration handler for clean metadata in version 1.
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
Migration handler for clean metadata in version 2.
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
Migration handler for clean plan in version 1.
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
Migration handler for clean plan in version 2.
CleanPlanV2MigrationHandler(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.versioning.clean.CleanPlanV2MigrationHandler
 
clear() - Method in class org.apache.hudi.common.bloom.HashFunction
Clears this hash function.
clear() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Clear the resource.
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.
clearCache(String) - Static method in class org.apache.hudi.avro.MercifulJsonConverter
Clear between fetches.
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.
clearCompactorClassName() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.Builder
Clears the value of the 'compactorClassName' 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.
clearDeleteRecordList() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList.Builder
Clears the value of the 'deleteRecordList' 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.HoodieCleanerPlan.Builder
Clears the value of the 'extraMetadata' field.
clearExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Clears the value of the 'extraMetadata' 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.HoodieRecordIndexInfo.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.
clearFileIdEncoding() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Clears the value of the 'fileIdEncoding' field.
clearFileIdHighBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Clears the value of the 'fileIdHighBits' field.
clearFileIdLowBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Clears the value of the 'fileIdLowBits' field.
clearFileIdToBootstrapFile() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Clears the value of the 'fileIdToBootstrapFile' field.
clearFileIndex() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Clears the value of the 'fileIndex' 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.
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.
clearInstantTime() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Clears the value of the 'instantTime' 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.
clearLogFilesFromFailedCommit() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Clears the value of the 'logFilesFromFailedCommit' 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.
clearMetadataPartitions(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.HoodieTableConfig
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.
clearNewLocation() - Method in class org.apache.hudi.common.model.HoodieRecord
Clears the new currentLocation of the record.
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.
clearOrderingVal() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Clears the value of the 'orderingVal' 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.
clearPartitionName() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Clears the value of the 'partitionName' 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.HoodieDeleteRecord.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.
clearPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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.
clearRecordIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Clears the value of the 'recordIndexMetadata' field.
clearRecordKey() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Clears the value of the 'recordKey' 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.
clearSavepointToRestoreTimestamp() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Clears the value of the 'savepointToRestoreTimestamp' 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.
clearStateTransitionTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Clears the value of the 'stateTransitionTime' 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.
clearStrategy() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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.
clearStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.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.HoodieCompactionStrategy.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.collection
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.hfile.HFileBootstrapIndexReader
 
close() - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
close() - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
close() - Method in interface org.apache.hudi.common.lock.LockProvider
 
close() - Method in class org.apache.hudi.common.table.log.HoodieCDCLogRecordIterator
 
close() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
 
close() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReader
Closes any resources held
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 class org.apache.hudi.common.util.collection.BitCaskDiskMap
 
close() - Method in interface org.apache.hudi.common.util.collection.ClosableIterator
 
close() - Method in class org.apache.hudi.common.util.collection.CloseableMappingIterator
 
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.queue.BoundedInMemoryQueue
 
close() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
close() - Method in class org.apache.hudi.common.util.queue.FunctionBasedQueueProducer
 
close() - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
Shuts down the queue, cleaning up the resources
close() - Method in interface org.apache.hudi.common.util.queue.HoodieProducer
 
close() - Method in class org.apache.hudi.common.util.queue.IteratorBasedQueueProducer
 
close() - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
close() - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
close() - Method in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
close() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
close() - Method in interface org.apache.hudi.io.storage.HoodieFileWriter
 
close() - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
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
 
close() - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader
 
close() - Method in class org.apache.hudi.metrics.datadog.DatadogHttpClient
 
CloseableMappingIterator<I,O> - Class in org.apache.hudi.common.util.collection
MappingIterator requiring to be closed after iteration (to cleanup resources)
CloseableMappingIterator(ClosableIterator<I>, Function<I, O>) - Constructor for class org.apache.hudi.common.util.collection.CloseableMappingIterator
 
CLOUDWATCH_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsCloudWatchConfig
 
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.
clusteringPlan - Variable in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
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
 
collectActiveThreads() - Static method in class org.apache.hudi.common.util.ThreadUtils
Fetches all active threads currently running in the JVM
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
Utils for Java Collection.
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
HoodieMetadata column stats payload field ids
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
 
columnName - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
columns() - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns a List of the columns in this Schema.
ColumnStatsMetadata - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deprecated.
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.PartialUpdateAvroPayload
 
combineAndGetUpdateValue(IndexedRecord, Schema, Properties) - Method in class org.apache.hudi.common.model.PartialUpdateAvroPayload
 
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
 
comments - Variable in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Deprecated.
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
 
commitsRollback - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
commitTime - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
commitTime - Variable in class org.apache.hudi.avro.model.HoodieInstantInfo
Deprecated.
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
 
compactionLogBlocksEnable(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
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
 
compactorClassName - Variable in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Deprecated.
COMPARATOR - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstant
 
Comparators - Class in org.apache.hudi.expression
 
Comparators() - Constructor for class org.apache.hudi.expression.Comparators
 
compare(HoodieLogFile, HoodieLogFile) - Method in class org.apache.hudi.common.model.HoodieLogFile.LogFileComparator
 
compare(StoragePathInfo, StoragePathInfo) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.ArchiveFileVersionComparator
 
compare(HoodieSecondaryIndex, HoodieSecondaryIndex) - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex.HoodieIndexCompactor
 
compareTimestamps(String, BiPredicate<String, String>, String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
compareTo(Key) - Method in class org.apache.hudi.common.bloom.Key
 
compareTo(BootstrapFileMapping) - Method in class org.apache.hudi.common.model.BootstrapFileMapping
 
compareTo(HoodieFileGroupId) - Method in class org.apache.hudi.common.model.HoodieFileGroupId
 
compareTo(HoodieCDCFileSplit) - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
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.
compatible() - Static method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
Returns a details object representing a compatible schema pair.
COMPLETED_COMPACTION_SUFFIX - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
COMPLETED_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
computeNextLogVersion(HoodieStorage, StoragePath, 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).
config - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
Config() - Constructor for class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
 
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
Annotation for superclasses of HoodieConfig that includes the human-readable name of the config class, the config group (ConfigGroups) it belongs to (e.g., spark/ flink/ write), optional sub-group (ConfigGroups), and the description of the config class.
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
Config group names.
ConfigGroups.SubGroupNames - 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.
configToString(Map<String, String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Convert map config to key-value string.The format of the config is a key-value pair just like "k1=v1\nk2=v2\nk3=v3".
ConfigUtils - Class in org.apache.hudi.common.util
 
ConfigUtils() - Constructor for class org.apache.hudi.common.util.ConfigUtils
 
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
 
ConsistentHashingNode(int, String, ConsistentHashingNode.NodeTag) - Constructor for class org.apache.hudi.common.model.ConsistentHashingNode
 
ConsistentHashingNode.NodeTag - Enum in org.apache.hudi.common.model
Node tag.
consistentLogicalTimestampEnabled - Variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
ConsoleMetricsReporter - Class in org.apache.hudi.metrics
Hudi Console metrics reporter.
ConsoleMetricsReporter(MetricRegistry) - Constructor for class org.apache.hudi.metrics.ConsoleMetricsReporter
 
constructAbsolutePath(String, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
constructAbsolutePath(StoragePath, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
consume(I) - Method in interface org.apache.hudi.common.util.queue.HoodieConsumer
Consume records from inner message queue.
consumer - Variable in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
contains(String) - Method in class org.apache.hudi.common.config.HoodieConfig
 
contains(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
contains(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
containsAll(Map<?, ?>, Map<?, ?>) - Static method in class org.apache.hudi.common.util.MapUtils
 
containsConfigProperty(TypedProperties, ConfigProperty<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Whether the properties contain a config.
containsConfigProperty(Map<String, Object>, ConfigProperty<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Whether the properties contain a config.
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
 
Conversions - Class in org.apache.hudi.internal.schema.utils
 
Conversions() - Constructor for class org.apache.hudi.internal.schema.utils.Conversions
 
convert(String, Schema) - Method in class org.apache.hudi.avro.MercifulJsonConverter
Converts json to Avro generic record.
convert(InternalSchema, String) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Convert internalSchema to avro Schema.
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.
convertBytesToLong(byte[]) - Static method in class org.apache.hudi.common.util.BinaryUtil
 
convertCleanMetadata(String, Option<Long>, List<HoodieCleanStat>, Map<String, String>) - 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>>, String, HoodieTableMetaClient, int, 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>>, HoodieTableMetaClient, boolean, int, List<String>) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert added and deleted action metadata to column stats index records.
convertFilesToFilesPartitionRecords(Map<String, List<String>>, Map<String, Map<String, Long>>, String, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert rollback action metadata to files partition 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, HoodieConfig, HoodieCommitMetadata, String, HoodieTableMetaClient, String, int) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert commit action metadata to bloom filter records.
convertMetadataToBloomFilterRecords(HoodieCleanMetadata, HoodieEngineContext, String, int) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert clean metadata to bloom filter index records.
convertMetadataToColumnStatsRecords(HoodieCleanMetadata, HoodieEngineContext, HoodieTableMetaClient, boolean, int, List<String>) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert clean metadata to column stats index records.
convertMetadataToColumnStatsRecords(HoodieCommitMetadata, HoodieEngineContext, HoodieTableMetaClient, boolean, int, List<String>) - 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, HoodieConfig, HoodieCommitMetadata, String, HoodieTableMetaClient, List<MetadataPartitionType>, String, int, boolean, int, List<String>) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert commit action to metadata records for the enabled partition types.
convertMetadataToRecords(HoodieEngineContext, HoodieCleanMetadata, String, HoodieTableMetaClient, List<MetadataPartitionType>, int, boolean, int, List<String>) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert the clean action to metadata records.
convertMetadataToRecords(HoodieEngineContext, HoodieTableMetaClient, HoodieRollbackMetadata, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Convert rollback action metadata to metadata table records.
convertMissingPartitionRecords(HoodieEngineContext, List<String>, Map<String, Map<String, Long>>, Map<String, List<String>>, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
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.
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>, Option<Schema>) - Static method in class org.apache.hudi.common.util.SpillableMapUtils
 
convertToHoodieRecordPayload(GenericRecord, String, String, Pair<String, String>, boolean, Option<String>, Option<Schema>) - 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() - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
copy() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
copy() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
Make a new write status and copy basic fields from current object
copy() - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
copy() - Method in class org.apache.hudi.common.model.HoodieRecord
This is used to copy data.
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
copyInstant(HoodieInstant, StoragePath) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
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
countInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
countInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
create() - Static method in class org.apache.hudi.common.data.HoodieAtomicLongAccumulator
 
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(String, String) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
create(String, String, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
create(String, String, HoodieRecordLocation, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
create(HoodieKey) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
create(HoodieKey, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
create(HoodieKey, HoodieRecordLocation, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
create(HoodieStorage, StoragePath, 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(int, TimeUnit) - Static method in class org.apache.hudi.common.util.RateLimiter
 
create(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
create(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String, boolean) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
create(HoodieTableMetaClient, String, String, boolean, LinkedHashMap<String, Map<String, String>>, Map<String, String>) - Method in class org.apache.hudi.secondary.index.SecondaryIndexManager
Create a secondary index for hoodie table, two steps will be performed: 1.
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
 
createAsyncIndexerTimestamp(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
createBloomFilter(int, double, int, String) - Static method in class org.apache.hudi.common.bloom.BloomFilterFactory
Creates a new BloomFilter with the given args.
createBloomFilter(HoodieConfig) - Static method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
createBloomFilterMetadataRecord(String, String, String, String, ByteBuffer, boolean) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create bloom filter metadata record.
createCleanTimestamp(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Create the timestamp for a clean operation on the metadata table.
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
 
createCompactionTimestamp(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Create the timestamp for a compaction operation on the metadata table.
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.HoodieCompactionStrategy
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.HoodieDeleteRecord
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
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.HoodieRecordIndexInfo
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.
createdTimestamp - Variable in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Deprecated.
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
 
createFileIdToPendingLogCompactionMap(Map<HoodieFileGroupId, Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createFileIdToPendingLogCompactionMap(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
 
createFSBackedTableMetadata(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
createFullName(Deque<String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
createFullName(String, Deque<String>) - Static method in class org.apache.hudi.internal.schema.utils.InternalSchemaUtils
 
createHoodieBackedTableMetadata(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String, boolean) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
 
createHoodieRecordFromAvro(IndexedRecord, String, String, Option<Pair<String, String>>, Boolean, Option<String>, Boolean, Option<Schema>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
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
 
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(Pair<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
 
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
 
createIndexInitTimestamp(String, int) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Create the timestamp for an index initialization operation on the metadata table.
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
 
createLogCompactionTimestamp(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Create the timestamp for a compaction operation on the metadata table.
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.
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
createNullableSchema(Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
 
createPartitionFilesRecord(String, Map<String, Long>, 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.
createPartitionToFileGroups() - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
createPartitionToFileGroups() - Method in class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
createPathIfNotExists(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
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.hfile.HFileBootstrapIndex
 
createReader() - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
createRecordIndexDelete(String) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create and return a HoodieMetadataPayload to delete a record in the Metadata Table's record index.
createRecordIndexUpdate(String, String, String, String, int) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
Create and return a HoodieMetadataPayload to insert or update an entry for the record index.
createRecordMerger(String, EngineType, List<String>, String) - Static method in class org.apache.hudi.common.util.HoodieRecordUtils
Instantiate a given class with a record merge.
createReporter(HoodieMetricsConfig, MetricRegistry) - Static method in class org.apache.hudi.metrics.MetricsReporterFactory
 
createRequestedReplaceCommit(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
createRestoreTimestamp(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
createRollbackTimestamp(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
createSchemaErrorString(String, Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
 
createSet(T...) - Static method in class org.apache.hudi.common.util.CollectionUtils
 
createViewManager(HoodieEngineContext, FileSystemViewStorageConfig, HoodieCommonConfig) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
 
createViewManager(HoodieEngineContext, FileSystemViewStorageConfig, HoodieCommonConfig, SerializableFunctionUnchecked<HoodieTableMetaClient, HoodieTableMetadata>) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
Main Factory method for building file-system views.
createViewManagerWithTableMetadata(HoodieEngineContext, HoodieMetadataConfig, FileSystemViewStorageConfig, HoodieCommonConfig) - Static method in class org.apache.hudi.common.table.view.FileSystemViewManager
 
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.hfile.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.
currentLocation - Variable in class org.apache.hudi.common.model.HoodieRecord
Current location of record on storage.
currentRateLimit - Variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
indicates rate limit (number of records to cache).
CustomizableMetricsReporter - Class in org.apache.hudi.metrics.custom
Extensible metrics reporter for custom implementation.
CustomizableMetricsReporter(Properties, MetricRegistry) - Constructor for class org.apache.hudi.metrics.custom.CustomizableMetricsReporter
 
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, Runnable) - Constructor for class org.apache.hudi.common.util.CustomizedThreadFactory
 
CustomizedThreadFactory(String, boolean, Runnable) - 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.config.HoodieMetaserverConfig
 
DATABASE_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
dataBasePath - Variable in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
DATADOG_API_KEY - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
Use HoodieMetricsDatadogConfig.API_KEY and its methods instead
DATADOG_API_KEY_SKIP_VALIDATION - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DATADOG_API_KEY_SUPPLIER - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DATADOG_API_SITE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
Use HoodieMetricsDatadogConfig.API_SITE_VALUE and its methods instead
DATADOG_API_TIMEOUT_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DATADOG_METRIC_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DATADOG_METRIC_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DATADOG_METRIC_TAGS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DATADOG_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
DATADOG_REPORT_PERIOD_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DatadogHttpClient - Class in org.apache.hudi.metrics.datadog
Datadog API HTTP client.
DatadogHttpClient(DatadogHttpClient.ApiSite, String, boolean, CloseableHttpClient, Option<String>) - Constructor for class org.apache.hudi.metrics.datadog.DatadogHttpClient
 
DatadogHttpClient(DatadogHttpClient.ApiSite, String, boolean, CloseableHttpClient) - Constructor for class org.apache.hudi.metrics.datadog.DatadogHttpClient
 
DatadogHttpClient(DatadogHttpClient.ApiSite, String, boolean, int, Option<String>) - Constructor for class org.apache.hudi.metrics.datadog.DatadogHttpClient
 
DatadogHttpClient.ApiSite - Enum in org.apache.hudi.metrics.datadog
 
DatadogMetricsReporter - Class in org.apache.hudi.metrics.datadog
Hudi Datadog metrics reporter.
DatadogMetricsReporter(HoodieMetricsConfig, MetricRegistry) - Constructor for class org.apache.hudi.metrics.datadog.DatadogMetricsReporter
 
DatadogReporter - Class in org.apache.hudi.metrics.datadog
A reporter which publishes metric values to Datadog API.
DatadogReporter(MetricRegistry, DatadogHttpClient, String, Option<String>, Option<List<String>>, MetricFilter, TimeUnit, TimeUnit) - Constructor for class org.apache.hudi.metrics.datadog.DatadogReporter
 
dataFileIterator - Variable in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
dataFilePath - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
dataFilePath - Variable in class org.apache.hudi.avro.model.HoodieSliceInfo
Deprecated.
dataMetaClient - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
DATE_CONVERSION - Static variable in class org.apache.hudi.avro.model.DecimalWrapper
 
DATE_CONVERSION - Static variable in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
DATE_TIME_PARSER - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
DATE_TIME_PARSER_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
DateTimeUtils - Class in org.apache.hudi.common.util
Utils for Hudi instant time.
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
 
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
 
DECIMAL_CONVERSION - Static variable in class org.apache.hudi.avro.model.DecimalWrapper
 
DECIMAL_CONVERSION - Static variable in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
DecimalWrapper - Class in org.apache.hudi.avro.model
 
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.
decode(ByteBuffer) - Static method in class org.apache.hudi.common.util.Base64CodecUtil
Decodes data from the input ByteBuffer into using the encoding scheme.
decodeRecordPositionsHeader(String) - Static method in class org.apache.hudi.common.table.log.LogReaderUtils
Decodes the HoodieLogBlock.HeaderMetadataType.RECORD_POSITIONS block header into record positions.
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_DATADOG_API_KEY_SKIP_VALIDATION - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DEFAULT_DATADOG_API_TIMEOUT_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
DEFAULT_DATADOG_REPORT_PERIOD_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
Deprecated.
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_GRAPHITE_SERVER_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
Deprecated.
DEFAULT_GRAPHITE_SERVER_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
Deprecated.
DEFAULT_HFILE_BLOCK_SIZE_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.HFILE_BLOCK_SIZE and its methods instead
DEFAULT_HFILE_COMPRESSION_ALGORITHM - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
DEFAULT_HFILE_FILE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.HFILE_MAX_FILE_SIZE and its methods instead
DEFAULT_HIVE_STYLE_PARTITIONING_OPT_VAL - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
Deprecated.
DEFAULT_HUDI_CONFIG_FOR_READER - Static variable in class org.apache.hudi.common.util.ConfigUtils
 
DEFAULT_JMX_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
Deprecated.
Use HoodieMetricsJmxConfig.JMX_HOST_NAME and its methods instead
DEFAULT_JMX_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
Deprecated.
Use HoodieMetricsJmxConfig.JMX_PORT_NUM and its methods instead
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_LOCK_HEARTBEAT_INTERVAL_MS - 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_LOG_FORMAT_WRITER - Static variable in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
DEFAULT_LOGFILE_DATA_BLOCK_SIZE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
DEFAULT_LOGFILE_SIZE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.LOGFILE_MAX_SIZE and its methods instead
DEFAULT_LOGFILE_TO_PARQUET_COMPRESSION_RATIO - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
DEFAULT_MAX_MEMORY_FOR_SPILLABLE_MAP_IN_BYTES - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
DEFAULT_MERGER_STRATEGY_UUID - Static variable in interface org.apache.hudi.common.model.HoodieRecordMerger
 
DEFAULT_METADATA_ASYNC_CLEAN - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
DEFAULT_METADATA_CLEANER_COMMITS_RETAINED - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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_ENABLE_FULL_SCAN_LOG_FILES - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
DEFAULT_METADATA_METRICS_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
DEFAULT_METADATA_POPULATE_META_FIELDS - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
DEFAULT_METRICS_ON - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
Use HoodieMetricsConfig.TURN_METRICS_ON and its methods instead
DEFAULT_METRICS_REPORTER_CLASS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
DEFAULT_METRICS_REPORTER_TYPE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
DEFAULT_MILLIS_EXT - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
DEFAULT_PARQUET_BLOCK_SIZE_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.PARQUET_BLOCK_SIZE and its methods instead
DEFAULT_PARQUET_COMPRESSION_CODEC - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
DEFAULT_PARQUET_FILE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.PARQUET_MAX_FILE_SIZE and its methods instead
DEFAULT_PARQUET_PAGE_SIZE_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.PARQUET_PAGE_SIZE and its methods instead
DEFAULT_PARTITION_PATH - Static variable in class org.apache.hudi.common.util.PartitionPathEncodeUtils
 
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_PROMETHEUS_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
DEFAULT_PUSHGATEWAY_DELETE_ON_SHUTDOWN - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
DEFAULT_PUSHGATEWAY_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
DEFAULT_PUSHGATEWAY_JOB_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
DEFAULT_PUSHGATEWAY_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
DEFAULT_PUSHGATEWAY_RANDOM_JOB_NAME_SUFFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
DEFAULT_PUSHGATEWAY_REPORT_PERIOD_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
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_STRATEGY - Static variable in class org.apache.hudi.common.util.queue.WaitStrategyFactory
 
DEFAULT_STREAM_COMPRESSION_RATIO - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
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_URI - Static variable in class org.apache.hudi.storage.HoodieStorageUtils
 
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
 
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
 
defaultValue(T, String) - 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(HoodieStorage, StoragePath, 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_KEY - Static variable in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
DELETE_MARKER - Static variable in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
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, HoodieStorage, StoragePath, int) - Static method in class org.apache.hudi.common.fs.FSUtils
Deletes a directory by deleting sub-paths in parallel on the file system.
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(HoodieStorage, StoragePath, 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
Note: This method should only be used in the case that delete requested/inflight instant or empty clean instant, and completed commit instant in an archive operation.
deleteMarkerTypeFile(HoodieStorage, 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.
deleteMetadataTable(HoodieTableMetaClient, HoodieEngineContext, boolean) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Delete the metadata table for the dataset and backup if required.
deleteMetadataTablePartition(HoodieTableMetaClient, HoodieEngineContext, MetadataPartitionType, boolean) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Delete a partition within the metadata table.
deletePathPatterns - Variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deprecated.
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.
deleteRecordList - Variable in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Deprecated.
deleteSubPath(String, StorageConfiguration<?>, 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
 
DELTA_STREAMER_CONFIG_PREFIX - Static variable in class org.apache.hudi.common.util.ConfigUtils
Deprecated.
deltaFilePaths - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
deltaFilePaths - Variable in class org.apache.hudi.avro.model.HoodieSliceInfo
Deprecated.
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.
deserialize(byte[], byte[], Schema, Schema) - Static method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
deserialize(byte[], int, int, byte[], int, int, Schema, Schema) - Static method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
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[], HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
deserializeRecords(byte[], HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
deserializeRecords(byte[], HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
deserializeRecords(byte[], HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
deserializeRequestedReplaceMetadata(byte[]) - Static method in class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
destroy(ThrowingConsumer<T>) - Method in class org.apache.hudi.util.Transient
 
details - Variable in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
detectAndResolveConflictIfNecessary() - Method in interface org.apache.hudi.common.conflict.detection.EarlyConflictDetectionStrategy
Detects and resolves the write conflict if necessary.
diff(Collection<E>, Collection<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(Collection, Collection), accepting List as a holding collection to support duplicate elements use-cases
diffSet(Collection<E>, Set<E>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Returns difference b/w one Collection of elements and another The elements in collection one are also duplicated and returned as a Set.
DIR_FILTER_REGEX - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
DirectMarkerBasedDetectionStrategy - Class in org.apache.hudi.common.conflict.detection
This abstract strategy is used for direct marker writers, trying to do early conflict detection.
DirectMarkerBasedDetectionStrategy(HoodieStorage, String, String, String, HoodieActiveTimeline, HoodieConfig) - Constructor for class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
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
 
DisruptorExecutor<I,O,E> - Class in org.apache.hudi.common.util.queue
Executor which orchestrates concurrent producers and consumers communicating through 'DisruptorMessageQueue'.
DisruptorExecutor(Integer, Iterator<I>, HoodieConsumer<O, E>, Function<I, O>, String, Runnable) - Constructor for class org.apache.hudi.common.util.queue.DisruptorExecutor
 
DisruptorExecutor(int, List<HoodieProducer<I>>, HoodieConsumer<O, E>, Function<I, O>, String, Runnable) - Constructor for class org.apache.hudi.common.util.queue.DisruptorExecutor
 
DisruptorMessageQueue<I,O> - Class in org.apache.hudi.common.util.queue
Implementation of HoodieMessageQueue based on Disruptor Queue.
DisruptorMessageQueue(int, Function<I, O>, String, int, Runnable) - Constructor for class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
DisruptorWaitStrategyType - Enum in org.apache.hudi.common.util.queue
Enum for the type of waiting strategy in Disruptor Queue.
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
 
doConsume(HoodieMessageQueue<I, O>, HoodieConsumer<O, E>) - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
doConsume(HoodieMessageQueue<I, O>, HoodieConsumer<O, E>) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
doConsume(HoodieMessageQueue<I, O>, HoodieConsumer<O, E>) - Method in class org.apache.hudi.common.util.queue.DisruptorExecutor
 
doesMarkerTypeFileExist(HoodieStorage, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
 
doParsePartitionColumnValues(String[], String) - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
doProduce(HoodieMessageQueue<I, O>, HoodieProducer<I>) - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
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
 
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(HoodieTableMetaClient, String, boolean) - Method in class org.apache.hudi.secondary.index.SecondaryIndexManager
Drop a secondary index by index name
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.hfile.HFileBootstrapIndex
 
dropIndex() - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
DTOUtils - Class in org.apache.hudi.common.table.timeline.dto
DTO utils to hold batch apis.
DTOUtils() - Constructor for class org.apache.hudi.common.table.timeline.dto.DTOUtils
 

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
 
eager(T, SerializableSupplier<T>) - Static method in class org.apache.hudi.util.Transient
Creates instance of Transient by eagerly setting it to provided value, while given initializer will be used to re-instantiate the value after original one being dropped during serialization/deserialization cycle
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
earliestCommitToRetain - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
earliestInstantToRetain - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
EarlyConflictDetectionStrategy - Interface in org.apache.hudi.common.conflict.detection
Interface for pluggable strategy of early conflict detection for multiple writers.
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
Utility that holds L value only.
Either.EitherRight<L,R> - Class in org.apache.hudi.common.util
Utility that holds R value only.
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_FILE_EXTENSION - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstant
 
EMPTY_LONG_ARRAY - Static variable in class org.apache.hudi.common.util.collection.ArrayUtils
An empty immutable long array.
EMPTY_PARTITION - Static variable in class org.apache.hudi.keygen.BaseKeyGenerator
 
EMPTY_PARTITION_NAME - Static variable in interface org.apache.hudi.metadata.HoodieTableMetadata
 
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.
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_EXECUTOR_METRICS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
ENABLE_FALLBACK_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
Deprecated.
No longer takes any effect.
ENABLE_LOG_COMPACTION_ON_METADATA_TABLE - 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
 
ENABLE_OPTIMIZED_LOG_BLOCKS_SCAN - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
enableBloomFilter(boolean, HoodieConfig) - Static method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
Check if need to enable bloom filter.
enabled() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
enableFullScan(boolean) - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.Builder
 
enableMetrics(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
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
 
encodePositions(List<Long>) - Static method in class org.apache.hudi.common.table.log.LogReaderUtils
Encodes a list of record positions in long type.
encodePositions(Roaring64NavigableMap) - Static method in class org.apache.hudi.common.table.log.LogReaderUtils
Encodes the Roaring64NavigableMap bitmap containing the record positions.
endInstant(String) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
endInstant - Variable in class org.apache.hudi.common.table.log.InstantRange
 
engineContext - Variable in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
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
 
EnumDescription - Annotation Type in org.apache.hudi.common.config
For any enum that is going to be used as a config value, add this annotation by adding @EnumDescription("Your description here.") directly above the enum class declaration.
EnumFieldDescription - Annotation Type in org.apache.hudi.common.config
For any enum field that is going to be used as a config value, add this annotation by adding @EnumFieldDescription("Your description here.") directly above the enum field declaration.
enumNames(Class<T>) - Static method in class org.apache.hudi.common.util.ConfigUtils
 
EPOCH - Static variable in interface org.apache.hudi.internal.schema.Type
 
EPOCH_DAY - Static variable in interface org.apache.hudi.internal.schema.Type
 
eq(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
equals(Object) - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.Incompatibility
equals(Object) - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
equals(Object) - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
equals(Object) - Method in class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
equals(Object) - Method in class org.apache.hudi.common.bloom.Key
 
equals(Object) - Method in class org.apache.hudi.common.data.HoodieData.HoodieDataCacheKey
 
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.CleanFileInfo
 
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.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.
estimateFileGroupCount(MetadataPartitionType, long, int, int, int, float, int) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Estimates the file group count to use for a MDT partition.
eval(StructLike) - Method in class org.apache.hudi.expression.BoundReference
 
eval(StructLike) - Method in interface org.apache.hudi.expression.Expression
 
eval(StructLike) - Method in class org.apache.hudi.expression.Literal
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.And
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.BinaryComparison
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.FalseExpression
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.In
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.IsNotNull
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.IsNull
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.Not
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.Or
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.StringContains
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.StringStartsWith
 
eval(StructLike) - Method in class org.apache.hudi.expression.Predicates.TrueExpression
 
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.BaseHoodieQueueBasedExecutor
Main API to run both production and consumption.
execute() - Method in interface org.apache.hudi.common.util.queue.HoodieExecutor
Main API to 1.
execute() - Method in class org.apache.hudi.common.util.queue.SimpleExecutor
Consuming records from input iterator directly without any producers and inner message queue.
EXECUTOR_METRICS_ENABLE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
ExecutorType - Enum in org.apache.hudi.common.util.queue
Types of HoodieExecutor.
explicitInstants(Set<String>) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
Expression - Interface in org.apache.hudi.expression
 
Expression.Operator - Enum in org.apache.hudi.expression
 
ExpressionVisitor<T> - Interface in org.apache.hudi.expression
Visitor used to travers the expression.
ExternalFilePathUtil - Class in org.apache.hudi.common.util
Utility methods for handling externally created files.
ExternalFilePathUtil() - Constructor for class org.apache.hudi.common.util.ExternalFilePathUtil
 
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.
extractCDCFileSplits() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCExtractor
At the granularity of a file group, trace the mapping between each commit/instant and changes to this file group.
extractPartitionValues(Types.RecordType, String, boolean) - Static method in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
extractTimestamp(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieClusteringGroup
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieClusteringPlan
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieCommitMetadata
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieCompactionPlan
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Deprecated.
extraMetadata - Variable in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Deprecated.
extraMetadata - Variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 

F

f0 - Variable in class org.apache.hudi.common.util.collection.Tuple3
Field 0 of the tuple.
f1 - Variable in class org.apache.hudi.common.util.collection.Tuple3
Field 1 of the tuple.
f2 - Variable in class org.apache.hudi.common.util.collection.Tuple3
Field 2 of the tuple.
failedDeleteFiles - Variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deprecated.
failedDeleteFiles - Variable in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Deprecated.
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(HoodieStorage, ConsistencyGuardConfig) - Constructor for class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
FalseExpression() - Constructor for class org.apache.hudi.expression.Predicates.FalseExpression
 
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
 
fetchConfigs(HoodieStorage, String) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
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(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Fetch HoodieKeys from the given data file.
fetchHoodieKeys(HoodieStorage, StoragePath, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.FileFormatUtils
Fetch HoodieKeys from the given data 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.
fgIdToPendingLogCompaction - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
PartitionPath + File-Id to pending logcompaction 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(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
 
fieldByName(String) - Method in class org.apache.hudi.internal.schema.Types.RecordType
Case-sensitive get field by name
fieldByNameCaseInsensitive(String) - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
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
AbstractInternalSchemaStorageManager implementation based on the schema files.
FileBasedInternalSchemaStorageManager(HoodieStorage, StoragePath) - 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
 
FileFormatUtils - Class in org.apache.hudi.common.util
Utils for file format used in Hudi.
FileFormatUtils() - Constructor for class org.apache.hudi.common.util.FileFormatUtils
 
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
 
fileGroupDTOsfromFileGroups(List<HoodieFileGroup>) - Static method in class org.apache.hudi.common.table.timeline.dto.DTOUtils
 
fileGroupDTOsToFileGroups(List<FileGroupDTO>, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.dto.DTOUtils
 
fileId - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
fileId - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
fileId - Variable in class org.apache.hudi.avro.model.HoodieRollbackRequest
Deprecated.
fileId - Variable in class org.apache.hudi.avro.model.HoodieSliceInfo
Deprecated.
fileId - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
fileId - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
fileId - Variable in class org.apache.hudi.common.model.HoodieRecordLocation
 
FILEID_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
fileIdEncoding - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
fileIdHighBits - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
fileIdLowBits - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
fileIdToBootstrapFile - Variable in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Deprecated.
fileIndex - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
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
 
fileName - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
fileName - Variable in class org.apache.hudi.common.model.BaseFile
 
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
 
filePath - Variable in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Deprecated.
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
 
filePathsToBeDeletedPerPartition - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
fileSizeInBytes - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
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
 
FileSlice(HoodieFileGroupId, String, HoodieBaseFile, List<HoodieLogFile>) - 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
 
filesToBeDeleted - Variable in class org.apache.hudi.avro.model.HoodieRollbackRequest
Deprecated.
filesToBeDeletedPerPartition - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
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
Implementation of HoodieTableMetadata based file-system-backed table metadata.
FileSystemBackedTableMetadata(HoodieEngineContext, HoodieTableConfig, HoodieStorage, String, boolean) - Constructor for class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
FileSystemBackedTableMetadata(HoodieEngineContext, HoodieStorage, String, boolean) - Constructor for class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
filesystemMetadata - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deprecated.
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.
filterCompletedInstantsOrRewriteTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterCompletedInstantsOrRewriteTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Timeline to just include completed commits or all rewrites like compaction, logcompaction and replace actions.
filterCompletedOrMajorOrMinorCompactionInstants() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterCompletedOrMajorOrMinorCompactionInstants() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
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.
filterPendingExcludingLogCompaction() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingExcludingLogCompaction() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include the in-flights excluding logcompaction instants.
filterPendingExcludingMajorAndMinorCompaction() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingExcludingMajorAndMinorCompaction() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include the in-flights excluding major and minor 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.
filterPendingLogCompactionTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterPendingLogCompactionTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include requested and inflight log compaction instants.
filterPendingMajorOrMinorCompactionTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Compaction and logcompaction operation on MOR table is called major and minor compaction respectively.
filterPendingMajorOrMinorCompactionTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline to just include requested and inflight from both major and minor compaction 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.
filterProperties(TypedProperties, List<ConfigProperty<String>>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Returns filtered properties based on the given ConfigProperty config list to keep.
filterRequestedRollbackTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
filterRequestedRollbackTimeline() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Filter this timeline for requested rollbacks.
filterRowKeys(HoodieStorage, StoragePath, Set<String>) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the rowKey list matching the given filter, from the given data file.
filterRowKeys(Set<String>) - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
filterRowKeys(Set<String>) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
filterRowKeys(Set<String>) - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
finalizeMetadata() - Method in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
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 fully qualified name of the field corresponding to the given id.
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
 
findInstantBefore(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantBefore(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Finds the instant before specified time.
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.
findInstantsInClosedRange(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsInClosedRange(String, String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create a new Timeline with instants after or equals startTs and before or on endTs.
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.
findInstantsInRangeByStateTransitionTime(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsInRangeByStateTransitionTime(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 by state transition timestamp of actions.
findInstantsModifiedAfterByStateTransitionTime(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
findInstantsModifiedAfterByStateTransitionTime(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Create new timeline with all instants that were modified after specified time.
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 interface org.apache.hudi.common.util.queue.HoodieConsumer
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
 
FirstValueAvroPayload - Class in org.apache.hudi.common.model
Payload clazz that is used for Hudi Table.
FirstValueAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.FirstValueAvroPayload
 
FirstValueAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.FirstValueAvroPayload
 
fixNullOrdering(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
Converting from avro -> internal schema -> avro causes null to always be first in unions.
FlatLists - Class in org.apache.hudi.common.util.collection
Space-efficient, comparable, immutable lists, copied from calcite core.
FlatLists.ComparableList<T> - Interface in org.apache.hudi.common.util.collection
List that is also comparable.
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 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
 
flatMapToPair(SerializableFunction<T, Iterator<? extends Pair<K, V>>>) - Method in interface org.apache.hudi.common.data.HoodieData
Maps every element in the collection into a collection of the Pairs of new elements using provided mapping func, subsequently flattening the result (by concatenating) into a single collection NOTE: That this operation will convert container from HoodieData to HoodiePairData This is an intermediate operation
flatMapToPair(SerializableFunction<T, Iterator<? extends Pair<K, V>>>) - Method in class org.apache.hudi.common.data.HoodieListData
 
flatMapValues(SerializableFunction<V, Iterator<W>>) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
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
 
FlatteningIterator<T,I extends Iterator<T>> - Class in org.apache.hudi.common.util.collection
Iterator flattening source Iterator holding other Iterators
FlatteningIterator(Iterator<I>) - Constructor for class org.apache.hudi.common.util.collection.FlatteningIterator
 
flattenPartitionToReplaceFileIds(Map<String, List<String>>) - Static method in class org.apache.hudi.common.util.CommitUtils
 
FloatType() - Constructor for class org.apache.hudi.internal.schema.Types.FloatType
 
FloatWrapper - Class in org.apache.hudi.avro.model
 
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.
flush() - Method in class org.apache.hudi.metrics.Metrics
 
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.
forRegistry(MetricRegistry) - Static method in class org.apache.hudi.metrics.JmxReporterServer
forType(Type.PrimitiveType) - Static method in class org.apache.hudi.expression.Comparators
 
from(V) - Static method in class org.apache.hudi.expression.Literal
 
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.HoodieCompactionStrategy
Deserializes a HoodieCompactionStrategy 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.HoodieDeleteRecord
Deserializes a HoodieDeleteRecord from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Deserializes a HoodieDeleteRecordList 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.HoodieRecordIndexInfo
Deserializes a HoodieRecordIndexInfo 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.
fromByteBuffer(ByteBuffer, String) - Static method in class org.apache.hudi.common.bloom.BloomFilterFactory
Generates BloomFilter 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.config.HoodieStorageConfig.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
 
fromFile(File) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig.Builder
 
fromFile(File) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
fromFileGroup(HoodieFileGroup, boolean) - 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
 
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
 
fromHoodieRecord(HoodieRecord) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
fromHoodieRecord(HoodieRecord, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
fromId(String) - Static method in enum org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockType
 
fromInputStream(InputStream) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
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
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
 
fromJsonString(String) - Static method in class org.apache.hudi.secondary.index.SecondaryIndexUtils
Parse secondary index str to List
fromJsonString(String, TypeReference<T>) - Static method in class org.apache.hudi.secondary.index.SecondaryIndexUtils
 
fromLocal(String, HoodieRecordLocation) - Static method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
Returns the global record location from local.
fromMap(Map<?, ?>) - Static method in class org.apache.hudi.common.config.TypedProperties
This method is introduced to get rid of the scala compile error:
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
 
fromPartitionString(String, Type) - Static method in interface org.apache.hudi.internal.schema.Type
 
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.HoodieMetaserverConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig.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
 
fromProperties(Properties) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
fromProperties(Properties) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
fromStoragePath(StoragePath) - Static method in class org.apache.hudi.common.table.timeline.dto.FilePathDTO
 
fromStoragePathInfo(StoragePathInfo) - Static method in class org.apache.hudi.common.table.timeline.dto.FileStatusDTO
 
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.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
 
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
Serializable function interface.
FULL_BOOTSTRAP_INSTANT_TS - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
fullKeySpec(List<String>) - Static method in interface org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.KeySpec
 
FunctionBasedQueueProducer<I> - Class in org.apache.hudi.common.util.queue
Buffer producer which allows custom functions to insert entries to queue.
FunctionBasedQueueProducer(Function<HoodieMessageQueue<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
 
GenericAvroSerializer<D extends org.apache.avro.generic.GenericContainer> - Class in org.apache.hudi.avro
Custom serializer used for generic Avro containers.
GenericAvroSerializer() - Constructor for class org.apache.hudi.avro.GenericAvroSerializer
 
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.HoodieCompactionStrategy
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
get(int) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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(StoragePath) - Method in interface org.apache.hudi.BaseHoodieTableFileIndex.FileStatusCache
 
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.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(int, Class<T>) - Method in class org.apache.hudi.expression.ArrayData
 
get() - Static method in class org.apache.hudi.expression.Predicates.FalseExpression
 
get() - Static method in class org.apache.hudi.expression.Predicates.TrueExpression
 
get(int, Class<T>) - Method in interface org.apache.hudi.expression.StructLike
 
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(InternalSchema, boolean) - 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(List<Types.Field>, String) - 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
 
get() - Method in class org.apache.hudi.util.Transient
 
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.
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.
getAfterFileSlice() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
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.
getAllConfigKeys(List<ConfigProperty<String>>) - Static method in class org.apache.hudi.common.util.ConfigUtils
 
getAllDataFilesInPartition(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getAllDataPathInfo(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
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.
getAllFileGroupsStateless(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllFileGroupsStateless(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllFileGroupsStateless(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllFileGroupsStateless(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Stream all the file groups for a given partition without caching the file group mappings.
getAllFilesInPartition(StoragePath) - Method in class org.apache.hudi.metadata.BaseTableMetadata
Return the list of files in a partition.
getAllFilesInPartition(StoragePath) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getAllFilesInPartition(StoragePath) - 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(Collection<String>) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getAllFilesInPartitions(Collection<String>) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getAllFilesInPartitions(Collection<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.
getAllIds() - Method in class org.apache.hudi.internal.schema.InternalSchema
Returns all field ids
getAllInputFileSlices() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
Returns all listed file-slices w/in the partition paths returned by BaseHoodieTableFileIndex.getAllQueryPartitionPaths()
getAllLatestBaseFilesBeforeOrOn(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllLatestBaseFilesBeforeOrOn(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllLatestBaseFilesBeforeOrOn(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllLatestBaseFilesBeforeOrOn(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.BaseFileOnlyViewWithLatestSlice
Streams the latest version base files in all partitions with precondition that commitTime(file) before maxCommitTime.
getAllLatestFileSlicesBeforeOrOn(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getAllLatestFileSlicesBeforeOrOn(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getAllLatestFileSlicesBeforeOrOn(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getAllLatestFileSlicesBeforeOrOn(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all latest file slices with precondition that commitTime(file) before maxCommitTime.
getAllLogFiles(HoodieStorage, StoragePath, 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.
getAllLogsMergedFileSliceBeforeOrOn(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Stream all "merged" file-slices before on an instant time for a MERGE_ON_READ table with index that can index log files(which means it writes pure logs first).
getAllMarkerDir(StoragePath, HoodieStorage) - Static method in class org.apache.hudi.common.util.MarkerUtils
Gets all marker directories.
getAllPartitionFoldersThreeLevelsDown(HoodieStorage, 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, HoodieStorage, String, boolean, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getAllPartitionPaths(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getAllPartitionPaths() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
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 class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
getAllPartitionPaths() - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetch list of all partition paths, per the latest snapshot of the metadata.
getAllPartitionPaths() - Static method in enum org.apache.hudi.metadata.MetadataPartitionType
Returns the set of all metadata partition names.
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.
getAllPendingCompactionOperationsInPendingCompactionPlans(List<Pair<HoodieInstant, HoodieCompactionPlan>>) - Static method in class org.apache.hudi.common.util.CompactionUtils
Get all partition + file Ids with pending Log Compaction operations and their target log compaction instant time.
getAllPendingCompactionPlans(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.CompactionUtils
Get all pending compaction plans along with their instants.
getAllPendingLogCompactionOperations(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.CompactionUtils
Get all partition + file Ids with pending Log Compaction operations and their target log compaction instant time.
getAllPendingLogCompactionPlans(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.CompactionUtils
Get all pending logcompaction plans along with their instants.
getAllQueryPartitionPaths() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
Returns all partition paths matching the ones explicitly provided by the query (if any)
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 the cached archived timeline from startTs (inclusive).
getArchivedTimeline(String, boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Returns the cached archived timeline if using in-memory cache or a fresh new archived timeline if not using cache, 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
 
getAvroRecordQualifiedName(String) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Generates fully-qualified name for the Avro's schema based on the Table's name NOTE: PLEASE READ CAREFULLY BEFORE CHANGING This method should not change for compatibility reasons as older versions of Avro might be comparing fully-qualified names rather than just the record names
getBaseCommitTime() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getBaseCommitTimeFromLogPath(StoragePath) - 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
getBasePath() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
base properties.
getBasePathV2() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Returns base path of the table
getBeforeFileSlice() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
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() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getBlockSize() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
getBlockType() - Method in class org.apache.hudi.common.table.log.block.HoodieCDCDataBlock
 
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() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
 
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
 
getBloomFilterIndexPartitionIdentifier(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
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.
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
 
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
 
getBooleanWithAltKeys(Properties, ConfigProperty<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the boolean value for a ConfigProperty config from properties.
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.hfile.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() - Method in class org.apache.hudi.common.bloom.Key
 
getBytes(Schema) - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
Deprecated.
getCachedDataIds(HoodieData.HoodieDataCacheKey) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
getCachedDataIds(HoodieData.HoodieDataCacheKey) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
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.
getCandidateInstants(HoodieActiveTimeline, List<StoragePath>, String, long, HoodieStorage, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Get Candidate Instant to do conflict checking: 1.
getCdcFiles() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
getCdcInferCase() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
getCdcStats() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getCheckpointValueAsString(String, String) - Static method in class org.apache.hudi.common.util.CommitUtils
 
getChildren() - Method in class org.apache.hudi.expression.BinaryExpression
 
getChildren() - Method in interface org.apache.hudi.expression.Expression
 
getChildren() - Method in class org.apache.hudi.expression.LeafExpression
 
getChildren() - Method in class org.apache.hudi.expression.Predicates.In
 
getChildren() - Method in class org.apache.hudi.expression.Predicates.IsNotNull
 
getChildren() - Method in class org.apache.hudi.expression.Predicates.IsNull
 
getChildren() - Method in class org.apache.hudi.expression.Predicates.Not
 
getChildrenNodes() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
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.HoodieCompactionStrategy
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
getClassSchema() - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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
 
getClassTag() - Method in enum org.apache.hudi.internal.schema.Type.TypeID
 
getCleanerMetadata(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.util.CleanerUtils
Get Latest Version of Hoodie Cleaner Metadata - Output of cleaner operation.
getCleanerMetadata(HoodieTableMetaClient, byte[]) - 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.
getCleanerPlan(HoodieTableMetaClient, byte[]) - 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
 
getCloudWatchMaxDatumsPerRequest() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getCloudWatchMetricNamespace() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getCloudWatchMetricPrefix() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getCloudWatchReportPeriodSeconds() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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.
getClusteringPlan(HoodieTimeline, 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
 
getColFamilyForPendingLogCompaction() - 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
 
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
 
getColumns() - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex
 
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
 
getColumnStatsIndexPartitionIdentifier(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
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.
getColumnValues(Schema, String[], boolean) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
getColumnValues(Schema, String[], boolean) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getColumnValues(Schema, String[], boolean) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getColumnValues(Schema, String[], boolean) - Method in class org.apache.hudi.common.model.HoodieRecord
Get column in record to support RDDCustomColumnsSortPartitioner
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.
getCommitAndReplaceTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get only pure commit and replace commits (inflight and completed) in the active timeline.
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
 
getCommitMetadata(HoodieInstant, HoodieTimeline) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Returns the commit metadata of the given instant.
getCommitsAndCompactionTimeline() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
Get the commit + pending-compaction timeline visible for this table.
getCommitsAndCompactionTimeline() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
Get all instants (commits, delta commits, replace, compaction) that produce new data or merge file, in the active timeline.
getCommitSeqNo() - Method in class org.apache.hudi.common.model.MetadataValues
 
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.
getCommitsTimelineAfter(HoodieTableMetaClient, String, Option<String>) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Returns a Hudi timeline with commits after the given instant time (exclusive).
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
 
getCommitTime() - Method in class org.apache.hudi.common.model.MetadataValues
 
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
This method will serve only Compaction instants because we use same HoodieCompactionPlan for both the operations.
getCompactionPlan(HoodieTableMetaClient, Option<byte[]>) - Static method in class org.apache.hudi.common.util.CompactionUtils
Util method to fetch both compaction and log compaction plan from requestedInstant.
getCompactionRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getCompactorClassName() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.Builder
Gets the value of the 'compactorClassName' field.
getCompactorClassName() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Gets the value of the 'compactorClassName' field.
getComparableAction(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getCompatibility() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
Returns the SchemaCompatibilityType, always non-null.
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.
getCompressionKind() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
 
getConfig() - Method in class org.apache.hudi.common.config.LockConfiguration
 
getConnectionRetryDelay() - Method in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
getConnectionRetryDelay() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getConnectionRetryLimit() - Method in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
getConnectionRetryLimit() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getConnectionTimeoutSec() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getConsistencyGuardConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getContent() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getContentBytes(HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieCommandBlock
 
getContentBytes(HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieCorruptBlock
 
getContentBytes(HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getContentBytes(HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
getContentBytes(HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getContentPositionInLogFile() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getContentReader(HoodieConfig, StoragePath, HoodieFileFormat, HoodieStorage, byte[], Option<Schema>) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
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.
getCurrentInstantLogBlocks() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getCurrentLocation() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getCurrentLocation() - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
getCurrentOwnerLockInfo() - Method in interface org.apache.hudi.common.lock.LockProvider
 
getCurrentSize() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
 
getData() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getData() - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getData() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getDatabaseName() - Method in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
getDatabaseName() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the database name.
getDatadogApiKey() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogApiKeySkipValidation() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogApiSite() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogApiTimeoutSeconds() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogMetricHost() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogMetricPrefix() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogMetricTags() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getDatadogReportPeriodSeconds() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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
 
getDataInputStream(HoodieStorage, HoodieLogFile, int) - Static method in class org.apache.hudi.common.table.log.HoodieLogFileReader
Fetch the right SeekableDataInputStream to be used by wrapping with required input streams.
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
getDataType() - Method in class org.apache.hudi.expression.BoundReference
 
getDataType() - Method in interface org.apache.hudi.expression.Expression
 
getDataType() - Method in class org.apache.hudi.expression.Literal
 
getDataType() - Method in class org.apache.hudi.expression.NameReference
 
getDataType() - Method in interface org.apache.hudi.expression.Predicate
 
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.HoodieCompactionStrategy
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.HoodieDeleteRecord
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
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.HoodieRecordIndexInfo
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.
getDefaultBootstrapIndexClass(Properties) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
getDefaultValue() - Method in class org.apache.hudi.internal.schema.Types.Field
 
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
 
getDeleteRecordList() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList.Builder
Gets the value of the 'deleteRecordList' field.
getDeleteRecordList() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Gets the value of the 'deleteRecordList' field.
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
 
getDeployExecutionEngine() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getDeployExtraParams() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getDeployParallelism() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getDeployQueue() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getDeployResources() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getDeployUsername() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getDeprecatedVersion() - Method in class org.apache.hudi.common.config.ConfigProperty
 
getDescription() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
Gets a human readable description of this validation result.
getDescription(ConfigGroups.Names) - Static method in class org.apache.hudi.common.config.ConfigGroups
 
getDescription() - Method in enum org.apache.hudi.common.config.ConfigGroups.SubGroupNames
 
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.
getDocOnDefaultValue() - Method in class org.apache.hudi.common.config.ConfigProperty
 
getDomain() - Method in enum org.apache.hudi.metrics.datadog.DatadogHttpClient.ApiSite
 
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
 
getDoubleOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getDroppedPartitions(HoodieTableMetaClient, Option<String>, Option<String>) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Returns partitions that have been deleted or marked for deletion in the timeline between given commit time range.
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
 
getEarliestCommitToRetain(HoodieTimeline, HoodieCleaningPolicy, int, Instant, int, HoodieTimelineTimeZone) - Static method in class org.apache.hudi.common.util.CleanerUtils
 
getEarliestInstantForMetadataArchival(HoodieActiveTimeline, boolean) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Gets the qualified earliest instant from the active timeline of the data table for the archival in metadata table.
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
 
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.HoodieCleanerPlan.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Gets the value of the 'extraMetadata' field.
getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Gets the value of the 'extraMetadata' field.
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
 
getFailedMetaSyncs() - Method in exception org.apache.hudi.exception.HoodieMetaSyncException
 
getFieldName() - Method in enum org.apache.hudi.common.model.HoodieRecord.HoodieMetadataField
 
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
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(StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
Get the file extension from the log file.
getFileFormatUtils(HoodieFileFormat) - Method in class org.apache.hudi.io.storage.HoodieIOFactory
 
getFileFormatUtils(StoragePath) - Method in class org.apache.hudi.io.storage.HoodieIOFactory
 
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
 
getFileGroupIndexFromFileId(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Extract the index from the fileID of a file group in the MDT partition.
getFileGroupPrefix(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Extract the fileID prefix from the fileID of a file group in the MDT partition.
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.HoodieRecordIndexInfo.Builder
Gets the value of the 'fileId' field.
getFileId() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
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(StoragePath) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFileIdAndRelativePaths() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFileIdEncoding() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Gets the value of the 'fileIdEncoding' field.
getFileIdEncoding() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Gets the value of the 'fileIdEncoding' field.
getFileIDForFileGroup(MetadataPartitionType, int) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Return the complete fileID for a file group within a MDT partition.
getFileIdFromFilePath(StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileIdFromLogPath(StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileIdHighBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Gets the value of the 'fileIdHighBits' field.
getFileIdHighBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Gets the value of the 'fileIdHighBits' field.
getFileIdLowBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Gets the value of the 'fileIdLowBits' field.
getFileIdLowBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Gets the value of the 'fileIdLowBits' field.
getFileIdPfxFromFileId(String) - Static method in class org.apache.hudi.common.fs.FSUtils
Returns prefix for a file group from fileId.
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.
getFileIdToInfo(String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
Extract the file status of all affected files from the commit metadata.
getFileIndex() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Gets the value of the 'fileIndex' field.
getFileIndex() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Gets the value of the 'fileIndex' field.
getFileLen() - Method in class org.apache.hudi.common.model.BaseFile
 
getFileList(HoodieStorage, StoragePath) - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
Returns the files added as part of this record.
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.model.MetadataValues
 
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(HoodieConfig, StoragePath) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
getFileReader(HoodieConfig, StoragePath, HoodieFileFormat) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
getFileReader(HoodieConfig, StoragePath, HoodieFileFormat, Option<Schema>) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
getFilesInPartitions(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String, String[]) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileSize(HoodieStorage, StoragePath) - 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
 
getFileSliceForFileGroupFromDeltaCommit(byte[], HoodieFileGroupId) - Static method in class org.apache.hudi.common.model.HoodieCommitMetadata
parse the bytes of deltacommit, and get the base file and the log files belonging to this provided file group.
getFileSlicesCount() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
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.
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(StoragePath) - 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.
getFileVersionFromLog(String) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getFileWriter(String, StoragePath, HoodieStorage, HoodieConfig, Schema, TaskContextSupplier, HoodieRecord.HoodieRecordType) - Static method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
getFileWriter(HoodieFileFormat, OutputStream, HoodieStorage, HoodieConfig, Schema, HoodieRecord.HoodieRecordType) - Static method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
getFileWriterByFormat(String, String, StoragePath, HoodieConfig, Schema, TaskContextSupplier) - Method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
getFileWriterByFormat(HoodieFileFormat, OutputStream, HoodieConfig, Schema) - Method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
getFinishedCompactionInstants() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
getFinishedOrRemovedLogCompactionInstants() - 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.
getFirstPendingClusterInstant() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getFirstPendingClusterInstant() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
get the least recent pending cluster commit if present
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
 
getFloatOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getFormat() - Method in class org.apache.hudi.common.util.FileFormatUtils
 
getFullColName2Id() - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnAddChange
 
getFullPathsByPartitionPath(String, String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getFullPathToInfo(HoodieStorage, String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
Extract the file status of all affected files from the commit metadata.
getGlobalProperties() - Method in class org.apache.hudi.common.config.PropertiesConfig
return any global properties for the filesystem
getGlobStatusExcludingMetaFolder(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
Helper to filter out paths under metadata folder when running fs.globStatus.
getGraphiteMetricPrefix() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getGraphiteReportPeriodSeconds() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getGraphiteServerHost() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getGraphiteServerPort() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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.
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
 
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
 
getHoodieKey() - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
getHoodieKeyIterator(HoodieStorage, StoragePath, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.util.FileFormatUtils
Provides a closable iterator for reading the given data file.
getHoodieKeyIterator(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Provides a closable iterator for reading the given data 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.
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
 
getId() - Method in interface org.apache.hudi.common.data.HoodieData
Get the HoodieData's unique non-negative identifier.
getId() - Method in class org.apache.hudi.common.data.HoodieListData
 
getIgnoreIndexUpdate() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getIgnoreIndexUpdate() - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
getIncompatibilities() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
If the compatibility is INCOMPATIBLE, returns Incompatibilities found, otherwise an empty list.
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.hfile.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.hfile.HFileBootstrapIndexReader
 
getIndexedRecordIterator(Schema) - Method in class org.apache.hudi.io.storage.HoodieAvroFileReader
 
getIndexedRecordIterator(Schema, Schema) - Method in class org.apache.hudi.io.storage.HoodieAvroFileReader
 
getIndexedRecordIterator(Schema, Schema) - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
getIndexedRecordsByKeyPrefixIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
getIndexedRecordsByKeyPrefixIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
getIndexedRecordsByKeysIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
getIndexedRecordsByKeysIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
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.secondary.index.HoodieSecondaryIndex
 
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.secondary.index.HoodieSecondaryIndex
 
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, HoodieTableMetaClient) - 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
 
getInMemoryMapNumEntries() - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
Number of entries in InMemoryMap.
getInputFileSlices(BaseHoodieTableFileIndex.PartitionPath...) - Method in class org.apache.hudi.BaseHoodieTableFileIndex
Get input file slice for the given partition.
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, boolean) - Method in class org.apache.hudi.common.model.PartialUpdateAvroPayload
return itself as long as it called by preCombine
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(int) - Static method in class org.apache.hudi.common.util.hash.Hash
Get a singleton instance of hash function of a given type.
getInstance() - Static method in class org.apache.hudi.common.util.hash.JenkinsHash
 
getInstance() - Static method in class org.apache.hudi.common.util.hash.MurmurHash
 
getInstance(HoodieMetricsConfig, HoodieStorage) - Static method in class org.apache.hudi.metrics.Metrics
 
getInstance() - Static method in class org.apache.hudi.secondary.index.SecondaryIndexManager
 
getInstant() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getInstant() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
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
 
getInstantsAsStream() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getInstantsAsStream() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getInstantsOrderedByStateTransitionTime() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getInstantsOrderedByStateTransitionTime() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Get the stream of instants in order by state transition timestamp of actions.
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.avro.model.HoodieRecordIndexInfo.Builder
Gets the value of the 'instantTime' field.
getInstantTime() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Gets the value of the 'instantTime' 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, HoodieStorage, String) - Static method in class org.apache.hudi.common.util.InternalSchemaCache
Give a schema versionId return its internalSchema.
getInternalSchemaByVersionId(long, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.InternalSchemaCache
 
getIntOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getIntWithAltKeys(TypedProperties, ConfigProperty<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the integer value for a ConfigProperty config from properties.
getIOException() - Method in exception org.apache.hudi.exception.HoodieSerializationException
 
getIOFactory(HoodieStorage) - Static method in class org.apache.hudi.io.storage.HoodieIOFactory
 
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.
getJmxHost() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getJmxPort() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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(Schema) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getKeyFieldName() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
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
 
getKeyForPendingLogCompactionLookup(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
 
getKeys() - Method in interface org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.KeySpec
 
getLabels(String) - Static method in class org.apache.hudi.metrics.MetricUtils
 
getLabels() - Method in class org.apache.hudi.metrics.prometheus.PushGatewayMetricsReporter
 
getLabelsAndMetricList(String) - Static method in class org.apache.hudi.metrics.MetricUtils
 
getLabelsAndMetricMap(String) - Static method in class org.apache.hudi.metrics.MetricUtils
 
getLabelsAsMap(String) - Static method in class org.apache.hudi.metrics.MetricUtils
 
getLabelsAsMap(List<String>) - Static method in class org.apache.hudi.metrics.MetricUtils
 
getLastClusteringInstant() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getLastClusteringInstant() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
get the most recent cluster commit if present
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
 
getLastHeartbeatTime(HoodieStorage, String, String) - Static method in class org.apache.hudi.common.heartbeat.HoodieHeartbeatUtils
Use modification time as last heart beat time.
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.
getLastPendingClusterInstant() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
getLastPendingClusterInstant() - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
get the most recent pending cluster commit if present
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.
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.
getLatestFileSlicesStateless(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getLatestFileSlicesStateless(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getLatestFileSlicesStateless(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getLatestFileSlicesStateless(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
Stream all the latest file slices in the given partition without caching the file group mappings.
getLatestLogFile(HoodieStorage, StoragePath, 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(HoodieStorage, StoragePath, 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.
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.
getLeft() - Method in class org.apache.hudi.expression.BinaryExpression
 
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() - Method in class org.apache.hudi.parquet.io.ByteBufferBackedInputFile
 
getLocation() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.Incompatibility
Returns a JSON Pointer describing the node location within the schema's JSON document tree where the incompatibility was encountered.
getLocationFromRecordIndexInfo(HoodieRecordIndexInfo) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Gets the location from record index content.
getLocationFromRecordIndexInfo(String, int, long, long, int, String, Long) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Gets the location from record index content.
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.
getLogCompactionInflightInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
getLogCompactionPlan(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.util.CompactionUtils
This method will serve only log compaction instants, because we use same HoodieCompactionPlan for both the operations.
getLogCompactionRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
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
 
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
 
getLogFilesFromFailedCommit() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Gets the value of the 'logFilesFromFailedCommit' field.
getLogFilesFromFailedCommit() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Gets the value of the 'logFilesFromFailedCommit' field.
getLogFilesFromFailedCommit() - Method in class org.apache.hudi.common.HoodieRollbackStat
 
getLogMetadata(SeekableDataInputStream) - 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
 
getLongOrDefault(ConfigProperty<T>) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getLongWithAltKeys(TypedProperties, ConfigProperty<Long>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the long value for a ConfigProperty config from properties.
getM3Env() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getM3ServerHost() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getM3ServerPort() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getM3Service() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getM3Tags() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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.HoodieOrcConfig
 
getMaxLogFileSize() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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
 
getMaxMemoryForPendingLogCompaction() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxMemoryForReplacedFileGroups() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
getMaxNumDeltacommitsWhenPending() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getMaxReaderBufferSize() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getMaxReaderMemory() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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.
getMergingStrategy() - Method in class org.apache.hudi.common.model.HoodieAvroRecordMerger
 
getMergingStrategy() - Method in interface org.apache.hudi.common.model.HoodieRecordMerger
The kind of merging strategy this recordMerger belongs to.
getMessage() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.Incompatibility
Returns a human-readable message with more details about what failed.
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() - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
getMetadata() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getMetadata(String) - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getMetadata() - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getMetadata() - Method in class org.apache.hudi.common.model.HoodieRecord
 
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
 
getMetadataFileSystemView() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
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
 
getMetadataPartitionsNeedingWriteStatusTracking(HoodieMetadataConfig, HoodieTableMetaClient) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Returns true if any enabled metadata partition in the given hoodie table requires WriteStatus to track the written records.
getMetadataPartitionsNeedingWriteStatusTracking() - Static method in enum org.apache.hudi.metadata.MetadataPartitionType
Returns the list of metadata table partitions which require WriteStatus to track written records.
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
getMetadataTableBasePath(StoragePath) - 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
 
getMetaserverConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getMetaserverUris() - Method in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
getMetricAndLabels(String) - Static method in class org.apache.hudi.metrics.MetricUtils
 
getMetricReporterClassName() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getMetricReporterFileBasedConfigs() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getMetricReporterMetricsNamePrefix() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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
 
getMetricsReporterType() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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 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.expression.NameReference
 
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.common.util.queue.DisruptorWaitStrategyType
 
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
 
getNewLocation() - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
getNewlySeenInstants() - Method in class org.apache.hudi.common.table.timeline.TimelineDiffHelper.TimelineDiffResult
 
getNodes() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
getNonEmptyStringOpt(String, String) - Method in class org.apache.hudi.common.config.TypedProperties
 
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
 
getNumFileGroupsForPartition(MetadataPartitionType) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getNumFileGroupsForPartition(MetadataPartitionType) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getNumFileGroupsForPartition(MetadataPartitionType) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Returns the number of shards in a metadata table partition.
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
 
getObjectMapper() - Static method in class org.apache.hudi.secondary.index.SecondaryIndexUtils
 
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
 
getOldestInstantToRetainForClustering(HoodieActiveTimeline, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.ClusteringUtils
Returns the oldest instant to retain.
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
 
getOperation() - Method in class org.apache.hudi.common.model.MetadataValues
 
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
 
getOperator() - Method in class org.apache.hudi.expression.BinaryExpression
 
getOperator() - Method in interface org.apache.hudi.expression.Predicate
 
getOperator() - Method in class org.apache.hudi.expression.Predicates.FalseExpression
 
getOperator() - Method in class org.apache.hudi.expression.Predicates.In
 
getOperator() - Method in class org.apache.hudi.expression.Predicates.IsNotNull
 
getOperator() - Method in class org.apache.hudi.expression.Predicates.IsNull
 
getOperator() - Method in class org.apache.hudi.expression.Predicates.Not
 
getOperator() - Method in class org.apache.hudi.expression.Predicates.TrueExpression
 
getOptimisticConsistencyGuardSleepTimeMs() - Method in class org.apache.hudi.common.fs.ConsistencyGuardConfig
 
getOptions() - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex
 
getOrderingField(Properties) - Static method in class org.apache.hudi.common.util.ConfigUtils
Get ordering field.
getOrderingVal() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Gets the value of the 'orderingVal' field.
getOrderingVal() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
Gets the value of the 'orderingVal' field.
getOrderingVal() - Method in class org.apache.hudi.common.model.BaseAvroPayload
 
getOrderingValue() - Method in class org.apache.hudi.common.model.DeleteRecord
 
getOrderingValue(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
getOrderingValue() - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
getOrderingValue(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getOrderingValue(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getOrderingValue(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieRecord
 
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.
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.
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
 
getPartitionAndFileIdWithoutSuffix(Map<String, List<HoodieWriteStat>>) - Static method in class org.apache.hudi.common.util.CommitUtils
 
getPartitionAndFileIdWithoutSuffixFromSpecificRecord(Map<String, List<HoodieWriteStat>>) - Static method in class org.apache.hudi.common.util.CommitUtils
 
getPartitionColumns() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
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
 
getPartitionIdentifierForFilesPartition(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
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(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
Returns the name of the partition metadata.
getPartitionName() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Gets the value of the 'partitionName' field.
getPartitionName() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Gets the value of the 'partitionName' field.
getPartitionNameOverride() - 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.HoodieDeleteRecord.Builder
Gets the value of the 'partitionPath' field.
getPartitionPath() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
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() - 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.HoodieRecordDelegate
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
getPartitionPath() - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
getPartitionPath() - Method in class org.apache.hudi.common.model.MetadataValues
 
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
 
getPartitionPathWithPathPrefixes(List<String>) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getPartitionPathWithPathPrefixes(List<String>) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getPartitionPathWithPathPrefixes(List<String>) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetches all partition paths that are the sub-directories of the list of provided (relative) paths.
getPartitionPathWithPathPrefixUsingFilterExpression(List<String>, Types.RecordType, Expression) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getPartitionPathWithPathPrefixUsingFilterExpression(List<String>, Types.RecordType, Expression) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getPartitionPathWithPathPrefixUsingFilterExpression(List<String>, Types.RecordType, Expression) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Retrieve the paths of partitions under the provided sub-directories, and try to filter these partitions using the provided Expression.
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.
getPathInfo() - Method in class org.apache.hudi.common.model.BaseFile
 
getPathInfo() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
getPathInfoUnderPartition(HoodieStorage, StoragePath, Set<String>, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
Get all the files in the given partition path.
getPathPartitionLevel(Types.RecordType, String) - Static method in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
getPathWithoutSchemeAndAuthority(StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
getPayloadClass() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the payload class for HoodieRecords from the table properties.
getPayloadClass(Properties) - Static method in class org.apache.hudi.common.util.ConfigUtils
Get payload class.
getPayloadClassFQN() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getPayloadProps() - 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
Get pending compaction operations for both major and minor compaction.
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
 
getPendingLogCompactionOperations() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getPendingLogCompactionOperations() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getPendingLogCompactionOperations() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getPendingLogCompactionOperations() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Return Pending Compaction Operations.
getPendingLogCompactionOperationWithInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Return pending Log compaction operation for a file-group.
getPendingLogCompactionOperationWithInstant(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
getPendingLogCompactionOperationWithInstant(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
 
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
 
getPrefixForReplacedFileGroup(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.
getPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Gets the value of the 'preserveHoodieMetadata' field.
getPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
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.
getPrometheusPort() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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.HoodieConfig
 
getProps(boolean) - Method in class org.apache.hudi.common.config.HoodieConfig
 
getProps() - Method in class org.apache.hudi.metrics.custom.CustomizableMetricsReporter
 
getPushGatewayDeleteOnShutdown() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getPushGatewayHost() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getPushGatewayJobName() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getPushGatewayLabels() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getPushGatewayPort() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getPushGatewayRandomJobNameSuffix() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getPushGatewayReportPeriodSeconds() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
getQueryPaths() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
getRawHoodieStorage() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getRawRecordKeyFieldProp() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
getRawValueWithAltKeys(Properties, ConfigProperty<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the raw value for a ConfigProperty config from properties.
getReader() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
Gets the reader schema that was validated.
getReaderConfigs(StorageConfiguration<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
 
getReaderFactory(HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.io.storage.HoodieIOFactory
 
getReaderFragment() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.Incompatibility
Returns the fragment of the reader schema that failed compatibility check.
getRecord() - Method in class org.apache.hudi.internal.schema.InternalSchema
 
getRecordByKey(String, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getRecordByKey(String, String) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
getRecordBytes() - Method in class org.apache.hudi.common.model.HoodieAvroPayload
 
getRecordColumnValues(HoodieAvroRecord, String[], Schema, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Gets record column values into object array.
getRecordColumnValues(HoodieAvroRecord, String[], SerializableSchema, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Gets record column values into one object.
getRecordGlobalLocation() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
If this is a record-level index entry, returns the file to which this is mapped.
getRecordIndexGrowthFactor() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getRecordIndexMaxFileGroupCount() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getRecordIndexMaxFileGroupSizeBytes() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getRecordIndexMaxParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getRecordIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the value of the 'recordIndexMetadata' field.
getRecordIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Gets the value of the 'recordIndexMetadata' field.
getRecordIndexMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Gets the Builder instance for the 'recordIndexMetadata' field and creates one if it doesn't exist yet.
getRecordIndexMinFileGroupCount() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getRecordIterator(HoodieRecord.HoodieRecordType) - 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, HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
Batch get of keys of interest.
getRecordIterator() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryExecutor
 
getRecordIterator(Schema, Schema) - Method in class org.apache.hudi.io.storage.HoodieAvroFileReader
 
getRecordIterator(Schema, Schema) - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
getRecordIterator(Schema) - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
getRecordIterator(Schema, Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordIterator(Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordIterator() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordKey() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Gets the value of the 'recordKey' field.
getRecordKey() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
Gets the value of the 'recordKey' field.
getRecordKey() - Method in class org.apache.hudi.common.model.DeleteRecord
 
getRecordKey(Schema, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
getRecordKey(Schema, String) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
getRecordKey(Schema, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getRecordKey(Schema, String) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getRecordKey(Schema, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getRecordKey(Schema, String) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getRecordKey() - Method in class org.apache.hudi.common.model.HoodieKey
 
getRecordKey() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getRecordKey(Schema, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieRecord
 
getRecordKey(Schema, String) - Method in class org.apache.hudi.common.model.HoodieRecord
 
getRecordKey() - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
getRecordKey() - Method in class org.apache.hudi.common.model.MetadataValues
 
getRecordKey(HoodieRecord) - 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
 
getRecordKeyIterator() - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
getRecordKeyIterator() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getRecordKeyIterator() - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
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
 
getRecordMergerStrategy() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the payload class for HoodieRecords from the table properties.
getRecordPositions() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
getRecords() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
getRecords() - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader
 
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.HoodieMetadataLogRecordReader
 
getRecordsByKeyPrefixes(List<String>, String, boolean) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Fetch records by key prefixes.
getRecordsByKeyPrefixIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
getRecordsByKeyPrefixIterator(List<String>, Schema) - Method in interface org.apache.hudi.io.storage.HoodieSeekingFileReader
 
getRecordsByKeyPrefixIterator(List<String>) - Method in interface org.apache.hudi.io.storage.HoodieSeekingFileReader
 
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.HoodieMetadataLogRecordReader
Fetches records identified by the provided list of keys in case these are present in the delta-log blocks
getRecordsByKeysIterator(List<String>, Schema) - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
getRecordsByKeysIterator(List<String>, Schema) - Method in interface org.apache.hudi.io.storage.HoodieSeekingFileReader
 
getRecordsByKeysIterator(List<String>) - Method in interface org.apache.hudi.io.storage.HoodieSeekingFileReader
 
getRecordsToDelete() - Method in class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
getRecordType() - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
getRecordType() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
getRecordType() - Method in class org.apache.hudi.common.model.HoodieAvroRecordMerger
 
getRecordType() - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
getRecordType() - Method in class org.apache.hudi.common.model.HoodieRecord
 
getRecordType() - Method in interface org.apache.hudi.common.model.HoodieRecordMerger
The record type handled by the current merger.
getRecordType() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
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() - Method in class org.apache.hudi.metrics.custom.CustomizableMetricsReporter
 
getRegistry() - Method in class org.apache.hudi.metrics.Metrics
 
getRelativePartitionPath(StoragePath, StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
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
 
getReplacedFileGroupsAfterOrOn(String, String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
getReplacedFileGroupsAfterOrOn(String, String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
getReplacedFileGroupsAfterOrOn(String, String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
getReplacedFileGroupsAfterOrOn(String, String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Stream all the replaced file groups after or on minCommitTime.
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
 
getReporter() - Method in class org.apache.hudi.metrics.JmxReporterServer
 
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.
getRestoreRequestedInstant(HoodieInstant) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
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.avro.AvroSchemaCompatibility.SchemaPairCompatibility
Gets more details about the compatibility, in particular if getType() is INCOMPATIBLE.
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.
getRight() - Method in class org.apache.hudi.expression.BinaryExpression
 
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(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Returns the number of records in the data 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.
getSavepointToRestoreTimestamp() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Gets the value of the 'savepointToRestoreTimestamp' field.
getSavepointToRestoreTimestamp() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Gets the value of the 'savepointToRestoreTimestamp' field.
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.HoodieCompactionStrategy
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
getSchema() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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 class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
getSchema() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getSchema() - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
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.
getSchemaFromHeader() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
getSecondaryIndexes(HoodieTableMetaClient) - Static method in class org.apache.hudi.secondary.index.SecondaryIndexUtils
Get secondary index metadata for this table
getSecondaryIndexesMetadata() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
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
 
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
 
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.hfile.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.hfile.HFileBootstrapIndexReader
 
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
 
getSplliableMapDir() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
getSrcId() - Method in class org.apache.hudi.internal.schema.action.TableChange.ColumnPositionChange
 
getStageIdFromLogPath(StoragePath) - 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
 
getStateTransitionTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Gets the value of the 'stateTransitionTime' field.
getStateTransitionTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Gets the value of the 'stateTransitionTime' field.
getStateTransitionTime() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
getStats(boolean, HoodieTableMetaClient, HoodieTableMetadata, Set<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
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.
getStorage() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getStorage() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
getStorage(StoragePath) - Method in class org.apache.hudi.io.storage.HoodieIOFactory
 
getStorage(StoragePath, boolean, long, int, long, String, ConsistencyGuard) - Method in class org.apache.hudi.io.storage.HoodieIOFactory
 
getStorage() - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
getStorage(StorageConfiguration<?>) - Static method in class org.apache.hudi.storage.HoodieStorageUtils
 
getStorage(String, StorageConfiguration<?>) - Static method in class org.apache.hudi.storage.HoodieStorageUtils
 
getStorage(StoragePath, StorageConfiguration<?>) - Static method in class org.apache.hudi.storage.HoodieStorageUtils
 
getStorageConf() - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
getStorageConf() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
getStorageConf() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
 
getStorageConf() - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
getStoragePath() - Method in class org.apache.hudi.common.model.BaseFile
 
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.
getStrategy() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Gets the value of the 'strategy' field.
getStrategy() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
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.
getStrategyBuilder() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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.
getStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.Builder
Gets the value of the 'strategyParams' field.
getStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
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
 
getStringWithAltKeys(TypedProperties, ConfigProperty<String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the String value for a ConfigProperty config from properties.
getStringWithAltKeys(TypedProperties, ConfigProperty<String>, boolean) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the String value for a ConfigProperty config from properties.
getStringWithAltKeys(TypedProperties, ConfigProperty<?>, String) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the String value for a ConfigProperty config from properties.
getStringWithAltKeys(Map<String, Object>, ConfigProperty<String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets the String value for a ConfigProperty config from a Map.
getStringWithAltKeys(TypedProperties, String, String, String) - Static method in class org.apache.hudi.common.util.ConfigUtils
Gets String value from properties with alternative keys.
getStripeSize() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
 
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
 
getSuffix() - Method in class org.apache.hudi.common.model.HoodieLogFile
 
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
getTableAvroSchemaIfPresent(boolean) - Method in class org.apache.hudi.common.table.TableSchemaResolver
 
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.config.HoodieMetaserverConfig
 
getTableName() - Method in class org.apache.hudi.common.table.HoodieTableConfig
Read the table name.
getTablePath(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.util.TablePathUtils
 
getTableServiceManagerActions() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
getTableServiceManagerURIs() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
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
 
getTag() - Method in class org.apache.hudi.common.model.ConsistentHashingNode
 
getTaskAttemptIdFromLogPath(StoragePath) - 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(StoragePath) - 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
 
getThrowable() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
 
getThrowable() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
getThrowable() - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
 
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.
getTimelineTimezone() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
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
 
getTotalBytesWritten() - Method in class org.apache.hudi.common.util.collection.RocksDBDAO
 
getTotalCachedFilesSize() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
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
 
getTotalCorruptLogBlocks() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
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.
getTotalFileSize() - Method in class org.apache.hudi.common.model.FileSlice
 
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 class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
getTotalRecords() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
getTotalRecords() - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
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
 
getTotalRollbackLogBlocks() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
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.AvroSchemaCompatibility.Incompatibility
Returns the SchemaIncompatibilityType.
getType() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
Gets the type of this result.
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.
getUrlEncodePartitioning() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
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
getValidBlockInstants() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
getValidCheckpointForCurrentWriter(HoodieTimeline, String, 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.
getValidInstantTimestamps(HoodieTableMetaClient, HoodieTableMetaClient) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
 
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 class org.apache.hudi.common.model.ConsistentHashingNode
 
getValue() - Method in enum org.apache.hudi.common.model.HoodieOperation
 
getValue() - Method in enum org.apache.hudi.common.table.cdc.HoodieCDCOperation
 
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
 
getValue() - Method in class org.apache.hudi.expression.Literal
 
getValue() - Method in class org.apache.hudi.metrics.HoodieGauge
Returns the metric's current value.
getValue() - Method in enum org.apache.hudi.secondary.index.SecondaryIndexType
 
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
 
getValues() - Method in class org.apache.hudi.common.model.MetadataValues
 
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
getVectorSize() - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
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.HoodieCompactionStrategy.Builder
Gets the value of the 'version' field.
getVersion() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
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.
getWeight() - Method in class org.apache.hudi.common.bloom.Key
 
getWritePartitionPaths() - Method in class org.apache.hudi.common.model.HoodieCommitMetadata
 
getWritePartitionPaths(List<HoodieCommitMetadata>) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Returns all the incremental write partition paths as a set with the given commits metadata.
getWriter() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
Gets the writer schema that was validated.
getWriterFactory(HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.io.storage.HoodieIOFactory
 
getWriterFragment() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.Incompatibility
Returns the fragment of the writer schema that failed compatibility check.
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
 
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(StoragePath) - 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.
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
 
getZoneId() - Method in enum org.apache.hudi.common.model.HoodieTimelineTimeZone
 
GRAPHITE_METRIC_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
Deprecated.
GRAPHITE_METRIC_PREFIX_VALUE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
 
GRAPHITE_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
 
GRAPHITE_REPORT_PERIOD_IN_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
 
GRAPHITE_SERVER_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
Deprecated.
GRAPHITE_SERVER_HOST_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
 
GRAPHITE_SERVER_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
Deprecated.
GRAPHITE_SERVER_PORT_NUM - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
 
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
 
group - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
groupAction - Variable in class org.apache.hudi.avro.model.HoodieFSPermission
Deprecated.
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
gt(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
gteq(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
gteqAvro1_10() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
gteqAvro1_9() - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 

H

handleHollowCommitIfNeeded(HoodieTimeline, HoodieTableMetaClient, TimelineUtils.HollowCommitHandling) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Handles hollow commit as per HoodieCommonConfig.INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT and return filtered or non-filtered timeline for incremental query to run against.
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
hasColumn(String, boolean) - Method in class org.apache.hudi.internal.schema.InternalSchema
Whether colName exists in the current Schema
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.
hasCommitConflict(HoodieActiveTimeline, Set<String>, Set<HoodieInstant>) - Static method in class org.apache.hudi.common.util.MarkerUtils
Whether there is write conflict with completed commit among multiple writers.
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.
hasCompactorClassName() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.Builder
Checks whether the 'compactorClassName' field has been set.
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.
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.
hasDeleteRecordList() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList.Builder
Checks whether the 'deleteRecordList' 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.HoodieCleanerPlan.Builder
Checks whether the 'extraMetadata' field has been set.
hasExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Checks whether the 'extraMetadata' field has been set.
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.HoodieRecordIndexInfo.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.
hasFileIdEncoding() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Checks whether the 'fileIdEncoding' field has been set.
hasFileIdHighBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Checks whether the 'fileIdHighBits' field has been set.
hasFileIdLowBits() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Checks whether the 'fileIdLowBits' field has been set.
hasFileIdToBootstrapFile() - Method in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata.Builder
Checks whether the 'fileIdToBootstrapFile' field has been set.
hasFileIndex() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Checks whether the 'fileIndex' 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(Key) - Method in class org.apache.hudi.common.bloom.HashFunction
Hashes a specified key into several integers.
Hash - Class in org.apache.hudi.common.util.hash
This class represents a common API for hashing functions used by InternalBloomFilter.
Hash() - Constructor for class org.apache.hudi.common.util.hash.Hash
 
hash(byte[]) - Method in class org.apache.hudi.common.util.hash.Hash
Calculate a hash using all bytes from the input argument, and a seed of -1.
hash(byte[], int) - Method in class org.apache.hudi.common.util.hash.Hash
Calculate a hash using all bytes from the input argument, and a provided seed value.
hash(byte[], int, int) - Method in class org.apache.hudi.common.util.hash.Hash
Calculate a hash using bytes from 0 to length, and the provided seed value
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(byte[], int, int) - Method in class org.apache.hudi.common.util.hash.JenkinsHash
taken from hashlittle() -- hash a variable-length key into a 32-bit value
hash(byte[], int, int) - Method in class org.apache.hudi.common.util.hash.MurmurHash
 
hash(byte[], int, int, int) - Method in class org.apache.hudi.common.util.hash.MurmurHash
 
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.avro.AvroSchemaCompatibility.Incompatibility
hashCode() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
hashCode() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
hashCode() - Method in class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
hashCode() - Method in class org.apache.hudi.common.bloom.Key
 
hashCode() - Method in class org.apache.hudi.common.data.HoodieData.HoodieDataCacheKey
 
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.CleanFileInfo
 
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.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
 
HashFunction - Class in org.apache.hudi.common.bloom
Implements a hash object that returns a certain number of hashed values.
HashFunction(int, int, int) - Constructor for class org.apache.hudi.common.bloom.HashFunction
Constructor.
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_COMMIT_FILE_SUFFIX - Static variable in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
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.
hasInferFunction() - Method in class org.apache.hudi.common.config.ConfigProperty
 
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.
hasInstantTime() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Checks whether the 'instantTime' 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.
hasLogFilesFromFailedCommit() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Checks whether the 'logFilesFromFailedCommit' field has been set.
hasMagicHeader() - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.LogFormatVersion
 
hasMarkerConflict() - Method in interface org.apache.hudi.common.conflict.detection.EarlyConflictDetectionStrategy
 
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.
hasMetaFields(Schema) - Static method in class org.apache.hudi.common.model.HoodieRecord
 
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.HoodieCDCLogRecordIterator
 
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.FlatteningIterator
 
hasNext() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
hasNext() - Method in class org.apache.hudi.common.util.collection.MappingIterator
 
hasNext() - Method in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
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.
hasOrderingVal() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Checks whether the 'orderingVal' 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(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
hasPartitionName() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Checks whether the 'partitionName' field has been set.
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.HoodieDeleteRecord.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.
hasPreserveHoodieMetadata() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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.
hasRecordIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'recordIndexMetadata' field has been set.
hasRecordIndexMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Checks whether the 'recordIndexMetadata' field has an active Builder instance Metadata Index that contains information about record keys and their location in the dataset
hasRecordKey() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Checks whether the 'recordKey' field has been set.
hasReplacedFilesInPartition(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Returns whether there are replaced files within the given partition.
hasReplacedFilesInPartition(String) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
hasReplacedFilesInPartition(String) - Method in class org.apache.hudi.common.table.view.RocksDbBasedFileSystemView
 
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.
hasSavepointToRestoreTimestamp() - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Checks whether the 'savepointToRestoreTimestamp' 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.
hasStateTransitionTime() - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Checks whether the 'stateTransitionTime' 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.
hasStrategy() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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
hasStrategyBuilder() - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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.
hasStrategyParams() - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.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.HoodieCompactionStrategy.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
 
HFILE_BLOCK_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
HFILE_BLOCK_SIZE_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.HFILE_BLOCK_SIZE and its methods instead
HFILE_CELL_KEY_SUFFIX_PART - Static variable in class org.apache.hudi.common.bootstrap.index.hfile.HFileBootstrapIndex
 
HFILE_COMPRESSION_ALGORITHM - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
HFILE_COMPRESSION_ALGORITHM_NAME - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
HFILE_FILE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.HFILE_MAX_FILE_SIZE and its methods instead
HFILE_MAX_FILE_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
hfileBlockSize(int) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
HFileBootstrapIndex - Class in org.apache.hudi.common.bootstrap.index.hfile
Maintains mapping from skeleton file id to external bootstrap file.
HFileBootstrapIndex(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.hfile.HFileBootstrapIndex
 
HFileBootstrapIndexReader - Class in org.apache.hudi.common.bootstrap.index.hfile
HFile Based Index Reader.
HFileBootstrapIndexReader(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.hfile.HFileBootstrapIndexReader
 
hfileCompressionAlgorithm(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
hfileMaxFileSize(long) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
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
 
hiveStylePartitioningEnabled - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
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.HoodieBloomFilterWriteSupport
 
HOODIE_AVRO_WRITE_SUPPORT_CLASS - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
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_FS_ATOMIC_CREATION_SUPPORT - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
HOODIE_IO_FACTORY_CLASS - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
HOODIE_IS_DELETED_FIELD - 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_PARQUET_SPARK_ROW_WRITE_SUPPORT_CLASS - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
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_STORAGE_CLASS - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
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(StoragePathInfo) - Constructor for class org.apache.hudi.common.model.HoodieArchivedLogFile
 
HoodieArchivedLogFile(StoragePath) - 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, String) - 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.
HoodieAvroBootstrapFileReader - Class in org.apache.hudi.io.storage
 
HoodieAvroBootstrapFileReader(HoodieFileReader<IndexedRecord>, HoodieFileReader<IndexedRecord>, Option<String[]>, Object[]) - Constructor for class org.apache.hudi.io.storage.HoodieAvroBootstrapFileReader
 
HoodieAvroDataBlock - Class in org.apache.hudi.common.table.log.block
HoodieAvroDataBlock contains a list of records serialized using Avro.
HoodieAvroDataBlock(Supplier<SeekableDataInputStream>, 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<HoodieRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
HoodieAvroDataBlock(List<HoodieRecord>, Schema) - Constructor for class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
Deprecated.
HoodieAvroFileReader - Class in org.apache.hudi.io.storage
Base class for every Avro file reader
HoodieAvroFileReader() - Constructor for class org.apache.hudi.io.storage.HoodieAvroFileReader
 
HoodieAvroFileWriter - Interface in org.apache.hudi.io.storage
 
HoodieAvroHFileReaderImplBase - Class in org.apache.hudi.io.storage
 
HoodieAvroHFileReaderImplBase() - Constructor for class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
HoodieAvroIndexedRecord - Class in org.apache.hudi.common.model
This only use by reader returning.
HoodieAvroIndexedRecord(IndexedRecord) - Constructor for class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
HoodieAvroIndexedRecord(HoodieKey, IndexedRecord) - Constructor for class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
HoodieAvroIndexedRecord(HoodieKey, IndexedRecord, HoodieOperation, Option<Map<String, String>>) - Constructor for class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
HoodieAvroIndexedRecord(HoodieRecord<IndexedRecord>) - Constructor for class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
HoodieAvroIndexedRecord() - Constructor for class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
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
Implementation of HoodieRecord using Avro payload.
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(HoodieKey, T, HoodieOperation, HoodieRecordLocation, HoodieRecordLocation) - Constructor for class org.apache.hudi.common.model.HoodieAvroRecord
 
HoodieAvroRecord() - Constructor for class org.apache.hudi.common.model.HoodieAvroRecord
 
HoodieAvroRecordMerger - Class in org.apache.hudi.common.model
Record merger for Hoodie avro record.
HoodieAvroRecordMerger() - Constructor for class org.apache.hudi.common.model.HoodieAvroRecordMerger
 
HoodieAvroSchemaException - Exception in org.apache.hudi.exception
Thrown when we detect in Hudi code that a record schema violates Avro rules.
HoodieAvroSchemaException(String) - Constructor for exception org.apache.hudi.exception.HoodieAvroSchemaException
 
HoodieAvroUtils - Class in org.apache.hudi.avro
Helper class to do common stuff across Avro.
HoodieAvroUtils() - Constructor for class org.apache.hudi.avro.HoodieAvroUtils
 
HoodieBackedTableMetadata - Class in org.apache.hudi.metadata
Table metadata provided by an internal DFS backed Hudi metadata table.
HoodieBackedTableMetadata(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, String) - Constructor for class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
HoodieBackedTableMetadata(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, 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(StoragePathInfo) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseFile(StoragePathInfo, 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
 
HoodieBaseFile(String, String, String, BaseFile) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseFile(StoragePathInfo, String, String, BaseFile) - Constructor for class org.apache.hudi.common.model.HoodieBaseFile
 
HoodieBaseListData<T> - Class in org.apache.hudi.common.data
Data representation of either a stream or a list of objects with Type T.
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.
HoodieBootstrapFileReader<T> - Class in org.apache.hudi.io.storage
 
HoodieBootstrapFileReader(HoodieFileReader<T>, HoodieFileReader<T>, Option<String[]>, Object[]) - Constructor for class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
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.
HoodieBootstrapRecordIterator<T> - Class in org.apache.hudi.io.storage
 
HoodieBootstrapRecordIterator(ClosableIterator<HoodieRecord<T>>, ClosableIterator<HoodieRecord<T>>, Schema, Option<String[]>, Object[]) - Constructor for class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
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
 
HoodieCDCDataBlock - Class in org.apache.hudi.common.table.log.block
Change log supplemental log data block.
HoodieCDCDataBlock(Supplier<SeekableDataInputStream>, Option<byte[]>, boolean, HoodieLogBlock.HoodieLogBlockContentLocation, Schema, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieCDCDataBlock
 
HoodieCDCDataBlock(List<HoodieRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, String) - Constructor for class org.apache.hudi.common.table.log.block.HoodieCDCDataBlock
 
HoodieCDCExtractor - Class in org.apache.hudi.common.table.cdc
This class helps to extract all the information which will be used when CDC query.
HoodieCDCExtractor(HoodieTableMetaClient, InstantRange) - Constructor for class org.apache.hudi.common.table.cdc.HoodieCDCExtractor
 
HoodieCDCFileSplit - Class in org.apache.hudi.common.table.cdc
This contains all the information that retrieve the change data at a single file group and at a single commit.
HoodieCDCFileSplit(String, HoodieCDCInferenceCase, String) - Constructor for class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
HoodieCDCFileSplit(String, HoodieCDCInferenceCase, Collection<String>) - Constructor for class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
HoodieCDCFileSplit(String, HoodieCDCInferenceCase, String, Option<FileSlice>, Option<FileSlice>) - Constructor for class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
HoodieCDCFileSplit(String, HoodieCDCInferenceCase, Collection<String>, Option<FileSlice>, Option<FileSlice>) - Constructor for class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
 
HoodieCDCInferenceCase - Enum in org.apache.hudi.common.table.cdc
Here define five cdc infer cases.
HoodieCDCLogRecordIterator - Class in org.apache.hudi.common.table.log
Record iterator for Hudi logs in CDC format.
HoodieCDCLogRecordIterator(HoodieStorage, HoodieLogFile[], Schema) - Constructor for class org.apache.hudi.common.table.log.HoodieCDCLogRecordIterator
 
HoodieCDCOperation - Enum in org.apache.hudi.common.table.cdc
Enumeration of change log operation.
HoodieCDCSupplementalLoggingMode - Enum in org.apache.hudi.common.table.cdc
Change log capture supplemental logging mode.
HoodieCDCUtils - Class in org.apache.hudi.common.table.cdc
Utilities for change log capture.
HoodieCDCUtils() - Constructor for class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
hoodieCleanerPlan - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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>, Map<String, 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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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>, Map<String, String>) - 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[]>, Supplier<SeekableDataInputStream>, 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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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
Hudi configs used across engines.
HoodieCommonConfig.Builder - Class in org.apache.hudi.common.config
Builder for HoodieCommonConfig.
HoodieCommonKryoRegistrar - Class in org.apache.hudi.common.util
NOTE: PLEASE READ CAREFULLY BEFORE CHANGING This class is responsible for registering Hudi specific components that are often serialized by Kryo (for ex, during Spark's Shuffling operations) to make sure Kryo doesn't need to serialize their full class-names (for every object) which will quickly add up to considerable amount of overhead.
HoodieCommonKryoRegistrar() - Constructor for class org.apache.hudi.common.util.HoodieCommonKryoRegistrar
 
HoodieCompactException - Exception in org.apache.hudi.exception
Exception for Hudi compaction.
HoodieCompactException(String) - Constructor for exception org.apache.hudi.exception.HoodieCompactException
 
HoodieCompactException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieCompactException
 
hoodieCompactionMetadata - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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, HoodieCompactionStrategy, Boolean) - 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.
HoodieCompactionStrategy - Class in org.apache.hudi.avro.model
 
HoodieCompactionStrategy() - Constructor for class org.apache.hudi.avro.model.HoodieCompactionStrategy
Default constructor.
HoodieCompactionStrategy(String, Map<String, String>, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieCompactionStrategy
All-args constructor.
HoodieCompactionStrategy.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieCompactionStrategy 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
 
HoodieConfig(TypedProperties) - 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
Only used for creating new hashing metadata.
HoodieConsumer<I,O> - Interface in org.apache.hudi.common.util.queue
HoodieConsumer is used to consume records/messages from hoodie inner message queue and write into DFS.
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[]>, Supplier<SeekableDataInputStream>, 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.
HoodieData.HoodieDataCacheKey - Class in org.apache.hudi.common.data
The key used in a caching map to identify a HoodieData.
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<HoodieRecord>, 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[]>, Supplier<SeekableDataInputStream>, 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)
HoodieDebeziumAvroPayloadException - Exception in org.apache.hudi.exception
Exception for HoodieDebeziumAvroPayload.
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[]>, Supplier<SeekableDataInputStream>, boolean, Option<HoodieLogBlock.HoodieLogBlockContentLocation>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>) - Constructor for class org.apache.hudi.common.table.log.block.HoodieDeleteBlock
 
HoodieDeleteRecord - Class in org.apache.hudi.avro.model
 
HoodieDeleteRecord() - Constructor for class org.apache.hudi.avro.model.HoodieDeleteRecord
Default constructor.
HoodieDeleteRecord(String, String, Object) - Constructor for class org.apache.hudi.avro.model.HoodieDeleteRecord
All-args constructor.
HoodieDeleteRecord.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieDeleteRecord instances.
HoodieDeleteRecordList - Class in org.apache.hudi.avro.model
 
HoodieDeleteRecordList() - Constructor for class org.apache.hudi.avro.model.HoodieDeleteRecordList
Default constructor.
HoodieDeleteRecordList(List<HoodieDeleteRecord>) - Constructor for class org.apache.hudi.avro.model.HoodieDeleteRecordList
All-args constructor.
HoodieDeleteRecordList.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieDeleteRecordList instances.
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) - Constructor for class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
Generate HoodieDynamicBoundedBloomFilter from the given serString serialized string.
HoodieDynamicBoundedBloomFilter(ByteBuffer) - Constructor for class org.apache.hudi.common.bloom.HoodieDynamicBoundedBloomFilter
HoodieEarlyConflictDetectionException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie failures.
HoodieEarlyConflictDetectionException(String) - Constructor for exception org.apache.hudi.exception.HoodieEarlyConflictDetectionException
 
HoodieEarlyConflictDetectionException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieEarlyConflictDetectionException
 
HoodieEarlyConflictDetectionException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieEarlyConflictDetectionException
 
HoodieEmptyRecord<T> - Class in org.apache.hudi.common.model
 
HoodieEmptyRecord(HoodieKey, HoodieRecord.HoodieRecordType) - Constructor for class org.apache.hudi.common.model.HoodieEmptyRecord
 
HoodieEmptyRecord(HoodieKey, HoodieOperation, Comparable<?>, HoodieRecord.HoodieRecordType) - Constructor for class org.apache.hudi.common.model.HoodieEmptyRecord
 
HoodieEngineContext - Class in org.apache.hudi.common.engine
Base class contains the context information needed by the engine at runtime.
HoodieEngineContext(StorageConfiguration<?>, TaskContextSupplier) - Constructor for class org.apache.hudi.common.engine.HoodieEngineContext
 
HoodieExecutor<E> - Interface in org.apache.hudi.common.util.queue
HoodieExecutor which orchestrates concurrent producers and consumers communicating.
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<T> - Interface in org.apache.hudi.io.storage
Hudi's File Reader interface providing common set of APIs to fetch HoodieRecords Metadata (statistics, bloom-filters, etc) from a file persisted in storage.
HoodieFileReaderFactory - Class in org.apache.hudi.io.storage
Factory methods to create Hudi file reader.
HoodieFileReaderFactory(HoodieStorage) - 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.
HoodieFileWriter - Interface in org.apache.hudi.io.storage
 
HoodieFileWriterFactory - Class in org.apache.hudi.io.storage
 
HoodieFileWriterFactory(HoodieStorage) - Constructor for class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
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.
HoodieGauge<T> - Class in org.apache.hudi.metrics
Similar to Gauge, but metric value can be updated by #setValue(T).
HoodieGauge(T) - Constructor for class org.apache.hudi.metrics.HoodieGauge
Create an instance with a default value.
HoodieHeartbeatException - Exception in org.apache.hudi.exception
Exception thrown for Hoodie heartbeat 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
 
HoodieHeartbeatUtils - Class in org.apache.hudi.common.heartbeat
Common utils for Hudi heartbeat
HoodieHeartbeatUtils() - Constructor for class org.apache.hudi.common.heartbeat.HoodieHeartbeatUtils
 
HoodieHFileDataBlock - Class in org.apache.hudi.common.table.log.block
HoodieHFileDataBlock contains a list of records stored inside an HFile format.
HoodieHFileDataBlock(Supplier<SeekableDataInputStream>, Option<byte[]>, boolean, HoodieLogBlock.HoodieLogBlockContentLocation, Option<Schema>, Map<HoodieLogBlock.HeaderMetadataType, String>, Map<HoodieLogBlock.HeaderMetadataType, String>, boolean, StoragePath, boolean) - Constructor for class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
HoodieHFileDataBlock(List<HoodieRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, String, StoragePath, boolean) - Constructor for class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
HoodieIncrementalPathNotFoundException - Exception in org.apache.hudi.exception
Thrown when path is not found in incremental query.
HoodieIncrementalPathNotFoundException(Throwable) - Constructor for exception org.apache.hudi.exception.HoodieIncrementalPathNotFoundException
 
hoodieIndexCommitMetadata - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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.
HoodieIndexCompactor() - Constructor for class org.apache.hudi.secondary.index.HoodieSecondaryIndex.HoodieIndexCompactor
 
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.
HoodieInflightReplaceMetadata - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
HoodieInstant - Class in org.apache.hudi.common.table.timeline
A Hoodie Instant represents a action done on a hoodie table.
HoodieInstant(StoragePathInfo) - 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(HoodieInstant.State, String, 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
 
HoodieIOFactory - Class in org.apache.hudi.io.storage
HoodieIOFactory(HoodieStorage) - Constructor for class org.apache.hudi.io.storage.HoodieIOFactory
 
HoodieJsonPayload - Class in org.apache.hudi.common
Hoodie json payload.
HoodieJsonPayload(String) - Constructor for class org.apache.hudi.common.HoodieJsonPayload
 
HoodieJsonToAvroConversionException(Object, String, Schema, boolean, String) - 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
 
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(StorageConfiguration<?>) - Constructor for class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
HoodieLocalEngineContext(StorageConfiguration<?>, 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[]>, Supplier<SeekableDataInputStream>, 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(HoodieStorage, HoodieLogFile, long, long, long) - Constructor for class org.apache.hudi.common.table.log.block.HoodieLogBlock.HoodieLogBlockContentLocation
 
HoodieLogCompactException - Exception in org.apache.hudi.exception
 
HoodieLogCompactException(String) - Constructor for exception org.apache.hudi.exception.HoodieLogCompactException
 
HoodieLogCompactException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieLogCompactException
 
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(StoragePathInfo) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile(StoragePath) - Constructor for class org.apache.hudi.common.model.HoodieLogFile
 
HoodieLogFile(StoragePath, 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(HoodieStorage, HoodieLogFile, Schema, int) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileReader(HoodieStorage, HoodieLogFile, Schema, int, boolean) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileReader(HoodieStorage, HoodieLogFile, Schema, int, boolean, boolean, String) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileReader(HoodieStorage, HoodieLogFile, Schema, int, boolean, boolean, String, InternalSchema) - Constructor for class org.apache.hudi.common.table.log.HoodieLogFileReader
 
HoodieLogFileWriteCallback - Interface in org.apache.hudi.common.table.log
HoodieLogFileWriteCallback is trigger when specific log file operation happen
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.
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.Builder - Class in org.apache.hudi.common.table.log
Builder used to build HoodieUnMergedLogRecordScanner.
HoodieMessageQueue<I,O> - Interface in org.apache.hudi.common.util.queue
HoodieMessageQueue holds an internal message queue, and control the behavior of 1.
HoodieMetadataBloomFilter - Class in org.apache.hudi.avro.model
 
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
 
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
 
HoodieMetadataLogRecordReader - Class in org.apache.hudi.metadata
Metadata log-block records reading implementation, internally relying on HoodieMergedLogRecordScanner to merge corresponding Metadata Table's delta log-blocks sequence
HoodieMetadataLogRecordReader.Builder - Class in org.apache.hudi.metadata
Builder used to build HoodieMetadataMergedLogRecordScanner.
HoodieMetadataMetrics - Class in org.apache.hudi.metadata
Metrics for metadata.
HoodieMetadataMetrics(HoodieMetricsConfig, HoodieStorage) - 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, HoodieRecordIndexInfo) - Constructor for class org.apache.hudi.metadata.HoodieMetadataPayload
 
HoodieMetadataRecord - Class in org.apache.hudi.avro.model
 
HoodieMetadataRecord() - Constructor for class org.apache.hudi.avro.model.HoodieMetadataRecord
Default constructor.
HoodieMetadataRecord(String, Integer, Map<String, HoodieMetadataFileInfo>, HoodieMetadataBloomFilter, HoodieMetadataColumnStats, HoodieRecordIndexInfo) - 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
Wrapper for Hudi metadata.
HoodieMetadataWrapper(HoodieArchivedMetaEntry) - Constructor for class org.apache.hudi.common.model.HoodieMetadataWrapper
 
HoodieMetadataWrapper(HoodieCommitMetadata) - Constructor for class org.apache.hudi.common.model.HoodieMetadataWrapper
 
HoodieMetaserverConfig - Class in org.apache.hudi.common.config
Configurations used by the HUDI Metaserver.
HoodieMetaserverConfig() - Constructor for class org.apache.hudi.common.config.HoodieMetaserverConfig
 
HoodieMetaserverConfig.Builder - Class in org.apache.hudi.common.config
HoodieMetaSyncException - Exception in org.apache.hudi.exception
 
HoodieMetaSyncException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieMetaSyncException
 
HoodieMetaSyncException(String, Map<String, HoodieException>) - Constructor for exception org.apache.hudi.exception.HoodieMetaSyncException
 
HoodieMetricsCloudWatchConfig - Class in org.apache.hudi.config.metrics
 
HoodieMetricsCloudWatchConfig() - Constructor for class org.apache.hudi.config.metrics.HoodieMetricsCloudWatchConfig
 
HoodieMetricsConfig - Class in org.apache.hudi.config.metrics
Fetch the configurations used by the Metrics system.
HoodieMetricsConfig.Builder - Class in org.apache.hudi.config.metrics
 
HoodieMetricsDatadogConfig - Class in org.apache.hudi.config.metrics
Configs for Datadog reporter type.
HoodieMetricsDatadogConfig.Builder - Class in org.apache.hudi.config.metrics
 
HoodieMetricsGraphiteConfig - Class in org.apache.hudi.config.metrics
Configs for Graphite reporter type.
HoodieMetricsGraphiteConfig.Builder - Class in org.apache.hudi.config.metrics
 
HoodieMetricsJmxConfig - Class in org.apache.hudi.config.metrics
Configs for Jmx reporter type.
HoodieMetricsJmxConfig.Builder - Class in org.apache.hudi.config.metrics
 
HoodieMetricsM3Config - Class in org.apache.hudi.config.metrics
Configs for M3 reporter type.
HoodieMetricsM3Config.Builder - Class in org.apache.hudi.config.metrics
 
HoodieMetricsPrometheusConfig - Class in org.apache.hudi.config.metrics
Configs for Prometheus/Pushgaeway reporter type.
HoodieMetricsPrometheusConfig.Builder - Class in org.apache.hudi.config.metrics
 
HoodieNativeAvroHFileReader - Class in org.apache.hudi.io.storage
An implementation of HoodieAvroHFileReaderImplBase using native HFileReader.
HoodieNativeAvroHFileReader(HoodieStorage, StoragePath, Option<Schema>) - Constructor for class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
HoodieNativeAvroHFileReader(HoodieStorage, byte[], Option<Schema>) - Constructor for class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
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
 
HoodieNullSchemaTypeException - Exception in org.apache.hudi.exception
Thrown if a schema is null or empty.
HoodieNullSchemaTypeException(String) - Constructor for exception org.apache.hudi.exception.HoodieNullSchemaTypeException
 
HoodieOperation - Enum in org.apache.hudi.common.model
Represents the changes that a row can describe in a changelog.
HoodieOrcConfig - Class in org.apache.hudi.io.storage
 
HoodieOrcConfig(StorageConfiguration<?>, CompressionKind, int, int, long, BloomFilter) - Constructor for class org.apache.hudi.io.storage.HoodieOrcConfig
 
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.
HoodieParquetDataBlock - Class in org.apache.hudi.common.table.log.block
HoodieParquetDataBlock contains a list of records serialized using Parquet.
HoodieParquetDataBlock(Supplier<SeekableDataInputStream>, 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<HoodieRecord>, Map<HoodieLogBlock.HeaderMetadataType, String>, String, String, double, boolean) - Constructor for class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
HoodiePartitionMetadata - Class in org.apache.hudi.common.model
The metadata that goes into the meta file in each partition.
HoodiePartitionMetadata(HoodieStorage, StoragePath) - Constructor for class org.apache.hudi.common.model.HoodiePartitionMetadata
Construct metadata from existing partition.
HoodiePartitionMetadata(HoodieStorage, String, StoragePath, StoragePath, 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
 
HoodiePreCombineAvroRecordMerger - Class in org.apache.hudi.common.model
Record merger for Hoodie avro record.
HoodiePreCombineAvroRecordMerger() - Constructor for class org.apache.hudi.common.model.HoodiePreCombineAvroRecordMerger
 
HoodieProducer<I> - Interface in org.apache.hudi.common.util.queue
Producer for HoodieMessageQueue.
HoodieReaderConfig - Class in org.apache.hudi.common.config
Configurations for reading a file group
HoodieReaderConfig() - Constructor for class org.apache.hudi.common.config.HoodieReaderConfig
 
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, Option<Map<String, String>>) - Constructor for class org.apache.hudi.common.model.HoodieRecord
 
HoodieRecord(HoodieKey, T, HoodieOperation, HoodieRecordLocation, HoodieRecordLocation) - 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
 
HoodieRecord.HoodieMetadataField - Enum in org.apache.hudi.common.model
 
HoodieRecord.HoodieRecordType - Enum in org.apache.hudi.common.model
 
HoodieRecordCompatibilityInterface - Interface in org.apache.hudi.common.model
 
HoodieRecordCreationException - Exception in org.apache.hudi.exception
Exception thrown during HoodieRecord construction for any failure that is not a KeyGeneration failure.
HoodieRecordCreationException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieRecordCreationException
 
HoodieRecordDelegate - Class in org.apache.hudi.common.model
Delegate for 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
 
HoodieRecordIndexInfo - Class in org.apache.hudi.avro.model
 
HoodieRecordIndexInfo() - Constructor for class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Default constructor.
HoodieRecordIndexInfo(String, Long, Long, Integer, String, Long, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieRecordIndexInfo
All-args constructor.
HoodieRecordIndexInfo.Builder - Class in org.apache.hudi.avro.model
RecordBuilder for HoodieRecordIndexInfo instances.
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
 
HoodieRecordMerger - Interface in org.apache.hudi.common.model
HoodieMerge defines how to merge two records.
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> - Class in org.apache.hudi.common.util
Size Estimator for Hoodie record payload.
HoodieRecordSizeEstimator(Schema) - Constructor for class org.apache.hudi.common.util.HoodieRecordSizeEstimator
 
HoodieRecordUtils - Class in org.apache.hudi.common.util
A utility class for HoodieRecord.
HoodieRecordUtils() - Constructor for class org.apache.hudi.common.util.HoodieRecordUtils
 
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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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 - Variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deprecated.
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, String) - 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.
hoodieRollbackMetadata - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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>, 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<StoragePathInfo, Long>, Map<String, 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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
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
 
HoodieSchemaNotFoundException - Exception in org.apache.hudi.common
 
HoodieSchemaNotFoundException(String) - Constructor for exception org.apache.hudi.common.HoodieSchemaNotFoundException
 
HoodieSecondaryIndex - Class in org.apache.hudi.secondary.index
Represents a single secondary index.
HoodieSecondaryIndex() - Constructor for class org.apache.hudi.secondary.index.HoodieSecondaryIndex
 
HoodieSecondaryIndex(String, SecondaryIndexType, LinkedHashMap<String, Map<String, String>>, Map<String, String>) - Constructor for class org.apache.hudi.secondary.index.HoodieSecondaryIndex
 
HoodieSecondaryIndex.Builder - Class in org.apache.hudi.secondary.index
HoodieSecondaryIndex.HoodieIndexCompactor - Class in org.apache.hudi.secondary.index
Comparator for HoodieSecondaryIndex.
HoodieSecondaryIndexException - Exception in org.apache.hudi.exception
Exception for Hudi secondary index.
HoodieSecondaryIndexException(String) - Constructor for exception org.apache.hudi.exception.HoodieSecondaryIndexException
 
HoodieSecondaryIndexException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieSecondaryIndexException
 
HoodieSeekingFileReader<T> - Interface in org.apache.hudi.io.storage
 
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.
HoodieStorageConfig - Class in org.apache.hudi.common.config
Storage related config.
HoodieStorageConfig.Builder - Class in org.apache.hudi.common.config
 
HoodieStorageUtils - Class in org.apache.hudi.storage
 
HoodieStorageUtils() - Constructor for class org.apache.hudi.storage.HoodieStorageUtils
 
HoodieSyncTableStrategy - Enum in org.apache.hudi.common.model
Hoodie table synchronization strategy.
HoodieTableConfig - Class in org.apache.hudi.common.table
 
HoodieTableConfig(HoodieStorage, StoragePath, 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, List<StoragePathInfo>) - 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(HoodieStorage, String, boolean, ConsistencyGuardConfig, Option<TimelineLayoutVersion>, String, String, FileSystemRetryConfig) - Constructor for class org.apache.hudi.common.table.HoodieTableMetaClient
Instantiate HoodieTableMetaClient.
HoodieTableMetaClient() - Constructor for class org.apache.hudi.common.table.HoodieTableMetaClient
Deprecated. 
hoodieTableMetaClient - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
hoodieTableMetaClient - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
HoodieTableMetaClient.Builder - Class in org.apache.hudi.common.table
HoodieTableMetaClient.PropertyBuilder - Class in org.apache.hudi.common.table
Builder for Properties.
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.
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
HoodieTableServiceManagerConfig - Class in org.apache.hudi.common.config
Configurations used by the Hudi Table Service Manager.
HoodieTableServiceManagerConfig() - Constructor for class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
HoodieTableServiceManagerConfig.Builder - Class in org.apache.hudi.common.config
 
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.
HoodieTimeTravelException - Exception in org.apache.hudi.exception
 
HoodieTimeTravelException(String) - Constructor for exception org.apache.hudi.exception.HoodieTimeTravelException
 
HoodieTimeTravelException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieTimeTravelException
 
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
 
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 - Variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Deprecated.
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.
host(String) - Method in class org.apache.hudi.metrics.JmxReporterServer.Builder
 
HotSpotMemoryLayoutSpecification32bit - Class in org.apache.hudi.common.util.jvm
Implementation of MemoryLayoutSpecification based on Hot Spot Memory Layout Specification on 32-bit.
HotSpotMemoryLayoutSpecification32bit() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
 
HotSpotMemoryLayoutSpecification64bit - Class in org.apache.hudi.common.util.jvm
Implementation of MemoryLayoutSpecification based on Hot Spot Memory Layout Specification on 64-bit.
HotSpotMemoryLayoutSpecification64bit() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
 
HotSpotMemoryLayoutSpecification64bitCompressed - Class in org.apache.hudi.common.util.jvm
Implementation of MemoryLayoutSpecification based on Hot Spot Memory Layout Specification on 64-bit compressed.
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
 
IGNORE_SPURIOUS_DELETES - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
ignoreIndexUpdate - Variable in class org.apache.hudi.common.model.HoodieRecord
If set, not update index after written.
ignoreSpuriousDeletes(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
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.
in(Expression, List<Expression>) - Static method in class org.apache.hudi.expression.Predicates
 
In(Expression, List<Expression>) - Constructor for class org.apache.hudi.expression.Predicates.In
 
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
 
incompatible(AvroSchemaCompatibility.SchemaIncompatibilityType, Schema, Schema, String, List<String>) - Static method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
Returns a details object representing an incompatible schema pair, including error details.
INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
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
 
incrementWeight(double) - Method in class org.apache.hudi.common.bloom.Key
Increments the weight of this key with a specified value.
incrementWeight() - Method in class org.apache.hudi.common.bloom.Key
Increments the weight of this key by one.
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.hfile.HFileBootstrapIndex
 
INDEX_INFO_KEY_STRING - Static variable in class org.apache.hudi.common.bootstrap.index.hfile.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
 
indexPartitionInfos - Variable in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Deprecated.
indexPartitionInfos - Variable in class org.apache.hudi.avro.model.HoodieIndexPlan
Deprecated.
IndexReader(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.bootstrap.index.BootstrapIndex.IndexReader
 
indexUptoInstant - Variable in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Deprecated.
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_LOG_COMPACTION_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, List<StoragePathInfo>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
Visible for testing
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_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
initializeBootstrapDirsIfNotExists(String, HoodieStorage) - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
initializeBootstrapDirsIfNotExists() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
initTable(StorageConfiguration<?>, String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
Init Table with the properties build by this builder.
initTableAndGetMetaClient(StorageConfiguration<?>, 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.
inMemoryContainsKey(Object) - Method in class org.apache.hudi.common.util.collection.ExternalSpillableMap
 
InMemoryMetricsReporter - Class in org.apache.hudi.metrics
Used for testing.
InMemoryMetricsReporter() - Constructor for class org.apache.hudi.metrics.InMemoryMetricsReporter
 
INPUT_TIME_UNIT - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
INPUT_TIME_UNIT - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
inputGroups - Variable in class org.apache.hudi.avro.model.HoodieClusteringPlan
Deprecated.
insertRecord(I) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Inserts record into queue after applying transformation.
insertRecord(I) - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
insertRecord(I) - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
Insert a record into inner message queue.
INSTANCE - Static variable in class org.apache.hudi.avro.ConvertingGenericData
 
INSTANCE - Static variable in class org.apache.hudi.common.model.HoodieAvroRecordMerger
 
INSTANCE - Static variable in class org.apache.hudi.common.model.HoodiePreCombineAvroRecordMerger
 
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 - 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
 
instantsRollback - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
instantsToRollback - Variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deprecated.
instantsToRollback - Variable in class org.apache.hudi.avro.model.HoodieRestorePlan
Deprecated.
instantTime - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
instantTime - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
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)
instantToRollback - Variable in class org.apache.hudi.avro.model.HoodieRollbackPlan
Deprecated.
interleaving(byte[][], int) - Static method in class org.apache.hudi.common.util.BinaryUtil
Interleaving array bytes.
InternalBloomFilter - Class in org.apache.hudi.common.bloom
Implements a Bloom filter, as defined by Bloom in 1970.
InternalBloomFilter() - Constructor for class org.apache.hudi.common.bloom.InternalBloomFilter
Default constructor - use with readFields
InternalBloomFilter(int, int, int) - Constructor for class org.apache.hudi.common.bloom.InternalBloomFilter
Constructor
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(Types.RecordType) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchema(long, int, Types.RecordType) - Constructor for class org.apache.hudi.internal.schema.InternalSchema
 
InternalSchema(long, Types.RecordType) - 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
An internal cache implementation for managing different version of schemas.
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
 
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_HASH - Static variable in class org.apache.hudi.common.util.hash.Hash
Constant to denote invalid hash type.
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(String, String) - Constructor for exception org.apache.hudi.exception.InvalidHoodiePathException
 
InvalidHoodiePathException(StoragePath, 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
 
InvalidUnionTypeException - Exception in org.apache.hudi.exception
Thrown when a field is a union and at least one of the following is true: the incoming union and the latest table union have differing numbers of types the incoming union has more than two types
InvalidUnionTypeException(String) - Constructor for exception org.apache.hudi.exception.InvalidUnionTypeException
 
IOType - Enum in org.apache.hudi.common.model
Types of lower level I/O operations done on each file slice.
IS_QUERY_AS_RO_TABLE - Static variable in class org.apache.hudi.common.util.ConfigUtils
Config stored in hive serde properties to tell query engine (spark/flink) to read the table as a read-optimized table when this config is true.
isAdvanced() - Method in class org.apache.hudi.common.config.ConfigProperty
 
isAvroMetadata() - Method in class org.apache.hudi.common.model.HoodieMetadataWrapper
 
isBaseFile(StoragePath) - 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(String, 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
 
isBloomFilterIndexEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
isBootstrapBaseFile - Variable in class org.apache.hudi.avro.model.HoodieCleanFileInfo
Deprecated.
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
 
isCDCEnabled() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
isChangingRecords(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
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
 
isClusteringInstant(HoodieTimeline, HoodieInstant) - Static method in class org.apache.hudi.common.util.ClusteringUtils
Checks if the requested, inflight, or completed instant of replacecommit action is a clustering operation, by checking whether the requested instant contains a clustering plan.
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
 
isCompactedLogBlock() - Method in class org.apache.hudi.common.table.log.block.HoodieLogBlock
Compacted blocks are created using log compaction which basically merges the consecutive blocks together and create huge block with all the changes.
isCompactionLogBlockMetricsOn() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
metrics properties.
isCompatibleProjectionOf(Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Validate whether the targetSchema is a "compatible" projection of sourceSchema.
isCompleted() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
isCompletedClusteringInstant(HoodieInstant, HoodieTimeline) - Static method in class org.apache.hudi.common.util.ClusteringUtils
 
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
 
isDataChange(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
Whether the operation changes the dataset.
isDataFile(StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
 
isDelete(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
isDelete(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
isDelete(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
isDelete(HoodieOperation) - Static method in enum org.apache.hudi.common.model.HoodieOperation
Returns whether the operation is DELETE.
isDelete(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieRecord
 
isDelete(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
isDeleted - Variable in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Deprecated.
isDeleted - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
isDeleted - Variable in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Deprecated.
isDeleted(Schema, Properties) - Method in class org.apache.hudi.common.model.BaseAvroPayload
Defines whether this implementation of HoodieRecordPayload is deleted.
isDeleted(Schema, Properties) - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
isDeleted() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
 
isDeletedRecord - Variable in class org.apache.hudi.common.model.BaseAvroPayload
 
isDeletePartition(WriteOperationType) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
 
isDeleteRecord(GenericRecord) - Method in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
isDeleteRecord(GenericRecord) - Method in class org.apache.hudi.common.model.BaseAvroPayload
 
isDeleteRecord(GenericRecord) - Method in class org.apache.hudi.common.model.debezium.AbstractDebeziumAvroPayload
 
isDeleteRecord(GenericRecord, Properties) - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
isDir - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
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() - Method in class org.apache.hudi.common.model.MetadataValues
 
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
 
isEmpty() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
 
isEmpty() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
isEmpty() - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
 
isEmptySchema() - Method in class org.apache.hudi.internal.schema.InternalSchema
 
isEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
isEnabledAndActionSupported(ActionType) - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
isExecutorMetricsEnabled() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
isExternallyCreatedFile(String) - Static method in class org.apache.hudi.common.util.ExternalFilePathUtil
Checks if the file name was created by an external system by checking for the external file marker at the end of the file name.
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
 
isFirstCreated() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
isFullKey() - Method in interface org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.KeySpec
 
isHeartbeatExpired(String, long, HoodieStorage, String) - Static method in class org.apache.hudi.common.heartbeat.HoodieHeartbeatUtils
Whether a heartbeat is expired.
isHoodieTablePath(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.util.TablePathUtils
 
isInClosedRange(String, String, String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
Return true if specified timestamp is in range [startTs, endTs].
isIncrementalTimelineSyncEnabled() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
isIndexingCommit(String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Checks if a delta commit in metadata table is written by async indexer.
isInflight() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
 
isInitialized(String) - Static method in class org.apache.hudi.metrics.Metrics
 
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.
isInsert(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
isLazy() - Method in enum org.apache.hudi.common.model.HoodieFailedWritesCleaningPolicy
 
isLeft() - Method in class org.apache.hudi.common.util.Either
 
isLockingMetricsEnabled() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
isLogFile(StoragePath) - 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
 
isMetadataPartitionAvailable(MetadataPartitionType) - Method in class org.apache.hudi.common.table.HoodieTableConfig
Checks if metadata table is enabled and the specified partition has been initialized.
isMetadataTable(String) - Static method in interface org.apache.hudi.metadata.HoodieTableMetadata
Returns True if the given path contains a metadata table.
isMetadataTableAvailable() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
isMetadataTableInitialized - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
isMetadataTableInitialized() - Method in class org.apache.hudi.metadata.BaseTableMetadata
 
isMetaserverEnabled() - Method in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
isMetricsEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
isMetricsOn() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
metrics properties.
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
 
isNotNull(Expression) - Static method in class org.apache.hudi.expression.Predicates
 
IsNotNull(Expression) - Constructor for class org.apache.hudi.expression.Predicates.IsNotNull
 
isNull(Expression) - Static method in class org.apache.hudi.expression.Predicates
 
IsNull(Expression) - Constructor for class org.apache.hudi.expression.Predicates.IsNull
 
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.CollectionUtils
 
isNullOrEmpty(Map<?, ?>) - Static method in class org.apache.hudi.common.util.MapUtils
 
isNullVersion() - Method in class org.apache.hudi.common.table.timeline.versioning.TimelineLayoutVersion
For Pre 0.5.1 release, there was no metadata version.
isOptimizedLogBlocksScanEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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 - Variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deprecated.
isPartitionDeleted(boolean) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
isPartitionDeleted() - Method in class org.apache.hudi.common.HoodieCleanStat
 
isPartitionSchemaSupportedConversion(Types.RecordType) - Static method in class org.apache.hudi.internal.schema.utils.Conversions
 
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
 
isPendingClusterInstant(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
 
isPendingClusterInstant(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
return true if instant is a pending clustering commit, otherwise false
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
 
isPendingLogCompactionScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Check if there is an outstanding log compaction scheduled for this file.
isPendingLogCompactionScheduledForFileId(HoodieFileGroupId) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
isPendingLogCompactionScheduledForFileId(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.hfile.HFileBootstrapIndex
 
isPresent() - Method in class org.apache.hudi.common.bootstrap.index.NoOpBootstrapIndex
 
isRecordIndexEnabled() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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
 
isRunning() - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
isSchemaCompatible(Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
isSchemaCompatible(Schema, Schema, boolean) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
isSchemaCompatible(Schema, Schema, boolean, boolean) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Establishes whether newSchema is compatible w/ prevSchema, as defined by Avro's AvroSchemaCompatibility.
isSchemaNull(Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
isStrictProjectionOf(Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
Validate whether the targetSchema is a strict projection of sourceSchema.
isTableExists(String, HoodieStorage) - 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
 
isTableServiceManagerEnabled() - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
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
 
isTypeNumeric(Schema.Type) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
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.
isUpsert(WriteOperationType) - Static method in enum org.apache.hudi.common.model.WriteOperationType
 
isUseNativeHFileReaderEnabled(HoodieConfig) - Static method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
isValidInstant(HoodieInstant) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Checks if the Instant is a delta commit and has a valid suffix for operations on MDT.
isValidInstantTime(String) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
 
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

JENKINS_HASH - Static variable in class org.apache.hudi.common.util.hash.Hash
Constant to denote JenkinsHash.
JenkinsHash - Class in org.apache.hudi.common.util.hash
Produces 32-bit hash for hash table lookup.
JenkinsHash() - Constructor for class org.apache.hudi.common.util.hash.JenkinsHash
 
JMX_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
Deprecated.
Use HoodieMetricsJmxConfig.JMX_HOST_NAME and its methods instead
JMX_HOST_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
 
JMX_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
Deprecated.
Use HoodieMetricsJmxConfig.JMX_PORT_NUM and its methods instead
JMX_PORT_NUM - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
 
JMX_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
 
JmxMetricsReporter - Class in org.apache.hudi.metrics
Implementation of Jmx reporter, which used to report jmx metric.
JmxMetricsReporter(HoodieMetricsConfig, MetricRegistry) - Constructor for class org.apache.hudi.metrics.JmxMetricsReporter
 
JmxReporterServer - Class in org.apache.hudi.metrics
A reporter which publishes metric values to a JMX server.
JmxReporterServer(MetricRegistry, String, int, MBeanServer) - Constructor for class org.apache.hudi.metrics.JmxReporterServer
 
JmxReporterServer.Builder - Class in org.apache.hudi.metrics
A builder for JmxReporterServer instances.
join(HoodiePairData<K, W>) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
join(HoodiePairData<K, W>) - Method in interface org.apache.hudi.common.data.HoodiePairData
Performs an inner join of this dataset against other.
joinWith(HoodieRecord, Schema) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
joinWith(HoodieRecord, Schema) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
joinWith(HoodieRecord, Schema) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
joinWith(HoodieRecord, Schema) - Method in class org.apache.hudi.common.model.HoodieRecord
Support bootstrap.
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
Utils for JSON serialization and deserialization.
JsonUtils() - Constructor for class org.apache.hudi.common.util.JsonUtils
 

K

key - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deprecated.
Key - Class in org.apache.hudi.common.bloom
The general behavior of a key that must be stored in a bloom filter.
Key() - Constructor for class org.apache.hudi.common.bloom.Key
default constructor - use with readFields
Key(byte[]) - Constructor for class org.apache.hudi.common.bloom.Key
Constructor.
Key(byte[], double) - Constructor for class org.apache.hudi.common.bloom.Key
Constructor.
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 - Variable in class org.apache.hudi.common.model.HoodieRecord
Identifies the record across the table.
KEY_BLOOM_FILTER_META_BLOCK - Static variable in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
KEY_BLOOM_FILTER_TYPE_CODE - Static variable in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
KEY_FIELD_NAME - Static variable in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
KEY_FIELD_NAME - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
HoodieMetadata schema field ids
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.HoodieAvroHFileReaderImplBase
 
KEY_MIN_RECORD - Static variable in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
 
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
Key generator configs.
KeyGeneratorOptions() - Constructor for class org.apache.hudi.keygen.constant.KeyGeneratorOptions
 
KeyGeneratorOptions.Config - Class in org.apache.hudi.keygen.constant
Deprecated.
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
 
keyType() - Method in class org.apache.hudi.internal.schema.Types.MapType
 

L

LAST_INSTANT_TS - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LAST_INSTANT_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LAST_INSTANTS_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
lastCompletedCommitTimestamp - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
lastCompletedCommitTimestamp - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
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_URL - 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_STATELESS_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
 
latestBaseInstant - Variable in class org.apache.hudi.avro.model.HoodieRollbackRequest
Deprecated.
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
lazy(SerializableSupplier<T>) - Static method in class org.apache.hudi.util.Transient
Creates instance of Transient by lazily executing provided initializer, to instantiate value of type T.
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
 
LeafExpression - Class in org.apache.hudi.expression
Expression that without any child expressions.
LeafExpression() - Constructor for class org.apache.hudi.expression.LeafExpression
 
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 - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
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
 
listPartition(StoragePath) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Return all the files from the partition.
listPartition(StoragePath) - Method in class org.apache.hudi.metadata.HoodieMetadataFileSystemView
Return all the files in the partition by reading from the Metadata Table.
listPartitionPaths(List<String>, Types.RecordType, Expression) - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
listPartitionPaths(List<String>) - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
listPartitions(List<Pair<String, StoragePath>>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
listPartitions(List<Pair<String, StoragePath>>) - Method in class org.apache.hudi.metadata.HoodieMetadataFileSystemView
 
Literal<T> - Class in org.apache.hudi.expression
 
Literal(T, Type) - Constructor for class org.apache.hudi.expression.Literal
 
LOAD_ALL_PARTITIONS_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
LOAD_PARTITIONS_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
loadAllPartitions() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
loadAllPartitions() - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
loadAllPartitions() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
loadAllPartitions() - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Load all partition and file slices into view
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
 
loadGlobalProperties() - Static method in class org.apache.hudi.common.util.ConfigUtils
 
loadInstantDetailsInMemory(String, String) - Method in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
 
loadPartitions(List<String>) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
loadPartitions(List<String>) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
 
loadPartitions(List<String>) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
loadPartitions(List<String>) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView
Load all partition and file slices into view for the provided partition paths
loadPayload(String, Object[], Class<?>...) - Static method in class org.apache.hudi.common.util.HoodieRecordUtils
Instantiate a given class with an avro record payload.
loadRecordMerger(String) - Static method in class org.apache.hudi.common.util.HoodieRecordUtils
Instantiate a given class with a record merge.
LocalTaskContextSupplier - Class in org.apache.hudi.common.engine
Supplier of task context using local Java 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_HEARTBEAT_INTERVAL_MS_KEY - Static variable in class org.apache.hudi.common.config.LockConfiguration
 
LOCK_METRICS_ENABLE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
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_COMPACT_BLOCKS_THRESHOLD - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
LOG_COMPACTION_ACTION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
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
 
logBlocksToBeDeleted - Variable in class org.apache.hudi.avro.model.HoodieRollbackRequest
Deprecated.
logFile() - Method in class org.apache.hudi.common.table.log.AppendResult
 
LOGFILE_BASE_VERSION - Static variable in class org.apache.hudi.common.model.HoodieLogFile
 
LOGFILE_DATA_BLOCK_FORMAT - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
LOGFILE_DATA_BLOCK_MAX_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
LOGFILE_DATA_BLOCK_SIZE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
LOGFILE_MAX_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
LOGFILE_SIZE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.LOGFILE_MAX_SIZE and its methods instead
LOGFILE_TO_PARQUET_COMPRESSION_RATIO - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
LOGFILE_TO_PARQUET_COMPRESSION_RATIO_FRACTION - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
LogFileComparator() - Constructor for class org.apache.hudi.common.model.HoodieLogFile.LogFileComparator
 
logFileDataBlockFormat(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
logFileDataBlockMaxSize(long) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
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
 
logFileMaxSize(long) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
logFilePaths - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
logFilesFromFailedCommit - Variable in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Deprecated.
logFileToParquetCompressionRatio(double) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.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
 
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
 
LOOKUP_RECORD_INDEX_KEYS_COUNT_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
LOOKUP_RECORD_INDEX_KEYS_HITS_COUNT_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
LOOKUP_RECORD_INDEX_TIME_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
 
lookupWriterField(Schema, Schema.Field) - Static method in class org.apache.hudi.avro.AvroSchemaCompatibility
Identifies the writer field that corresponds to the specified reader field.
lt(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
lteq(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 

M

M3_ENV - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
M3_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
M3_SERVER_HOST_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
M3_SERVER_PORT_NUM - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
M3_SERVICE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
M3_TAGS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
M3MetricsReporter - Class in org.apache.hudi.metrics.m3
Implementation of M3 Metrics reporter, which can report metrics to a https://m3db.io/ service
M3MetricsReporter(HoodieMetricsConfig, MetricRegistry) - Constructor for class org.apache.hudi.metrics.m3.M3MetricsReporter
 
M3ScopeReporterAdaptor - Class in org.apache.hudi.metrics.m3
Implementation of com.codahale.metrics.ScheduledReporter, to emit metrics from com.codahale.metrics.MetricRegistry to M3
M3ScopeReporterAdaptor(MetricRegistry, Scope) - Constructor for class org.apache.hudi.metrics.m3.M3ScopeReporterAdaptor
 
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.
main(String[]) - Static method in class org.apache.hudi.common.util.hash.JenkinsHash
Compute the hash of the specified file
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
 
makeFieldNonNull(Schema, String, Object) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
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
 
makeInflightLogCompactionFileName(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(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
Makes path qualified with HoodieStorage's URI.
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
 
makeRequestedLogCompactionFileName(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
 
makerToPartitionAndFileID(String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Get fileID from full marker path, for example: 20210623/0/20210825/932a86d9-5c1d-44c7-ac99-cb88b8ef8478-0_85-15-1390_20220620181735781.parquet.marker.MERGE ==> get 20210623/0/20210825/932a86d9-5c1d-44c7-ac99-cb88b8ef8478-0
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
Maps key-value pairs of this HoodiePairData container leveraging provided mapper NOTE: That this returns HoodieData and not 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(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
 
MappingIterator<I,O> - Class in org.apache.hudi.common.util.collection
Iterator mapping elements of the provided source Iterator from I to O
MappingIterator(Iterator<I>, Function<I, O>) - Constructor for class org.apache.hudi.common.util.collection.MappingIterator
 
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
Utils for Java Map.
MapUtils() - Constructor for class org.apache.hudi.common.util.MapUtils
 
mapValues(SerializableFunction<V, W>) - Method in class org.apache.hudi.common.data.HoodieListPairData
 
mapValues(SerializableFunction<V, W>) - Method in interface org.apache.hudi.common.data.HoodiePairData
Maps values of this HoodiePairData container leveraging provided mapper
markAdvanced() - Method in class org.apache.hudi.common.config.ConfigProperty
Marks the config as an advanced config.
markAsFailed(Throwable) - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
API to allow producers and consumer to communicate termination due to failure.
markAsFailed(Throwable) - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
markAsFailed(Throwable) - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
API to allow producers and consumer to communicate termination due to failure.
MARKER_BASEPATH_PARAM - Static variable in class org.apache.hudi.common.table.marker.MarkerOperation
 
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
 
markerDir - Variable in class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
 
markerDirToInstantTime(String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Get instantTime from full marker path, for example: /var/folders/t3/th1dw75d0yz2x2k2qt6ys9zh0000gp/T/junit6502909693741900820/dataset/.hoodie/.temp/003 ==> 003
markerName - Variable in class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
 
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
 
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_DATUMS_PER_REQUEST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsCloudWatchConfig
 
MAX_DFS_STREAM_BUFFER_SIZE - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
MAX_INSTANT_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
MAX_LOG_FILE_SIZE_BYTES_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
MAX_MEMORY_FOR_COMPACTION - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
MAX_MEMORY_SIZE_IN_BYTES - Static variable in class org.apache.hudi.metadata.BaseTableMetadata
 
MAX_READER_BUFFER_SIZE_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
MAX_READER_MEMORY_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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
 
maxValue - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
maySyncIncrementally() - Method in class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
 
membershipTest(Key) - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
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(boolean, String) - Constructor for class org.apache.hudi.avro.MercifulJsonConverter
Allows enabling sanitization and allows choice of invalidCharMask for sanitization
MercifulJsonConverter(ObjectMapper, boolean, String) - 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(HoodieRecord, Schema, HoodieRecord, Schema, TypedProperties) - Method in class org.apache.hudi.common.model.HoodieAvroRecordMerger
 
merge(HoodieColumnRangeMetadata<Comparable>, HoodieColumnRangeMetadata<Comparable>) - Static method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
Merges the given two column range metadata.
merge(HoodieRecord, Schema, HoodieRecord, Schema, TypedProperties) - Method in class org.apache.hudi.common.model.HoodiePreCombineAvroRecordMerger
 
merge(HoodieRecord, Schema, HoodieRecord, Schema, TypedProperties) - Method in interface org.apache.hudi.common.model.HoodieRecordMerger
This method converges combineAndGetUpdateValue and precombine from HoodiePayload.
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
 
mergedArchiveFileName - Variable in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Deprecated.
mergeDisorderRecordsWithMetadata(Schema, GenericRecord, GenericRecord, boolean) - Method in class org.apache.hudi.common.model.PartialUpdateAvroPayload
Merges the given disorder records with metadata.
mergedWith(AvroSchemaCompatibility.SchemaCompatibilityResult) - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
Merges the current SchemaCompatibilityResult with the supplied result into a new instance, combining the list of Incompatibility Incompatibilities and regressing to the SchemaCompatibilityType#INCOMPATIBLE INCOMPATIBLE state if any incompatibilities are encountered.
mergeRecords(Schema, GenericRecord, GenericRecord) - Method in class org.apache.hudi.common.model.OverwriteNonDefaultsWithLatestAvroPayload
Merges the given records into one.
mergerToPreCombineMode(HoodieRecordMerger) - Static method in class org.apache.hudi.common.util.HoodieRecordUtils
 
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.TableSchemaResolver
 
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 - Variable in class org.apache.hudi.common.model.HoodieRecord
The metaData of the record.
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_MAX_NUM_DELTACOMMITS_WHEN_PENDING - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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
Type of the record.
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.
metadataPartitionPath - Variable in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Deprecated.
MetadataPartitionType - Enum in org.apache.hudi.metadata
Partition types for metadata table.
MetadataValues - Class in org.apache.hudi.common.model
 
MetadataValues() - Constructor for class org.apache.hudi.common.model.MetadataValues
 
METAFOLDER_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
metaPath - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
METASERVER_CONNECTION_RETRIES - Static variable in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
METASERVER_CONNECTION_RETRY_DELAY - Static variable in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
METASERVER_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
METASERVER_PREFIX - Static variable in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
METASERVER_URLS - Static variable in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
metaserverConfig - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
METRIC_HOST_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
METRIC_NAMESPACE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsCloudWatchConfig
 
METRIC_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsCloudWatchConfig
 
METRIC_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
METRIC_PREFIX_VALUE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
METRIC_TAG_VALUES - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
metrics - Variable in class org.apache.hudi.avro.model.HoodieClusteringGroup
Deprecated.
metrics - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
metrics - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
Metrics - Class in org.apache.hudi.metrics
This is the main class of the metrics system.
Metrics(HoodieMetricsConfig, HoodieStorage) - Constructor for class org.apache.hudi.metrics.Metrics
 
METRICS_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
METRICS_ON - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
Use HoodieMetricsConfig.TURN_METRICS_ON and its methods instead
METRICS_REPORTER_CLASS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
METRICS_REPORTER_CLASS_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
METRICS_REPORTER_FILE_BASED_CONFIGS_PATH - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
METRICS_REPORTER_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
METRICS_REPORTER_TYPE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
Deprecated.
METRICS_REPORTER_TYPE_VALUE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
MetricsGraphiteReporter - Class in org.apache.hudi.metrics
Implementation of Graphite reporter, which connects to the Graphite server, and send metrics to that server.
MetricsGraphiteReporter(HoodieMetricsConfig, MetricRegistry) - Constructor for class org.apache.hudi.metrics.MetricsGraphiteReporter
 
MetricsReporter - Class in org.apache.hudi.metrics
Interface for implementing a Reporter.
MetricsReporter() - Constructor for class org.apache.hudi.metrics.MetricsReporter
 
MetricsReporterFactory - Class in org.apache.hudi.metrics
Factory class for creating MetricsReporter.
MetricsReporterFactory() - Constructor for class org.apache.hudi.metrics.MetricsReporterFactory
 
MetricsReporterType - Enum in org.apache.hudi.metrics
Types of the reporter supported, hudi also supports user defined reporter.
MetricUtils - Class in org.apache.hudi.metrics
 
MetricUtils() - Constructor for class org.apache.hudi.metrics.MetricUtils
 
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_INSTANT_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
minValue - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
MissingSchemaFieldException - Exception in org.apache.hudi.exception
Thrown when the schema of the incoming data is missing fields that are in the table schema.
MissingSchemaFieldException(List<String>, Schema, Schema) - Constructor for exception org.apache.hudi.exception.MissingSchemaFieldException
 
modificationTime - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
moveToPrev() - Method in class org.apache.hudi.common.table.log.HoodieLogFileReader
Reverse pointer, does not read the block.
MULTI_VALUE_SEPARATOR - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
MURMUR_HASH - Static variable in class org.apache.hudi.common.util.hash.Hash
Constant to denote MurmurHash.
MurmurHash - Class in org.apache.hudi.common.util.hash
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
MurmurHash() - Constructor for class org.apache.hudi.common.util.hash.MurmurHash
 
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 - Variable in enum org.apache.hudi.common.config.ConfigGroups.SubGroupNames
 
NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
name() - Method in class org.apache.hudi.internal.schema.Types.Field
 
name() - Method in class org.apache.hudi.internal.schema.Types.RecordType
 
NameReference - Class in org.apache.hudi.expression
 
NameReference(String) - Constructor for class org.apache.hudi.expression.NameReference
 
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
 
needUpdatingPersistedRecord(IndexedRecord, IndexedRecord, Properties) - Method in class org.apache.hudi.common.model.DefaultHoodieRecordPayload
 
needUpdatingPersistedRecord(IndexedRecord, IndexedRecord, Properties) - Method in class org.apache.hudi.common.model.FirstValueAvroPayload
 
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
 
newBootstrapFileReader(HoodieFileReader, HoodieFileReader, Option<String[]>, Object[]) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
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.HoodieCompactionStrategy
Creates a new HoodieCompactionStrategy RecordBuilder.
newBuilder(HoodieCompactionStrategy.Builder) - Static method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Creates a new HoodieCompactionStrategy RecordBuilder by copying an existing Builder.
newBuilder(HoodieCompactionStrategy) - Static method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Creates a new HoodieCompactionStrategy RecordBuilder by copying an existing HoodieCompactionStrategy 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.HoodieDeleteRecord
Creates a new HoodieDeleteRecord RecordBuilder.
newBuilder(HoodieDeleteRecord.Builder) - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecord
Creates a new HoodieDeleteRecord RecordBuilder by copying an existing Builder.
newBuilder(HoodieDeleteRecord) - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecord
Creates a new HoodieDeleteRecord RecordBuilder by copying an existing HoodieDeleteRecord instance.
newBuilder() - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Creates a new HoodieDeleteRecordList RecordBuilder.
newBuilder(HoodieDeleteRecordList.Builder) - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Creates a new HoodieDeleteRecordList RecordBuilder by copying an existing Builder.
newBuilder(HoodieDeleteRecordList) - Static method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Creates a new HoodieDeleteRecordList RecordBuilder by copying an existing HoodieDeleteRecordList 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.HoodieRecordIndexInfo
Creates a new HoodieRecordIndexInfo RecordBuilder.
newBuilder(HoodieRecordIndexInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Creates a new HoodieRecordIndexInfo RecordBuilder by copying an existing Builder.
newBuilder(HoodieRecordIndexInfo) - Static method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Creates a new HoodieRecordIndexInfo RecordBuilder by copying an existing HoodieRecordIndexInfo 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.HoodieMetaserverConfig
 
newBuilder() - Static method in class org.apache.hudi.common.config.HoodieStorageConfig
 
newBuilder() - Static method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
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.config.metrics.HoodieMetricsConfig
 
newBuilder() - Static method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
newBuilder() - Static method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig
 
newBuilder() - Static method in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig
 
newBuilder() - Static method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config
 
newBuilder() - Static method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
newBuilder() - Static method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader
Returns the builder for HoodieMetadataMergedLogRecordScanner.
newCondition() - Method in interface org.apache.hudi.common.lock.LockProvider
 
newCopy(Schema) - Static method in class org.apache.hudi.common.config.SerializableSchema
 
newHFileFileReader(HoodieConfig, StoragePath, Option<Schema>) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
newHFileFileReader(HoodieConfig, StoragePath, HoodieStorage, byte[], Option<Schema>) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
newHFileFileWriter(String, StoragePath, HoodieConfig, Schema, TaskContextSupplier) - Method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
newInstance() - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
newInstance(HoodieKey, HoodieOperation) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
newInstance(HoodieKey) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
newInstance() - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
newInstance(HoodieKey, HoodieOperation) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
newInstance(HoodieKey) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
newInstance() - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
newInstance(HoodieKey, HoodieOperation) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
newInstance(HoodieKey) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
newInstance() - Method in class org.apache.hudi.common.model.HoodieRecord
 
newInstance(HoodieKey, HoodieOperation) - Method in class org.apache.hudi.common.model.HoodieRecord
 
newInstance(HoodieKey) - Method in class org.apache.hudi.common.model.HoodieRecord
 
newLocation - Variable in class org.apache.hudi.common.model.HoodieRecord
New location of record on storage, after written.
newOrcFileReader(StoragePath) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
newOrcFileWriter(String, StoragePath, HoodieConfig, Schema, TaskContextSupplier) - Method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
newParquetFileReader(StoragePath) - Method in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
newParquetFileWriter(String, StoragePath, HoodieConfig, Schema, TaskContextSupplier) - Method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
newParquetFileWriter(OutputStream, HoodieConfig, Schema) - Method in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
newReader(HoodieStorage, HoodieLogFile, Schema) - Static method in interface org.apache.hudi.common.table.log.HoodieLogFormat
 
newReader(HoodieStorage, HoodieLogFile, Schema, 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.HoodieCDCLogRecordIterator
 
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.FlatteningIterator
 
next() - Method in class org.apache.hudi.common.util.collection.LazyFileIterable.LazyFileIterator
 
next() - Method in class org.apache.hudi.common.util.collection.MappingIterator
 
next() - Method in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
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
 
noDefaultValue(String) - 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
 
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
 
not() - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
not(Expression) - Static method in class org.apache.hudi.expression.Predicates
 
Not(Expression) - Constructor for class org.apache.hudi.expression.Predicates.Not
 
NOT_PARSABLE_TIMESTAMPS - Static variable in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
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.
nullCount - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
numDeletes - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
NumericUtils - Class in org.apache.hudi.common.util
A utility class for numeric.
NumericUtils() - Constructor for class org.apache.hudi.common.util.NumericUtils
 
numFields() - Method in class org.apache.hudi.expression.ArrayData
 
numFields() - Method in interface org.apache.hudi.expression.StructLike
 
numInserts - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
numKeys - Variable in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Deprecated.
numOutputFileGroups - Variable in class org.apache.hudi.avro.model.HoodieClusteringGroup
Deprecated.
numUpdateWrites - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
numWrites - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.

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
 
of(String, String) - Static method in class org.apache.hudi.common.data.HoodieData.HoodieDataCacheKey
 
of(List<T>) - Static method in class org.apache.hudi.common.util.collection.FlatLists
Creates a memory-, CPU- and cache-efficient immutable list from an existing list.
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(T0, T1, T2) - Static method in class org.apache.hudi.common.util.collection.Tuple3
Creates a new tuple and assigns the given values to the tuple's fields.
of(byte) - Static method in enum org.apache.hudi.secondary.index.SecondaryIndexType
 
of(String) - Static method in enum org.apache.hudi.secondary.index.SecondaryIndexType
 
ofComparable(List<T>) - Static method in class org.apache.hudi.common.util.collection.FlatLists
 
ofComparableArray(Object[]) - Static method in class org.apache.hudi.common.util.collection.FlatLists
 
offset() - Method in class org.apache.hudi.common.table.log.AppendResult
 
OLD_HOODIE_AVRO_BLOOM_FILTER_METADATA_KEY - Static variable in class org.apache.hudi.avro.HoodieBloomFilterWriteSupport
 
OLD_SCHEMAPROVIDER_CONFIG_PREFIX - Static variable in class org.apache.hudi.common.util.ConfigUtils
Deprecated.
on(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
onGraphitePort(int) - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
onJmxPort(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig.Builder
 
onM3Port(int) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
onParentPath(StoragePath) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
OP_FIELD - Static variable in class org.apache.hudi.common.model.AWSDmsAvroPayload
 
OpenJ9MemoryLayoutSpecification32bit - Class in org.apache.hudi.common.util.jvm
Implementation of MemoryLayoutSpecification based on OpenJ9 Memory Layout Specification on 32-bit.
OpenJ9MemoryLayoutSpecification32bit() - Constructor for class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification32bit
 
OpenJ9MemoryLayoutSpecification64bit - Class in org.apache.hudi.common.util.jvm
Implementation of MemoryLayoutSpecification based on OpenJ9 Memory Layout Specification on 64-bit.
OpenJ9MemoryLayoutSpecification64bit() - Constructor for class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bit
 
OpenJ9MemoryLayoutSpecification64bitCompressed - Class in org.apache.hudi.common.util.jvm
Implementation of MemoryLayoutSpecification based on OpenJ9 Memory Layout Specification on 64-bit compressed.
OpenJ9MemoryLayoutSpecification64bitCompressed() - Constructor for class org.apache.hudi.common.util.jvm.OpenJ9MemoryLayoutSpecification64bitCompressed
 
operation - Variable in class org.apache.hudi.common.model.HoodieRecord
The cdc operation.
OPERATION_METADATA_FIELD - Static variable in class org.apache.hudi.common.model.HoodieRecord
 
OperationModeAwareness - Interface in org.apache.hudi.common.model
In some cases, the Hudi engine needs to know what operation mode the current merging belongs to.
operations - Variable in class org.apache.hudi.avro.model.HoodieCompactionPlan
Deprecated.
operationType - Variable in class org.apache.hudi.avro.model.HoodieCommitMetadata
Deprecated.
operationType - Variable in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Deprecated.
operationType - Variable in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Deprecated.
operationType - Variable in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Deprecated.
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(HoodieStorage, ConsistencyGuardConfig) - Constructor for class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
OPTIMIZED_LOG_BLOCKS_SCAN - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
or(InternalFilter) - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
or(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
Or(Expression, Expression) - Constructor for class org.apache.hudi.expression.Predicates.Or
 
ORC_BLOCK_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
ORC_COMPRESSION_CODEC_NAME - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
ORC_FILE_MAX_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
ORC_STRIPE_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
orcBlockSize(int) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
orcCompressionCodec(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
orcMaxFileSize(long) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
orcStripeSize(int) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
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.avro.model.HoodieDeleteRecord
Deprecated.
orderingVal - Variable in class org.apache.hudi.common.model.BaseAvroPayload
For purposes of preCombining.
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.bootstrap.index.hfile - package org.apache.hudi.common.bootstrap.index.hfile
 
org.apache.hudi.common.config - package org.apache.hudi.common.config
 
org.apache.hudi.common.conflict.detection - package org.apache.hudi.common.conflict.detection
 
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.function - package org.apache.hudi.common.function
 
org.apache.hudi.common.heartbeat - package org.apache.hudi.common.heartbeat
 
org.apache.hudi.common.lock - package org.apache.hudi.common.lock
 
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.cdc - package org.apache.hudi.common.table.cdc
 
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.jvm - package org.apache.hudi.common.util.jvm
 
org.apache.hudi.common.util.queue - package org.apache.hudi.common.util.queue
 
org.apache.hudi.config.metrics - package org.apache.hudi.config.metrics
 
org.apache.hudi.exception - package org.apache.hudi.exception
 
org.apache.hudi.expression - package org.apache.hudi.expression
 
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.metrics - package org.apache.hudi.metrics
 
org.apache.hudi.metrics.custom - package org.apache.hudi.metrics.custom
 
org.apache.hudi.metrics.datadog - package org.apache.hudi.metrics.datadog
 
org.apache.hudi.metrics.m3 - package org.apache.hudi.metrics.m3
 
org.apache.hudi.metrics.prometheus - package org.apache.hudi.metrics.prometheus
 
org.apache.hudi.metrics.userdefined - package org.apache.hudi.metrics.userdefined
 
org.apache.hudi.parquet.io - package org.apache.hudi.parquet.io
 
org.apache.hudi.secondary.index - package org.apache.hudi.secondary.index
 
org.apache.hudi.storage - package org.apache.hudi.storage
 
org.apache.hudi.util - package org.apache.hudi.util
 
otherAction - Variable in class org.apache.hudi.avro.model.HoodieFSPermission
Deprecated.
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.
overwriteField(Object, Object) - Method in class org.apache.hudi.common.model.PartialUpdateAvroPayload
Return true if value equals defaultValue otherwise false.
OverwriteNonDefaultsWithLatestAvroPayload - Class in org.apache.hudi.common.model
subclass of OverwriteWithLatestAvroPayload.
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.
OverwriteWithLatestAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
OverwriteWithLatestAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
owner - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.

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, HoodieStorage, int, FSUtils.SerializableFunction<Pair<String, StorageConfiguration<?>>, T>, List<String>) - Static method in class org.apache.hudi.common.fs.FSUtils
 
parallelizeSubPathProcess(HoodieEngineContext, HoodieStorage, StoragePath, int, Predicate<StoragePathInfo>, FSUtils.SerializableFunction<Pair<String, StorageConfiguration<?>>, T>) - Static method in class org.apache.hudi.common.fs.FSUtils
Processes sub-path in parallel.
PARQUET_BLOCK_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_BLOCK_SIZE_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.PARQUET_BLOCK_SIZE and its methods instead
PARQUET_COMPRESSION_CODEC - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
PARQUET_COMPRESSION_CODEC_NAME - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_COMPRESSION_RATIO - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
PARQUET_COMPRESSION_RATIO_FRACTION - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_DICTIONARY_ENABLED - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_FIELD_ID_WRITE_ENABLED - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_FILE_MAX_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.PARQUET_MAX_FILE_SIZE and its methods instead
PARQUET_MAX_FILE_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_OUTPUT_TIMESTAMP_TYPE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_PAGE_SIZE - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_PAGE_SIZE_BYTES - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
Deprecated.
Use HoodieStorageConfig.PARQUET_PAGE_SIZE and its methods instead
PARQUET_WITH_BLOOM_FILTER_ENABLED - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
PARQUET_WRITE_LEGACY_FORMAT_ENABLED - Static variable in class org.apache.hudi.common.config.HoodieStorageConfig
 
parquetBlockSize(int) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetBloomFilterEnable(boolean) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetCompressionCodec(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetCompressionRatio(double) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetFieldIdWrite(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetMaxFileSize(long) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetOutputTimestampType(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetPageSize(int) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parquetWriteLegacyFormat(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.Builder
 
parse(String) - Static method in enum org.apache.hudi.common.table.cdc.HoodieCDCOperation
 
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.
parseHashType(String) - Static method in class org.apache.hudi.common.util.hash.Hash
This utility method converts String representation of hash function name to a symbolic constant.
parseSchemas(String) - Static method in class org.apache.hudi.internal.schema.utils.SerDeHelper
Convert json string to history internalSchemas.
PartialBindVisitor - Class in org.apache.hudi.expression
Will try to bind all references, and convert unresolved references to AlwaysTrue.
PartialBindVisitor(Types.RecordType, boolean) - Constructor for class org.apache.hudi.expression.PartialBindVisitor
 
PartialUpdateAvroPayload - Class in org.apache.hudi.common.model
Payload clazz that is used for partial update Hudi Table.
PartialUpdateAvroPayload(GenericRecord, Comparable) - Constructor for class org.apache.hudi.common.model.PartialUpdateAvroPayload
 
PartialUpdateAvroPayload(Option<GenericRecord>) - Constructor for class org.apache.hudi.common.model.PartialUpdateAvroPayload
 
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_NAME_RECORD_INDEX - 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
 
partitionMetadata - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
partitionMetadata - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
partitionMetadata - Variable in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Deprecated.
partitionName - Variable in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieCompactionOperation
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieDeleteRecord
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieRollbackRequest
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieSliceInfo
Deprecated.
partitionPath - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
PartitionPath(String, Object[]) - Constructor for class org.apache.hudi.BaseHoodieTableFileIndex.PartitionPath
 
partitionPath - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
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
 
PARTITIONS_PARAM - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
partitionsToBeDeleted - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
partitionToCompactionWriteStats - Variable in class org.apache.hudi.avro.model.HoodieCompactionMetadata
Deprecated.
partitionToFileGroupsMap - Variable in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
partitionToReplaceFileIds - Variable in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Deprecated.
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.avro.model.HoodieCommitMetadata
Deprecated.
partitionToWriteStats - Variable in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Deprecated.
partitionToWriteStats - Variable in class org.apache.hudi.common.model.HoodieCommitMetadata
 
path - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
path - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
PATH_SEPARATOR - Static variable in class org.apache.hudi.common.fs.FSUtils
 
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_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
PENDING_COMPACTION_OPS_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
PENDING_LOG_COMPACTION_OPS_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
periodSeconds(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
permission - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
persist(String) - Method in interface org.apache.hudi.common.data.HoodieData
Persists the data w/ provided level (if applicable).
persist(String, HoodieEngineContext, HoodieData.HoodieDataCacheKey) - Method in interface org.apache.hudi.common.data.HoodieData
Persists the data w/ provided level (if applicable), and cache the data's ids within the engineContext.
persist(String) - Method in class org.apache.hudi.common.data.HoodieListData
 
persist(String, HoodieEngineContext, HoodieData.HoodieDataCacheKey) - 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
 
policy - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
policy - Variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deprecated.
POPULATE_META_FIELDS - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
populateMetaFields() - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
port(int) - Method in class org.apache.hudi.metrics.JmxReporterServer.Builder
 
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
 
postLogFileClose(HoodieLogFile) - Method in interface org.apache.hudi.common.table.log.HoodieLogFileWriteCallback
 
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(OverwriteWithLatestAvroPayload) - Method in class org.apache.hudi.common.model.FirstValueAvroPayload
 
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(T, Schema, 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 schema.
preCombine(OverwriteWithLatestAvroPayload) - Method in class org.apache.hudi.common.model.OverwriteWithLatestAvroPayload
 
preCombine(OverwriteWithLatestAvroPayload, Schema, Properties) - Method in class org.apache.hudi.common.model.PartialUpdateAvroPayload
 
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
 
preCombineField - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
Predicate - Interface in org.apache.hudi.expression
An expression that returns a Boolean value.
Predicates - Class in org.apache.hudi.expression
 
Predicates() - Constructor for class org.apache.hudi.expression.Predicates
 
Predicates.And - Class in org.apache.hudi.expression
 
Predicates.BinaryComparison - Class in org.apache.hudi.expression
 
Predicates.FalseExpression - Class in org.apache.hudi.expression
 
Predicates.In - Class in org.apache.hudi.expression
 
Predicates.IsNotNull - Class in org.apache.hudi.expression
 
Predicates.IsNull - Class in org.apache.hudi.expression
 
Predicates.Not - Class in org.apache.hudi.expression
 
Predicates.Or - Class in org.apache.hudi.expression
 
Predicates.StringContains - Class in org.apache.hudi.expression
 
Predicates.StringStartsWith - Class in org.apache.hudi.expression
 
Predicates.TrueExpression - Class in org.apache.hudi.expression
 
prefix(String...) - Method in class org.apache.hudi.metrics.datadog.DatadogReporter
 
PREFIX_BY_FILE_ID_PATTERN - Static variable in class org.apache.hudi.common.fs.FSUtils
 
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.
prefixKeySpec(List<String>) - Static method in interface org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.KeySpec
 
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.
preLogFileClose(HoodieLogFile) - Method in interface org.apache.hudi.common.table.log.HoodieLogFileWriteCallback
 
preLogFileCreate(HoodieLogFile) - Method in interface org.apache.hudi.common.table.log.HoodieLogFileWriteCallback
 
preLogFileOpen(HoodieLogFile) - Method in interface org.apache.hudi.common.table.log.HoodieLogFileWriteCallback
 
prependMetaFields(Schema, Schema, MetadataValues, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
prependMetaFields(Schema, Schema, MetadataValues, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
prependMetaFields(Schema, Schema, MetadataValues, Properties) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
prependMetaFields(Schema, Schema, MetadataValues, Properties) - Method in class org.apache.hudi.common.model.HoodieRecord
Rewrites record into new target schema containing Hudi-specific meta-fields NOTE: This operation is idempotent
prepRecordWithMetadata(HoodieKey, IndexedRecord, String, Integer, long, String) - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
preserveHoodieMetadata - Variable in class org.apache.hudi.avro.model.HoodieClusteringPlan
Deprecated.
preserveHoodieMetadata - Variable in class org.apache.hudi.avro.model.HoodieCompactionPlan
Deprecated.
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
 
prevCommit - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
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(HoodieStorage, String, Function<StoragePathInfo, 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<T>) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
Process next record.
processNextRecord(HoodieRecord<T>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
processNextRecord(HoodieRecord<T>) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner
 
produce(HoodieMessageQueue<I, ?>) - Method in class org.apache.hudi.common.util.queue.FunctionBasedQueueProducer
 
produce(HoodieMessageQueue<I, ?>) - Method in interface org.apache.hudi.common.util.queue.HoodieProducer
API to enqueue entries to bounded queue.
produce(HoodieMessageQueue<I, ?>) - Method in class org.apache.hudi.common.util.queue.IteratorBasedQueueProducer
 
PROMETHEUS_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
PROMETHEUS_PORT_NUM - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PROMETHEUS_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PrometheusReporter - Class in org.apache.hudi.metrics.prometheus
Implementation of Prometheus reporter, which connects to the Http server, and get metrics from that server.
PrometheusReporter(HoodieMetricsConfig, MetricRegistry) - Constructor for class org.apache.hudi.metrics.prometheus.PrometheusReporter
 
PropertiesConfig - Class in org.apache.hudi.common.config
Used for loading filesystem specific configs
PropertiesConfig() - Constructor for class org.apache.hudi.common.config.PropertiesConfig
 
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.
PUSHGATEWAY_DELETE_ON_SHUTDOWN - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
PUSHGATEWAY_DELETE_ON_SHUTDOWN_ENABLE - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_HOST - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
PUSHGATEWAY_HOST_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_JOB_NAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
PUSHGATEWAY_JOBNAME - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_LABELS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_PORT - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
Deprecated.
PUSHGATEWAY_PORT_NUM - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_PREFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_RANDOM_JOB_NAME_SUFFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
PUSHGATEWAY_RANDOM_JOBNAME_SUFFIX - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_REPORT_PERIOD_IN_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
 
PUSHGATEWAY_REPORT_PERIOD_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig
PushGatewayMetricsReporter - Class in org.apache.hudi.metrics.prometheus
 
PushGatewayMetricsReporter(HoodieMetricsConfig, MetricRegistry) - Constructor for class org.apache.hudi.metrics.prometheus.PushGatewayMetricsReporter
 
PushGatewayReporter - Class in org.apache.hudi.metrics.prometheus
 
PushGatewayReporter(MetricRegistry, MetricFilter, TimeUnit, TimeUnit, String, Map<String, String>, String, int, boolean) - Constructor for class org.apache.hudi.metrics.prometheus.PushGatewayReporter
 
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.HoodieCompactionStrategy
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
put(int, Object) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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(StoragePath, List<StoragePathInfo>) - 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(TypedProperties, Map<?, ?>) - Static method in class org.apache.hudi.common.config.TypedProperties
This method is introduced to get rid of the scala compile error:
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
 
putCachedDataIds(HoodieData.HoodieDataCacheKey, int...) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
putCachedDataIds(HoodieData.HoodieDataCacheKey, int...) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
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.
putRecordsStats(Map<String, HoodieColumnRangeMetadata<Comparable>>) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
 

Q

queue - Variable in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 

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
Thread-safe rate limiter implementation.
read(Kryo, Input, Class<D>) - Method in class org.apache.hudi.avro.GenericAvroSerializer
 
read(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieRecord
NOTE: This method is declared final to make sure there's no polymorphism and therefore JIT compiler could perform more aggressive optimizations
read(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
read(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
read(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
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(Kryo, Input, Class<Utf8>) - Method in class org.apache.hudi.common.util.SerializationUtils.AvroUtf8Serializer
 
readAllRecords(HoodieAvroFileReader) - Static method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
readAvroRecords(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the data file NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroRecords(HoodieStorage, StoragePath, Schema) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the data file using the given schema NOTE: This literally reads the entire file contents, thus should be used with caution.
readAvroSchema(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the Avro schema of the data file.
readBlockLazily - Variable in class org.apache.hudi.common.table.log.block.HoodieLogBlock
 
readBloomFilter() - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
readBloomFilter() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
readBloomFilter() - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
readBloomFilterFromMetadata(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
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.
readCheckpointValue(String, String) - Static method in class org.apache.hudi.common.util.CommitUtils
 
readCleanerInfoAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readColumnStatsFromMetadata(HoodieStorage, StoragePath, List<String>) - Method in class org.apache.hudi.common.util.FileFormatUtils
Reads column statistics stored in the metadata.
readCompactionPlanAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readDataFromPath(StoragePath) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
READER_WRITER_COMPATIBLE_MESSAGE - Static variable in class org.apache.hudi.avro.AvroSchemaCompatibility
Message to annotate reader/writer schema pairs that are compatible.
readerSchema - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
readerSchema - Variable in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
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.HoodieCompactionStrategy
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
readExternal(ObjectInput) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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.InternalBloomFilter
 
readFields(DataInput) - Method in class org.apache.hudi.common.bloom.Key
Deserialize the fields of this object from in.
readFields(DataInput) - Method in class org.apache.hudi.common.bloom.SimpleBloomFilter
 
readFooter(HoodieStorage, boolean, StoragePath, String...) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the footer data of the given data file.
readFromFS() - Method in class org.apache.hudi.common.model.HoodiePartitionMetadata
Read out the metadata for this partition.
readFully(byte[], int, int) - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
readFully(byte[]) - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
readIndexPlanAsBytes(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
readInt() - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
readLock - Variable in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
readMarkersFromFile(StoragePath, StorageConfiguration<?>) - Static method in class org.apache.hudi.common.util.MarkerUtils
Reads the markers stored in the underlying file.
readMarkersFromFile(StoragePath, StorageConfiguration<?>, boolean) - Static method in class org.apache.hudi.common.util.MarkerUtils
Reads the markers stored in the underlying file.
readMarkerType(HoodieStorage, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Reads the marker type from `MARKERS.type` file.
readMinMaxRecordKeys(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the min and max record key from the metadata of the given data file.
readMinMaxRecordKeys() - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
readMinMaxRecordKeys() - Method in interface org.apache.hudi.io.storage.HoodieFileReader
 
readMinMaxRecordKeys() - Method in class org.apache.hudi.io.storage.HoodieNativeAvroHFileReader
 
readNextRecord() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Reader interface but never exposed to outside world as this is a single consumer queue.
readNextRecord() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
readNextRecord() - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
Read records from inner message queue.
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.
readRecordIndex(List<String>) - Method in class org.apache.hudi.metadata.BaseTableMetadata
Reads record keys from record-level index.
readRecordIndex(List<String>) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
 
readRecordIndex(List<String>) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
Returns the location of record keys which are found in the record index.
readRecordKeysFromBaseFiles(HoodieEngineContext, HoodieConfig, List<Pair<String, HoodieBaseFile>>, boolean, int, String, StorageConfiguration<?>, String) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Deprecated.
readRecordKeysFromFileSlices(HoodieEngineContext, List<Pair<String, FileSlice>>, boolean, int, String, HoodieTableMetaClient, EngineType) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
Reads the record keys from the given file slices and returns a HoodieData of HoodieRecord to be updated in the metadata table.
readRecordPayload(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
NOTE: This method is declared final to make sure there's no polymorphism and therefore JIT compiler could perform more aggressive optimizations
readRecordPayload(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
readRecordPayload(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
NOTE: This method is declared final to make sure there's no polymorphism and therefore JIT compiler could perform more aggressive optimizations
readRecordPayload(Kryo, Input) - Method in class org.apache.hudi.common.model.HoodieRecord
 
readRecords(HoodieAvroHFileReaderImplBase, List<String>) - Static method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
readRecords(HoodieAvroHFileReaderImplBase, List<String>, Schema) - Static method in class org.apache.hudi.io.storage.HoodieAvroHFileReaderImplBase
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
readRecordsFromBlockPayload(HoodieRecord.HoodieRecordType) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
readRecordsFromBlockPayload(HoodieRecord.HoodieRecordType) - 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(HoodieStorage, StoragePath) - Method in class org.apache.hudi.common.util.FileFormatUtils
Read the rowKey list from the given data file.
readSchemaFromLastCompaction(Option<HoodieInstant>) - Method in class org.apache.hudi.common.table.TableSchemaResolver
readSchemaFromLogFile(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.table.TableSchemaResolver
Read the schema from the log file on path.
readTimelineServerBasedMarkersFromFileSystem(String, HoodieStorage, 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
Deprecated.
reconcileSchema(Schema, InternalSchema) - Static method in class org.apache.hudi.internal.schema.utils.AvroSchemaEvolutionUtils
Support reconcile from a new avroSchema.
reconcileSchema(Schema, Schema) - Static method in class org.apache.hudi.internal.schema.utils.AvroSchemaEvolutionUtils
 
reconcileSchemaRequirements(Schema, Schema) - Static method in class org.apache.hudi.internal.schema.utils.AvroSchemaEvolutionUtils
Reconciles nullability and datatype requirements b/w source and target schemas, by adjusting these of the source schema to be in-line with the ones of the target one.
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_INDEX_ENABLE_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
RECORD_INDEX_FIELD_FILE_INDEX - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_FILEID - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_FILEID_ENCODING - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_FILEID_ENCODING_RAW_STRING - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_FILEID_ENCODING_UUID - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_FILEID_HIGH_BITS - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_FILEID_LOW_BITS - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_INSTANT_TIME - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
 
RECORD_INDEX_FIELD_PARTITION - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
HoodieMetadata record index payload field ids
RECORD_INDEX_GROWTH_FACTOR_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
RECORD_INDEX_MAX_FILE_GROUP_COUNT_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
RECORD_INDEX_MAX_FILE_GROUP_SIZE_BYTES_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
RECORD_INDEX_MAX_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
RECORD_INDEX_MIN_FILE_GROUP_COUNT_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
RECORD_INDEX_MISSING_FILEINDEX_FALLBACK - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
FileIndex value saved in record index record when the fileId has no index (old format of base filename)
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_MERGER_STRATEGY - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
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.
recordIndexMetadata - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deprecated.
recordKey - Variable in class org.apache.hudi.avro.model.HoodieDeleteRecord
Deprecated.
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
 
recordMerger - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
recordNeedsRewriteForExtendedAvroTypePromotion(Schema, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Avro does not support type promotion from numbers to string.
recordToBytes(HoodieRecord, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
TODO serialize other type of record.
recordToJson(GenericRecord) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
recordType - Variable in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
 
recordType - Variable in class org.apache.hudi.expression.BindVisitor
 
recordTypeCompatibleEngine(HoodieRecord.HoodieRecordType, EngineType) - Static method in class org.apache.hudi.common.util.HoodieRecordUtils
 
recover(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.table.HoodieTableConfig
 
recursionInProgress() - Static method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
Returns a details object representing a state indicating that recursion is in progress.
reduce(Collection<T>, U, BiFunction<U, T, U>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Reduces provided Collection using provided reducer applied to every element of the collection like following reduce(reduce(reduce(identity, e1), e2), ...)
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
 
refresh() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
refresh() - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
refresh(HoodieTableMetaClient, String) - Method in class org.apache.hudi.secondary.index.SecondaryIndexManager
Refresh the specific secondary index
REFRESH_OFF - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
REFRESH_TABLE_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
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
 
registerClasses(Kryo) - Method in class org.apache.hudi.common.util.HoodieCommonKryoRegistrar
 
registerGauge(String, long) - Method in class org.apache.hudi.metrics.Metrics
 
registerGauge(String) - Method in class org.apache.hudi.metrics.Metrics
 
registerGauges(Map<String, Long>, Option<String>) - Method in class org.apache.hudi.metrics.Metrics
 
registerModules() - Static method in class org.apache.hudi.common.util.JsonUtils
 
registerWith(MBeanServer) - Method in class org.apache.hudi.metrics.JmxReporterServer.Builder
 
registry() - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
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
 
removeCachedDataIds(HoodieData.HoodieDataCacheKey) - Method in class org.apache.hudi.common.engine.HoodieEngineContext
 
removeCachedDataIds(HoodieData.HoodieDataCacheKey) - Method in class org.apache.hudi.common.engine.HoodieLocalEngineContext
 
removeConfigFromProps(TypedProperties, ConfigProperty<?>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Removes a ConfigProperty config from properties.
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
 
removePendingLogCompactionOperations(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
 
renameColumn(String, String) - Method in class org.apache.hudi.internal.schema.action.TableChanges.ColumnUpdateChange
Rename a column in the schema.
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
 
report() - Method in class org.apache.hudi.metrics.ConsoleMetricsReporter
 
report() - Method in class org.apache.hudi.metrics.datadog.DatadogMetricsReporter
 
report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class org.apache.hudi.metrics.datadog.DatadogReporter
 
report() - Method in class org.apache.hudi.metrics.InMemoryMetricsReporter
 
report() - Method in class org.apache.hudi.metrics.JmxMetricsReporter
 
report() - Method in class org.apache.hudi.metrics.m3.M3MetricsReporter
 
report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class org.apache.hudi.metrics.m3.M3ScopeReporterAdaptor
 
report() - Method in class org.apache.hudi.metrics.MetricsGraphiteReporter
 
report() - Method in class org.apache.hudi.metrics.MetricsReporter
Deterministically push out metrics.
report() - Method in class org.apache.hudi.metrics.prometheus.PrometheusReporter
 
report() - Method in class org.apache.hudi.metrics.prometheus.PushGatewayMetricsReporter
 
report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class org.apache.hudi.metrics.prometheus.PushGatewayReporter
 
REPORT_PERIOD_IN_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig
 
REPORT_PERIOD_SECONDS - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsCloudWatchConfig
 
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_LOG_COMPACTION_EXTENSION - Static variable in interface org.apache.hudi.common.table.timeline.HoodieTimeline
 
REQUESTED_LOG_COMPACTION_SUFFIX - 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.
reset() - Method in class org.apache.hudi.util.Transient
 
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
 
resetPendingLogCompactionOperations(Stream<Pair<String, CompactionOperation>>) - Method in class org.apache.hudi.common.table.view.HoodieTableFileSystemView
 
resetPendingLogCompactionOperations(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
 
resolveEnum(Class<T>, String) - Static method in class org.apache.hudi.common.util.ConfigUtils
Case-insensitive resolution of input enum name to the enum type
resolveMarkerConflict(String, String, String) - Method in interface org.apache.hudi.common.conflict.detection.EarlyConflictDetectionStrategy
Resolves a write conflict.
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
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
 
restoreInstantInfo - Variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deprecated.
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
 
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.
revertLogCompactionInflightToRequested(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
TODO: This method is not needed, since log compaction plan is not a immutable plan.
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 don't 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
 
rewriteRecordDeep(GenericRecord, Schema, boolean) - 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) - 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(IndexedRecord, Schema, Map<String, String>, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
rewriteRecordWithNewSchema(Iterator<GenericRecord>, Schema, Map<String, String>, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Given avro records, rewrites them with new schema.
rewriteRecordWithNewSchema(Iterator<GenericRecord>, Schema, Map<String, String>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
rewriteRecordWithNewSchema(Schema, Properties, Schema, Map<String, String>) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
rewriteRecordWithNewSchema(Schema, Properties, Schema, Map<String, String>) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
rewriteRecordWithNewSchema(Schema, Properties, Schema, Map<String, String>) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
rewriteRecordWithNewSchema(Schema, Properties, Schema, Map<String, String>) - Method in class org.apache.hudi.common.model.HoodieRecord
Support schema evolution.
rewriteRecordWithNewSchema(Schema, Properties, Schema) - Method in class org.apache.hudi.common.model.HoodieRecord
 
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, List<StoragePathInfo>, 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.
rollbackLogFiles - Variable in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Deprecated.
RollbackRequests - Variable in class org.apache.hudi.avro.model.HoodieRollbackPlan
Deprecated.
ROLLING_STAT_METADATA_KEY - Static variable in class org.apache.hudi.common.model.HoodieRollingStatMetadata
 
rollOver(HoodieStorage, String) - Method in class org.apache.hudi.common.model.HoodieLogFile
 
RuntimeStats() - Constructor for class org.apache.hudi.common.model.HoodieWriteStat.RuntimeStats
 

S

safeAvroToJsonString(GenericRecord) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Convert a given avro record to a JSON string.
SAMPLE_WRITES_FOLDER_PATH - Static variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
samplingRecordCounter - Variable in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Used for sampling records with "recordSamplingRate" frequency.
sanitizeName(String) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Sanitizes Name according to Avro rule for names.
sanitizeName(String, 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
 
savepointDataFile - Variable in class org.apache.hudi.avro.model.HoodieSavepointPartitionMetadata
Deprecated.
savepointedAt - Variable in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Deprecated.
savepointedBy - Variable in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Deprecated.
savepointToRestoreTimestamp - Variable in class org.apache.hudi.avro.model.HoodieRestorePlan
Deprecated.
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
 
saveToLogCompactionRequested(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
 
saveToLogCompactionRequested(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.HoodieMergedLogRecordScanner
Scans delta-log files processing blocks
scan(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
 
scan() - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner
Scans delta-log files processing blocks
scan(boolean) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner
 
SCAN_STR - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
scanByFullKeys(List<String>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
Provides incremental scanning capability where only provided keys will be looked up in the delta-log files, scanned and subsequently materialized into the internal cache
scanByKeyPrefixes(List<String>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
Provides incremental scanning capability where only keys matching provided key-prefixes will be looked up in the delta-log files, scanned and subsequently materialized into the internal cache
scanFiles(HoodieStorage, StoragePath, StoragePathFilter) - 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(StoragePath, 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>, boolean) - 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 - Variable in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
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.HoodieCompactionStrategy
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
SCHEMA$ - Static variable in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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_ID_RECORD_INDEX - 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.HoodieAvroHFileReaderImplBase
 
SCHEMA_NAME - Static variable in class org.apache.hudi.internal.schema.io.FileBasedInternalSchemaStorageManager
 
SchemaBackwardsCompatibilityException - Exception in org.apache.hudi.exception
Thrown when there is a backwards compatibility issue with the incoming schema.
SchemaBackwardsCompatibilityException(AvroSchemaCompatibility.SchemaPairCompatibility, Schema, Schema) - Constructor for exception org.apache.hudi.exception.SchemaBackwardsCompatibilityException
 
schemaBySupplementalLoggingMode(HoodieCDCSupplementalLoggingMode, Schema) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
 
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.
schemaNameEquals(Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaCompatibility
Tests the equality of two Avro named schemas.
SchemaPairCompatibility(AvroSchemaCompatibility.SchemaCompatibilityResult, Schema, Schema, String) - Constructor for class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
Constructs a new instance.
SCHEMAPROVIDER_CONFIG_PREFIX - Static variable in class org.apache.hudi.common.util.ConfigUtils
 
SCHEMAS - Static variable in class org.apache.hudi.internal.schema.utils.SerDeHelper
 
seal() - Method in class org.apache.hudi.common.model.HoodieRecord
 
seal() - Method in class org.apache.hudi.common.util.queue.BoundedInMemoryQueue
Puts an empty entry to queue to denote termination.
seal() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
seal() - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
Seals the queue (for writing) preventing new records to be enqueued
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_INDEXES_METADATA - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
 
SECONDARY_VIEW_TYPE - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SecondaryIndexManager - Class in org.apache.hudi.secondary.index
Manages secondary index.
SecondaryIndexType - Enum in org.apache.hudi.secondary.index
Type of secondary index.
SecondaryIndexUtils - Class in org.apache.hudi.secondary.index
Utils for secondary index.
SecondaryIndexUtils() - Constructor for class org.apache.hudi.secondary.index.SecondaryIndexUtils
 
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.util.BufferedRandomAccessFile
If the new seek position is in the buffer, adjust the currentPosition.
send(String) - Method in class org.apache.hudi.metrics.datadog.DatadogHttpClient
 
SENTINEL - Static variable in class org.apache.hudi.common.model.HoodieRecord
A special record returned by HoodieRecordPayload, which means we should just skip this record.
SerDeHelper - Class in org.apache.hudi.internal.schema.utils
Utils of serialization and deserialization.
SerializableBiFunction<T,U,R> - Interface in org.apache.hudi.common.function
A function that accepts two arguments and produces a result.
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>).
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(String) - 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
Serializable supplier interface.
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
 
SerializationUtils.AvroUtf8Serializer - Class in org.apache.hudi.common.util
NOTE: This Serializer could deserialize instance of Utf8 serialized by implicitly generated Kryo serializer (based on com.esotericsoftware.kryo.serializers.FieldSerializer
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<HoodieRecord>, HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieAvroDataBlock
 
serializeRecords(List<HoodieRecord>, HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
 
serializeRecords(List<HoodieRecord>, HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieHFileDataBlock
 
serializeRecords(List<HoodieRecord>, HoodieStorage) - Method in class org.apache.hudi.common.table.log.block.HoodieParquetDataBlock
 
serializeRecordsToLogBlock(HoodieStorage, List<HoodieRecord>, Schema, Schema, String, Map<String, String>) - Method in class org.apache.hudi.common.util.FileFormatUtils
Serializes Hudi records to the log block.
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
 
set(byte[], double) - Method in class org.apache.hudi.common.bloom.Key
 
set(Map<String, Object>) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
SET_NULL_FOR_MISSING_COLUMNS - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
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.
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.
setCDCEnabled(boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setCdcStats(Map<String, Long>) - Method in class org.apache.hudi.common.model.HoodieWriteStat
 
setCDCSupplementalLoggingMode(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setChildrenNodes(List<ConsistentHashingNode>) - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
 
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
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.
setColumns(LinkedHashMap<String, Map<String, String>>) - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex.Builder
 
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.
setCommitSeqno(String) - Method in class org.apache.hudi.common.model.MetadataValues
 
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.
setCommitTime(String) - Method in class org.apache.hudi.common.model.MetadataValues
 
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
 
setCompactorClassName(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.Builder
Sets the value of the 'compactorClassName' field.
setCompactorClassName(String) - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Sets the value of the 'compactorClassName' field.
setConf(StorageConfiguration<?>) - 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
Sets the default value of a config if user does not set it already.
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.
setDeleteRecordList(List<HoodieDeleteRecord>) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList.Builder
Sets the value of the 'deleteRecordList' field.
setDeleteRecordList(List<HoodieDeleteRecord>) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Sets the value of the 'deleteRecordList' 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
 
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.HoodieCleanerPlan.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCleanerPlan
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata.Builder
Sets the value of the 'extraMetadata' field.
setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCleanMetadata
Sets the value of the 'extraMetadata' 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.
setField(GenericRecord, GenericRecord, GenericRecordBuilder, Schema.Field) - Method in class org.apache.hudi.common.model.OverwriteNonDefaultsWithLatestAvroPayload
 
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.HoodieRecordIndexInfo.Builder
Sets the value of the 'fileId' field.
setFileId(String) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
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
 
setFileIdEncoding(int) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Sets the value of the 'fileIdEncoding' field.
setFileIdEncoding(Integer) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Sets the value of the 'fileIdEncoding' field.
setFileIdHighBits(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Sets the value of the 'fileIdHighBits' field.
setFileIdHighBits(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Sets the value of the 'fileIdHighBits' field.
setFileIdLowBits(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Sets the value of the 'fileIdLowBits' field.
setFileIdLowBits(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Sets the value of the 'fileIdLowBits' field.
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.
setFileIndex(Integer) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Sets the value of the 'fileIndex' field.
setFileIndex(Integer) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Sets the value of the 'fileIndex' 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.
setFileName(String) - Method in class org.apache.hudi.common.model.MetadataValues
 
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
 
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
 
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.
setHandlers(HoodieConsumer<O, ?>) - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
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
setHoodieStorage(HoodieStorage) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
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
setIgnoreIndexUpdate(boolean) - Method in class org.apache.hudi.common.model.HoodieRecord
Sets the ignore flag.
setIndexName(String) - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex.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.secondary.index.HoodieSecondaryIndex.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(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Sets the value of the 'instantTime' field.
setInstantTime(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Sets the value of the 'instantTime' 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
 
setLogFilesFromFailedCommit(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
Sets the value of the 'logFilesFromFailedCommit' field.
setLogFilesFromFailedCommit(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Sets the value of the 'logFilesFromFailedCommit' field.
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
 
setMetadataPartitionsInflight(HoodieTableMetaClient, List<MetadataPartitionType>) - Method in class org.apache.hudi.common.table.HoodieTableConfig
Enables the specified metadata table partition as inflight.
setMetadataPartitionsInflight(HoodieTableMetaClient, MetadataPartitionType...) - Method in class org.apache.hudi.common.table.HoodieTableConfig
 
setMetadataPartitionState(HoodieTableMetaClient, MetadataPartitionType, boolean) - Method in class org.apache.hudi.common.table.HoodieTableConfig
Enables or disables the specified metadata table partition.
setMetaserverConfig(Properties) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setMetaserverConfig(Map<String, String>) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setMetric(String, long) - Method in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
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.
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
 
setOperation(String) - Method in class org.apache.hudi.common.model.MetadataValues
 
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.secondary.index.HoodieSecondaryIndex.Builder
 
setOrderingVal(Object) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Sets the value of the 'orderingVal' field.
setOrderingVal(Object) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
Sets the value of the 'orderingVal' field.
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.
setPartitionField(int, Object, IndexedRecord) - Method in class org.apache.hudi.io.storage.HoodieAvroBootstrapFileReader
 
setPartitionField(int, Object, T) - Method in class org.apache.hudi.io.storage.HoodieBootstrapFileReader
 
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
 
setPartitionName(String) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
Sets the value of the 'partitionName' field.
setPartitionName(String) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
Sets the value of the 'partitionName' field.
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.HoodieDeleteRecord.Builder
Sets the value of the 'partitionPath' field.
setPartitionPath(String) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
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
 
setPartitionPath(String) - Method in class org.apache.hudi.common.model.MetadataValues
 
setPartitionPathField(int, Object, T) - Method in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
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(StoragePath, StoragePath) - 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
setPathInfo(StoragePathInfo) - Method in class org.apache.hudi.common.model.HoodieLogFile
 
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.
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.
setPreserveHoodieMetadata(Boolean) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Sets the value of the 'preserveHoodieMetadata' field.
setPreserveHoodieMetadata(Boolean) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
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
 
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
 
setRecordIndexMetadata(HoodieRecordIndexInfo) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the value of the 'recordIndexMetadata' field.
setRecordIndexMetadata(HoodieRecordIndexInfo) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'recordIndexMetadata' field.
setRecordIndexMetadataBuilder(HoodieRecordIndexInfo.Builder) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
Sets the Builder instance for the 'recordIndexMetadata' field Metadata Index that contains information about record keys and their location in the dataset
setRecordKey(String) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord.Builder
Sets the value of the 'recordKey' field.
setRecordKey(String) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
Sets the value of the 'recordKey' field.
setRecordKey(String) - Method in class org.apache.hudi.common.model.HoodieKey
 
setRecordKey(String) - Method in class org.apache.hudi.common.model.MetadataValues
 
setRecordKeyFields(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
setRecordMergerStrategy(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
setRecordMergerStrategy(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
 
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.
setSavepointToRestoreTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan.Builder
Sets the value of the 'savepointToRestoreTimestamp' field.
setSavepointToRestoreTimestamp(String) - Method in class org.apache.hudi.avro.model.HoodieRestorePlan
Sets the value of the 'savepointToRestoreTimestamp' field.
setSchemaId(long) - Method in class org.apache.hudi.internal.schema.InternalSchema
Set the version ID for this schema.
setSecondaryIndexesMetadata(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
 
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.
setStateTransitionTime(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry.Builder
Sets the value of the 'stateTransitionTime' field.
setStateTransitionTime(String) - Method in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Sets the value of the 'stateTransitionTime' 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.
setStorage(HoodieStorage) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
 
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.
setStrategy(HoodieCompactionStrategy) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.Builder
Sets the value of the 'strategy' field.
setStrategy(HoodieCompactionStrategy) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan
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
setStrategyBuilder(HoodieCompactionStrategy.Builder) - Method in class org.apache.hudi.avro.model.HoodieCompactionPlan.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.
setStrategyParams(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy.Builder
Sets the value of the 'strategyParams' field.
setStrategyParams(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
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
 
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(Integer) - 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(Integer) - 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(Integer) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
Sets the value of the 'type' field.
setUp() - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
setUp() - Method in class org.apache.hudi.common.util.queue.DisruptorExecutor
 
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.HoodieMetaserverConfig.Builder
 
setURIs(String) - Method in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig.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(Integer) - 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(Integer) - 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(long) - Method in class org.apache.hudi.avro.model.TimeMicrosWrapper.Builder
Sets the value of the 'value' field.
setValue(Long) - 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.
setValue(T) - Method in class org.apache.hudi.metrics.HoodieGauge
Set the metric to a new value.
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.
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.HoodieCompactionStrategy.Builder
Sets the value of the 'version' field.
setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieCompactionStrategy
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
 
shouldAssumeDatePartitioning() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
shouldAutoInitialize() - 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
 
shouldIgnore(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
shouldIgnore(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
shouldIgnore(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
shouldIgnore(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieRecord
Is EmptyRecord.
shouldIgnoreSpuriousDeletes() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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
 
shouldPromoteType(Type, Type) - Static method in class org.apache.hudi.internal.schema.utils.SchemaChangeUtils
 
shouldReadAsPartitionedTable() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
 
show(HoodieTableMetaClient) - Method in class org.apache.hudi.secondary.index.SecondaryIndexManager
Show secondary indexes from hoodie table
shutdown() - Method in class org.apache.hudi.metrics.Metrics
 
shutdownAllMetrics() - Static method in class org.apache.hudi.metrics.Metrics
 
shutdownNow() - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
 
shutdownNow() - Method in interface org.apache.hudi.common.util.queue.HoodieExecutor
Shuts executor down immediately, cleaning up any allocated resources
shutdownNow() - Method in class org.apache.hudi.common.util.queue.SimpleExecutor
 
SimpleBloomFilter - Class in org.apache.hudi.common.bloom
A Simple Bloom filter implementation built on top of InternalBloomFilter.
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.
SimpleBloomFilter(ByteBuffer) - Constructor for class org.apache.hudi.common.bloom.SimpleBloomFilter
Creates SimpleBloomFilter from the given ByteBuffer.
SimpleExecutor<I,O,E> - Class in org.apache.hudi.common.util.queue
Simple implementation of the HoodieExecutor interface assuming single-writer/single-reader mode allowing it to consume from the input Iterator directly avoiding the need for any internal materialization (ie queueing).
SimpleExecutor(Iterator<I>, HoodieConsumer<O, E>, Function<I, O>) - Constructor for class org.apache.hudi.common.util.queue.SimpleExecutor
 
sinceVersion(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
size - Variable in class org.apache.hudi.avro.model.HoodieMetadataFileInfo
Deprecated.
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
 
size() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
size() - Method in interface org.apache.hudi.common.util.queue.HoodieMessageQueue
Returns the number of elements in this queue.
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 DataOutputStream to keep track of number of bytes written.
SizeAwareDataOutputStream(FileOutputStream, int) - Constructor for class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
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
 
skeletonIterator - Variable in class org.apache.hudi.io.storage.HoodieBootstrapRecordIterator
 
SKIP_TABLE_SERVICES - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
skipBytes(int) - Method in class org.apache.hudi.common.fs.SizeAwareDataInputStream
 
slices - Variable in class org.apache.hudi.avro.model.HoodieClusteringGroup
Deprecated.
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.
source - Variable in class org.apache.hudi.common.util.collection.MappingIterator
 
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_LOG_COMPACTION_MEM_FRACTION - Static variable in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
 
SPILLABLE_MAP_DIR_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
 
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, List<StoragePathInfo>, FileSystemViewStorageConfig, HoodieCommonConfig) - Constructor for class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
 
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.
split2List(String) - Static method in class org.apache.hudi.common.util.ConfigUtils
 
sqlOperator - Variable in enum org.apache.hudi.expression.Expression.Operator
 
start() - Method in class org.apache.hudi.common.util.queue.DisruptorMessageQueue
 
start() - Method in class org.apache.hudi.metrics.ConsoleMetricsReporter
 
start() - Method in class org.apache.hudi.metrics.datadog.DatadogMetricsReporter
 
start() - Method in class org.apache.hudi.metrics.InMemoryMetricsReporter
 
start() - Method in class org.apache.hudi.metrics.JmxMetricsReporter
 
start() - Method in class org.apache.hudi.metrics.JmxReporterServer
 
start() - Method in class org.apache.hudi.metrics.m3.M3MetricsReporter
 
start(long, TimeUnit) - Method in class org.apache.hudi.metrics.m3.M3ScopeReporterAdaptor
 
start() - Method in class org.apache.hudi.metrics.MetricsGraphiteReporter
 
start() - Method in class org.apache.hudi.metrics.MetricsReporter
Push out metrics at scheduled intervals.
start() - Method in class org.apache.hudi.metrics.prometheus.PrometheusReporter
 
start() - Method in class org.apache.hudi.metrics.prometheus.PushGatewayMetricsReporter
 
start(long, TimeUnit) - Method in class org.apache.hudi.metrics.prometheus.PushGatewayReporter
 
startAsyncDetection(Long, Long, String, String, Long, HoodieStorage, Object, Set<HoodieInstant>) - Method in class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
Starts the async conflict detection thread.
startCleanTime - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
startInstant(String) - Method in class org.apache.hudi.common.table.log.InstantRange.Builder
 
startInstant - Variable in class org.apache.hudi.common.table.log.InstantRange
 
startProducingAsync() - Method in class org.apache.hudi.common.util.queue.BaseHoodieQueueBasedExecutor
Start producing
startRestoreTime - Variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deprecated.
startRollbackTime - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
startsWith(Expression, Expression) - Static method in class org.apache.hudi.expression.Predicates
 
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
 
state - Variable in class org.apache.hudi.avro.model.HoodieActionInstant
Deprecated.
STATE_TRANSITION_COMPARATOR - Static variable in class org.apache.hudi.common.table.timeline.HoodieInstant
 
stateTransitionTime - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
stats() - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
 
stickyBit - Variable in class org.apache.hudi.avro.model.HoodieFSPermission
Deprecated.
stitchRecords(GenericRecord, GenericRecord, Schema) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
 
stop() - Method in class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
 
stop() - Method in class org.apache.hudi.common.util.RateLimiter
 
stop() - Method in class org.apache.hudi.metrics.ConsoleMetricsReporter
 
stop() - Method in class org.apache.hudi.metrics.datadog.DatadogMetricsReporter
 
stop() - Method in class org.apache.hudi.metrics.datadog.DatadogReporter
 
stop() - Method in class org.apache.hudi.metrics.InMemoryMetricsReporter
 
stop() - Method in class org.apache.hudi.metrics.JmxMetricsReporter
 
stop() - Method in class org.apache.hudi.metrics.JmxReporterServer
 
stop() - Method in class org.apache.hudi.metrics.m3.M3MetricsReporter
 
stop() - Method in class org.apache.hudi.metrics.m3.M3ScopeReporterAdaptor
 
stop() - Method in class org.apache.hudi.metrics.MetricsGraphiteReporter
 
stop() - Method in class org.apache.hudi.metrics.MetricsReporter
Stop this reporter.
stop() - Method in class org.apache.hudi.metrics.prometheus.PrometheusReporter
 
stop() - Method in class org.apache.hudi.metrics.prometheus.PushGatewayMetricsReporter
 
stop() - Method in class org.apache.hudi.metrics.prometheus.PushGatewayReporter
 
storage - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
 
storage - Variable in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
storage - Variable in class org.apache.hudi.io.storage.HoodieFileReaderFactory
 
storage - Variable in class org.apache.hudi.io.storage.HoodieFileWriterFactory
 
storage - Variable in class org.apache.hudi.io.storage.HoodieIOFactory
 
storage - Variable in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
storageConf - Variable in class org.apache.hudi.common.table.HoodieTableMetaClient
 
storageConf - Variable in class org.apache.hudi.metadata.AbstractHoodieTableMetadata
 
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
 
strategy - Variable in class org.apache.hudi.avro.model.HoodieClusteringPlan
Deprecated.
strategy - Variable in class org.apache.hudi.avro.model.HoodieCompactionPlan
Deprecated.
strategyClassName - Variable in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Deprecated.
strategyParams - Variable in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Deprecated.
strategyParams - Variable in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Deprecated.
STREAMER_CONFIG_PREFIX - Static variable in class org.apache.hudi.common.util.ConfigUtils
 
stringPropertyNames() - Method in class org.apache.hudi.common.config.OrderedProperties
 
StringType() - Constructor for class org.apache.hudi.internal.schema.Types.StringType
 
StringWrapper - Class in org.apache.hudi.avro.model
 
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.
stripPrefix(String, ConfigProperty<String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
Strips the prefix from a config key.
StructLike - Interface in org.apache.hudi.expression
 
stub(String, String) - Static method in class org.apache.hudi.common.model.HoodieColumnRangeMetadata
 
successDeleteFiles - Variable in class org.apache.hudi.avro.model.HoodieCleanPartitionMetadata
Deprecated.
successDeleteFiles - Variable in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata
Deprecated.
supportsOptimisticConcurrencyControl() - Method in enum org.apache.hudi.common.model.WriteConcurrencyMode
 
symbol - Variable in enum org.apache.hudi.expression.Expression.Operator
 
symlink - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
sync() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
Syncs the file system view from storage to memory.
sync() - Method in class org.apache.hudi.common.table.view.IncrementalTimelineSyncFileSystemView
 
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
 
TABLE_NAME - Static variable in class org.apache.hudi.common.config.HoodieMetaserverConfig
 
TABLE_SERDE_PATH - Static variable in class org.apache.hudi.common.util.ConfigUtils
Config stored in hive serde properties to tell query engine (spark) the location to read.
TABLE_SERVICE_EXECUTION_DURATION - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
TABLE_SERVICE_EXECUTION_STATUS - Static variable in class org.apache.hudi.metadata.HoodieMetadataMetrics
 
TABLE_SERVICE_MANAGER_ACTIONS - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_DEPLOY_EXECUTION_ENGINE - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_DEPLOY_EXTRA_PARAMS - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_DEPLOY_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_DEPLOY_QUEUE - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_DEPLOY_RESOURCES - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_DEPLOY_USERNAME - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_ENABLED - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_PREFIX - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_RETRIES - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_RETRY_DELAY_SEC - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_TIMEOUT_SEC - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
TABLE_SERVICE_MANAGER_URIS - Static variable in class org.apache.hudi.common.config.HoodieTableServiceManagerConfig
 
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
Information of base column changes
TableChange.ColumnChangeID - Enum in org.apache.hudi.internal.schema.action
The action Type of schema change.
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
Operations of schema changes supported in schema evolution
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
Utils for table path.
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(HoodieStorage, StoragePath) - Static method in class org.apache.hudi.common.model.HoodiePartitionMetadata
 
ThreadUtils - Class in org.apache.hudi.common.util
Utils for Java threading.
ThreadUtils() - Constructor for class org.apache.hudi.common.util.ThreadUtils
 
ThrowingConsumer<T> - Interface in org.apache.hudi.common.function
Throwing counterpart of Consumer
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
 
TIME_CONVERSION - Static variable in class org.apache.hudi.avro.model.DecimalWrapper
 
TIME_CONVERSION - Static variable in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
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
 
TIMELINE_URL - Static variable in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
 
TimelineDiffHelper - Class in org.apache.hudi.common.table.timeline
A helper class used to diff timeline.
TimelineDiffHelper.TimelineDiffResult - Class in org.apache.hudi.common.table.timeline
A diff result of timeline.
TimelineDiffResult(List<HoodieInstant>, 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
Utils for Hudi timeline metadata.
TimelineMetadataUtils() - Constructor for class org.apache.hudi.common.table.timeline.TimelineMetadataUtils
 
TimelineServerBasedDetectionStrategy - Class in org.apache.hudi.common.conflict.detection
This abstract strategy is used for writers using timeline-server-based markers, trying to do early conflict detection.
TimelineServerBasedDetectionStrategy(String, String, String, Boolean) - Constructor for class org.apache.hudi.common.conflict.detection.TimelineServerBasedDetectionStrategy
 
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
 
TimelineUtils.HollowCommitHandling - Enum in org.apache.hudi.common.table.timeline
 
TimeMicrosWrapper - Class in org.apache.hudi.avro.model
 
TimeMicrosWrapper() - Constructor for class org.apache.hudi.avro.model.TimeMicrosWrapper
Default constructor.
TimeMicrosWrapper(Long) - 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 - Variable in class org.apache.hudi.avro.model.HoodieActionInstant
Deprecated.
timestamp - Variable in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Deprecated.
TIMESTAMP_AS_OF - Static variable in class org.apache.hudi.common.config.HoodieCommonConfig
 
TIMESTAMP_CONVERSION - Static variable in class org.apache.hudi.avro.model.DecimalWrapper
 
TIMESTAMP_CONVERSION - Static variable in class org.apache.hudi.avro.model.TimeMicrosWrapper
 
TIMESTAMP_INPUT_DATE_FORMAT - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TIMESTAMP_INPUT_DATE_FORMAT_LIST_DELIMITER_REGEX - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TIMESTAMP_INPUT_DATE_FORMAT_LIST_DELIMITER_REGEX_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TIMESTAMP_INPUT_DATE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TIMESTAMP_INPUT_TIMEZONE_FORMAT - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TIMESTAMP_INPUT_TIMEZONE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TIMESTAMP_OUTPUT_DATE_FORMAT - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TIMESTAMP_OUTPUT_DATE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TIMESTAMP_OUTPUT_TIMEZONE_FORMAT - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TIMESTAMP_OUTPUT_TIMEZONE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TIMESTAMP_TIMEZONE_FORMAT - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
Deprecated.
TIMESTAMP_TIMEZONE_FORMAT_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TIMESTAMP_TYPE_FIELD - Static variable in class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TIMESTAMP_TYPE_FIELD_PROP - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions.Config
Deprecated.
TimestampKeyGeneratorConfig - Class in org.apache.hudi.common.config
Timestamp-based key generator configs.
TimestampKeyGeneratorConfig() - Constructor for class org.apache.hudi.common.config.TimestampKeyGeneratorConfig
 
TimestampMicrosWrapper - Class in org.apache.hudi.avro.model
 
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.
timeTakenInMillis - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
timeTakenInMillis - Variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deprecated.
timeTakenInMillis - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
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.HoodieCompactionStrategy
Serializes this HoodieCompactionStrategy 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.HoodieDeleteRecord
Serializes this HoodieDeleteRecord to a ByteBuffer.
toByteBuffer() - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
Serializes this HoodieDeleteRecordList 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.HoodieRecordIndexInfo
Serializes this HoodieRecordIndexInfo 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, HoodieTimeline) - 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
 
toGraphiteHost(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
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
 
toIndexedRecord(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
toIndexedRecord(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
toIndexedRecord(Schema, Properties) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
toIndexedRecord(Schema, Properties) - Method in interface org.apache.hudi.common.model.HoodieRecordCompatibilityInterface
 
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
toJmxHost(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsJmxConfig.Builder
 
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
 
toJsonString(Object) - Static method in class org.apache.hudi.secondary.index.SecondaryIndexUtils
 
toLocal(String) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
Returns the record location as local.
toM3Host(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
toMap(String) - Static method in class org.apache.hudi.common.util.ConfigUtils
Convert the key-value config to a map.
toMap(String, String) - Static method in class org.apache.hudi.common.util.ConfigUtils
Convert the key-value config to a map.
toPrimitive(Long[]) - Static method in class org.apache.hudi.common.util.collection.ArrayUtils
Converts an array of object Longs to primitives.
toStoragePath(FilePathDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.FilePathDTO
 
toStoragePathInfo(HoodieFileStatus) - Static method in class org.apache.hudi.common.bootstrap.FileStatusUtils
 
toStoragePathInfo(FileStatusDTO) - Static method in class org.apache.hudi.common.table.timeline.dto.FileStatusDTO
 
toStream(Iterator<T>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Collects provided Iterator to a Stream
toString() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.Incompatibility
toString() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityResult
toString() - Method in class org.apache.hudi.avro.AvroSchemaCompatibility.SchemaPairCompatibility
toString() - Method in exception org.apache.hudi.avro.MercifulJsonConverter.HoodieJsonToAvroConversionException
 
toString() - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
toString() - Method in class org.apache.hudi.common.config.ConfigProperty
 
toString() - Method in class org.apache.hudi.common.config.SerializableSchema
 
toString() - Method in class org.apache.hudi.common.HoodieCleanStat
 
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.HoodieRecordDelegate
 
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(Object) - Static method in class org.apache.hudi.common.util.JsonUtils
 
toString() - Method in class org.apache.hudi.expression.BinaryExpression
 
toString() - Method in class org.apache.hudi.expression.BoundReference
 
toString() - Method in interface org.apache.hudi.expression.Expression
 
toString() - Method in class org.apache.hudi.expression.Literal
 
toString() - Method in class org.apache.hudi.expression.NameReference
 
toString() - Method in class org.apache.hudi.expression.Predicates.And
 
toString() - Method in class org.apache.hudi.expression.Predicates.FalseExpression
 
toString() - Method in class org.apache.hudi.expression.Predicates.In
 
toString() - Method in class org.apache.hudi.expression.Predicates.IsNotNull
 
toString() - Method in class org.apache.hudi.expression.Predicates.IsNull
 
toString() - Method in class org.apache.hudi.expression.Predicates.Not
 
toString() - Method in class org.apache.hudi.expression.Predicates.Or
 
toString() - Method in class org.apache.hudi.expression.Predicates.StringContains
 
toString() - Method in class org.apache.hudi.expression.Predicates.StringStartsWith
 
toString() - Method in class org.apache.hudi.expression.Predicates.TrueExpression
 
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
 
toString() - Method in class org.apache.hudi.secondary.index.HoodieSecondaryIndex
 
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
 
totalCorruptLogBlock - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalFilesDeleted - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
totalFilesDeleted - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
totalLogBlocks - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalLogFiles - Variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Deprecated.
totalLogFiles - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalLogRecords - Variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Deprecated.
totalLogRecords - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalRollbackBlocks - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalSize - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
totalUncompressedSize - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
totalUpdatedRecordsCompacted - Variable in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
Deprecated.
totalUpdatedRecordsCompacted - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalWriteBytes - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
totalWriteErrors - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
Deprecated.
toTimeline(TimelineDTO, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.dto.TimelineDTO
 
Transient<T> - Class in org.apache.hudi.util
Serializable counterpart of Lazy
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.
transitionLogCompactionInflightToComplete(HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition Log Compaction State from inflight to Committed.
transitionLogCompactionRequestedToInflight(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
Transition LogCompaction 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
 
TrueExpression() - Constructor for class org.apache.hudi.expression.Predicates.TrueExpression
 
truncateRecordKey(Schema, Properties, String) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
truncateRecordKey(Schema, Properties, String) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
truncateRecordKey(Schema, Properties, String) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
truncateRecordKey(Schema, Properties, String) - Method in interface org.apache.hudi.common.model.HoodieRecordCompatibilityInterface
This method used to overwrite record key field.
tryAcquire(int) - Method in class org.apache.hudi.common.util.RateLimiter
 
tryLock() - Method in interface org.apache.hudi.common.lock.LockProvider
 
tryReadContent(SeekableDataInputStream, 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() - 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
Tuple3<T0,T1,T2> - Class in org.apache.hudi.common.util.collection
A tuple with 3 fields.
TURN_METRICS_COMPACTION_LOG_BLOCKS_ON - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
TURN_METRICS_ON - Static variable in class org.apache.hudi.config.metrics.HoodieMetricsConfig
 
type - Variable in class org.apache.hudi.avro.model.HoodieMetadataBloomFilter
Deprecated.
type - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
Deprecated.
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
The type of a schema for nested fields.
Type.PrimitiveType - Class in org.apache.hudi.internal.schema
The type of a schema for primitive fields.
Type.TypeID - Enum in org.apache.hudi.internal.schema
Enums for type names.
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 supported in schema evolution.
Types.ArrayType - Class in org.apache.hudi.internal.schema
Array nested type.
Types.BinaryType - Class in org.apache.hudi.internal.schema
Binary primitive type.
Types.BooleanType - Class in org.apache.hudi.internal.schema
Boolean primitive type.
Types.DateType - Class in org.apache.hudi.internal.schema
Date primitive type.
Types.DecimalType - Class in org.apache.hudi.internal.schema
Decimal primitive type.
Types.DoubleType - Class in org.apache.hudi.internal.schema
Double primitive type.
Types.Field - Class in org.apache.hudi.internal.schema
A field within a record.
Types.FixedType - Class in org.apache.hudi.internal.schema
Fixed primitive type.
Types.FloatType - Class in org.apache.hudi.internal.schema
Float primitive type.
Types.IntType - Class in org.apache.hudi.internal.schema
Integer primitive type.
Types.LongType - Class in org.apache.hudi.internal.schema
Long primitive type.
Types.MapType - Class in org.apache.hudi.internal.schema
Map nested type.
Types.RecordType - Class in org.apache.hudi.internal.schema
Record nested type.
Types.StringType - Class in org.apache.hudi.internal.schema
String primitive type.
Types.TimestampType - Class in org.apache.hudi.internal.schema
Time primitive type.
Types.TimeType - Class in org.apache.hudi.internal.schema
Time primitive type.
Types.UUIDType - Class in org.apache.hudi.internal.schema
UUID primitive type.
TypeUtils - Class in org.apache.hudi.common.util
Utils for Java type cast.

U

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
 
unwrapAvroValueWrapper(Object) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Unwraps Avro value wrapper into Java value.
update(HoodieStorage, StoragePath, 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, Set<String>) - 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
 
uri - Variable in class org.apache.hudi.avro.model.HoodiePath
Deprecated.
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.
urlEncodePartitioningEnabled - Variable in class org.apache.hudi.metadata.BaseTableMetadata
 
USE_NATIVE_HFILE_READER - Static variable in class org.apache.hudi.common.config.HoodieReaderConfig
 
useBloomFilter() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
 
useIndex() - Method in class org.apache.hudi.common.bootstrap.index.BootstrapIndex
Returns true if valid metadata bootstrap is present.
useM3Env(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
useM3Service(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
useM3Tags(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsM3Config.Builder
 
usePrefix(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsGraphiteConfig.Builder
 
userAction - Variable in class org.apache.hudi.avro.model.HoodieFSPermission
Deprecated.
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.
validateTimestampAsOf(HoodieTableMetaClient, String) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
Validate user-specified timestamp of time travel query against incomplete commit's timestamp.
validValues - Variable in class org.apache.hudi.expression.Predicates.In
 
value - Variable in class org.apache.hudi.avro.model.BooleanWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.BytesWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.DateWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.DecimalWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.DoubleWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.FloatWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.IntWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.LongWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.StringWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.TimeMicrosWrapper
Deprecated.
value - Variable in class org.apache.hudi.avro.model.TimestampMicrosWrapper
Deprecated.
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.WriteOperationType
Getter for value.
value - Variable in class org.apache.hudi.expression.Predicates.In
 
valueCount - Variable in class org.apache.hudi.avro.model.HoodieMetadataColumnStats
Deprecated.
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.avro.AvroSchemaCompatibility.SchemaCompatibilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.avro.AvroSchemaCompatibility.SchemaIncompatibilityType
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.config.ConfigGroups.SubGroupNames
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.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.ConsistentHashingNode.NodeTag
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.HoodieRecord.HoodieMetadataField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieRecord.HoodieRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.model.HoodieSyncTableStrategy
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.cdc.HoodieCDCInferenceCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.cdc.HoodieCDCOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.table.cdc.HoodieCDCSupplementalLoggingMode
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.timeline.TimelineUtils.HollowCommitHandling
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.common.util.queue.DisruptorWaitStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.common.util.queue.ExecutorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.expression.Expression.Operator
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.
valueOf(String) - Static method in enum org.apache.hudi.metrics.datadog.DatadogHttpClient.ApiSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.metrics.MetricsReporterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hudi.secondary.index.SecondaryIndexType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hudi.avro.AvroSchemaCompatibility.SchemaCompatibilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.avro.AvroSchemaCompatibility.SchemaIncompatibilityType
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() - Static method in enum org.apache.hudi.common.config.ConfigGroups.SubGroupNames
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.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.ConsistentHashingNode.NodeTag
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.HoodieRecord.HoodieMetadataField
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.HoodieRecord.HoodieRecordType
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.HoodieSyncTableStrategy
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.cdc.HoodieCDCInferenceCase
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.cdc.HoodieCDCOperation
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.cdc.HoodieCDCSupplementalLoggingMode
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.timeline.TimelineUtils.HollowCommitHandling
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.common.util.queue.DisruptorWaitStrategyType
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.queue.ExecutorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.expression.Expression.Operator
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.
values() - Static method in enum org.apache.hudi.metrics.datadog.DatadogHttpClient.ApiSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.metrics.MetricsReporterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hudi.secondary.index.SecondaryIndexType
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 - Variable in class org.apache.hudi.avro.model.HoodieArchivedMetaEntry
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieBootstrapFilePartitionInfo
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieBootstrapIndexInfo
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieBootstrapPartitionMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieCleanerPlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieCleanMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieClusteringGroup
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieClusteringPlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieClusteringStrategy
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieCommitMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieCompactionPlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieCompactionStrategy
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieFileStatus
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieFSPermission
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieIndexPlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieMergeArchiveFilePlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodiePath
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieReplaceCommitMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieRequestedReplaceMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieRestoreMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieRestorePlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieRollbackMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieRollbackPlan
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieSavepointMetadata
Deprecated.
version - Variable in class org.apache.hudi.avro.model.HoodieSliceInfo
Deprecated.
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
 
VisibleForTesting - Annotation Type in org.apache.hudi.common.util
Annotation designating a field or a method as visible for the testing purposes
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
 
visitAnd(Predicates.And) - Method in class org.apache.hudi.expression.BindVisitor
 
visitAnd(Predicates.And) - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
visitBoundReference(BoundReference) - Method in class org.apache.hudi.expression.BindVisitor
 
visitBoundReference(BoundReference) - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
visitLiteral(Literal) - Method in class org.apache.hudi.expression.BindVisitor
 
visitLiteral(Literal) - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
visitNameReference(NameReference) - Method in class org.apache.hudi.expression.BindVisitor
 
visitNameReference(NameReference) - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
visitNameReference(NameReference) - Method in class org.apache.hudi.expression.PartialBindVisitor
If the attribute cannot find from the schema, directly return null, visitPredicate will handle it.
visitOr(Predicates.Or) - Method in class org.apache.hudi.expression.BindVisitor
 
visitOr(Predicates.Or) - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
visitPredicate(Predicate) - Method in class org.apache.hudi.expression.BindVisitor
 
visitPredicate(Predicate) - Method in interface org.apache.hudi.expression.ExpressionVisitor
 
visitPredicate(Predicate) - Method in class org.apache.hudi.expression.PartialBindVisitor
If an expression is null after accept method, which means it cannot be bounded from schema, we'll directly return Predicates.TrueExpression.

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.
WaitStrategyFactory - Class in org.apache.hudi.common.util.queue
Factory for creating wait strategy for a queue.
WaitStrategyFactory() - Constructor for class org.apache.hudi.common.util.queue.WaitStrategyFactory
 
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 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(StoragePath) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
waitTillFileAppears(StoragePath) - Method in class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
waitTillFileAppears(StoragePath) - Method in class org.apache.hudi.common.fs.OptimisticConsistencyGuard
 
waitTillFileDisappears(StoragePath) - Method in class org.apache.hudi.common.fs.FailSafeConsistencyGuard
 
waitTillFileDisappears(StoragePath) - Method in class org.apache.hudi.common.fs.NoOpConsistencyGuard
 
waitTillFileDisappears(StoragePath) - 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
 
withAsyncIndex(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withAvroWriteSupport(String) - Method in class org.apache.hudi.common.config.HoodieStorageConfig.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.HoodieMetadataLogRecordReader.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.HoodieMetadataLogRecordReader.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.HoodieMetadataLogRecordReader.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
 
withDatadogApiKey(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogApiKeySkipValidation(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogApiKeySupplier(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogApiSite(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogApiTimeoutSeconds(int) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogHost(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogPrefix(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogReportPeriodSeconds(int) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.Builder
 
withDatadogTags(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsDatadogConfig.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<StoragePathInfo, 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.HoodieMetadataLogRecordReader.Builder
 
withDocumentation(String) - Method in class org.apache.hudi.common.config.ConfigProperty
 
withDocumentation(Class<U>) - Method in class org.apache.hudi.common.config.ConfigProperty
 
withDocumentation(Class<U>, 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
 
withEnableOptimizedLogBlocksScan(boolean) - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.Builder
 
withEnableRecordIndex(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withEngineType(EngineType) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withExecutorMetrics(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.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
 
withFileSystemActionRetryEnabled(boolean) - Method in class org.apache.hudi.common.fs.FileSystemRetryConfig.Builder
 
withForceFullScan(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
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
 
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.AbstractHoodieLogRecordReader.Builder
 
withInternalSchema(InternalSchema) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withInternalSchema(InternalSchema) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withKeyFiledOverride(String) - 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.HoodieMetadataLogRecordReader.Builder
 
withLockingMetrics(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
withLogBlockTimestamps(Set<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.Builder
 
withLogCompactBlocksThreshold(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withLogCompactionEnabled(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.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.HoodieMetadataLogRecordReader.Builder
 
withLogFilesFromFailedCommit(Map<String, Long>) - Method in class org.apache.hudi.common.HoodieRollbackStat.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
 
withLogWriteCallback(HoodieLogFileWriteCallback) - 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
 
withMaxLogFileSizeBytes(long) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.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.HoodieMetadataLogRecordReader.Builder
 
withMaxNumDeltaCommitsBeforeCompaction(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMaxNumDeltacommitsWhenPending(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMaxReaderBufferSize(long) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withMaxReaderMemory(long) - 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
 
withOptimizedLogBlocksScan(boolean) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withOptimizedLogBlocksScan(boolean) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withOptimizedLogBlocksScan(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withOptimizedLogBlocksScan(boolean) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.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.HoodieMetadataLogRecordReader.Builder
 
withPartitionPath(String) - Method in class org.apache.hudi.common.HoodieCleanStat.Builder
 
withPartitionPath(String) - Method in class org.apache.hudi.common.HoodieRollbackStat.Builder
 
withPath(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
withPolicy(HoodieCleaningPolicy) - Method in class org.apache.hudi.common.HoodieCleanStat.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
 
withPrometheusPortNum(int) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withProperties(Properties) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withPropertyBuilder() - Static method in class org.apache.hudi.common.table.HoodieTableMetaClient
 
withPushgatewayDeleteOnShutdownEnable(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withPushgatewayHostName(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withPushgatewayJobname(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withPushgatewayLabels(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withPushgatewayPortNum(Integer) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withPushgatewayRandomJobnameSuffix(boolean) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.Builder
 
withPushgatewayReportPeriodInSeconds(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsPrometheusConfig.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.HoodieMetadataLogRecordReader.Builder
 
withRecordIndexFileGroupCount(int, int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withRecordIndexGrowthFactor(float) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withRecordIndexMaxFileGroupSizeBytes(long) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withRecordIndexMaxParallelism(int) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withRecordMerger(HoodieRecordMerger) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withRecordMerger(HoodieRecordMerger) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withRecordMerger(HoodieRecordMerger) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.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
 
withReporterClass(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
withReporterType(String) - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig.Builder
 
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
 
withRocksDBPath(String) - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig.Builder
 
withRollbackBlockAppendResults(Map<StoragePathInfo, 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.HoodieMetadataLogRecordReader.Builder
 
withSpillableMapDir(String) - Method in class org.apache.hudi.common.config.HoodieMetadataConfig.Builder
 
withStorage(HoodieStorage) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withStorage(HoodieStorage) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withStorage(HoodieStorage) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withStorage(HoodieStorage) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withStorage(HoodieStorage) - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.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
 
withSuffix(String) - Method in class org.apache.hudi.common.table.log.HoodieLogFormat.WriterBuilder
 
withTableMetaClient(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.Builder
 
withTableMetaClient(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
 
withTableMetaClient(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.log.HoodieUnMergedLogRecordScanner.Builder
 
withTableMetaClient(HoodieTableMetaClient) - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader.Builder
 
withValidValues(String...) - Method in class org.apache.hudi.common.config.ConfigProperty
 
wrap(Iterator<E>) - Static method in interface org.apache.hudi.common.util.collection.ClosableIterator
 
wrapIntoHoodieRecordPayloadWithKeyGen(Schema, Properties, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
wrapIntoHoodieRecordPayloadWithKeyGen(Schema, Properties, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
wrapIntoHoodieRecordPayloadWithKeyGen(Schema, Properties, Option<BaseKeyGenerator>) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
wrapIntoHoodieRecordPayloadWithKeyGen(Schema, Properties, Option<BaseKeyGenerator>) - Method in interface org.apache.hudi.common.model.HoodieRecordCompatibilityInterface
This method used to extract HoodieKey through keyGenerator.
wrapIntoHoodieRecordPayloadWithParams(Schema, Properties, Option<Pair<String, String>>, Boolean, Option<String>, Boolean, Option<Schema>) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
 
wrapIntoHoodieRecordPayloadWithParams(Schema, Properties, Option<Pair<String, String>>, Boolean, Option<String>, Boolean, Option<Schema>) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
wrapIntoHoodieRecordPayloadWithParams(Schema, Properties, Option<Pair<String, String>>, Boolean, Option<String>, Boolean, Option<Schema>) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
 
wrapIntoHoodieRecordPayloadWithParams(Schema, Properties, Option<Pair<String, String>>, Boolean, Option<String>, Boolean, Option<Schema>) - Method in interface org.apache.hudi.common.model.HoodieRecordCompatibilityInterface
This method used to extract HoodieKey not through keyGenerator.
wrapValueIntoAvro(Comparable<?>) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
Wraps a value into Avro type wrapper.
write(Kryo, Output, D) - Method in class org.apache.hudi.avro.GenericAvroSerializer
 
write(DataOutput) - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 
write(DataOutput) - Method in class org.apache.hudi.common.bloom.Key
Serialize the fields of this object to out.
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(Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieRecord
NOTE: This method is declared final to make sure there's no polymorphism and therefore JIT compiler could perform more aggressive optimizations
write(Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
 
write(Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieRecordGlobalLocation
 
write(Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieRecordLocation
 
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.
write(Kryo, Output, Utf8) - Method in class org.apache.hudi.common.util.SerializationUtils.AvroUtf8Serializer
 
write(String, HoodieRecord, Schema, Properties) - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
write(String, HoodieRecord, Schema, Properties) - Method in interface org.apache.hudi.io.storage.HoodieFileWriter
 
write(String, HoodieRecord, Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileWriter
 
writeAvro(String, IndexedRecord) - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
writeAvroWithMetadata(HoodieKey, IndexedRecord) - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
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.HoodieCompactionStrategy
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieCompactionWriteStat
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecord
 
writeExternal(ObjectOutput) - Method in class org.apache.hudi.avro.model.HoodieDeleteRecordList
 
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.HoodieRecordIndexInfo
 
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
 
writeLock - Variable in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
 
writeLong(long) - Method in class org.apache.hudi.common.fs.SizeAwareDataOutputStream
 
writeMarkerTypeToFile(MarkerType, HoodieStorage, String) - Static method in class org.apache.hudi.common.util.MarkerUtils
Writes the marker type to the file `MARKERS.type`.
writeMetaFile(HoodieStorage, StoragePath, Properties) - Method in class org.apache.hudi.common.util.FileFormatUtils
Writes properties to the meta file.
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
 
writeRecordPayload(IndexedRecord, Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieAvroIndexedRecord
NOTE: This method is declared final to make sure there's no polymorphism and therefore JIT compiler could perform more aggressive optimizations
writeRecordPayload(T, Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieAvroRecord
 
writeRecordPayload(T, Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieEmptyRecord
NOTE: This method is declared final to make sure there's no polymorphism and therefore JIT compiler could perform more aggressive optimizations
writeRecordPayload(T, Kryo, Output) - Method in class org.apache.hudi.common.model.HoodieRecord
 
writeWithMetadata(HoodieKey, HoodieRecord, Schema, Properties) - Method in interface org.apache.hudi.io.storage.HoodieAvroFileWriter
 
writeWithMetadata(HoodieKey, HoodieRecord, Schema, Properties) - Method in interface org.apache.hudi.io.storage.HoodieFileWriter
 
writeWithMetadata(HoodieKey, HoodieRecord, Schema) - Method in interface org.apache.hudi.io.storage.HoodieFileWriter
 

X

xor(InternalFilter) - Method in class org.apache.hudi.common.bloom.InternalBloomFilter
 

Z

zipToMap(List<K>, List<V>) - Static method in class org.apache.hudi.common.util.CollectionUtils
Zip two lists into a Map.
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 X Z 
Skip navigation links

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