Uses of Class
org.apache.hadoop.hbase.client.Action
Packages that use Action
-
Uses of Action in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client with type parameters of type ActionModifier and TypeFieldDescriptionprivate final IdentityHashMap<Action,List<RetriesExhaustedException.ThrowableWithExtraContext>> AsyncBatchRpcRetryingCaller.action2Errorsprivate final IdentityHashMap<Action,CompletableFuture<T>> AsyncBatchRpcRetryingCaller.action2FutureAsyncBatchRpcRetryingCaller.actionsfinal ConcurrentLinkedQueue<Action>AsyncBatchRpcRetryingCaller.RegionRequest.actionsMethods in org.apache.hadoop.hbase.client with parameters of type ActionModifier and TypeMethodDescriptionvoidAsyncBatchRpcRetryingCaller.ServerRequest.addAction(HRegionLocation loc, Action action) private voidAsyncBatchRpcRetryingCaller.addError(Action action, Throwable error, ServerName serverName) intprivate voidAsyncBatchRpcRetryingCaller.failOne(Action action, int tries, Throwable error, long currentTime, String extras) private voidAsyncBatchRpcRetryingCaller.onComplete(Action action, AsyncBatchRpcRetryingCaller.RegionRequest regionReq, int tries, ServerName serverName, MultiResponse.RegionResult regionResult, List<Action> failedActions, Throwable regionException, org.apache.commons.lang3.mutable.MutableBoolean retryImmediately, IdentityHashMap<Action, Throwable> action2Error) AsyncBatchRpcRetryingCaller.removeErrors(Action action) Method parameters in org.apache.hadoop.hbase.client with type arguments of type ActionModifier and TypeMethodDescriptionprivate voidAsyncBatchRpcRetryingCaller.addError(Iterable<Action> actions, Throwable error, ServerName serverName) private voidprivate voidAsyncBatchRpcRetryingCaller.failAll(Stream<Action> actions, int tries, Throwable error, ServerName serverName) private voidAsyncBatchRpcRetryingCaller.groupAndSend(Stream<Action> actions, int tries) (package private) static voidAsyncBatchRpcRetryingCaller.logActionsException(int tries, int startLogErrorsCnt, AsyncBatchRpcRetryingCaller.RegionRequest regionReq, IdentityHashMap<Action, Throwable> action2Error, ServerName serverName) private voidAsyncBatchRpcRetryingCaller.onComplete(Action action, AsyncBatchRpcRetryingCaller.RegionRequest regionReq, int tries, ServerName serverName, MultiResponse.RegionResult regionResult, List<Action> failedActions, Throwable regionException, org.apache.commons.lang3.mutable.MutableBoolean retryImmediately, IdentityHashMap<Action, Throwable> action2Error) private voidAsyncBatchRpcRetryingCaller.onComplete(Action action, AsyncBatchRpcRetryingCaller.RegionRequest regionReq, int tries, ServerName serverName, MultiResponse.RegionResult regionResult, List<Action> failedActions, Throwable regionException, org.apache.commons.lang3.mutable.MutableBoolean retryImmediately, IdentityHashMap<Action, Throwable> action2Error) private voidAsyncBatchRpcRetryingCaller.tryResubmit(Stream<Action> actions, int tries, boolean immediately, Throwable error) Constructors in org.apache.hadoop.hbase.client with parameters of type Action