Uses of Interface
io.metaloom.qdrant.client.http.model.point.PointsDeleteRequest
Packages that use PointsDeleteRequest
Package
Description
-
Uses of PointsDeleteRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type PointsDeleteRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.deletePoints(String collectionName, PointsDeleteRequest request, boolean wait) -
Uses of PointsDeleteRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type PointsDeleteRequestModifier and TypeMethodDescriptionPointMethods.deletePoints(String collectionName, PointsDeleteRequest request, boolean wait) Delete points. -
Uses of PointsDeleteRequest in io.metaloom.qdrant.client.http.model.point
Classes in io.metaloom.qdrant.client.http.model.point that implement PointsDeleteRequest