Uses of Class
com.tencentcloudapi.emr.v20190103.models.CustomMetaDBInfo
-
Packages that use CustomMetaDBInfo Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of CustomMetaDBInfo in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return CustomMetaDBInfo Modifier and Type Method Description CustomMetaDBInfoCreateClusterRequest. getMetaDBInfo()Get MetaDB信息,当MetaType选择EMR_NEW_META时,MetaDataJdbcUrl MetaDataUser MetaDataPass UnifyMetaInstanceId不用填 当MetaType选择EMR_EXIT_META时,填写UnifyMetaInstanceId 当MetaType选择USER_CUSTOM_META时,填写MetaDataJdbcUrl MetaDataUser MetaDataPassMethods in com.tencentcloudapi.emr.v20190103.models with parameters of type CustomMetaDBInfo Modifier and Type Method Description voidCreateClusterRequest. setMetaDBInfo(CustomMetaDBInfo MetaDBInfo)Set MetaDB信息,当MetaType选择EMR_NEW_META时,MetaDataJdbcUrl MetaDataUser MetaDataPass UnifyMetaInstanceId不用填 当MetaType选择EMR_EXIT_META时,填写UnifyMetaInstanceId 当MetaType选择USER_CUSTOM_META时,填写MetaDataJdbcUrl MetaDataUser MetaDataPassConstructors in com.tencentcloudapi.emr.v20190103.models with parameters of type CustomMetaDBInfo Constructor Description CustomMetaDBInfo(CustomMetaDBInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-