Uses of Class
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
Packages that use org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
Uses of org.apache.hadoop.hbase.client.RpcRetryingCallerFactory in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.RpcRetryingCallerFactory in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.RpcRetryingCallerFactoryClusterConnection.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf) Returns a new RpcRetryingCallerFactory from the givenConfiguration.org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryConnectionImplementation.getNewRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf) org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryClusterConnection.getRpcRetryingCallerFactory()Returns Connection's RpcRetryingCallerFactory instanceorg.apache.hadoop.hbase.client.RpcRetryingCallerFactoryConnectionImplementation.getRpcRetryingCallerFactory()static org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryRpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.MetricsConnection metrics) static org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryRpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.RetryingCallerInterceptor interceptor, org.apache.hadoop.hbase.client.ServerStatisticTracker stats, org.apache.hadoop.hbase.client.MetricsConnection metrics) static org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryRpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf, org.apache.hadoop.hbase.client.ServerStatisticTracker stats, org.apache.hadoop.hbase.client.MetricsConnection metrics) static org.apache.hadoop.hbase.client.RpcRetryingCallerFactoryRpcRetryingCallerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.MetricsConnection metrics) Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.RpcRetryingCallerFactory in inModifierConstructorDescriptionClientAsyncPrefetchScanner(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName name, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int replicaCallTimeoutMicroSecondScan, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) ClientScanner(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int primaryOperationTimeout, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) Create a new ClientScanner for the specified table Note that the passedScan's start row maybe changed changed.ClientSimpleScanner(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName name, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int replicaCallTimeoutMicroSecondScan, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) protectedHTable(org.apache.hadoop.hbase.client.ConnectionImplementation connection, org.apache.hadoop.hbase.client.TableBuilderBase builder, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcCallerFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory rpcControllerFactory, ExecutorService pool, Map<String, byte[]> requestAttributes) Creates an object to access a HBase table.ResultBoundedCompletionService(org.apache.hadoop.hbase.client.RpcRetryingCallerFactory retryingCallerFactory, Executor executor, int maxTasks) ReversedClientScanner(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.hbase.client.Scan scanForMetrics, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.client.RpcRetryingCallerFactory rpcFactory, org.apache.hadoop.hbase.ipc.RpcControllerFactory controllerFactory, ExecutorService pool, int scanReadRpcTimeout, int scannerTimeout, int primaryOperationTimeout, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConfiguration, Map<String, byte[]> requestAttributes) Create a new ReversibleClientScanner for the specified table Note that the passedScan's start row maybe changed.