Uses of Class
io.dingodb.diskann.Diskann.VectorDestroyResponse
Packages that use Diskann.VectorDestroyResponse
-
Uses of Diskann.VectorDestroyResponse in io.dingodb.diskann
Methods in io.dingodb.diskann that return Diskann.VectorDestroyResponseModifier and TypeMethodDescriptionDiskann.VectorDestroyResponse.Builder.build()Diskann.VectorDestroyResponse.Builder.buildPartial()Diskann.VectorDestroyResponse.getDefaultInstance()Diskann.VectorDestroyResponse.Builder.getDefaultInstanceForType()Diskann.VectorDestroyResponse.getDefaultInstanceForType()Diskann.VectorDestroyResponse.parseDelimitedFrom(InputStream input) Diskann.VectorDestroyResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Diskann.VectorDestroyResponse.parseFrom(byte[] data) Diskann.VectorDestroyResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Diskann.VectorDestroyResponse.parseFrom(com.google.protobuf.ByteString data) Diskann.VectorDestroyResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Diskann.VectorDestroyResponse.parseFrom(com.google.protobuf.CodedInputStream input) Diskann.VectorDestroyResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Diskann.VectorDestroyResponse.parseFrom(InputStream input) Diskann.VectorDestroyResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Diskann.VectorDestroyResponse.parseFrom(ByteBuffer data) Diskann.VectorDestroyResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DiskAnnServiceGrpc.DiskAnnServiceBlockingStub.vectorDestroy(Diskann.VectorDestroyRequest request) Methods in io.dingodb.diskann that return types with arguments of type Diskann.VectorDestroyResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Diskann.VectorDestroyResponse>Diskann.VectorDestroyResponse.getParserForType()static io.grpc.MethodDescriptor<Diskann.VectorDestroyRequest,Diskann.VectorDestroyResponse> DiskAnnServiceGrpc.getVectorDestroyMethod()static com.google.protobuf.Parser<Diskann.VectorDestroyResponse>Diskann.VectorDestroyResponse.parser()com.google.common.util.concurrent.ListenableFuture<Diskann.VectorDestroyResponse>DiskAnnServiceGrpc.DiskAnnServiceFutureStub.vectorDestroy(Diskann.VectorDestroyRequest request) Methods in io.dingodb.diskann with parameters of type Diskann.VectorDestroyResponseModifier and TypeMethodDescriptionDiskann.VectorDestroyResponse.Builder.mergeFrom(Diskann.VectorDestroyResponse other) Diskann.VectorDestroyResponse.newBuilder(Diskann.VectorDestroyResponse prototype) Method parameters in io.dingodb.diskann with type arguments of type Diskann.VectorDestroyResponseModifier and TypeMethodDescriptiondefault voidDiskAnnServiceGrpc.AsyncService.vectorDestroy(Diskann.VectorDestroyRequest request, io.grpc.stub.StreamObserver<Diskann.VectorDestroyResponse> responseObserver) voidDiskAnnServiceGrpc.DiskAnnServiceStub.vectorDestroy(Diskann.VectorDestroyRequest request, io.grpc.stub.StreamObserver<Diskann.VectorDestroyResponse> responseObserver)