Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private RetryingTimeTracker |
RpcRetryingCallerImpl.tracker |
private RetryingTimeTracker |
AsyncRequestFutureImpl.tracker |
private RetryingTimeTracker |
CancellableRegionServerCallable.tracker |
Modifier and Type | Method and Description |
---|---|
RetryingTimeTracker |
RetryingTimeTracker.start() |
Constructor and Description |
---|
CancellableRegionServerCallable(Connection connection,
TableName tableName,
byte[] row,
org.apache.hbase.thirdparty.com.google.protobuf.RpcController rpcController,
int rpcTimeout,
RetryingTimeTracker tracker,
int priority) |
MultiServerCallable(ClusterConnection connection,
TableName tableName,
ServerName location,
MultiAction multi,
org.apache.hbase.thirdparty.com.google.protobuf.RpcController rpcController,
int rpcTimeout,
RetryingTimeTracker tracker,
int priority) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.