Use AsyncExecutorService instead of ExecutorService
commit97271b0f9aaaac11efc1c2788e07f9ead877befd
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 03:51:37 +0000 (26 09:51 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 26 Aug 2010 03:51:37 +0000 (26 09:51 +0600)
tree9b6777977bb0fcc5b3c475715d54f9221b095af9
parentd8f386910481b8519d30ada78cec1369e51f1bfa
Use AsyncExecutorService instead of ExecutorService

The primary reason to use this is to boost the performance of getByIds. Now
each domain ID will be fetched asynchronously and aggregated in the DAO.

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