Shubhendu Tripathi has posted comments on this change. Change subject: engine: Query to get list of cluster with nodes ......................................................................
Patch Set 4: (2 comments) https://gerrit.ovirt.org/#/c/40396/4/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllVdsGroupsHavingHostsQuery.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAllVdsGroupsHavingHostsQuery.java: Line 6: import org.ovirt.engine.core.dao.VdsGroupDAO; Line 7: Line 8: public class GetAllVdsGroupsHavingHostsQuery<P extends VdcQueryParametersBase> extends QueriesCommandBase<P> { Line 9: @Inject Line 10: private VdsGroupDAO vdsGroupDao; > s/vdsGroupDao/clusterDao Done Line 11: Line 12: public GetAllVdsGroupsHavingHostsQuery(P parameters) { Line 13: super(parameters); Line 14: } https://gerrit.ovirt.org/#/c/40396/4/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java: Line 266: GetAllVdsGroupsHavingHosts > s/GetAllVdsGroupsHavingHosts/GetAllClustersHavingHosts Done -- To view, visit https://gerrit.ovirt.org/40396 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5c06388ec88436518ce2e8bd3855d64ba66400b7 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
