Uses of Class
org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder
Packages that use AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder
-
Uses of AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilderModifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.action(AsyncAdminRequestRetryingCaller.Callable<T> callable) AsyncRpcRetryingCallerFactory.adminRequest()AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.maxAttempts(int maxAttempts) private <T> AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder<T>RawAsyncHBaseAdmin.newAdminCaller()AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.operationTimeout(long operationTimeout, TimeUnit unit) AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.pauseForServerOverloaded(long pause, TimeUnit unit) AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.priority(int priority) AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.rpcTimeout(long rpcTimeout, TimeUnit unit) AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.serverName(ServerName serverName) AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.startLogErrorsCnt(int startLogErrorsCnt)