Uses of Class
io.metaloom.qdrant.client.http.model.point.PointCountResponse
Packages that use PointCountResponse
Package
Description
-
Uses of PointCountResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type PointCountResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.countPoints(String collectionName, PointCountRequest request) -
Uses of PointCountResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type PointCountResponseModifier and TypeMethodDescriptionPointMethods.countPoints(String collectionName, PointCountRequest request) Count points which matches given filtering condition. -
Uses of PointCountResponse in io.metaloom.qdrant.client.http.model.point
Methods in io.metaloom.qdrant.client.http.model.point that return PointCountResponse