Uses of Class
com.baidubce.services.bmr.model.ApplicationConfig

Packages that use ApplicationConfig
com.baidubce.services.bmr.model   
 

Uses of ApplicationConfig in com.baidubce.services.bmr.model
 

Subclasses of ApplicationConfig in com.baidubce.services.bmr.model
 class HBaseApplicationConfig
          Represent an HBase application.
 class HiveApplicationConfig
          Represent a Hive application.
 class HueApplicationConfig
          Represent a HUE applicaton.
 class PigApplicationConfig
          Represent a Pig application.
 

Methods in com.baidubce.services.bmr.model that return types with arguments of type ApplicationConfig
 List<ApplicationConfig> CreateClusterRequest.getApplications()
           
 

Methods in com.baidubce.services.bmr.model with parameters of type ApplicationConfig
 CreateClusterRequest CreateClusterRequest.withApplication(ApplicationConfig application)
          Configure optional application for the cluster.
 

Method parameters in com.baidubce.services.bmr.model with type arguments of type ApplicationConfig
 void CreateClusterRequest.setApplications(List<ApplicationConfig> applications)
           
 



Copyright © 2018. All rights reserved.