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