Uses of Enum Class
io.dingodb.sdk.common.utils.ErrorCodeUtils.Strategy
Packages that use ErrorCodeUtils.Strategy
-
Uses of ErrorCodeUtils.Strategy in io.dingodb.sdk.common.utils
Fields in io.dingodb.sdk.common.utils with type parameters of type ErrorCodeUtils.StrategyModifier and TypeFieldDescriptionstatic final Function<Integer,ErrorCodeUtils.Strategy> ErrorCodeUtils.errorToStrategyFuncMethods in io.dingodb.sdk.common.utils that return ErrorCodeUtils.StrategyModifier and TypeMethodDescriptionstatic ErrorCodeUtils.StrategyErrorCodeUtils.errorToStrategy(int code) static ErrorCodeUtils.StrategyReturns the enum constant of this class with the specified name.static ErrorCodeUtils.Strategy[]ErrorCodeUtils.Strategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ErrorCodeUtils.Strategy in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service that return ErrorCodeUtils.StrategyModifier and TypeMethodDescriptiondefault ErrorCodeUtils.StrategyServiceCallCycle.OnErrRes.onErrStrategy(ErrorCodeUtils.Strategy strategy, int retry, int remain, REQ req, RES res, io.grpc.CallOptions options, String remote, long trace) ServiceCallCycles.onErrStrategy(ErrorCodeUtils.Strategy strategy, int retry, int remain, REQ req, RES res, io.grpc.CallOptions options, String remote, long trace) Methods in io.dingodb.sdk.service with parameters of type ErrorCodeUtils.StrategyModifier and TypeMethodDescriptiondefault ErrorCodeUtils.StrategyServiceCallCycle.OnErrRes.onErrStrategy(ErrorCodeUtils.Strategy strategy, int retry, int remain, REQ req, RES res, io.grpc.CallOptions options, String remote, long trace) ServiceCallCycles.onErrStrategy(ErrorCodeUtils.Strategy strategy, int retry, int remain, REQ req, RES res, io.grpc.CallOptions options, String remote, long trace)