Uses of Class
io.trino.plugin.deltalake.DeltaLakeConfig
Packages that use DeltaLakeConfig
Package
Description
-
Uses of DeltaLakeConfig in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeConfigModifier and TypeMethodDescriptionDeltaLakeConfig.setCheckpointRowStatisticsWritingEnabled(boolean checkpointRowStatisticsWritingEnabled) DeltaLakeConfig.setCollectExtendedStatisticsOnWrite(boolean collectExtendedStatisticsOnWrite) DeltaLakeConfig.setCompressionCodec(HiveCompressionCodec compressionCodec) DeltaLakeConfig.setDataFileCacheSize(io.airlift.units.DataSize dataFileCacheSize) DeltaLakeConfig.setDataFileCacheTtl(io.airlift.units.Duration dataFileCacheTtl) DeltaLakeConfig.setDefaultCheckpointWritingInterval(long defaultCheckpointWritingInterval) DeltaLakeConfig.setDeleteSchemaLocationsFallback(boolean deleteSchemaLocationsFallback) DeltaLakeConfig.setDomainCompactionThreshold(int domainCompactionThreshold) DeltaLakeConfig.setDynamicFilteringWaitTimeout(io.airlift.units.Duration dynamicFilteringWaitTimeout) DeltaLakeConfig.setExtendedStatisticsEnabled(boolean extendedStatisticsEnabled) DeltaLakeConfig.setHiveCatalogName(String hiveCatalogName) DeltaLakeConfig.setLegacyCreateTableWithExistingLocationEnabled(boolean legacyCreateTableWithExistingLocationEnabled) Deprecated.DeltaLakeConfig.setMaxInitialSplits(int maxInitialSplits) DeltaLakeConfig.setMaxInitialSplitSize(io.airlift.units.DataSize maxInitialSplitSize) DeltaLakeConfig.setMaxOutstandingSplits(int maxOutstandingSplits) DeltaLakeConfig.setMaxPartitionsPerWriter(int maxPartitionsPerWriter) DeltaLakeConfig.setMaxSplitSize(io.airlift.units.DataSize maxSplitSize) DeltaLakeConfig.setMaxSplitsPerSecond(int maxSplitsPerSecond) DeltaLakeConfig.setMetadataCacheMaxSize(long metadataCacheMaxSize) DeltaLakeConfig.setMetadataCacheTtl(io.airlift.units.Duration metadataCacheTtl) DeltaLakeConfig.setMinimumAssignedSplitWeight(double minimumAssignedSplitWeight) DeltaLakeConfig.setParquetTimeZone(String parquetTimeZone) DeltaLakeConfig.setPerTransactionMetastoreCacheMaximumSize(long perTransactionMetastoreCacheMaximumSize) DeltaLakeConfig.setProjectionPushdownEnabled(boolean projectionPushdownEnabled) DeltaLakeConfig.setQueryPartitionFilterRequired(boolean queryPartitionFilterRequired) DeltaLakeConfig.setRegisterTableProcedureEnabled(boolean registerTableProcedureEnabled) DeltaLakeConfig.setTableStatisticsEnabled(boolean tableStatisticsEnabled) DeltaLakeConfig.setTargetMaxFileSize(io.airlift.units.DataSize targetMaxFileSize) DeltaLakeConfig.setUniqueTableLocation(boolean uniqueTableLocation) DeltaLakeConfig.setUnsafeWritesEnabled(boolean unsafeWritesEnabled) DeltaLakeConfig.setVacuumMinRetention(io.airlift.units.Duration vacuumMinRetention) Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeConfigModifierConstructorDescriptionDeltaLakeMetadataFactory(HiveMetastoreFactory hiveMetastoreFactory, TrinoFileSystemFactory fileSystemFactory, TransactionLogAccess transactionLogAccess, TypeManager typeManager, DeltaLakeAccessControlMetadataFactory accessControlMetadataFactory, DeltaLakeConfig deltaLakeConfig, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, TransactionLogWriterFactory transactionLogWriterFactory, NodeManager nodeManager, CheckpointWriterManager checkpointWriterManager, DeltaLakeRedirectionsProvider deltaLakeRedirectionsProvider, CachingExtendedStatisticsAccess statisticsAccess, boolean allowManagedTableRename, NodeVersion nodeVersion) DeltaLakePageSinkProvider(PageIndexerFactory pageIndexerFactory, TrinoFileSystemFactory fileSystemFactory, io.airlift.json.JsonCodec<DataFileInfo> dataFileInfoCodec, io.airlift.json.JsonCodec<DeltaLakeMergeResult> mergeResultJsonCodec, DeltaLakeWriterStats stats, DeltaLakeConfig deltaLakeConfig, TypeManager typeManager, NodeVersion nodeVersion) DeltaLakePageSourceProvider(TrinoFileSystemFactory fileSystemFactory, FileFormatDataSourceStats fileFormatDataSourceStats, ParquetReaderConfig parquetReaderConfig, DeltaLakeConfig deltaLakeConfig, TypeManager typeManager) DeltaLakeSessionProperties(DeltaLakeConfig deltaLakeConfig, ParquetReaderConfig parquetReaderConfig, ParquetWriterConfig parquetWriterConfig) DeltaLakeSplitManager(TypeManager typeManager, TransactionLogAccess transactionLogAccess, ExecutorService executor, DeltaLakeConfig config, TrinoFileSystemFactory fileSystemFactory) -
Uses of DeltaLakeConfig in io.trino.plugin.deltalake.functions.tablechanges
Constructors in io.trino.plugin.deltalake.functions.tablechanges with parameters of type DeltaLakeConfigModifierConstructorDescriptionTableChangesProcessorProvider(TrinoFileSystemFactory fileSystemFactory, DeltaLakeConfig deltaLakeConfig, FileFormatDataSourceStats fileFormatDataSourceStats, ParquetReaderConfig parquetReaderConfig) -
Uses of DeltaLakeConfig in io.trino.plugin.deltalake.procedure
Constructors in io.trino.plugin.deltalake.procedure with parameters of type DeltaLakeConfigModifierConstructorDescriptionRegisterTableProcedure(DeltaLakeMetadataFactory metadataFactory, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess statisticsAccess, TrinoFileSystemFactory fileSystemFactory, DeltaLakeConfig deltaLakeConfig) -
Uses of DeltaLakeConfig in io.trino.plugin.deltalake.transactionlog
Constructors in io.trino.plugin.deltalake.transactionlog with parameters of type DeltaLakeConfigModifierConstructorDescriptionTransactionLogAccess(TypeManager typeManager, CheckpointSchemaManager checkpointSchemaManager, DeltaLakeConfig deltaLakeConfig, FileFormatDataSourceStats fileFormatDataSourceStats, TrinoFileSystemFactory fileSystemFactory, ParquetReaderConfig parquetReaderConfig)