Change in ovirt-engine[master]: core: BaseIscsiBondCommand lambdas
amureini at redhat.com
amureini at redhat.com
Sun Nov 15 21:13:32 UTC 2015
Allon Mureinik has submitted this change and it was merged.
Change subject: core: BaseIscsiBondCommand lambdas
......................................................................
core: BaseIscsiBondCommand lambdas
Replaced BaseIscsiBondCommand's usage of LinqUtils with Java 8's
built-in labmda capabilities.
Performance is improved by iterating the map's entrySet() instead of
iterating the keySet() and calling get(key).
Change-Id: I38055254de67cff1e962d1265592fce774cd9c2f
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/BaseIscsiBondCommand.java
1 file changed, 4 insertions(+), 8 deletions(-)
Approvals:
Tal Nisan: Looks good to me, approved
Allon Mureinik: Verified; Passed CI tests
Idan Shaby: Looks good to me, but someone else must approve
--
To view, visit https://gerrit.ovirt.org/48559
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I38055254de67cff1e962d1265592fce774cd9c2f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
More information about the Engine-commits
mailing list