Class AsyncRequestFutureImpl.SingleServerRequestRunnable

java.lang.Object
org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.SingleServerRequestRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
AsyncRequestFutureImpl<CResult>

Runnable (that can be submitted to thread pool) that submits MultiAction to a single server. The server call is synchronous, therefore we do it on a thread pool.