Uses of Interface
io.trino.plugin.hive.TableInvalidationCallback
Packages that use TableInvalidationCallback
-
Uses of TableInvalidationCallback in io.trino.plugin.hive.fs
Subinterfaces of TableInvalidationCallback in io.trino.plugin.hive.fsClasses in io.trino.plugin.hive.fs that implement TableInvalidationCallbackModifier and TypeClassDescriptionclassclassCaches directory content (including listings that were started concurrently). -
Uses of TableInvalidationCallback in io.trino.plugin.hive.metastore
Constructors in io.trino.plugin.hive.metastore with parameters of type TableInvalidationCallbackModifierConstructorDescriptionSemiTransactionalHiveMetastore(TypeManager typeManager, boolean partitionProjectionEnabled, TrinoFileSystemFactory fileSystemFactory, HiveMetastore delegate, Executor fileSystemExecutor, Executor dropExecutor, Executor updateExecutor, boolean skipDeletionForAlter, boolean skipTargetCleanupOnRollback, boolean deleteSchemaLocationsFallback, Optional<io.airlift.units.Duration> hiveTransactionHeartbeatInterval, ScheduledExecutorService heartbeatService, TableInvalidationCallback tableInvalidationCallback)