Gilad Chaplik has posted comments on this change.

Change subject: common: adding Affinity Groups business entity
......................................................................


Patch Set 8:

(1 comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/scheduling/AffinityGroup.java
Line 48:     /**
Line 49:      * list of entity names that are included in affinity group<br>
Line 50:      * each item index matches to entityIds index,<br>
Line 51:      * i.e. entityNames.get(5) is the name of the entity with 
entityIds.get(5) id.
Line 52:      */
I'm using entity names only for display, in new/update I pass only uuids, so I 
prefer have them separated.
Line 53:     private List<String> entityNames;
Line 54: 
Line 55:     public AffinityGroup() {
Line 56:         this.positive = true;


-- 
To view, visit http://gerrit.ovirt.org/22547
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2be28b3a0aede953fcf09e1b6a8f8f99806d9fb5
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Kobi Ianko <k...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to