ceilometer/ceilometer/storage
Igor Degtiarov 08a811a5f0 [HBase] Implement events on HBase
In this change events are written into HBase and read from it.

For this purpose were implemented several methods:
1. record_events --- store events into HBase
2. get_events, get_event_types, get_trait_types and get_traits --- get events
from db.

Add new filters in mock HBase part, that were used in new methods.

Change-Id: I787eeaf998c36a6829f17f0c6ea27b786979edd1
Implements: blueprint hbase-events-feature
2014-06-10 12:04:00 +03:00
..
sqlalchemy refactor sql backend to improve write speed 2014-05-27 19:15:36 +00:00
__init__.py Use None instead of mutables in method params defaults 2014-05-22 15:20:36 +04:00
base.py Add new 'storage': {'production_ready': True} capability 2014-06-02 15:13:46 +04:00
impl_db2.py Use None instead of mutables in method params defaults 2014-05-22 15:20:36 +04:00
impl_hbase.py [HBase] Implement events on HBase 2014-06-10 12:04:00 +03:00
impl_log.py Use None instead of mutables in method params defaults 2014-05-22 15:20:36 +04:00
impl_mongodb.py Use None instead of mutables in method params defaults 2014-05-22 15:20:36 +04:00
impl_sqlalchemy.py Add new 'storage': {'production_ready': True} capability 2014-06-02 15:13:46 +04:00
models.py Merge "Adds time constraints to alarms" 2014-03-04 18:37:16 +00:00
pymongo_base.py Merge "Add new 'storage': {'production_ready': True} capability" 2014-06-06 06:35:45 +00:00