- CachingIterator<T> - Class in org.apache.hudi.common.util.collection
-
- CachingIterator() - Constructor for class org.apache.hudi.common.util.collection.CachingIterator
-
- 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
-
- 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
-
- 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
-
- cdcRecord(Schema, String, String, GenericRecord) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
-
- cdcRecord(Schema, String, String) - Static method in class org.apache.hudi.common.table.cdc.HoodieCDCUtils
-
- cdcStats - Variable in class org.apache.hudi.avro.model.HoodieWriteStat
-
Deprecated.
- 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
-
- 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
-
- 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.
- clearAction() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.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.
- clearBaseFile() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Clears the value of the 'baseFile' 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.
- clearCdcStats() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Clears the value of the 'cdcStats' 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.
- clearCompletionTime() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Clears the value of the 'completionTime' 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.HoodieIndexPartitionInfo.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.HoodieLSMTimelineInstant.Builder
-
Clears the value of the 'instantTime' 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.
- clearIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo.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.
- clearLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Clears the value of the 'logFiles' field.
- clearLogFilesFromFailedCommit() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
-
Clears the value of the 'logFilesFromFailedCommit' field.
- clearLogOffset() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Clears the value of the 'logOffset' field.
- clearLogVersion() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Clears the value of the 'logVersion' 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.
- clearMetadata() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Clears the value of the 'metadata' 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.
- clearPlan() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Clears the value of the 'plan' 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.
- clearPosition() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
-
Clears the value of the 'position' 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.
- clearRecordKey() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo.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.
- clearSecondaryIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Clears the value of the 'SecondaryIndexMetadata' 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.HoodieLSMTimelineInstant.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.client.transaction.lock.InProcessLockProvider
-
- 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.BaseHoodieMergedLogRecordScanner
-
- 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.HoodieLogFormatReverseReader
-
- close() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
- close() - Method in class org.apache.hudi.common.table.log.LogFileIterator
-
- close() - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- close() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader
-
- close() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader.HoodieFileGroupReaderIterator
-
- close() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
- close() - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
- 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 class org.apache.hudi.common.table.view.SpillableMapBasedFileSystemView
-
- 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.EmptyIterator
-
- 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
-
- ClosedOpenTimeRangeFilter(String, String) - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.ClosedOpenTimeRangeFilter
-
- 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<HoodieRecord>, List<Schema.Field>, String, Schema) - 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
-
- COLUMN_STATS_RECORD_SUPPORTED_TYPES - Static variable in class org.apache.hudi.metadata.HoodieTableMetadataUtil
-
- 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
-
- combineSecondaryIndexRecord(HoodieRecord<HoodieMetadataPayload>, HoodieRecord<HoodieMetadataPayload>) - Static 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_LAZY_BLOCK_READ_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieReaderConfig
-
- 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
-
- COMPACTION_REVERSE_LOG_READ_ENABLE - Static variable in class org.apache.hudi.common.config.HoodieReaderConfig
-
- 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(HoodieSecondaryIndex, HoodieSecondaryIndex) - Method in class org.apache.hudi.index.secondary.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(Comparable, Comparable) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Compares values in different types which can contain engine-specific types.
- compareTo(BootstrapFileMapping) - Method in class org.apache.hudi.common.model.BootstrapFileMapping
-
- compareTo(HoodieFileGroupId) - Method in class org.apache.hudi.common.model.HoodieFileGroupId
-
- compareTo(HoodieLSMTimelineManifest.LSMFileEntry) - Method in class org.apache.hudi.common.model.HoodieLSMTimelineManifest.LSMFileEntry
-
- compareTo(HoodieCDCFileSplit) - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
-
- compareTo(ActiveAction) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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
-
- COMPLETION_TIME_ARCHIVED_META_FIELD - Static variable in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline
-
- completionTime - Variable in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Deprecated.
- CompletionTimeQueryView - Class in org.apache.hudi.common.table.timeline
-
Query view for instant completion time.
- CompletionTimeQueryView(HoodieTableMetaClient) - Constructor for class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
The constructor.
- CompletionTimeQueryView(HoodieTableMetaClient, String) - Constructor for class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
The constructor.
- completionTimeQueryView - Variable in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
-
- composeEvolvedSchemaTransformer(HoodieDataBlock) - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
Get final Read Schema for support evolution.
- 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).
- concatTimeline(HoodieTimeline, HoodieTimeline, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
-
Concat two timelines timeline1 and timeline2 to build a new timeline.
- config - Variable in class org.apache.hudi.common.conflict.detection.DirectMarkerBasedDetectionStrategy
-
- config - Variable in class org.apache.hudi.common.table.timeline.TimeGeneratorBase
-
- 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".
- configure(OutputStream) - Method in class org.apache.hudi.avro.JsonEncoder
-
Reconfigures this JsonEncoder to use the output stream provided.
- configure(OutputStream, boolean) - Method in class org.apache.hudi.avro.JsonEncoder
-
Reconfigures this JsonEncoder to use the output stream provided.
- 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
-
- constructHoodieRecord(Option<T>, Map<String, Object>) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Constructs a new
HoodieRecord based on the record of engine-specific type and metadata for merging.
- constructRawDeleteRecord(Map<String, Object>) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Constructs engine specific delete record.
- 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
-
- consumeTimestamp(boolean, Consumer<Long>) - Method in interface org.apache.hudi.common.table.timeline.TimeGenerator
-
Passes an auto generated timestamp to the given function func.
- consumeTimestamp(boolean, Consumer<Long>) - Method in class org.apache.hudi.common.table.timeline.WaitBasedTimeGenerator
-
- 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
-
- containsLogRecord(String) - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
Check if a record exists in the buffered records.
- containsLogRecord(String) - Method in class org.apache.hudi.common.table.read.HoodieKeyBasedFileGroupRecordBuffer
-
- containsLogRecord(String) - Method in class org.apache.hudi.common.table.read.HoodiePositionBasedFileGroupRecordBuffer
-
- containsLogRecord(String) - Method in class org.apache.hudi.common.table.read.HoodieUnmergedFileGroupRecordBuffer
-
- containsOrBeforeTimelineStarts(String) - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
-
- containsOrBeforeTimelineStarts(String) - Method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
-
- containsPartialUpdates() - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
-
- 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, Map<String, Integer>) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
-
Convert an avro schema into internalSchema.
- convert(Schema) - Static method in class org.apache.hudi.internal.schema.convert.AvroInternalSchemaConverter
-
- convertAvroRecord(IndexedRecord) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Converts an Avro record, e.g., serialized in the log files, to an engine-specific record.
- 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
-
- convertCommitMetadata(HoodieCommitMetadata) - Static method in class org.apache.hudi.common.table.timeline.MetadataConversionUtils
-
Convert commit metadata from json to avro.
- convertCommitMetadataToJsonBytes(T, Class<T>) - Static method in class org.apache.hudi.common.table.timeline.MetadataConversionUtils
-
Convert commit metadata from avro to json.
- 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.
- convertFilesToPartitionStatsRecords(HoodieEngineContext, List<HoodieTableMetadataUtil.DirectoryInfo>, HoodieMetadataConfig, HoodieTableMetaClient) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
-
- 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.
- convertMetadataToPartitionStatsRecords(HoodieCommitMetadata, HoodieEngineContext, HoodieTableMetaClient, HoodieMetadataConfig) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
-
- convertMetadataToRecords(HoodieEngineContext, HoodieConfig, HoodieCommitMetadata, String, HoodieTableMetaClient, List<MetadataPartitionType>, String, int, boolean, int, List<String>, HoodieMetadataConfig) - 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.
- convertToPartitionPath(String) - Method in class org.apache.hudi.BaseHoodieTableFileIndex
-
- 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(HoodieIndexingConfig) - Static method in class org.apache.hudi.common.config.HoodieIndexingConfig
-
- 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(List<String>) - Method in class org.apache.hudi.common.model.HoodieLSMTimelineManifest
-
- 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
-
- 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(HoodieStorage, StoragePath, Properties) - Static method in class org.apache.hudi.common.config.HoodieIndexingConfig
-
- 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(String, String, List<String>, List<HoodieInstant>, List<HoodieInstant>, HoodieTimeline, HoodieTimeline) - Static method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- create(int, TimeUnit) - Static method in class org.apache.hudi.common.util.RateLimiter
-
- create(HoodieTableMetaClient, String, String, boolean, LinkedHashMap<String, Map<String, String>>, Map<String, String>) - Method in class org.apache.hudi.index.secondary.SecondaryIndexManager
-
Create a secondary index for hoodie table, two steps will be performed:
1.
- 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_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
-
- createBloomFilter(int, double, int, String) - Static method in class org.apache.hudi.common.bloom.BloomFilterFactory
-
- 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.
- 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
-
- createCompleteFileInMetaPath(boolean, HoodieInstant, Option<byte[]>) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
-
- createCompleteInstant(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
-
Create a complete instant and save to storage with a completion time.
- 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.HoodieLSMTimelineInstant
-
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.HoodieSecondaryIndexInfo
-
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, 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
-
- 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
-
- createLSMTimelineInstant(ActiveAction, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.MetadataConversionUtils
-
- createMetaWrapper(HoodieInstant, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.MetadataConversionUtils
-
- createMetaWrapperForEmptyInstant(HoodieInstant) - Static method in class org.apache.hudi.common.table.timeline.MetadataConversionUtils
-
- 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
-
Create a pending instant and save to storage.
- createNewInstantTime() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
-
Returns next instant time in the correct format.
- createNewInstantTime(boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
-
Returns next instant time in the correct format.
- createNewInstantTime(boolean, TimeGenerator) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
-
Returns next instant time in the correct format.
- createNewInstantTime(boolean, TimeGenerator, long) - Static method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
-
Returns next instant time in the correct format.
- createNewInstantTime(boolean, TimeGenerator, long) - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
-
Returns next instant time in the correct format.
- createNewSchemaFromFieldsWithReference(Schema, List<Schema.Field>) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
-
Create a new schema but maintain all meta info from the old schema
- 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.
- createPartitionStatsRecords(String, Collection<HoodieColumnRangeMetadata<Comparable>>, boolean) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
-
- 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
-
- createSchemaErrorString(String, Schema, Schema) - Static method in class org.apache.hudi.avro.AvroSchemaUtils
-
- createSchemaFromFields(List<Schema.Field>) - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- createSecondaryIndex(String, String, String, Boolean) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
-
Create and return a HoodieMetadataPayload to insert or update an entry for the secondary index.
- 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).
- currentTimeMillis(boolean) - Method in interface org.apache.hudi.common.table.timeline.TimeGenerator
-
Generates a globally monotonically increasing timestamp.
- currentTimeMillis(boolean) - Method in class org.apache.hudi.common.table.timeline.WaitBasedTimeGenerator
-
- 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
-
- generateChecksum(Properties) - Static method in class org.apache.hudi.common.config.HoodieIndexingConfig
-
- 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.
- generateMetadataForRecord(String, String, Comparable) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Generates metadata map based on the information.
- generateMetadataForRecord(T, Schema) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Generates metadata of the record.
- 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.HoodieLSMTimelineInstant
-
- 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.HoodieSecondaryIndexInfo
-
- 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 class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Gets the value of the 'action' field.
- getAction() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
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.ActiveAction
-
- 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
-
- getActiveInstants() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- 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.
- getActiveTimeline() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- 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
-
- 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) - 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(HoodieEngineContext, HoodieStorage, StoragePath, boolean) - Static method in class org.apache.hudi.common.fs.FSUtils
-
- getAllPartitionPaths(HoodieEngineContext, HoodieStorage, HoodieMetadataConfig, StoragePath) - 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
-
- getAllRecordsByKeys(List<String>, String) - Method in class org.apache.hudi.metadata.FileSystemBackedTableMetadata
-
- getAllRecordsByKeys(List<String>, String) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
-
- getAllRecordsByKeys(List<String>) - Method in class org.apache.hudi.metadata.HoodieMetadataLogRecordReader
-
- getAllRecordsByKeys(List<String>, String) - Method in interface org.apache.hudi.metadata.HoodieTableMetadata
-
Fetch records for given keys.
- 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
-
- getArchivedInstants() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- 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).
- getArchivedTimeline() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- getArchivelogFolder() - Method in class org.apache.hudi.common.table.HoodieTableConfig
-
Get the relative path of archive log folder under metafolder, for this table.
- 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
- getBaseFile() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Gets the value of the 'baseFile' field.
- getBaseFile() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Gets the value of the 'baseFile' field.
- 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
-
- getBaseInstantTime(CompletionTimeQueryView, HoodieLogFile) - Method in class org.apache.hudi.common.model.HoodieFileGroup
-
- getBasePath() - Method in class org.apache.hudi.BaseHoodieTableFileIndex
-
Returns table's base-path
- getBasePath() - Method in class org.apache.hudi.common.config.HoodieTimeGeneratorConfig
-
- getBasePath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
-
Returns base path of the table
- getBasePath() - Method in class org.apache.hudi.config.metrics.HoodieMetricsConfig
-
base properties.
- 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
-
- 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
-
- getBootstrapDataFields() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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.
- getBootstrapIndexClassName(HoodieConfig) - Static method in enum org.apache.hudi.common.model.BootstrapIndexType
-
- 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
-
- getBootstrapRequiredFields() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- getBootstrapRequiredFields() - Method in class org.apache.hudi.common.table.read.HoodiePositionBasedSchemaHandler
-
- getBufferType() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
- getBufferType() - Method in class org.apache.hudi.common.table.read.HoodieKeyBasedFileGroupRecordBuffer
-
- getBufferType() - Method in class org.apache.hudi.common.table.read.HoodiePositionBasedFileGroupRecordBuffer
-
- getBufferType() - Method in class org.apache.hudi.common.table.read.HoodieUnmergedFileGroupRecordBuffer
-
- 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.avro.model.HoodieWriteStat.Builder
-
Gets the value of the 'cdcStats' field.
- getCdcStats() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Gets the value of the 'cdcStats' field.
- 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
-
- getClassName() - Method in enum org.apache.hudi.common.model.BootstrapIndexType
-
- getClassName() - Method in enum org.apache.hudi.common.model.RecordPayloadType
-
- getClassName() - Method in enum org.apache.hudi.keygen.constant.KeyGeneratorType
-
- 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.HoodieLSMTimelineInstant
-
- 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.HoodieSecondaryIndexInfo
-
- 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
-
- getCleanPlan(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- getCleanRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
-
- getClosableIterator() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader
-
- 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
-
- getColumnRangeInPartition(String, List<HoodieColumnRangeMetadata<T>>) - Static method in class org.apache.hudi.common.util.FileFormatUtils
-
Aggregate column range statistics across files in a partition.
- getColumns() - Method in class org.apache.hudi.index.secondary.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.
- getColumnStatsValueAsString(Object) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
-
- 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(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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.
- getCompletedDeltaCommitsSinceLatestCompaction(HoodieActiveTimeline) - Static method in class org.apache.hudi.common.util.CompactionUtils
-
Returns a pair of (timeline containing the completed 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 completed delta commits,
the first delta commit instant), if there is no completed compaction commit.
- getCompletedInstants() - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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.
- getCompletionTime() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Gets the value of the 'completionTime' field.
- getCompletionTime() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Gets the value of the 'completionTime' field.
- getCompletionTime() - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- getCompletionTime(String, String) - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
Get completion time with a base instant time as a reference to fix the compatibility.
- getCompletionTime(String) - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
Queries the instant completion time with given start time.
- getCompletionTime() - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
-
- getCompletionTime(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
-
Returns the completion time for instant.
- 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
-
- getCurrentInstantLogBlocks() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- getCurrentLocation() - Method in class org.apache.hudi.common.model.HoodieRecord
-
- getCurrentLocation() - Method in class org.apache.hudi.common.model.HoodieRecordDelegate
-
- getCurrentLocationInstant(HoodieRecord<?>) - Static method in class org.apache.hudi.common.util.HoodieRecordUtils
-
- getCurrentOwnerLockInfo() - Method in interface org.apache.hudi.common.lock.LockProvider
-
- getCurrentPosition() - Method in class org.apache.hudi.common.model.HoodieRecord
-
- getCurrentSize() - Method in interface org.apache.hudi.common.table.log.HoodieLogFormat.Writer
-
- getCursorInstant() - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
- 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
-
- getDataSchema() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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.HoodieLSMTimelineInstant
-
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.HoodieSecondaryIndexInfo
-
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
-
- getDefaultBootstrapIndexClassName(HoodieConfig) - Static method in enum org.apache.hudi.common.model.BootstrapIndexType
-
- 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
-
- getDeltaCommitTime() - Method in class org.apache.hudi.common.model.HoodieLogFile
-
- getDeltaCommitTimeFromLogPath(StoragePath) - Static method in class org.apache.hudi.common.fs.FSUtils
-
Get the second part of the file name in the log file.
- 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.
- getEarliestInstantToRetainForClustering(HoodieActiveTimeline, HoodieTableMetaClient) - Static method in class org.apache.hudi.common.util.ClusteringUtils
-
Returns the earliest instant to retain.
- getEarliestInstantToRetainForCompaction(HoodieActiveTimeline, int) - Static method in class org.apache.hudi.common.util.CompactionUtils
-
Gets the earliest instant to retain for MOR compaction.
- getEmptyInternalSchema() - Static method in class org.apache.hudi.internal.schema.InternalSchema
-
- getEnabledPartitions(TypedProperties, HoodieTableMetaClient) - Static method in enum org.apache.hudi.metadata.MetadataPartitionType
-
Returns the list of metadata partition types enabled based on the metadata config and table config.
- getEndInstant() - Method in class org.apache.hudi.common.table.log.InstantRange
-
- getEndInstant() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- getEngineContext() - Method in class org.apache.hudi.metadata.BaseTableMetadata
-
- getEngineRecordIterator(HoodieReaderContext<T>) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
-
Returns all the records in the type of engine-specific record representation contained
within this block in an iterator.
- getEngineRecordIterator(HoodieReaderContext<T>, List<String>, boolean) - Method in class org.apache.hudi.common.table.log.block.HoodieDataBlock
-
Batch get of keys of interest.
- 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.HoodieIndexPartitionInfo.Builder
-
Gets the value of the 'extraMetadata' field.
- getExtraMetadata() - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
-
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.
- getFileIdFromFileName(String) - Static method in class org.apache.hudi.common.fs.FSUtils
-
- 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.
- getFileLayer(String) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Parse the layer number from the file name.
- getFileLen() - Method in class org.apache.hudi.common.model.BaseFile
-
- getFileLen() - Method in class org.apache.hudi.common.model.HoodieLSMTimelineManifest.LSMFileEntry
-
- 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.HoodieLSMTimelineManifest.LSMFileEntry
-
- 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.
- getFileName(String) - Method in class org.apache.hudi.common.table.timeline.HoodieInstant
-
Get the filename for this instant.
- getFileNames() - Method in class org.apache.hudi.common.model.HoodieLSMTimelineManifest
-
- 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
-
- getFileRecordIterator(StoragePath, long, long, Schema, Schema, HoodieStorage) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Gets the record iterator based on the type of engine-specific record representation from the
file.
- getFiles() - Method in class org.apache.hudi.common.model.HoodieLSMTimelineManifest
-
- 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.
- getFunctionalIndexFileGroupCount() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- getFunctionalIndexParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- 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.
- getHasBootstrapBaseFile() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- getHashingMetadataPath() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
-
- getHasLogFiles() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.
- getHoodieCommitMetadata(HoodieTableMetaClient, HoodieInstant) - Static method in class org.apache.hudi.common.table.timeline.MetadataConversionUtils
-
- 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.
- getIndexDefinitionPath() - Method in class org.apache.hudi.common.table.HoodieTableConfig
-
- getIndexDefinitions() - Method in class org.apache.hudi.common.model.HoodieIndexMetadata
-
- 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
-
- getIndexFunction() - Method in class org.apache.hudi.common.config.HoodieIndexingConfig
-
- getIndexFunction() - Method in class org.apache.hudi.common.model.HoodieIndexDefinition
-
- getIndexFunction() - Method in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
Get the expression associated with the index.
- getIndexInflightInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
-
- getIndexingCheckTimeoutSeconds() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- getIndexMetadata() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
-
Returns Option of
HoodieIndexMetadata from index definition file if present, else returns empty Option.
- getIndexName() - Method in class org.apache.hudi.common.config.HoodieIndexingConfig
-
- getIndexName() - Method in class org.apache.hudi.common.model.HoodieIndexDefinition
-
- getIndexName() - Method in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
Get the name of the index.
- getIndexName() - Method in class org.apache.hudi.index.secondary.HoodieSecondaryIndex
-
- getIndexOptions() - Method in class org.apache.hudi.common.model.HoodieIndexDefinition
-
- getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata.Builder
-
Gets the value of the 'indexPartitionInfos' field.
- getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexCommitMetadata
-
Gets the value of the 'indexPartitionInfos' field.
- getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan.Builder
-
Gets the value of the 'indexPartitionInfos' field.
- getIndexPartitionInfos() - Method in class org.apache.hudi.avro.model.HoodieIndexPlan
-
Gets the value of the 'indexPartitionInfos' field.
- getIndexRequestedInstant(String) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
-
- getIndexType() - Method in class org.apache.hudi.common.config.HoodieIndexingConfig
-
- getIndexType() - Method in class org.apache.hudi.common.model.HoodieIndexDefinition
-
- getIndexType() - Method in class org.apache.hudi.index.secondary.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
-
- getInflightCommitMetadata(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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(String, long) - Static method in class org.apache.hudi.common.model.HoodieLSMTimelineManifest.LSMFileEntry
-
- 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() - Static method in class org.apache.hudi.index.secondary.SecondaryIndexManager
-
- getInstance(HoodieMetricsConfig, HoodieStorage) - Static method in class org.apache.hudi.metrics.Metrics
-
- getInstant() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
-
- getInstant() - Method in class org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
-
- getInstant() - Method in class org.apache.hudi.common.table.timeline.dto.InstantStateDTO
-
- 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.
- getInstantFileName(HoodieInstant) - Method in class org.apache.hudi.common.table.timeline.HoodieActiveTimeline
-
Many callers might not pass completionTime, here we have to search
timeline to get completionTime, the impact should be minor since
1.
- 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
-
- getInstantRange() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- 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
-
- getInstantsOrderedByCompletionTime() - Method in class org.apache.hudi.common.table.timeline.HoodieDefaultTimeline
-
- getInstantsOrderedByCompletionTime() - 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.HoodieLSMTimelineInstant.Builder
-
Gets the value of the 'instantTime' field.
- getInstantTime() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Gets the value of the 'instantTime' 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
-
- getInstantTime() - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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
-
- getInternalSchema() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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
-
- 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.
- getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo.Builder
-
Gets the value of the 'isDeleted' field.
- getIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
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
-
- getKeyGeneratorClassName(HoodieConfig) - Static method in enum org.apache.hudi.keygen.constant.KeyGeneratorType
-
- getKeys() - Method in interface org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader.KeySpec
-
- getKeys() - Method in class org.apache.hudi.common.table.log.FullKeySpec
-
- getKeys() - Method in interface org.apache.hudi.common.table.log.KeySpec
-
- getKeys() - Method in class org.apache.hudi.common.table.log.PrefixKeySpec
-
- 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
-
- 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.read.IncrementalQueryAnalyzer.QueryContext
-
Returns the latest instant time which should be included physically in reading.
- 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.
- getLastInstantTime() - Static method in class org.apache.hudi.common.table.timeline.HoodieInstantTimeGenerator
-
- 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.
- getLatestCommitTime() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.
- getLatestFileSlicesIncludingInflight(String) - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
-
- getLatestFileSlicesIncludingInflight(String) - Method in class org.apache.hudi.common.table.view.PriorityBasedFileSystemView
-
- getLatestFileSlicesIncludingInflight(String) - Method in class org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView
-
- getLatestFileSlicesIncludingInflight(String) - Method in interface org.apache.hudi.common.table.view.TableFileSystemView.SliceViewWithLatestSlice
-
Get the latest file slices for a given partition including the 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.
- getLatestHoodieRecord(HoodieRecord<T>, HoodieRecord<T>, String) - Static method in class org.apache.hudi.common.table.log.BaseHoodieMergedLogRecordScanner
-
- getLatestInstantTime() - Method in class org.apache.hudi.common.model.FileSlice
-
Returns the latest instant time of the file slice.
- 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 class org.apache.hudi.client.transaction.lock.InProcessLockProvider
-
- getLock() - Method in interface org.apache.hudi.common.lock.LockProvider
-
- getLockConfiguration() - Method in class org.apache.hudi.common.config.HoodieTimeGeneratorConfig
-
- getLockProvider() - Method in class org.apache.hudi.common.table.timeline.TimeGeneratorBase
-
- 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) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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
-
- getLogFile() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReverseReader
-
- 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.avro.model.HoodieWriteStat.Builder
-
Gets the value of the 'logFiles' field.
- getLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Gets the value of the 'logFiles' field.
- 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.avro.model.HoodieWriteStat.Builder
-
Gets the value of the 'logOffset' field.
- getLogOffset() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Gets the value of the 'logOffset' field.
- getLogOffset() - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
-
- getLogRecordIterator() - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- getLogRecordIterator() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
- getLogRecordIterator() - Method in class org.apache.hudi.common.table.read.HoodieUnmergedFileGroupRecordBuffer
-
- getLogRecords() - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- getLogRecords() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
- getLogRecordScanner(List<HoodieLogFile>, String, Option<Boolean>) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
-
- getLogVersion() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Gets the value of the 'logVersion' field.
- getLogVersion() - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Gets the value of the 'logVersion' field.
- 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
-
- 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.
- getMandatoryFieldsForMerging(HoodieTableConfig) - Method in interface org.apache.hudi.common.model.HoodieRecordMerger
-
- getManifestFilePath(HoodieTableMetaClient, int) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Returns the full manifest file path with given version number.
- getManifestFilePathFilter() - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Returns a path filter for the manifest files.
- getManifestVersion(String) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Parse the snapshot version from the manifest file name.
- 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.
- getMaxCompletionTime() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- 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
-
- getMaxExpectedClockSkewMs() - Method in class org.apache.hudi.common.config.HoodieTimeGeneratorConfig
-
- getMaxFileSize() - Method in class org.apache.hudi.io.storage.HoodieOrcConfig
-
- getMaxInstantTime(String) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Parse the maximum instant time from the file name.
- 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.
- getMergingStrategy() - Method in class org.apache.hudi.common.model.OverwriteWithLatestMerger
-
- 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.avro.model.HoodieLSMTimelineInstant.Builder
-
Gets the value of the 'metadata' field.
- getMetadata() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Gets the value of the 'metadata' field.
- 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
-
- getMinInstantTime(String) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Parse the minimum instant time from the file name.
- 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
-
- getNameToPosition() - Method in class org.apache.hudi.internal.schema.InternalSchema
-
Returns the full name of the field and its position in the schema.
- getNeedsBootstrapMerge() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.BaseHoodieMergedLogRecordScanner
-
- getNumMergedRecordsInLog() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
- 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.index.secondary.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
-
- 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.index.secondary.HoodieSecondaryIndex
-
- getOrderedSourceFields() - Method in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
Get the list of fields involved in the expression in order.
- 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(Option<T>, Map<String, Object>, Schema, TypedProperties) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Gets the ordering value in particular type.
- 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.
- getOutputConverter() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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
-
- 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
-
- getPartitionNameOverride() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- getPartitionNames() - Method in class org.apache.hudi.common.table.view.AbstractTableFileSystemView
-
- 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.
- getPartitionStatsIndexFileGroupCount() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- getPartitionStatsIndexKey(String, String) - Static method in class org.apache.hudi.metadata.HoodieMetadataPayload
-
- getPartitionStatsIndexParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- 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
-
- 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
-
- getPayloadClassFQN() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- getPayloadClassName(HoodieConfig) - Static method in enum org.apache.hudi.common.model.RecordPayloadType
-
- getPayloadProps() - Method in class org.apache.hudi.common.table.log.AbstractHoodieLogRecordReader
-
- getPayloadProps() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- getPendingAction() - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
A COMPACTION action eventually becomes COMMIT when completed.
- 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
-
- getPendingInstant() - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- getPendingInstants() - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- 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.
- getPlan() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Gets the value of the 'plan' field.
- getPlan() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Gets the value of the 'plan' field.
- 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
-
- getPosition() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
-
Gets the value of the 'position' field.
- getPosition() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
-
Gets the value of the 'position' field.
- getPosition() - Method in class org.apache.hudi.common.model.HoodieRecordLocation
-
- 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
-
- 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.
- getProgress() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
Return progress of scanning as a float between 0.0 to 1.0.
- getProjectedSchemaForFunctionalIndex(HoodieIndexDefinition, HoodieTableMetaClient) - Static method in class org.apache.hudi.metadata.HoodieTableMetadataUtil
-
- 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
-
- 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.
- getReadSchema(HoodieArchivedTimeline.LoadMode) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
- 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(HoodieRecord, String[], Schema, boolean) - Static method in class org.apache.hudi.avro.HoodieAvroUtils
-
Gets record column values into object array.
- getRecordColumnValues(HoodieRecord, 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.avro.model.HoodieSecondaryIndexInfo.Builder
-
Gets the value of the 'recordKey' field.
- getRecordKey() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
Gets the value of the 'recordKey' field.
- getRecordKey(T, Schema) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Gets the record key in String.
- 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
-
- getRecordKeyFromSecondaryIndex() - Method in class org.apache.hudi.metadata.HoodieMetadataPayload
-
- 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
-
- getRecordMergeMode() - Method in interface org.apache.hudi.common.model.HoodieRecordMerger
-
The record merge mode that corresponds to this record merger
- getRecordMergeMode() - Method in class org.apache.hudi.common.table.HoodieTableConfig
-
- getRecordMergeMode(Properties) - Static method in class org.apache.hudi.common.table.read.HoodieFileGroupReader
-
- getRecordMerger() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- getRecordMerger(String) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.BaseHoodieMergedLogRecordScanner
-
- getRecords() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
- getRecords() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
-
- getRecords() - Method in class org.apache.hudi.common.table.log.HoodieMetadataMergedLogRecordScanner
-
- 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
-
- getRecordsIterator(HoodieDataBlock, Option<KeySpec>) - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
Create a record iterator for a data block.
- 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.model.OverwriteWithLatestMerger
-
- getRecordType() - Method in class org.apache.hudi.common.table.log.BaseHoodieMergedLogRecordScanner
-
- getRecordType() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
- 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.
- 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
-
- getRequestedCommitMetadata(HoodieTableMetaClient) - Method in class org.apache.hudi.common.table.timeline.ActiveAction
-
- getRequestedInstant(HoodieInstant) - Static method in interface org.apache.hudi.common.table.timeline.HoodieTimeline
-
- getRequestedSchema() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- getRequiredSchema() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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.HoodieLSMTimelineInstant
-
- 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.HoodieSecondaryIndexInfo
-
- 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
-
- getSchemaHandler() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- getSchemaTransformerWithEvolvedSchema(HoodieDataBlock) - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- getSecondaryIndexColumn() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- getSecondaryIndexes(HoodieTableMetaClient) - Static method in class org.apache.hudi.index.secondary.SecondaryIndexUtils
-
Get secondary index metadata for this table
- getSecondaryIndexesMetadata() - Method in class org.apache.hudi.common.table.HoodieTableConfig
-
- getSecondaryIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Gets the value of the 'SecondaryIndexMetadata' field.
- getSecondaryIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
-
Gets the value of the 'SecondaryIndexMetadata' field.
- getSecondaryIndexMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Gets the Builder instance for the 'SecondaryIndexMetadata' field and creates one if it doesn't exist yet.
- getSecondaryIndexParallelism() - Method in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- getSecondaryIndexRecords(List<String>, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
-
Returns a map of (record-key -> list-of-secondary-index-records) for the provided secondary keys.
- getSecondaryIndexRecords(List<String>, String) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
-
- getSecondaryKeys(List<String>) - Method in class org.apache.hudi.metadata.BaseTableMetadata
-
Returns a map of (record-key -> secondary-key) for the provided record keys.
- getSecondaryKeysForRecordKeys(List<String>, String) - Method in class org.apache.hudi.metadata.BaseTableMetadata
-
- getSecondaryKeysForRecordKeys(List<String>, String) - Method in class org.apache.hudi.metadata.HoodieBackedTableMetadata
-
- getSecondaryStorageType() - Method in class org.apache.hudi.common.table.view.FileSystemViewStorageConfig
-
- getSeqNo() - Method in class org.apache.hudi.common.model.HoodieConsistentHashingMetadata
-
- getShouldMergeUseRecordPosition() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.
- getSourceFields() - Method in class org.apache.hudi.common.model.HoodieIndexDefinition
-
- 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
-
- getStartInstant() - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.QueryContext
-
- 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.
- getStartTimes(HoodieTimeline, Option<String>, Option<String>, InstantRange.RangeType) - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
Queries the instant start time with given completion time range.
- getStartTimes(String, String, Function<String, String>) - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
Queries the instant start time with given completion time range.
- getStartTimes(HoodieTimeline, Option<String>, Option<String>, InstantRange.RangeType, Function<String, String>) - Method in class org.apache.hudi.common.table.timeline.CompletionTimeQueryView
-
Queries the instant start time with given completion time range.
- 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.dto.InstantStateDTO
-
- 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.
- 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(String, StorageConfiguration<?>) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Gets the file system based on the file path and configuration.
- 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(Properties, ConfigProperty<String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
-
- getStringWithAltKeys(Properties, ConfigProperty<String>, boolean) - Static method in class org.apache.hudi.common.util.ConfigUtils
-
- getStringWithAltKeys(Properties, ConfigProperty<?>, String) - Static method in class org.apache.hudi.common.util.ConfigUtils
-
- getStringWithAltKeys(Map<String, Object>, ConfigProperty<String>) - Static method in class org.apache.hudi.common.util.ConfigUtils
-
- 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
-
- 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.
- getTableInitialVersion() - Method in class org.apache.hudi.common.table.HoodieTableConfig
-
- 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() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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
-
- getTimeGenerator(HoodieTimeGeneratorConfig, StorageConfiguration<?>) - Static method in class org.apache.hudi.common.table.timeline.TimeGenerators
-
- getTimeGeneratorConfig() - Method in class org.apache.hudi.common.table.HoodieTableMetaClient
-
- getTimeGeneratorType() - Method in class org.apache.hudi.common.config.HoodieTimeGeneratorConfig
-
- 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
-
- getTotalCorruptBlocks() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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
-
- getTotalLogBlocks() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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
-
- getTotalLogFiles() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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
-
- getTotalLogRecords() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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
-
- getTotalRollbacks() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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.BaseHoodieMergedLogRecordScanner
-
- getTotalTimeTakenToReadAndMergeBlocks() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
- 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
-
- getValidBlockInstants() - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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(T, Schema, String) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Gets the field value.
- 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 enum org.apache.hudi.index.secondary.SecondaryIndexType
-
- getValue() - Method in class org.apache.hudi.metrics.HoodieGauge
-
Returns the metric's current value.
- 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.HoodieLSMTimelineInstant.Builder
-
Gets the value of the 'version' field.
- getVersion() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
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
-
- getVersionFilePath(HoodieTableMetaClient) - Static method in class org.apache.hudi.common.table.timeline.LSMTimeline
-
Returns the full version file path with given version number.
- 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
-
- 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
-
- 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
-
- 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
-
- handleHollowCommitIfNeeded(HoodieTimeline, HoodieTableMetaClient, TimelineUtils.HollowCommitHandling) - Static method in class org.apache.hudi.common.table.timeline.TimelineUtils
-
- 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.
- hasAction() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.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.
- hasBaseFile() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Checks whether the 'baseFile' 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
- hasBootstrapBaseFile - Variable in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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.
- hasCdcStats() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Checks whether the 'cdcStats' 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.
- hasCompletionTime() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Checks whether the 'completionTime' 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.HoodieIndexPartitionInfo.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
-
- 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.HoodieLSMTimelineInstant.Builder
-
Checks whether the 'instantTime' 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.
- hasIsDeleted() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo.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.
- hasLogFiles() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Checks whether the 'logFiles' field has been set.
- hasLogFilesFromFailedCommit() - Method in class org.apache.hudi.avro.model.HoodieRollbackPartitionMetadata.Builder
-
Checks whether the 'logFilesFromFailedCommit' field has been set.
- hasLogOffset() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Checks whether the 'logOffset' field has been set.
- hasLogVersion() - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Checks whether the 'logVersion' 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.
- hasMetadata() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Checks whether the 'metadata' 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.table.log.HoodieLogFormatReverseReader
-
- hasNext() - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- hasNext() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader
-
- hasNext() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader.HoodieFileGroupReaderIterator
-
- hasNext() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
Check if next merged record exists.
- hasNext() - Method in class org.apache.hudi.common.util.collection.CachingIterator
-
- hasNext() - Method in class org.apache.hudi.common.util.collection.EmptyIterator
-
- 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
-
- hasNextBaseRecord(T, Pair<Option<T>, Map<String, Object>>) - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- hasNextBaseRecord(T) - Method in class org.apache.hudi.common.table.read.HoodieKeyBasedFileGroupRecordBuffer
-
- hasNextBaseRecord(T) - Method in class org.apache.hudi.common.table.read.HoodiePositionBasedFileGroupRecordBuffer
-
- hasNextLogRecord() - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- 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
- hasPlan() - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Checks whether the 'plan' field has been set.
- 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.
- hasPosition() - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
-
Checks whether the 'position' 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
-
- hasPrev() - Method in class org.apache.hudi.common.table.log.HoodieLogFormatReverseReader
-
- 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.
- hasRecordKey() - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo.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.
- hasSecondaryIndexMetadata() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Checks whether the 'SecondaryIndexMetadata' field has been set.
- hasSecondaryIndexMetadataBuilder() - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Checks whether the 'SecondaryIndexMetadata' field has an active Builder instance
Metadata Index that contains information about secondary keys and the corresponding record keys in the dataset
- 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.HoodieLSMTimelineInstant.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- HOODIE_BOOTSTRAP_INDEX_CLASS_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
-
- 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
-
- 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
-
- 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
-
- HOODIE_RT_FILE_FORMAT_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
-
- 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
-
- HOODIE_TABLE_PRECOMBINE_FIELD - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
-
- HOODIE_TABLE_TYPE_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
-
- HOODIE_TABLE_VERSION_PROP_NAME - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
-
- HOODIE_TIMELINE_LAYOUT_VERSION - Static variable in class org.apache.hudi.common.table.HoodieTableConfig
-
- 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.ClosedOpenTimeRangeFilter - Class in org.apache.hudi.common.table.timeline
-
A time based filter with range [startTs, endTs).
- HoodieArchivedTimeline.LoadMode - Enum in org.apache.hudi.common.table.timeline
-
Different mode for loading the archived instant metadata.
- HoodieArchivedTimeline.StartTsFilter - Class in org.apache.hudi.common.table.timeline
-
A time based filter with range [startTs, +∞).
- HoodieArchivedTimeline.TimeRangeFilter - Class in org.apache.hudi.common.table.timeline
-
A time based filter with range (startTs, endTs].
- 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>, boolean, 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, HoodieRecordLocation) - Constructor for class org.apache.hudi.common.model.HoodieAvroIndexedRecord
-
- HoodieAvroIndexedRecord(IndexedRecord, HoodieRecordLocation) - 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
-
- 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
-
- HoodieBaseFileGroupRecordBuffer<T> - Class in org.apache.hudi.common.table.read
-
- HoodieBaseFileGroupRecordBuffer(HoodieReaderContext<T>, HoodieTableMetaClient, Option<String>, Option<String[]>, HoodieRecordMerger, TypedProperties) - Constructor for class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- 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
-
- 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
-
- 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>, boolean, 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(List<Pair<DeleteRecord, Long>>, boolean, 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
-
- 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 a 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
-
- HoodieFileGroupReader<T> - Class in org.apache.hudi.common.table.read
-
A file group reader that iterates through the records in a single file group.
- HoodieFileGroupReader(HoodieReaderContext<T>, HoodieStorage, String, String, FileSlice, Schema, Schema, Option<InternalSchema>, HoodieTableMetaClient, TypedProperties, long, long, boolean) - Constructor for class org.apache.hudi.common.table.read.HoodieFileGroupReader
-
- HoodieFileGroupReader.HoodieFileGroupReaderIterator<T> - Class in org.apache.hudi.common.table.read
-
- HoodieFileGroupReaderIterator(HoodieFileGroupReader<T>) - Constructor for class org.apache.hudi.common.table.read.HoodieFileGroupReader.HoodieFileGroupReaderIterator
-
- HoodieFileGroupReaderSchemaHandler<T> - Class in org.apache.hudi.common.table.read
-
This class is responsible for handling the schema for the file group reader.
- HoodieFileGroupReaderSchemaHandler(HoodieReaderContext<T>, Schema, Schema, Option<InternalSchema>, HoodieTableConfig) - Constructor for class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- HoodieFileGroupRecordBuffer<T> - Interface in org.apache.hudi.common.table.read
-
- HoodieFileGroupRecordBuffer.BufferType - Enum in org.apache.hudi.common.table.read
-
- 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
-
- HoodieFileSliceReader<T> - Class in org.apache.hudi.common.table.log
-
- HoodieFileSliceReader(Option<HoodieFileReader>, HoodieMergedLogRecordScanner, Schema, String, HoodieRecordMerger, Properties, Option<Pair<String, String>>) - Constructor for class org.apache.hudi.common.table.log.HoodieFileSliceReader
-
- 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.
- HoodieFunctionalIndex<S,T> - Interface in org.apache.hudi.index.functional
-
Interface representing a functional index in Hudi.
- HoodieFunctionalIndexException - Exception in org.apache.hudi.exception
-
Exception for Hudi functional index.
- HoodieFunctionalIndexException(String) - Constructor for exception org.apache.hudi.exception.HoodieFunctionalIndexException
-
- HoodieFunctionalIndexException(String, Throwable) - Constructor for exception org.apache.hudi.exception.HoodieFunctionalIndexException
-
- 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.index.secondary.HoodieSecondaryIndex.HoodieIndexCompactor
-
- HoodieIndexDefinition - Class in org.apache.hudi.common.model
-
Class representing the metadata for a functional or secondary index in Hudi.
- HoodieIndexDefinition() - Constructor for class org.apache.hudi.common.model.HoodieIndexDefinition
-
- HoodieIndexDefinition(String, String, String, List<String>, Map<String, String>) - Constructor for class org.apache.hudi.common.model.HoodieIndexDefinition
-
- 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.
- HoodieIndexingConfig - Class in org.apache.hudi.common.config
-
- HoodieIndexingConfig() - Constructor for class org.apache.hudi.common.config.HoodieIndexingConfig
-
- HoodieIndexingConfig.Builder - Class in org.apache.hudi.common.config
-
- HoodieIndexMetadata - Class in org.apache.hudi.common.model
-
Represents the metadata for all functional and secondary indexes in Hudi.
- HoodieIndexMetadata() - Constructor for class org.apache.hudi.common.model.HoodieIndexMetadata
-
- HoodieIndexMetadata(Map<String, HoodieIndexDefinition>) - Constructor for class org.apache.hudi.common.model.HoodieIndexMetadata
-
- HoodieIndexPartitionInfo - Class in org.apache.hudi.avro.model
-
- HoodieIndexPartitionInfo() - Constructor for class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
-
Default constructor.
- HoodieIndexPartitionInfo(Integer, String, String, Map<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
-
- HoodieKeyBasedFileGroupRecordBuffer<T> - Class in org.apache.hudi.common.table.read
-
- HoodieKeyBasedFileGroupRecordBuffer(HoodieReaderContext<T>, HoodieTableMetaClient, Option<String>, Option<String[]>, HoodieRecordMerger, TypedProperties) - Constructor for class org.apache.hudi.common.table.read.HoodieKeyBasedFileGroupRecordBuffer
-
- 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
-
- HoodieListPairData<K,V> - Class in org.apache.hudi.common.data
-
- 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
-
- 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.
- HoodieLogFormatReverseReader - Class in org.apache.hudi.common.table.log
-
A log format reader by reading log files and blocks in reserve order.
- HoodieLSMTimelineInstant - Class in org.apache.hudi.avro.model
-
- HoodieLSMTimelineInstant() - Constructor for class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Default constructor.
- HoodieLSMTimelineInstant(String, String, String, ByteBuffer, ByteBuffer, Integer) - Constructor for class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
All-args constructor.
- HoodieLSMTimelineInstant.Builder - Class in org.apache.hudi.avro.model
-
RecordBuilder for HoodieLSMTimelineInstant instances.
- HoodieLSMTimelineManifest - Class in org.apache.hudi.common.model
-
Manifest entry for a version snapshot of the archived timeline.
- HoodieLSMTimelineManifest() - Constructor for class org.apache.hudi.common.model.HoodieLSMTimelineManifest
-
- HoodieLSMTimelineManifest(List<HoodieLSMTimelineManifest.LSMFileEntry>) - Constructor for class org.apache.hudi.common.model.HoodieLSMTimelineManifest
-
- HoodieLSMTimelineManifest.LSMFileEntry - Class in org.apache.hudi.common.model
-
A file entry.
- HoodieMemoryConfig - Class in org.apache.hudi.common.config
-
Memory related config.
- HoodieMemoryConfig.Builder - Class in org.apache.hudi.common.config
-
- 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.
- HoodieMergedLogRecordReader<T> - Class in org.apache.hudi.common.table.log
-
A log record reader that merges the records with the same record key.
- HoodieMergedLogRecordReader.Builder<T> - Class in org.apache.hudi.common.table.log
-
Builder used to build HoodieUnMergedLogRecordScanner.
- 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(HoodieStorage, String, List<String>, Schema, String, Long, boolean, int, String, Option<InstantRange>, ExternalSpillableMap.DiskMapType, boolean, boolean, boolean, Option<String>, InternalSchema, Option<String>, boolean, HoodieRecordMerger, Option<HoodieTableMetaClient>) - Constructor for class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner
-
- HoodieMergedLogRecordScanner.Builder - Class in org.apache.hudi.common.table.log
-
Builder used to build HoodieMergedLogRecordScanner.
- 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.
- HoodieMetadataMergedLogRecordScanner - Class in org.apache.hudi.common.table.log
-
- HoodieMetadataMergedLogRecordScanner.Builder - Class in org.apache.hudi.common.table.log
-
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, HoodieSecondaryIndexInfo) - 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, HoodieSecondaryIndexInfo) - 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.
- HoodieMetadataRecordMerger - Class in org.apache.hudi.common.model
-
Record merger that accumulates metadata records.
- HoodieMetadataRecordMerger() - Constructor for class org.apache.hudi.common.model.HoodieMetadataRecordMerger
-
- 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
-
- 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>, boolean, 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
-
- 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
-
- HoodiePositionBasedFileGroupRecordBuffer<T> - Class in org.apache.hudi.common.table.read
-
- HoodiePositionBasedFileGroupRecordBuffer(HoodieReaderContext<T>, HoodieTableMetaClient, Option<String>, Option<String[]>, HoodieRecordMerger, TypedProperties) - Constructor for class org.apache.hudi.common.table.read.HoodiePositionBasedFileGroupRecordBuffer
-
- HoodiePositionBasedSchemaHandler<T> - Class in org.apache.hudi.common.table.read
-
This class is responsible for handling the schema for the file group reader that supports positional merge.
- HoodiePositionBasedSchemaHandler(HoodieReaderContext<T>, Schema, Schema, Option<InternalSchema>, HoodieTableConfig) - Constructor for class org.apache.hudi.common.table.read.HoodiePositionBasedSchemaHandler
-
- 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
-
- HoodieReaderConfig - Class in org.apache.hudi.common.config
-
Configurations for reading a file group
- HoodieReaderConfig() - Constructor for class org.apache.hudi.common.config.HoodieReaderConfig
-
- HoodieReaderContext<T> - Class in org.apache.hudi.common.engine
-
An abstract reader context class for HoodieFileGroupReader to use, containing APIs for
engine-specific implementation on reading data files, getting field values from a record,
transforming a record, etc.
- HoodieReaderContext() - Constructor for class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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
-
- HoodieRecordGlobalLocation - Class in org.apache.hudi.common.model
-
- HoodieRecordGlobalLocation() - Constructor for class org.apache.hudi.common.model.HoodieRecordGlobalLocation
-
- HoodieRecordGlobalLocation(String, String, String) - Constructor for class org.apache.hudi.common.model.HoodieRecordGlobalLocation
-
- HoodieRecordGlobalLocation(String, String, String, long) - 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, Long) - 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
-
- HoodieRecordLocation(String, String, long) - 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
-
- 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.index.secondary
-
Represents a single secondary index.
- HoodieSecondaryIndex() - Constructor for class org.apache.hudi.index.secondary.HoodieSecondaryIndex
-
- HoodieSecondaryIndex(String, SecondaryIndexType, LinkedHashMap<String, Map<String, String>>, Map<String, String>) - Constructor for class org.apache.hudi.index.secondary.HoodieSecondaryIndex
-
- HoodieSecondaryIndex.Builder - Class in org.apache.hudi.index.secondary
-
- HoodieSecondaryIndex.HoodieIndexCompactor - Class in org.apache.hudi.index.secondary
-
- 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
-
- HoodieSecondaryIndexInfo - Class in org.apache.hudi.avro.model
-
- HoodieSecondaryIndexInfo() - Constructor for class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
Default constructor.
- HoodieSecondaryIndexInfo(String, Boolean) - Constructor for class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
All-args constructor.
- HoodieSecondaryIndexInfo.Builder - Class in org.apache.hudi.avro.model
-
RecordBuilder for HoodieSecondaryIndexInfo instances.
- 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.
- hoodieTableConfig - Variable in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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, HoodieTimeGeneratorConfig, 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.BaseHoodieLogRecordReader
-
- hoodieTableMetaClient - Variable in class org.apache.hudi.common.table.log.HoodieMergedLogRecordScanner.Builder
-
- hoodieTableMetaClient - Variable in class org.apache.hudi.common.table.log.HoodieMetadataMergedLogRecordScanner.Builder
-
- hoodieTableMetaClient - Variable in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- HoodieTableMetaClient.Builder - Class in org.apache.hudi.common.table
-
- HoodieTableMetaClient.PropertyBuilder - Class in org.apache.hudi.common.table
-
- HoodieTableMetadata - Interface in org.apache.hudi.metadata
-
Interface that supports querying various pieces of metadata about a hudi table.
- HoodieTableMetadataUtil - Class in org.apache.hudi.metadata
-
A utility to convert timeline information to metadata table records.
- HoodieTableMetadataUtil.DirectoryInfo - Class in org.apache.hudi.metadata
-
A class which represents a directory and the files and directories inside it.
- 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.
- HoodieTimeGeneratorConfig - Class in org.apache.hudi.common.config
-
Configuration for Hoodie time generation.
- HoodieTimeGeneratorConfig.Builder - Class in org.apache.hudi.common.config
-
- 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
-
- HoodieUnmergedFileGroupRecordBuffer<T> - Class in org.apache.hudi.common.table.read
-
- HoodieUnmergedFileGroupRecordBuffer(HoodieReaderContext<T>, HoodieTableMetaClient, Option<String>, Option<String[]>, HoodieRecordMerger, TypedProperties) - Constructor for class org.apache.hudi.common.table.read.HoodieUnmergedFileGroupRecordBuffer
-
- 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, Integer, Long, String, List<String>, Map<String, 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
-
- HotSpotMemoryLayoutSpecification32bit() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification32bit
-
- HotSpotMemoryLayoutSpecification64bit - Class in org.apache.hudi.common.util.jvm
-
- HotSpotMemoryLayoutSpecification64bit() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bit
-
- HotSpotMemoryLayoutSpecification64bitCompressed - Class in org.apache.hudi.common.util.jvm
-
- HotSpotMemoryLayoutSpecification64bitCompressed() - Constructor for class org.apache.hudi.common.util.jvm.HotSpotMemoryLayoutSpecification64bitCompressed
-
- humanReadableByteCount(double) - Static method in class org.apache.hudi.common.util.NumericUtils
-
- 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
-
- NameToPositionVisitor - Class in org.apache.hudi.internal.schema.visitor
-
Schema visitor to produce name -> position map for internalSchema.
- NameToPositionVisitor() - Constructor for class org.apache.hudi.internal.schema.visitor.NameToPositionVisitor
-
- needsBootstrapMerge - Variable in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- needsMORMerge - Variable in class org.apache.hudi.common.table.read.HoodieFileGroupReaderSchemaHandler
-
- 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.HoodieLSMTimelineInstant
-
Creates a new HoodieLSMTimelineInstant RecordBuilder.
- newBuilder(HoodieLSMTimelineInstant.Builder) - Static method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Creates a new HoodieLSMTimelineInstant RecordBuilder by copying an existing Builder.
- newBuilder(HoodieLSMTimelineInstant) - Static method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Creates a new HoodieLSMTimelineInstant RecordBuilder by copying an existing HoodieLSMTimelineInstant 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.HoodieSecondaryIndexInfo
-
Creates a new HoodieSecondaryIndexInfo RecordBuilder.
- newBuilder(HoodieSecondaryIndexInfo.Builder) - Static method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
Creates a new HoodieSecondaryIndexInfo RecordBuilder by copying an existing Builder.
- newBuilder(HoodieSecondaryIndexInfo) - Static method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
Creates a new HoodieSecondaryIndexInfo RecordBuilder by copying an existing HoodieSecondaryIndexInfo 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.HoodieIndexingConfig
-
- newBuilder() - Static method in class org.apache.hudi.common.config.HoodieMemoryConfig
-
- 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.config.HoodieTimeGeneratorConfig
-
- 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.HoodieMergedLogRecordReader
-
Returns the builder for HoodieMergedLogRecordReader.
- 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.HoodieMetadataMergedLogRecordScanner
-
Returns the builder for HoodieMetadataMergedLogRecordScanner.
- 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(String) - 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.table.log.HoodieLogFormatReverseReader
-
- next() - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- next() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader.HoodieFileGroupReaderIterator
-
- next() - Method in class org.apache.hudi.common.table.read.HoodieFileGroupReader
-
- next() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
- next() - Method in class org.apache.hudi.common.util.collection.CachingIterator
-
- next() - Method in class org.apache.hudi.common.util.collection.EmptyIterator
-
- 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
-
- nextRecord - Variable in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- nextRecord - Variable in class org.apache.hudi.common.util.collection.CachingIterator
-
- 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.
- 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
-
- saveAsComplete(boolean, 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.BaseHoodieMergedLogRecordScanner
-
Scans delta-log files processing blocks
- scan(boolean) - Method in class org.apache.hudi.common.table.log.BaseHoodieMergedLogRecordScanner
-
- scan() - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
Scans delta-log files processing blocks
- scan(boolean) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
- 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.BaseHoodieMergedLogRecordScanner
-
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
- scanByFullKeys(List<String>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
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.BaseHoodieMergedLogRecordScanner
-
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
- scanByKeyPrefixes(List<String>) - Method in class org.apache.hudi.common.table.log.HoodieMergedLogRecordReader
-
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
-
- scanInternal(Option<KeySpec>, boolean) - Method in class org.apache.hudi.common.table.log.BaseHoodieLogRecordReader
-
- 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(InternalSchema, Map<String, Integer>) - Method in class org.apache.hudi.internal.schema.visitor.NameToPositionVisitor
-
- 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.HoodieLSMTimelineInstant
-
- 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.HoodieSecondaryIndexInfo
-
- 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_ID_SECONDARY_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(T) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
Seals the engine-specific record to make sure the data referenced in memory do not change.
- 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) - Static method in class org.apache.hudi.common.util.InternalSchemaCache
-
Search internalSchema based on versionID.
- SECONDARY_INDEX_COLUMN - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- SECONDARY_INDEX_ENABLE_PROP - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- SECONDARY_INDEX_FIELD_IS_DELETED - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
-
- SECONDARY_INDEX_FIELD_RECORD_KEY - Static variable in class org.apache.hudi.metadata.HoodieMetadataPayload
-
HoodieMetadata secondary index payload field ids
- SECONDARY_INDEX_PARALLELISM - Static variable in class org.apache.hudi.common.config.HoodieMetadataConfig
-
- 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.index.secondary
-
Manages secondary index.
- SecondaryIndexMetadata - Variable in class org.apache.hudi.avro.model.HoodieMetadataRecord
-
Deprecated.
- SecondaryIndexType - Enum in org.apache.hudi.index.secondary
-
Type of secondary index.
- SecondaryIndexUtils - Class in org.apache.hudi.index.secondary
-
Utils for secondary index.
- SecondaryIndexUtils() - Constructor for class org.apache.hudi.index.secondary.SecondaryIndexUtils
-
- SECONDARYKEY_COLUMN_NAME - Static variable in class org.apache.hudi.keygen.constant.KeyGeneratorOptions
-
- 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
-
- 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
-
- serializeCommitMetadata(HoodieCommitMetadata) - 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.
- setAction(String) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Sets the value of the 'action' field.
- setAction(String) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
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(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Sets the value of the 'baseFile' field.
- setBaseFile(String) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Sets the value of the 'baseFile' field.
- 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
-
- setBaseFileIterator(ClosableIterator<T>) - Method in class org.apache.hudi.common.table.read.HoodieBaseFileGroupRecordBuffer
-
- setBaseFileIterator(ClosableIterator<T>) - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
Link the base file iterator for consequential merge.
- 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
-
- setBasePath(StoragePath) - 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.avro.model.HoodieWriteStat.Builder
-
Sets the value of the 'cdcStats' field.
- setCdcStats(Map<String, Long>) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Sets the value of the 'cdcStats' field.
- 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.index.secondary.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.
- setCompletionTime(String) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Sets the value of the 'completionTime' field.
- setCompletionTime(String) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Sets the value of the 'completionTime' 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.HoodieIndexPartitionInfo.Builder
-
Sets the value of the 'extraMetadata' field.
- setExtraMetadata(Map<String, String>) - Method in class org.apache.hudi.avro.model.HoodieIndexPartitionInfo
-
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
-
- setHasBootstrapBaseFile(boolean) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- setHasLogFiles(boolean) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.
- setIncludeNamespace(boolean) - Method in class org.apache.hudi.avro.JsonEncoder
-
- setIndexDefinitionPath(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
-
- setIndexDefinitions(Map<String, HoodieIndexDefinition>) - Method in class org.apache.hudi.common.model.HoodieIndexMetadata
-
- setIndexName(String) - Method in class org.apache.hudi.index.secondary.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.index.secondary.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(String) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Sets the value of the 'instantTime' field.
- setInstantTime(String) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Sets the value of the 'instantTime' 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.
- setIsDeleted(boolean) - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo.Builder
-
Sets the value of the 'isDeleted' field.
- setIsDeleted(Boolean) - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
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
-
- setKeyGeneratorType(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.
- setLatestCommitTime(String) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.avro.model.HoodieWriteStat.Builder
-
Sets the value of the 'logFiles' field.
- setLogFiles(List<String>) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Sets the value of the 'logFiles' 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.avro.model.HoodieWriteStat.Builder
-
Sets the value of the 'logOffset' field.
- setLogOffset(Long) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Sets the value of the 'logOffset' field.
- setLogOffset(long) - Method in class org.apache.hudi.common.model.HoodieDeltaWriteStat
-
- setLogVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieWriteStat.Builder
-
Sets the value of the 'logVersion' field.
- setLogVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieWriteStat
-
Sets the value of the 'logVersion' field.
- 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.
- setMetadata(ByteBuffer) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Sets the value of the 'metadata' field.
- setMetadata(ByteBuffer) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Sets the value of the 'metadata' 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<String>) - 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, String, 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.
- setMultipleBaseFileFormatsEnabled(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
-
- setNeedsBootstrapMerge(boolean) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.index.secondary.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
-
- setPayloadType(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
- setPlan(ByteBuffer) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Sets the value of the 'plan' field.
- setPlan(ByteBuffer) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
Sets the value of the 'plan' 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
-
- setPosition(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo.Builder
-
Sets the value of the 'position' field.
- setPosition(Long) - Method in class org.apache.hudi.avro.model.HoodieRecordIndexInfo
-
Sets the value of the 'position' field.
- setPosition(long) - Method in class org.apache.hudi.common.model.HoodieRecordLocation
-
- 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.avro.model.HoodieSecondaryIndexInfo.Builder
-
Sets the value of the 'recordKey' field.
- setRecordKey(String) - Method in class org.apache.hudi.avro.model.HoodieSecondaryIndexInfo
-
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
-
- setRecordMergeMode(RecordMergeMode) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
-
- setRecordMerger(HoodieRecordMerger) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.
- setSchemaHandler(HoodieFileGroupReaderSchemaHandler<T>) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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
-
- setSecondaryIndexMetadata(HoodieSecondaryIndexInfo) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Sets the value of the 'SecondaryIndexMetadata' field.
- setSecondaryIndexMetadata(HoodieSecondaryIndexInfo) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord
-
Sets the value of the 'SecondaryIndexMetadata' field.
- setSecondaryIndexMetadataBuilder(HoodieSecondaryIndexInfo.Builder) - Method in class org.apache.hudi.avro.model.HoodieMetadataRecord.Builder
-
Sets the Builder instance for the 'SecondaryIndexMetadata' field
Metadata Index that contains information about secondary keys and the corresponding record keys in the dataset
- setSecondaryKeyFields(String) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
-
- setShouldDropPartitionColumns(Boolean) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.PropertyBuilder
-
- setShouldMergeUseRecordPosition(boolean) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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
-
- setTablePath(String) - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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
-
- setTimeGeneratorConfig(HoodieTimeGeneratorConfig) - Method in class org.apache.hudi.common.table.HoodieTableMetaClient.Builder
-
- 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(int) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant.Builder
-
Sets the value of the 'version' field.
- setVersion(Integer) - Method in class org.apache.hudi.avro.model.HoodieLSMTimelineInstant
-
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
-
- 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
-
- shouldFlush(HoodieRecord, Schema, TypedProperties) - Method in interface org.apache.hudi.common.model.HoodieRecordMerger
-
In some cases a business logic does some checks before flushing a merged record to the disk.
- 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
-
- shouldSkip(T, String, boolean, Set<String>, Schema) - Method in class org.apache.hudi.common.table.read.HoodiePositionBasedFileGroupRecordBuffer
-
Filter a record for downstream processing when:
1.
- shouldWriteRecordPositions - Variable in class org.apache.hudi.common.table.log.block.HoodieDataBlock
-
- show(HoodieTableMetaClient) - Method in class org.apache.hudi.index.secondary.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
-
- 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
-
- 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.table.read.HoodieBaseFileGroupRecordBuffer
-
- size() - Method in interface org.apache.hudi.common.table.read.HoodieFileGroupRecordBuffer
-
- 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(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
-
- skipClustering(boolean) - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.Builder
-
- skipCompaction(boolean) - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.Builder
-
- skipInsertOverwrite(boolean) - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.Builder
-
- 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
-
- SPARK_CONCAT - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_DATE_ADD - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_DATE_FORMAT - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_DATE_SUB - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_DAY - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_FROM_UNIXTIME - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_HOUR - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_IDENTITY - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_LENGTH - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_LOWER - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_LTRIM - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_MONTH - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_REGEXP_EXTRACT - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_REGEXP_REPLACE - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_RTRIM - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_SPLIT - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_SUBSTRING - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_TO_DATE - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_TO_TIMESTAMP - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_TRIM - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_UNIX_TIMESTAMP - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_UPPER - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- SPARK_YEAR - Static variable in interface org.apache.hudi.index.functional.HoodieFunctionalIndex
-
- 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_BASE_PATH - Static variable in class org.apache.hudi.common.config.HoodieMemoryConfig
-
- SPILLABLE_MAP_BASE_PATH_PROP - Static variable in class org.apache.hudi.common.config.HoodieMemoryConfig
-
- 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
-
- START_COMMIT_EARLIEST - Static variable in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer
-
- 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
-
- startItem() - Method in class org.apache.hudi.avro.JsonEncoder
-
- 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
-
- startTime(String) - Method in class org.apache.hudi.common.table.read.IncrementalQueryAnalyzer.Builder
-
- startTs - Variable in class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.TimeRangeFilter
-
- StartTsFilter(String) - Constructor for class org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.StartTsFilter
-
- 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.
- supportsMultiWriter() - Method in enum org.apache.hudi.common.model.WriteConcurrencyMode
-
- supportsMultiWriter(String) - Static method in enum org.apache.hudi.common.model.WriteConcurrencyMode
-
- supportsParquetRowIndex() - Method in class org.apache.hudi.common.engine.HoodieReaderContext
-
- 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.
- 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.config.HoodieIndexingConfig
-
- 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.config.RecordMergeMode
-
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.BootstrapIndexType
-
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.RecordPayloadType
-
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.read.HoodieFileGroupRecordBuffer.BufferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hudi.common.table.timeline.HoodieArchivedTimeline.LoadMode
-
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.TimeGeneratorType
-
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.index.secondary.SecondaryIndexType
-
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.
- 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() - Static method in enum org.apache.hudi.common.config.RecordMergeMode
-
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.BootstrapIndexType
-
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.RecordPayloadType
-
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.read.HoodieFileGroupRecordBuffer.BufferType
-
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.HoodieArchivedTimeline.LoadMode
-
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.TimeGeneratorType
-
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.index.secondary.SecondaryIndexType
-
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.
- 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.HoodieLSMTimelineInstant
-
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.