Uses of Class
io.qdrant.client.grpc.Points.UpdateBatchResponse
-
Uses of Points.UpdateBatchResponse in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.batchUpdate
(String collectionName, List<Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Performs a batch update operation on a collection.QdrantClient.batchUpdateBlocking
(String collectionName, List<Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Performs a batch update operation on a collection.QdrantClient.updateBatchPoints
(String collecionName, Iterable<? extends Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Updates a batch of points in a collection.QdrantClient.updateBatchPointsBlocking
(String collectionName, Iterable<? extends Points.PointsUpdateOperation> operations, Points.WriteOrderingType ordering) Updates a batch of points in a collection. -
Uses of Points.UpdateBatchResponse in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.UpdateBatchResponse.Builder.build()
Points.UpdateBatchResponse.Builder.buildPartial()
static Points.UpdateBatchResponse
Points.UpdateBatchResponse.getDefaultInstance()
Points.UpdateBatchResponse.Builder.getDefaultInstanceForType()
Points.UpdateBatchResponse.getDefaultInstanceForType()
static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseDelimitedFrom
(InputStream input) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(byte[] data) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(InputStream input) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(ByteBuffer data) static Points.UpdateBatchResponse
Points.UpdateBatchResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PointsGrpc.PointsBlockingStub.updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.UpdateBatchResponse>
Points.UpdateBatchResponse.getParserForType()
static io.grpc.MethodDescriptor<Points.UpdateBatchPoints,
Points.UpdateBatchResponse> PointsGrpc.getUpdateBatchMethod()
static com.google.protobuf.Parser<Points.UpdateBatchResponse>
Points.UpdateBatchResponse.parser()
com.google.common.util.concurrent.ListenableFuture<Points.UpdateBatchResponse>
PointsGrpc.PointsFutureStub.updateBatch
(Points.UpdateBatchPoints request) Perform multiple update operations in one requestModifier and TypeMethodDescriptionPoints.UpdateBatchResponse.Builder.mergeFrom
(Points.UpdateBatchResponse other) Points.UpdateBatchResponse.newBuilder
(Points.UpdateBatchResponse prototype) Modifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.updateBatch
(Points.UpdateBatchPoints request, io.grpc.stub.StreamObserver<Points.UpdateBatchResponse> responseObserver) Perform multiple update operations in one requestvoid
PointsGrpc.PointsStub.updateBatch
(Points.UpdateBatchPoints request, io.grpc.stub.StreamObserver<Points.UpdateBatchResponse> responseObserver) Perform multiple update operations in one request