Class FlushMetadataCacheProcedure
java.lang.Object
io.trino.plugin.deltalake.procedure.FlushMetadataCacheProcedure
- All Implemented Interfaces:
javax.inject.Provider<Procedure>
-
Constructor Summary
ConstructorsConstructorDescriptionFlushMetadataCacheProcedure(HiveMetastoreFactory metastoreFactory, Optional<CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess) -
Method Summary
Modifier and TypeMethodDescriptionvoidflushMetadataCache(ConnectorSession session, String schemaName, String tableName) get()
-
Constructor Details
-
FlushMetadataCacheProcedure
@Inject public FlushMetadataCacheProcedure(HiveMetastoreFactory metastoreFactory, Optional<CachingHiveMetastore> cachingHiveMetastore, TransactionLogAccess transactionLogAccess, CachingExtendedStatisticsAccess extendedStatisticsAccess)
-
-
Method Details
-
get
- Specified by:
getin interfacejavax.inject.Provider<Procedure>
-
flushMetadataCache
-