Rfaulk has submitted this change and it was merged.

Change subject: add. get_all_items to broker base class.
......................................................................


add. get_all_items to broker base class.

Change-Id: Iedbffb920b9aeb86d72f8642c1ec5f42b793e7bd
---
M user_metrics/api/broker.py
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Rfaulk: Verified; Looks good to me, approved



diff --git a/user_metrics/api/broker.py b/user_metrics/api/broker.py
index 802be3e..e65f039 100644
--- a/user_metrics/api/broker.py
+++ b/user_metrics/api/broker.py
@@ -47,6 +47,12 @@
         """
         raise NotImplementedError()
 
+    def get_all_items(self, target):
+        """
+        Retrieve all values in the target
+        """
+        raise NotImplementedError()
+
     def pop(self, target):
         """
         Pop the first item off of the queue

-- 
To view, visit https://gerrit.wikimedia.org/r/79033
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iedbffb920b9aeb86d72f8642c1ec5f42b793e7bd
Gerrit-PatchSet: 1
Gerrit-Project: analytics/user-metrics
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
Gerrit-Reviewer: Rfaulk <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to