Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private Set<MultiServerCallable<Row>> |
AsyncProcess.AsyncRequestFutureImpl.callsInProgress |
private Set<MultiServerCallable<Row>> |
AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable.callsInProgress |
Modifier and Type | Method and Description |
---|---|
protected MultiServerCallable<Row> |
AsyncProcess.createCallable(ServerName server,
TableName tableName,
MultiAction<Row> multi)
Create a callable.
|
Modifier and Type | Method and Description |
---|---|
Set<MultiServerCallable<Row>> |
AsyncProcess.AsyncRequestFutureImpl.getCallsInProgress() |
Modifier and Type | Method and Description |
---|---|
protected RpcRetryingCaller<MultiResponse> |
AsyncProcess.createCaller(MultiServerCallable<Row> callable)
Create a caller.
|
Constructor and Description |
---|
AsyncProcess.AsyncRequestFutureImpl.SingleServerRequestRunnable(MultiAction<Row> multiAction,
int numAttempt,
ServerName server,
Set<MultiServerCallable<Row>> callsInProgress) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.