Package io.metaloom.qdrant.client.grpc
Interface QDrantGRPCClient
- All Superinterfaces:
AutoCloseable,ClientSettings,CollectionMethods,io.metaloom.qdrant.client.CommonSettings,PointMethods,SearchMethods,SnapshotMethods
- All Known Implementing Classes:
AbstractQDrantGRPCClient,QDrantGRPCClientImpl
public interface QDrantGRPCClient
extends CollectionMethods, PointMethods, SnapshotMethods, SearchMethods, ClientSettings, AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic QDrantGRPCClientImpl.Builderbuilder()voidclose()Close the prepared transport channel.Methods inherited from interface io.metaloom.qdrant.client.ClientSettings
channel, requestMethods inherited from interface io.metaloom.qdrant.client.grpc.method.CollectionMethods
createCollection, createCollection, createCollection, deleteCollection, listCollections, loadCollections, updateCollection, updateCollection, updateCollectionAliasesMethods inherited from interface io.metaloom.qdrant.client.CommonSettings
getConnectTimeout, getHostname, getPort, getReadTimeout, getWriteTimeoutMethods inherited from interface io.metaloom.qdrant.client.grpc.method.PointMethods
clearPayload, countPoints, deletePayload, deletePoints, getPoint, getPoint, getPoint, getPoints, getPoints, overwritePayload, scrollPoint, setPointPayload, upsertPoint, upsertPointsMethods inherited from interface io.metaloom.qdrant.client.grpc.method.SearchMethods
recommendBatchPoints, recommendPoints, recommendPoints, recommendPoints, searchBatch, searchPoints, searchPointsMethods inherited from interface io.metaloom.qdrant.client.grpc.method.SnapshotMethods
createSnapshot, createSnapshot, listSnapshots, listSnapshots
-
Method Details
-
builder
-
close
void close()Close the prepared transport channel.- Specified by:
closein interfaceAutoCloseable
-