public abstract class RetryPolicy<RespT> extends Object
static interface
RetryPolicy.Builder<T>
RespT
callWithRetry(Callable<RespT> proc, String methodName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RespT callWithRetry(Callable<RespT> proc, String methodName) throws GrpcException
GrpcException
Copyright © 2022 PingCAP. All rights reserved.