Class FlushMetadataCacheProcedure
java.lang.Object
io.trino.plugin.deltalake.procedure.FlushMetadataCacheProcedure
- All Implemented Interfaces:
com.google.inject.Provider<Procedure>,jakarta.inject.Provider<Procedure>
-
Constructor Summary
ConstructorsConstructorDescriptionFlushMetadataCacheProcedure(Optional<io.trino.plugin.hive.metastore.cache.CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess) -
Method Summary
Modifier and TypeMethodDescriptionvoidflushMetadataCache(String schemaName, String tableName) get()
-
Constructor Details
-
FlushMetadataCacheProcedure
@Inject public FlushMetadataCacheProcedure(Optional<io.trino.plugin.hive.metastore.cache.CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess)
-
-
Method Details