Uses of Class
org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder
Packages that use AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder
-
Uses of AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilderModifier and TypeFieldDescription(package private) AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<org.apache.hbase.thirdparty.com.google.protobuf.Message>
MasterCoprocessorRpcChannelImpl.callerBuilder
Methods in org.apache.hadoop.hbase.client that return AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilderModifier 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) Method parameters in org.apache.hadoop.hbase.client with type arguments of type AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilderModifier 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) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilderModifierConstructorDescription(package private)
MasterCoprocessorRpcChannelImpl
(AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<org.apache.hbase.thirdparty.com.google.protobuf.Message> callerBuilder)