Uses of Class
org.apache.hadoop.hbase.client.AsyncProcess
Packages that use AsyncProcess
-
Uses of AsyncProcess in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as AsyncProcessModifier 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 batchMethods in org.apache.hadoop.hbase.client that return AsyncProcessModifier and TypeMethodDescription(package private) AsyncProcess
BufferedMutatorImpl.getAsyncProcess()
ClusterConnection.getAsyncProcess()
Returns Default AsyncProcess associated with this connection.ConnectionImplementation.getAsyncProcess()
Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncProcessModifierConstructorDescriptionAsyncRequestFutureImpl
(AsyncProcessTask task, List<Action> actions, long nonceGroup, AsyncProcess asyncProcess) (package private)
BufferedMutatorImpl
(ClusterConnection conn, BufferedMutatorParams params, AsyncProcess ap)