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 TypeMethodDescriptionRestoreClusterResponse.getCdwHueRestorePlans()Getter for cdwHueRestorePlans.RestoreClusterResponse.getDbcRestorePlans()Getter for dbcRestorePlans.RestoreClusterResponse.getHiveRestorePlans()Getter for hiveRestorePlans.RestoreClusterResponse.getHueRestorePlans()Getter for hueRestorePlans.RestoreClusterResponse.getImpalaRestorePlans()Getter for impalaRestorePlans.RestoreClusterResponse.getVizRestorePlans()Getter for vizRestorePlans.Method parameters in com.cloudera.cdp.dw.model with type arguments of type RestoreClusterEntityPlanModifier and TypeMethodDescriptionvoidRestoreClusterResponse.setCdwHueRestorePlans(List<RestoreClusterEntityPlan> cdwHueRestorePlans) Setter for cdwHueRestorePlans.voidRestoreClusterResponse.setDbcRestorePlans(List<RestoreClusterEntityPlan> dbcRestorePlans) Setter for dbcRestorePlans.voidRestoreClusterResponse.setHiveRestorePlans(List<RestoreClusterEntityPlan> hiveRestorePlans) Setter for hiveRestorePlans.voidRestoreClusterResponse.setHueRestorePlans(List<RestoreClusterEntityPlan> hueRestorePlans) Setter for hueRestorePlans.voidRestoreClusterResponse.setImpalaRestorePlans(List<RestoreClusterEntityPlan> impalaRestorePlans) Setter for impalaRestorePlans.voidRestoreClusterResponse.setVizRestorePlans(List<RestoreClusterEntityPlan> vizRestorePlans) Setter for vizRestorePlans.