Uses of Class
io.dingodb.sdk.service.connector.ServiceConnector.Response
Packages that use ServiceConnector.Response
-
Uses of ServiceConnector.Response in io.dingodb.sdk.service.connector
Methods in io.dingodb.sdk.service.connector that return ServiceConnector.ResponseModifier and TypeMethodDescription<R> ServiceConnector.Response<R>ServiceConnector.exec(String name, Function<S, R> task, int retryTimes, Function<Integer, ErrorCodeUtils.Strategy> errChecker, Function<R, ServiceConnector.Response<R>> toResponse) <R> ServiceConnector.Response<R>ServiceConnector.exec(Function<S, R> function, int retryTimes, Function<Integer, ErrorCodeUtils.Strategy> errChecker, Function<R, ServiceConnector.Response<R>> toResponse) <R> ServiceConnector.Response<R>VersionServiceConnector.exec(Function<VersionServiceGrpc.VersionServiceBlockingStub, R> function, int retryTimes, Function<Integer, ErrorCodeUtils.Strategy> errChecker, Function<R, ServiceConnector.Response<R>> toResponse) Methods in io.dingodb.sdk.service.connector with parameters of type ServiceConnector.ResponseModifier and TypeMethodDescriptionprotected <R> RServiceConnector.cleanResponse(ServiceConnector.Response<R> response)