Integrate executor service to common dao
commit6211a1dd72282f03468f778e79de7ce98bfc6f19
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 03:11:02 +0000 (26 09:11 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 03:11:02 +0000 (26 09:11 +0600)
treee5e850448369b5a7d0928a6f05998d3c8528fe5c
parentde9e359ed6cd7205f860209fcba12d761018c81b
Integrate executor service to common dao

Change row converter to depend on executor service instead of HTablePool.
It is done to ensure that ExecutorService is used across API and SPI.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/CommonDao.java
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/spi/ExecutorService.java
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/spi/ObjectRowConverter.java