Thanks for the information. I was wondering why the ClientProtocol specifically implements the BlockingInterface? I want to write a non-blocking, event-driven, asynchronous, multi-threaded client similar to asynchhbase (https://github.com/OpenTSDB/asynchbase) but in C++. Am I going to need to 'hide' the blocking semantics implemented by HBase in my client in order to achieve this?
Thanks in advance! Mick On Mon, Dec 10, 2012 at 11:00 PM, Ted Yu <[email protected]> wrote: > src/main/java/org/apache/hadoop/hbase/client/ClientProtocol.java >
