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