Package io.trino.plugin.hive
Interface DynamicConfigurationProvider
-
- All Known Implementing Classes:
GcsConfigurationProvider,RubixConfigurationInitializer,S3SecurityMappingConfigurationProvider
public interface DynamicConfigurationProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static voidsetCacheKey(org.apache.hadoop.conf.Configuration configuration, String value)Set a cache key to invalidate the file system on credential (or other configuration) change.voidupdateConfiguration(org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment.HdfsContext context, URI uri)
-
-
-
Method Detail
-
updateConfiguration
void updateConfiguration(org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment.HdfsContext context, URI uri)
-
setCacheKey
static void setCacheKey(org.apache.hadoop.conf.Configuration configuration, String value)Set a cache key to invalidate the file system on credential (or other configuration) change.
-
-