Uses of Class
io.dingodb.sdk.service.entity.store.RestoreDataRequest
Packages that use RestoreDataRequest
Package
Description
-
Uses of RestoreDataRequest in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service with parameters of type RestoreDataRequestModifier and TypeMethodDescriptiondefault RestoreDataResponseDocumentService.restoreData(long requestId, RestoreDataRequest request) default RestoreDataResponseDocumentService.restoreData(RestoreDataRequest request) Deprecated.default RestoreDataResponseIndexService.restoreData(long requestId, RestoreDataRequest request) default RestoreDataResponseIndexService.restoreData(RestoreDataRequest request) Deprecated.default RestoreDataResponseStoreService.restoreData(long requestId, RestoreDataRequest request) default RestoreDataResponseStoreService.restoreData(RestoreDataRequest request) Deprecated. -
Uses of RestoreDataRequest in io.dingodb.sdk.service.desc.document
Fields in io.dingodb.sdk.service.desc.document with type parameters of type RestoreDataRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<RestoreDataRequest,RestoreDataResponse> DocumentServiceDescriptors.restoreDatastatic final ServiceCallCycles<RestoreDataRequest,RestoreDataResponse> DocumentServiceDescriptors.restoreDataHandlers -
Uses of RestoreDataRequest in io.dingodb.sdk.service.desc.index
Fields in io.dingodb.sdk.service.desc.index with type parameters of type RestoreDataRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<RestoreDataRequest,RestoreDataResponse> IndexServiceDescriptors.restoreDatastatic final ServiceCallCycles<RestoreDataRequest,RestoreDataResponse> IndexServiceDescriptors.restoreDataHandlers -
Uses of RestoreDataRequest in io.dingodb.sdk.service.desc.store
Fields in io.dingodb.sdk.service.desc.store with type parameters of type RestoreDataRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<RestoreDataRequest,RestoreDataResponse> StoreServiceDescriptors.restoreDatastatic final ServiceCallCycles<RestoreDataRequest,RestoreDataResponse> StoreServiceDescriptors.restoreDataHandlers