Uses of Class
io.qdrant.client.grpc.Points.PointsOperationResponse
-
Uses of Points.PointsOperationResponse in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.clearPayload
(String collectionName, Points.PointsSelector points, Points.WriteOrderingType ordering) Clears the payload associated with the specified collection, points and ordering.QdrantClient.clearPayloadBlocking
(String collectionName, Points.PointsSelector points, Points.WriteOrderingType ordering) Clears the payload associated with the specified collection, points and ordering.QdrantClient.createFieldIndex
(String collectionName, String fieldName, Points.FieldType fieldType, Collections.PayloadIndexParams fieldIndexParams, Points.WriteOrderingType ordering) Creates a field index in the specified collection with the given parameters.QdrantClient.createFieldIndexBlocking
(String collectionName, String fieldName, Points.FieldType fieldType, Collections.PayloadIndexParams fieldIndexParams, Points.WriteOrderingType ordering) Creates a field index in the specified collection with the given parameters.QdrantClient.deleteFieldIndex
(String collectionName, String fieldName, Points.WriteOrderingType ordering) Deletes the field index for a given collection and field name.QdrantClient.deleteFieldIndexBlocking
(String collectionName, String fieldName, Points.WriteOrderingType ordering) Deletes the field index for a given collection and field name.QdrantClient.deletePayload
(String collectionName, Points.PointsSelector points, List<String> keys, Points.WriteOrderingType ordering) Deletes the payload associated with the specified collection, points, keys, and ordering.QdrantClient.deletePayloadBlocking
(String collectionName, Points.PointsSelector points, List<String> keys, Points.WriteOrderingType ordering) Deletes the payload associated with the specified collection, points, keys, and ordering.QdrantClient.deletePoints
(String collectionName, Points.PointsSelector points, Points.WriteOrderingType ordering) Deletes points from a collection.QdrantClient.deletePointsBlocking
(String collectionName, Points.PointsSelector points, Points.WriteOrderingType ordering) Deletes points from a collection.QdrantClient.deleteVectors
(String collectionName, Points.PointsSelector points, Points.VectorsSelector vectors, Points.WriteOrderingType ordering) Deletes vectors from a collection.QdrantClient.deleteVectorsBlocking
(String collectionName, Points.PointsSelector points, Points.VectorsSelector vectors, Points.WriteOrderingType ordering) Deletes vectors from a collection.QdrantClient.overwritePayload
(String collectionName, Points.PointsSelector points, Map<String, JsonWithInt.Value> payload, Points.WriteOrderingType ordering) Overwrites the payload of the specified points in a collection.QdrantClient.overwritePayloadBlocking
(String collectionName, Points.PointsSelector points, Map<String, JsonWithInt.Value> payload, Points.WriteOrderingType ordering) Overwrites the payload of the specified points in a collection.QdrantClient.updateVectors
(String collectionName, Iterable<? extends Points.PointVectors> points, Points.WriteOrderingType ordering) Updates the vectors of points in a collection.QdrantClient.updateVectorsBlocking
(String collectionName, Iterable<? extends Points.PointVectors> points, Points.WriteOrderingType ordering) Updates the vectors of points in a collection.QdrantClient.upsertPoints
(String collectionName, List<Points.PointStruct> points, Points.WriteOrderingType ordering) Upserts the given points into the specified collection.QdrantClient.upsertPointsBatch
(String collectionName, List<Points.PointStruct> points, Points.WriteOrderingType ordering, int chunkSize) Upserts a batch of points in the specified collection.QdrantClient.upsertPointsBatchBlocking
(String collectionName, List<Points.PointStruct> points, Points.WriteOrderingType ordering, int chunkSize) Upserts a batch of points in the specified collection.QdrantClient.upsertPointsBlocking
(String collectionName, List<Points.PointStruct> points, Points.WriteOrderingType ordering) Upserts the given points into the specified collection. -
Uses of Points.PointsOperationResponse in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.PointsOperationResponse.Builder.build()
Points.PointsOperationResponse.Builder.buildPartial()
PointsGrpc.PointsBlockingStub.clearPayload
(Points.ClearPayloadPoints request) Remove all payload for specified pointsPointsGrpc.PointsBlockingStub.createFieldIndex
(Points.CreateFieldIndexCollection request) Create index for field in collectionPointsGrpc.PointsBlockingStub.delete
(Points.DeletePoints request) Delete pointsPointsGrpc.PointsBlockingStub.deleteFieldIndex
(Points.DeleteFieldIndexCollection request) Delete field index for collectionPointsGrpc.PointsBlockingStub.deletePayload
(Points.DeletePayloadPoints request) Delete specified key payload for pointsPointsGrpc.PointsBlockingStub.deleteVectors
(Points.DeletePointVectors request) Delete named vectors for pointsPoints.PointsOperationResponse.getDefaultInstance()
Points.PointsOperationResponse.Builder.getDefaultInstanceForType()
Points.PointsOperationResponse.getDefaultInstanceForType()
PointsGrpc.PointsBlockingStub.overwritePayload
(Points.SetPayloadPoints request) Overwrite payload for pointsPoints.PointsOperationResponse.parseDelimitedFrom
(InputStream input) Points.PointsOperationResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.PointsOperationResponse.parseFrom
(byte[] data) Points.PointsOperationResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.PointsOperationResponse.parseFrom
(com.google.protobuf.ByteString data) Points.PointsOperationResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.PointsOperationResponse.parseFrom
(com.google.protobuf.CodedInputStream input) Points.PointsOperationResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.PointsOperationResponse.parseFrom
(InputStream input) Points.PointsOperationResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Points.PointsOperationResponse.parseFrom
(ByteBuffer data) Points.PointsOperationResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.setPayload
(Points.SetPayloadPoints request) Set payload for pointsPointsGrpc.PointsBlockingStub.updateVectors
(Points.UpdatePointVectors request) Update named vectors for pointPointsGrpc.PointsBlockingStub.upsert
(Points.UpsertPoints request) Perform insert + updates on points.Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.clearPayload
(Points.ClearPayloadPoints request) Remove all payload for specified pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.createFieldIndex
(Points.CreateFieldIndexCollection request) Create index for field in collectioncom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.delete
(Points.DeletePoints request) Delete pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.deleteFieldIndex
(Points.DeleteFieldIndexCollection request) Delete field index for collectioncom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.deletePayload
(Points.DeletePayloadPoints request) Delete specified key payload for pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.deleteVectors
(Points.DeletePointVectors request) Delete named vectors for pointsstatic io.grpc.MethodDescriptor<Points.ClearPayloadPoints,
Points.PointsOperationResponse> PointsGrpc.getClearPayloadMethod()
static io.grpc.MethodDescriptor<Points.CreateFieldIndexCollection,
Points.PointsOperationResponse> PointsGrpc.getCreateFieldIndexMethod()
static io.grpc.MethodDescriptor<Points.DeleteFieldIndexCollection,
Points.PointsOperationResponse> PointsGrpc.getDeleteFieldIndexMethod()
static io.grpc.MethodDescriptor<Points.DeletePoints,
Points.PointsOperationResponse> PointsGrpc.getDeleteMethod()
static io.grpc.MethodDescriptor<Points.DeletePayloadPoints,
Points.PointsOperationResponse> PointsGrpc.getDeletePayloadMethod()
static io.grpc.MethodDescriptor<Points.DeletePointVectors,
Points.PointsOperationResponse> PointsGrpc.getDeleteVectorsMethod()
static io.grpc.MethodDescriptor<Points.SetPayloadPoints,
Points.PointsOperationResponse> PointsGrpc.getOverwritePayloadMethod()
com.google.protobuf.Parser<Points.PointsOperationResponse>
Points.PointsOperationResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.SetPayloadPoints,
Points.PointsOperationResponse> PointsGrpc.getSetPayloadMethod()
static io.grpc.MethodDescriptor<Points.UpdatePointVectors,
Points.PointsOperationResponse> PointsGrpc.getUpdateVectorsMethod()
static io.grpc.MethodDescriptor<Points.UpsertPoints,
Points.PointsOperationResponse> PointsGrpc.getUpsertMethod()
com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.overwritePayload
(Points.SetPayloadPoints request) Overwrite payload for pointsstatic com.google.protobuf.Parser<Points.PointsOperationResponse>
Points.PointsOperationResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.setPayload
(Points.SetPayloadPoints request) Set payload for pointscom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.updateVectors
(Points.UpdatePointVectors request) Update named vectors for pointcom.google.common.util.concurrent.ListenableFuture<Points.PointsOperationResponse>
PointsGrpc.PointsFutureStub.upsert
(Points.UpsertPoints request) Perform insert + updates on points.Modifier and TypeMethodDescriptionPoints.PointsOperationResponse.Builder.mergeFrom
(Points.PointsOperationResponse other) Points.PointsOperationResponse.newBuilder
(Points.PointsOperationResponse prototype) Modifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.clearPayload
(Points.ClearPayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Remove all payload for specified pointsvoid
PointsGrpc.PointsStub.clearPayload
(Points.ClearPayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Remove all payload for specified pointsdefault void
PointsGrpc.AsyncService.createFieldIndex
(Points.CreateFieldIndexCollection request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Create index for field in collectionvoid
PointsGrpc.PointsStub.createFieldIndex
(Points.CreateFieldIndexCollection request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Create index for field in collectiondefault void
PointsGrpc.AsyncService.delete
(Points.DeletePoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete pointsvoid
PointsGrpc.PointsStub.delete
(Points.DeletePoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete pointsdefault void
PointsGrpc.AsyncService.deleteFieldIndex
(Points.DeleteFieldIndexCollection request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete field index for collectionvoid
PointsGrpc.PointsStub.deleteFieldIndex
(Points.DeleteFieldIndexCollection request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete field index for collectiondefault void
PointsGrpc.AsyncService.deletePayload
(Points.DeletePayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete specified key payload for pointsvoid
PointsGrpc.PointsStub.deletePayload
(Points.DeletePayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete specified key payload for pointsdefault void
PointsGrpc.AsyncService.deleteVectors
(Points.DeletePointVectors request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete named vectors for pointsvoid
PointsGrpc.PointsStub.deleteVectors
(Points.DeletePointVectors request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Delete named vectors for pointsdefault void
PointsGrpc.AsyncService.overwritePayload
(Points.SetPayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Overwrite payload for pointsvoid
PointsGrpc.PointsStub.overwritePayload
(Points.SetPayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Overwrite payload for pointsdefault void
PointsGrpc.AsyncService.setPayload
(Points.SetPayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Set payload for pointsvoid
PointsGrpc.PointsStub.setPayload
(Points.SetPayloadPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Set payload for pointsdefault void
PointsGrpc.AsyncService.updateVectors
(Points.UpdatePointVectors request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Update named vectors for pointvoid
PointsGrpc.PointsStub.updateVectors
(Points.UpdatePointVectors request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Update named vectors for pointdefault void
PointsGrpc.AsyncService.upsert
(Points.UpsertPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Perform insert + updates on points.void
PointsGrpc.PointsStub.upsert
(Points.UpsertPoints request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Perform insert + updates on points.