Uses of Class
com.tencentcloudapi.emr.v20190103.models.MetaDbInfo
-
Packages that use MetaDbInfo Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of MetaDbInfo in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return MetaDbInfo Modifier and Type Method Description MetaDbInfoClusterSetting. getMetaDB()Get 元数据库配置。Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type MetaDbInfo Modifier and Type Method Description voidClusterSetting. setMetaDB(MetaDbInfo MetaDB)Set 元数据库配置。Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type MetaDbInfo Constructor Description MetaDbInfo(MetaDbInfo 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.
-