Uses of Class
org.apache.hadoop.hbase.client.AsyncProcess
-
Uses of AsyncProcess in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final AsyncProcess
BufferedMutatorImpl.ap
private final AsyncProcess
HTableMultiplexer.FlushWorker.ap
private final AsyncProcess
AsyncRequestFutureImpl.asyncProcess
private final AsyncProcess
ConnectionImplementation.asyncProcess
(package private) AsyncProcess
HTable.multiAp
The Async process for batchModifier and TypeMethodDescription(package private) AsyncProcess
BufferedMutatorImpl.getAsyncProcess()
ClusterConnection.getAsyncProcess()
Returns Default AsyncProcess associated with this connection.ConnectionImplementation.getAsyncProcess()
ModifierConstructorDescriptionAsyncRequestFutureImpl
(AsyncProcessTask task, List<Action> actions, long nonceGroup, AsyncProcess asyncProcess) (package private)
BufferedMutatorImpl
(ClusterConnection conn, BufferedMutatorParams params, AsyncProcess ap)