Arik Hadas has submitted this change and it was merged.
Change subject: core: instantiate vm-analyzer using a factory
......................................................................
core: instantiate vm-analyzer using a factory
We need a place to instantiate or to inject to things that
are common for all VmAnalyzers for the given host. Therefore
this patch introduces VmAnalyzerFactory that can host this
state.
Change-Id: I0beca2f7a1d031788fc3df50b077be7469f71288
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
A
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/monitoring/VmAnalyzerFactory.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/monitoring/VmsMonitoring.java
2 files changed, 46 insertions(+), 16 deletions(-)
Approvals:
Shahar Havivi: Looks good to me, approved
Arik Hadas: Verified; Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/53165
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0beca2f7a1d031788fc3df50b077be7469f71288
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Shahar Havivi <shavivi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>