Uses of Interface
io.trino.plugin.hive.TableInvalidationCallback
-
Packages that use TableInvalidationCallback Package Description io.trino.plugin.hive.fs io.trino.plugin.hive.metastore -
-
Uses of TableInvalidationCallback in io.trino.plugin.hive.fs
Subinterfaces of TableInvalidationCallback in io.trino.plugin.hive.fs Modifier and Type Interface Description interfaceDirectoryListerClasses in io.trino.plugin.hive.fs that implement TableInvalidationCallback Modifier and Type Class Description classCachingDirectoryListerclassTransactionScopeCachingDirectoryListerCaches 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 TableInvalidationCallback Constructor Description SemiTransactionalHiveMetastore(HdfsEnvironment hdfsEnvironment, HiveMetastoreClosure delegate, Executor renameExecutor, Executor dropExecutor, Executor updateExecutor, boolean skipDeletionForAlter, boolean skipTargetCleanupOnRollback, boolean deleteSchemaLocationsFallback, Optional<io.airlift.units.Duration> hiveTransactionHeartbeatInterval, ScheduledExecutorService heartbeatService, TableInvalidationCallback tableInvalidationCallback)
-