Uses of Class
io.dingodb.store.Store.RestoreMetaRequest
Packages that use Store.RestoreMetaRequest
-
Uses of Store.RestoreMetaRequest in io.dingodb.store
Methods in io.dingodb.store that return Store.RestoreMetaRequestModifier and TypeMethodDescriptionStore.RestoreMetaRequest.Builder.build()Store.RestoreMetaRequest.Builder.buildPartial()static Store.RestoreMetaRequestStore.RestoreMetaRequest.getDefaultInstance()Store.RestoreMetaRequest.Builder.getDefaultInstanceForType()Store.RestoreMetaRequest.getDefaultInstanceForType()static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseDelimitedFrom(InputStream input) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(byte[] data) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(com.google.protobuf.ByteString data) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(InputStream input) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(ByteBuffer data) static Store.RestoreMetaRequestStore.RestoreMetaRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.RestoreMetaRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Store.RestoreMetaRequest>Store.RestoreMetaRequest.getParserForType()static io.grpc.MethodDescriptor<Store.RestoreMetaRequest,Store.RestoreMetaResponse> StoreServiceGrpc.getRestoreMetaMethod()static com.google.protobuf.Parser<Store.RestoreMetaRequest>Store.RestoreMetaRequest.parser()Methods in io.dingodb.store with parameters of type Store.RestoreMetaRequestModifier and TypeMethodDescriptionStore.RestoreMetaRequest.Builder.mergeFrom(Store.RestoreMetaRequest other) Store.RestoreMetaRequest.newBuilder(Store.RestoreMetaRequest prototype) default voidStoreServiceGrpc.AsyncService.restoreMeta(Store.RestoreMetaRequest request, io.grpc.stub.StreamObserver<Store.RestoreMetaResponse> responseObserver) StoreServiceGrpc.StoreServiceBlockingStub.restoreMeta(Store.RestoreMetaRequest request) com.google.common.util.concurrent.ListenableFuture<Store.RestoreMetaResponse>StoreServiceGrpc.StoreServiceFutureStub.restoreMeta(Store.RestoreMetaRequest request) voidStoreServiceGrpc.StoreServiceStub.restoreMeta(Store.RestoreMetaRequest request, io.grpc.stub.StreamObserver<Store.RestoreMetaResponse> responseObserver)