Uses of Interface
org.apache.flink.fs.gs.utils.ConfigUtils.ConfigContext
-
Packages that use ConfigUtils.ConfigContext Package Description org.apache.flink.fs.gs.utils -
-
Uses of ConfigUtils.ConfigContext in org.apache.flink.fs.gs.utils
Methods in org.apache.flink.fs.gs.utils with parameters of type ConfigUtils.ConfigContext Modifier and Type Method Description static org.apache.hadoop.conf.ConfigurationConfigUtils. getHadoopConfiguration(org.apache.flink.configuration.Configuration flinkConfig, ConfigUtils.ConfigContext configContext)Loads the Hadoop configuration, by loading from a Hadoop conf dir (if one exists) and then overlaying properties derived from the Flink config.static Optional<com.google.auth.oauth2.GoogleCredentials>ConfigUtils. getStorageCredentials(org.apache.hadoop.conf.Configuration hadoopConfig, ConfigUtils.ConfigContext configContext)Creates an (optional) GoogleCredentials instance for the given Hadoop config and environment.
-