panko.storage.hbase.inmemory
Module¶This is a very crude version of “in-memory HBase”, which implements just enough functionality of HappyBase API to support testing of our driver.
panko.storage.hbase.inmemory.
MTable
(name, families)[source]¶Bases: object
HappyBase.Table mock.
ColumnPrefixFilter
(args, rows)[source]¶This is filter for testing “in-memory HBase”.
This method is called from scan() when ‘ColumnPrefixFilter’ is found in the ‘filter’ argument.
Parameters: |
|
---|
QualifierFilter
(args, rows)[source]¶This is filter for testing “in-memory HBase”.
This method is called from scan() when ‘QualifierFilter’ is found in the ‘filter’ argument
RowFilter
(args, rows)[source]¶This is filter for testing “in-memory HBase”.
This method is called from scan() when ‘RowFilter’ is found in the ‘filter’ argument.
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.