Add filter config implementation
commit4df4d7aef6df19c3759fe496948e0756427c76eb
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 22 Aug 2010 08:58:15 +0000 (22 14:58 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 22 Aug 2010 08:58:15 +0000 (22 14:58 +0600)
tree77e9cced69f8d5ce1c87ddf516a2a4abcde4dcba
parent15acbcd62cf8a73c86ea8bbc6ad50b9edfa2c43f
Add filter config implementation

This is the only SPI implementation part of the core HBase DAO, the other
SPIs will be implemented in their specialized modules.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/spi/impl/FilterConfigImpl.java [new file with mode: 0644]