Gilad Chaplik has uploaded a new change for review.

Change subject: core: refactoring quota
......................................................................

core: refactoring quota

currently the quota is handled through static methods, involving
db and cache.
adding an inteface to handle quota only when command implements it.
the quota manager should handle quota validation in cache.

Change-Id: Idc7573082e777370cdf0b88dbe5bfedeb5d02baf
Signed-off-by: Gilad Chaplik <gchap...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
D 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/QuotaManager.java
R 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaHelper.java
A 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaManager.java
A 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/StorageQuotaValidationParameter.java
D 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/QuotaHelperTest.java
A 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/Quotable.java
7 files changed, 488 insertions(+), 1,402 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/6301/1
--
To view, visit http://gerrit.ovirt.org/6301
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc7573082e777370cdf0b88dbe5bfedeb5d02baf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to