Uses of Class
org.apache.hadoop.hbase.client.RetryingTimeTracker
-
Uses of RetryingTimeTracker in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate RetryingTimeTracker
AsyncRequestFutureImpl.tracker
private final RetryingTimeTracker
CancellableRegionServerCallable.tracker
private final RetryingTimeTracker
RpcRetryingCallerImpl.tracker
Modifier and TypeMethodDescription(package private) RetryingTimeTracker
CancellableRegionServerCallable.getTracker()
RetryingTimeTracker.start()
ModifierConstructorDescription(package private)
CancellableRegionServerCallable
(Connection connection, TableName tableName, byte[] row, org.apache.hbase.thirdparty.com.google.protobuf.RpcController rpcController, int rpcTimeout, RetryingTimeTracker tracker, int priority, Map<String, byte[]> requestAttributes) (package private)
MultiServerCallable
(ClusterConnection connection, TableName tableName, ServerName location, MultiAction multi, org.apache.hbase.thirdparty.com.google.protobuf.RpcController rpcController, int rpcTimeout, RetryingTimeTracker tracker, int priority, Map<String, byte[]> requestAttributes)