Uses of Class
org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder
-
Uses of AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescription(package private) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<org.apache.hbase.thirdparty.com.google.protobuf.Message>
MasterCoprocessorRpcChannelImpl.callerBuilder
Modifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.action
(AsyncMasterRequestRpcRetryingCaller.Callable<T> callable) AsyncRpcRetryingCallerFactory.masterRequest()
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.maxAttempts
(int maxAttempts) (package private) <T> AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<T>
RawAsyncHBaseAdmin.newMasterCaller()
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.operationTimeout
(long operationTimeout, TimeUnit unit) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.pauseForServerOverloaded
(long pause, TimeUnit unit) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.priority
(int priority) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.rpcTimeout
(long rpcTimeout, TimeUnit unit) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.startLogErrorsCnt
(int startLogErrorsCnt) Modifier and TypeMethodDescriptionprivate <PREQ,
PRESP>
CompletableFuture<Void>RawAsyncHBaseAdmin.procedureCall
(Consumer<AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<?>> prioritySetter, PREQ preq, RawAsyncHBaseAdmin.MasterRpcCall<PRESP, PREQ> rpcCall, RawAsyncHBaseAdmin.Converter<Long, PRESP> respConverter, RawAsyncHBaseAdmin.ProcedureBiConsumer consumer) ModifierConstructorDescription(package private)
MasterCoprocessorRpcChannelImpl
(AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<org.apache.hbase.thirdparty.com.google.protobuf.Message> callerBuilder)