Package io.trino.hdfs.gcs
Class HiveGcsConfig
java.lang.Object
io.trino.hdfs.gcs.HiveGcsConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@FileExists StringbooleansetJsonKey(String jsonKey) setJsonKeyFilePath(String jsonKeyFilePath) setUseGcsAccessToken(boolean useGcsAccessToken) voidvalidate()
-
Constructor Details
-
HiveGcsConfig
public HiveGcsConfig()
-
-
Method Details
-
isUseGcsAccessToken
public boolean isUseGcsAccessToken() -
setUseGcsAccessToken
@Config("hive.gcs.use-access-token") public HiveGcsConfig setUseGcsAccessToken(boolean useGcsAccessToken) -
getJsonKey
-
setJsonKey
-
getJsonKeyFilePath
-
setJsonKeyFilePath
@Config("hive.gcs.json-key-file-path") public HiveGcsConfig setJsonKeyFilePath(String jsonKeyFilePath) -
validate
public void validate()
-