Uses of Class
io.dingodb.index.Index.VectorScanQueryResponse
Packages that use Index.VectorScanQueryResponse
-
Uses of Index.VectorScanQueryResponse in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorScanQueryResponseModifier and TypeMethodDescriptionIndex.VectorScanQueryResponse.Builder.build()Index.VectorScanQueryResponse.Builder.buildPartial()Index.VectorScanQueryResponse.getDefaultInstance()Index.VectorScanQueryResponse.Builder.getDefaultInstanceForType()Index.VectorScanQueryResponse.getDefaultInstanceForType()Index.VectorScanQueryResponse.parseDelimitedFrom(InputStream input) Index.VectorScanQueryResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorScanQueryResponse.parseFrom(byte[] data) Index.VectorScanQueryResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorScanQueryResponse.parseFrom(com.google.protobuf.ByteString data) Index.VectorScanQueryResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorScanQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input) Index.VectorScanQueryResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorScanQueryResponse.parseFrom(InputStream input) Index.VectorScanQueryResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Index.VectorScanQueryResponse.parseFrom(ByteBuffer data) Index.VectorScanQueryResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IndexServiceGrpc.IndexServiceBlockingStub.vectorScanQuery(Index.VectorScanQueryRequest request) Methods in io.dingodb.index that return types with arguments of type Index.VectorScanQueryResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Index.VectorScanQueryResponse>Index.VectorScanQueryResponse.getParserForType()static io.grpc.MethodDescriptor<Index.VectorScanQueryRequest,Index.VectorScanQueryResponse> IndexServiceGrpc.getVectorScanQueryMethod()static com.google.protobuf.Parser<Index.VectorScanQueryResponse>Index.VectorScanQueryResponse.parser()com.google.common.util.concurrent.ListenableFuture<Index.VectorScanQueryResponse>IndexServiceGrpc.IndexServiceFutureStub.vectorScanQuery(Index.VectorScanQueryRequest request) Methods in io.dingodb.index with parameters of type Index.VectorScanQueryResponseModifier and TypeMethodDescriptionIndex.VectorScanQueryResponse.Builder.mergeFrom(Index.VectorScanQueryResponse other) Index.VectorScanQueryResponse.newBuilder(Index.VectorScanQueryResponse prototype) Method parameters in io.dingodb.index with type arguments of type Index.VectorScanQueryResponseModifier and TypeMethodDescriptiondefault voidIndexServiceGrpc.AsyncService.vectorScanQuery(Index.VectorScanQueryRequest request, io.grpc.stub.StreamObserver<Index.VectorScanQueryResponse> responseObserver) voidIndexServiceGrpc.IndexServiceStub.vectorScanQuery(Index.VectorScanQueryRequest request, io.grpc.stub.StreamObserver<Index.VectorScanQueryResponse> responseObserver)