Uses of Interface
io.dingodb.sdk.service.Caller
Packages that use Caller
-
Uses of Caller in io.dingodb.sdk.service
Fields in io.dingodb.sdk.service declared as CallerModifier and TypeFieldDescriptionfinal Caller<archive_job>archive_job.Impl.callerfinal Caller<CoordinatorService>CoordinatorService.Impl.callerfinal Caller<DebugService>DebugService.Impl.callerdingo.Impl.callerfinal Caller<DiskAnnService>DiskAnnService.Impl.callerfinal Caller<DocumentService>DocumentService.Impl.callerfinal Caller<FileService>FileService.Impl.callerfinal Caller<IndexService>IndexService.Impl.callerjob.Impl.callerfinal Caller<MetaService>MetaService.Impl.callerfinal Caller<NodeService>NodeService.Impl.callerfinal Caller<PushService>PushService.Impl.callerregion.Impl.callerfinal Caller<store_metrics>store_metrics.Impl.callerfinal Caller<store_operation>store_operation.Impl.callerfinal Caller<StoreService>StoreService.Impl.callertable.Impl.callerfinal Caller<UtilService>UtilService.Impl.callerfinal Caller<VersionService>VersionService.Impl.callerMethods in io.dingodb.sdk.service that return CallerModifier and TypeMethodDescriptionarchive_job.getCaller()CoordinatorService.getCaller()DebugService.getCaller()dingo.getCaller()DiskAnnService.getCaller()DocumentService.getCaller()FileService.getCaller()IndexService.getCaller()job.getCaller()MetaService.getCaller()NodeService.getCaller()PushService.getCaller()region.getCaller()store_metrics.getCaller()store_operation.getCaller()StoreService.getCaller()table.getCaller()UtilService.getCaller()VersionService.getCaller() -
Uses of Caller in io.dingodb.sdk.service.caller
Classes in io.dingodb.sdk.service.caller that implement CallerConstructor parameters in io.dingodb.sdk.service.caller with type arguments of type CallerModifierConstructorDescriptionServiceCaller(ChannelProvider channelProvider, int retry, io.grpc.CallOptions options, Function<Caller<S>, S> serviceFactory)