pom.xml

    1. hbase pom.xml
    2. <dependency>
    3. <groupId>org.hbase</groupId>
    4. <artifactId>asynchbase</artifactId>
    5. <version>1.8.0</version>
    6. </dependency>
    7. <dependency>
    8. <groupId>org.apache.hbase</groupId>
    9. <artifactId>hbase-client</artifactId>
    10. <version>1.2.0</version>
    11. </dependency>

    开源hbase异步API

    1. http://opentsdb.github.io/asynchbase/javadoc/index.html