Class FlushMetadataCacheProcedure
java.lang.Object
io.trino.plugin.hive.procedure.FlushMetadataCacheProcedure
- All Implemented Interfaces:
com.google.inject.Provider<io.trino.spi.procedure.Procedure>,jakarta.inject.Provider<io.trino.spi.procedure.Procedure>
public class FlushMetadataCacheProcedure
extends Object
implements com.google.inject.Provider<io.trino.spi.procedure.Procedure>
-
Constructor Summary
ConstructorsConstructorDescriptionFlushMetadataCacheProcedure(HiveMetastoreFactory hiveMetadataFactory, Optional<DirectoryLister> directoryLister, Optional<CachingHiveMetastore> cachingHiveMetastore, Optional<GlueCache> glueCache) -
Method Summary
Modifier and TypeMethodDescriptionvoidflushMetadataCache(ConnectorSession session, String schemaName, String tableName, List<String> partitionColumns, List<String> partitionValues) io.trino.spi.procedure.Procedureget()
-
Constructor Details
-
FlushMetadataCacheProcedure
@Inject public FlushMetadataCacheProcedure(HiveMetastoreFactory hiveMetadataFactory, Optional<DirectoryLister> directoryLister, Optional<CachingHiveMetastore> cachingHiveMetastore, Optional<GlueCache> glueCache)
-
-
Method Details
-
get
public io.trino.spi.procedure.Procedure get()- Specified by:
getin interfacecom.google.inject.Provider<io.trino.spi.procedure.Procedure>- Specified by:
getin interfacejakarta.inject.Provider<io.trino.spi.procedure.Procedure>
-
flushMetadataCache
-