Uses of Class
com.cloudera.cdp.dw.model.RestoreClusterEntityPlan
Packages that use RestoreClusterEntityPlan
-
Uses of RestoreClusterEntityPlan in com.cloudera.cdp.dw.model
Methods in com.cloudera.cdp.dw.model that return types with arguments of type RestoreClusterEntityPlanModifier and TypeMethodDescriptionRestoreBackupResponseRestorePlan.getCdwHue()Getter for cdwHue.RestoreClusterResponse.getCdwHueRestorePlans()Getter for cdwHueRestorePlans.RestoreBackupResponseRestorePlan.getDbc()Getter for dbc.RestoreClusterResponse.getDbcRestorePlans()Getter for dbcRestorePlans.RestoreBackupResponseRestorePlan.getHive()Getter for hive.RestoreClusterResponse.getHiveRestorePlans()Getter for hiveRestorePlans.RestoreBackupResponseRestorePlan.getHue()Getter for hue.RestoreClusterResponse.getHueRestorePlans()Getter for hueRestorePlans.RestoreBackupResponseRestorePlan.getImpala()Getter for impala.RestoreClusterResponse.getImpalaRestorePlans()Getter for impalaRestorePlans.RestoreBackupResponseRestorePlan.getTrino()Getter for trino.RestoreBackupResponseRestorePlan.getViz()Getter for viz.RestoreClusterResponse.getVizRestorePlans()Getter for vizRestorePlans.Method parameters in com.cloudera.cdp.dw.model with type arguments of type RestoreClusterEntityPlanModifier and TypeMethodDescriptionvoidRestoreBackupResponseRestorePlan.setCdwHue(List<RestoreClusterEntityPlan> cdwHue) Setter for cdwHue.voidRestoreClusterResponse.setCdwHueRestorePlans(List<RestoreClusterEntityPlan> cdwHueRestorePlans) Setter for cdwHueRestorePlans.voidRestoreBackupResponseRestorePlan.setDbc(List<RestoreClusterEntityPlan> dbc) Setter for dbc.voidRestoreClusterResponse.setDbcRestorePlans(List<RestoreClusterEntityPlan> dbcRestorePlans) Setter for dbcRestorePlans.voidRestoreBackupResponseRestorePlan.setHive(List<RestoreClusterEntityPlan> hive) Setter for hive.voidRestoreClusterResponse.setHiveRestorePlans(List<RestoreClusterEntityPlan> hiveRestorePlans) Setter for hiveRestorePlans.voidRestoreBackupResponseRestorePlan.setHue(List<RestoreClusterEntityPlan> hue) Setter for hue.voidRestoreClusterResponse.setHueRestorePlans(List<RestoreClusterEntityPlan> hueRestorePlans) Setter for hueRestorePlans.voidRestoreBackupResponseRestorePlan.setImpala(List<RestoreClusterEntityPlan> impala) Setter for impala.voidRestoreClusterResponse.setImpalaRestorePlans(List<RestoreClusterEntityPlan> impalaRestorePlans) Setter for impalaRestorePlans.voidRestoreBackupResponseRestorePlan.setTrino(List<RestoreClusterEntityPlan> trino) Setter for trino.voidRestoreBackupResponseRestorePlan.setViz(List<RestoreClusterEntityPlan> viz) Setter for viz.voidRestoreClusterResponse.setVizRestorePlans(List<RestoreClusterEntityPlan> vizRestorePlans) Setter for vizRestorePlans.