Package io.qdrant.client.grpc
Class PointsGrpc.PointsFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<PointsGrpc.PointsFutureStub>
io.qdrant.client.grpc.PointsGrpc.PointsFutureStub
- Enclosing class:
- PointsGrpc
public static final class PointsGrpc.PointsFutureStub
extends io.grpc.stub.AbstractFutureStub<PointsGrpc.PointsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Points.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionprotected PointsGrpc.PointsFutureStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
clearPayload
(Points.ClearPayloadPoints request) Remove all payload for specified pointscom.google.common.util.concurrent.ListenableFuture<Points.CountResponse>
count
(Points.CountPoints request) Count points in collection with given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
Create index for field in collectioncom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
delete
(Points.DeletePoints request) Delete pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
Delete field index for collectioncom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
deletePayload
(Points.DeletePayloadPoints request) Delete specified key payload for pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
deleteVectors
(Points.DeletePointVectors request) Delete named vectors for pointscom.google.common.util.concurrent.ListenableFuture<Points.GetResponse>
get
(Points.GetPoints request) Retrieve pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
overwritePayload
(Points.SetPayloadPoints request) Overwrite payload for pointscom.google.common.util.concurrent.ListenableFuture<Points.RecommendResponse>
recommend
(Points.RecommendPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.com.google.common.util.concurrent.ListenableFuture<Points.RecommendBatchResponse>
Look for the points which are closer to stored positive examples and at the same time further to negative examples.com.google.common.util.concurrent.ListenableFuture<Points.RecommendGroupsResponse>
Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given fieldcom.google.common.util.concurrent.ListenableFuture<Points.ScrollResponse>
scroll
(Points.ScrollPoints request) Iterate over all or filtered pointscom.google.common.util.concurrent.ListenableFuture<Points.SearchResponse>
search
(Points.SearchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse>
searchBatch
(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.SearchGroupsResponse>
searchGroups
(Points.SearchPointGroups request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given fieldcom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
setPayload
(Points.SetPayloadPoints request) Set payload for pointscom.google.common.util.concurrent.ListenableFuture<Points.UpdateBatchResponse>
updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestcom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
updateVectors
(Points.UpdatePointVectors request) Update named vectors for pointcom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
upsert
(Points.UpsertPoints request) Perform insert + updates on points.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected PointsGrpc.PointsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<PointsGrpc.PointsFutureStub>
-
upsert
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> upsert(Points.UpsertPoints request) Perform insert + updates on points. If a point with a given ID already exists - it will be overwritten.
-
delete
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> delete(Points.DeletePoints request) Delete points
-
get
public com.google.common.util.concurrent.ListenableFuture<Points.GetResponse> get(Points.GetPoints request) Retrieve points
-
updateVectors
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> updateVectors(Points.UpdatePointVectors request) Update named vectors for point
-
deleteVectors
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> deleteVectors(Points.DeletePointVectors request) Delete named vectors for points
-
setPayload
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> setPayload(Points.SetPayloadPoints request) Set payload for points
-
overwritePayload
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> overwritePayload(Points.SetPayloadPoints request) Overwrite payload for points
-
deletePayload
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> deletePayload(Points.DeletePayloadPoints request) Delete specified key payload for points
-
clearPayload
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> clearPayload(Points.ClearPayloadPoints request) Remove all payload for specified points
-
createFieldIndex
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> createFieldIndex(Points.CreateFieldIndexCollection request) Create index for field in collection
-
deleteFieldIndex
public com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse> deleteFieldIndex(Points.DeleteFieldIndexCollection request) Delete field index for collection
-
search
public com.google.common.util.concurrent.ListenableFuture<Points.SearchResponse> search(Points.SearchPoints request) Retrieve closest points based on vector similarity and given filtering conditions
-
searchBatch
public com.google.common.util.concurrent.ListenableFuture<Points.SearchBatchResponse> searchBatch(Points.SearchBatchPoints request) Retrieve closest points based on vector similarity and given filtering conditions
-
searchGroups
public com.google.common.util.concurrent.ListenableFuture<Points.SearchGroupsResponse> searchGroups(Points.SearchPointGroups request) Retrieve closest points based on vector similarity and given filtering conditions, grouped by a given field
-
scroll
public com.google.common.util.concurrent.ListenableFuture<Points.ScrollResponse> scroll(Points.ScrollPoints request) Iterate over all or filtered points
-
recommend
public com.google.common.util.concurrent.ListenableFuture<Points.RecommendResponse> recommend(Points.RecommendPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.
-
recommendBatch
public com.google.common.util.concurrent.ListenableFuture<Points.RecommendBatchResponse> recommendBatch(Points.RecommendBatchPoints request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.
-
recommendGroups
public com.google.common.util.concurrent.ListenableFuture<Points.RecommendGroupsResponse> recommendGroups(Points.RecommendPointGroups request) Look for the points which are closer to stored positive examples and at the same time further to negative examples, grouped by a given field
-
count
public com.google.common.util.concurrent.ListenableFuture<Points.CountResponse> count(Points.CountPoints request) Count points in collection with given filtering conditions
-
updateBatch
public com.google.common.util.concurrent.ListenableFuture<Points.UpdateBatchResponse> updateBatch(Points.UpdateBatchPoints request) Perform multiple update operations in one request
-