Uses of Class
io.dingodb.store.Store.RestoreDataRequest
Packages that use Store.RestoreDataRequest
-
Uses of Store.RestoreDataRequest in io.dingodb.document
Methods in io.dingodb.document that return types with arguments of type Store.RestoreDataRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.RestoreDataRequest,Store.RestoreDataResponse> DocumentServiceGrpc.getRestoreDataMethod()Methods in io.dingodb.document with parameters of type Store.RestoreDataRequestModifier and TypeMethodDescriptiondefault voidDocumentServiceGrpc.AsyncService.restoreData(Store.RestoreDataRequest request, io.grpc.stub.StreamObserver<Store.RestoreDataResponse> responseObserver) DocumentServiceGrpc.DocumentServiceBlockingStub.restoreData(Store.RestoreDataRequest request) com.google.common.util.concurrent.ListenableFuture<Store.RestoreDataResponse>DocumentServiceGrpc.DocumentServiceFutureStub.restoreData(Store.RestoreDataRequest request) voidDocumentServiceGrpc.DocumentServiceStub.restoreData(Store.RestoreDataRequest request, io.grpc.stub.StreamObserver<Store.RestoreDataResponse> responseObserver) -
Uses of Store.RestoreDataRequest in io.dingodb.index
Methods in io.dingodb.index that return types with arguments of type Store.RestoreDataRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.RestoreDataRequest,Store.RestoreDataResponse> IndexServiceGrpc.getRestoreDataMethod()Methods in io.dingodb.index with parameters of type Store.RestoreDataRequestModifier and TypeMethodDescriptiondefault voidIndexServiceGrpc.AsyncService.restoreData(Store.RestoreDataRequest request, io.grpc.stub.StreamObserver<Store.RestoreDataResponse> responseObserver) IndexServiceGrpc.IndexServiceBlockingStub.restoreData(Store.RestoreDataRequest request) com.google.common.util.concurrent.ListenableFuture<Store.RestoreDataResponse>IndexServiceGrpc.IndexServiceFutureStub.restoreData(Store.RestoreDataRequest request) voidIndexServiceGrpc.IndexServiceStub.restoreData(Store.RestoreDataRequest request, io.grpc.stub.StreamObserver<Store.RestoreDataResponse> responseObserver) -
Uses of Store.RestoreDataRequest in io.dingodb.store
Methods in io.dingodb.store that return Store.RestoreDataRequestModifier and TypeMethodDescriptionStore.RestoreDataRequest.Builder.build()Store.RestoreDataRequest.Builder.buildPartial()static Store.RestoreDataRequestStore.RestoreDataRequest.getDefaultInstance()Store.RestoreDataRequest.Builder.getDefaultInstanceForType()Store.RestoreDataRequest.getDefaultInstanceForType()static Store.RestoreDataRequestStore.RestoreDataRequest.parseDelimitedFrom(InputStream input) static Store.RestoreDataRequestStore.RestoreDataRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(byte[] data) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(com.google.protobuf.ByteString data) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(InputStream input) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(ByteBuffer data) static Store.RestoreDataRequestStore.RestoreDataRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.RestoreDataRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Store.RestoreDataRequest>Store.RestoreDataRequest.getParserForType()static io.grpc.MethodDescriptor<Store.RestoreDataRequest,Store.RestoreDataResponse> StoreServiceGrpc.getRestoreDataMethod()static com.google.protobuf.Parser<Store.RestoreDataRequest>Store.RestoreDataRequest.parser()Methods in io.dingodb.store with parameters of type Store.RestoreDataRequestModifier and TypeMethodDescriptionStore.RestoreDataRequest.Builder.mergeFrom(Store.RestoreDataRequest other) Store.RestoreDataRequest.newBuilder(Store.RestoreDataRequest prototype) default voidStoreServiceGrpc.AsyncService.restoreData(Store.RestoreDataRequest request, io.grpc.stub.StreamObserver<Store.RestoreDataResponse> responseObserver) StoreServiceGrpc.StoreServiceBlockingStub.restoreData(Store.RestoreDataRequest request) com.google.common.util.concurrent.ListenableFuture<Store.RestoreDataResponse>StoreServiceGrpc.StoreServiceFutureStub.restoreData(Store.RestoreDataRequest request) voidStoreServiceGrpc.StoreServiceStub.restoreData(Store.RestoreDataRequest request, io.grpc.stub.StreamObserver<Store.RestoreDataResponse> responseObserver)