Uses of Class
io.qdrant.client.grpc.Points.CountResponse
Packages that use Points.CountResponse
-
Uses of Points.CountResponse in io.qdrant.client
Methods in io.qdrant.client that return Points.CountResponseModifier and TypeMethodDescriptionQdrantClient.count
(Points.CountPoints request) Counts the number of points in a collection based on the given filters.QdrantClient.count
(String collectionName, Points.Filter filter) Counts the number of points in a collection based on the given filters. -
Uses of Points.CountResponse in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Points.CountResponseModifier and TypeMethodDescriptionPoints.CountResponse.Builder.build()
Points.CountResponse.Builder.buildPartial()
PointsGrpc.PointsBlockingStub.count
(Points.CountPoints request) Count points in collection with given filtering conditionsstatic Points.CountResponse
Points.CountResponse.getDefaultInstance()
Points.CountResponse.Builder.getDefaultInstanceForType()
Points.CountResponse.getDefaultInstanceForType()
static Points.CountResponse
Points.CountResponse.parseDelimitedFrom
(InputStream input) static Points.CountResponse
Points.CountResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponse
Points.CountResponse.parseFrom
(byte[] data) static Points.CountResponse
Points.CountResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponse
Points.CountResponse.parseFrom
(com.google.protobuf.ByteString data) static Points.CountResponse
Points.CountResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponse
Points.CountResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.CountResponse
Points.CountResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponse
Points.CountResponse.parseFrom
(InputStream input) static Points.CountResponse
Points.CountResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountResponse
Points.CountResponse.parseFrom
(ByteBuffer data) static Points.CountResponse
Points.CountResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Points.CountResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Points.CountResponse>
PointsGrpc.PointsFutureStub.count
(Points.CountPoints request) Count points in collection with given filtering conditionsstatic io.grpc.MethodDescriptor<Points.CountPoints,
Points.CountResponse> PointsGrpc.getCountMethod()
com.google.protobuf.Parser<Points.CountResponse>
Points.CountResponse.getParserForType()
static com.google.protobuf.Parser<Points.CountResponse>
Points.CountResponse.parser()
Methods in io.qdrant.client.grpc with parameters of type Points.CountResponseModifier and TypeMethodDescriptionPoints.CountResponse.Builder.mergeFrom
(Points.CountResponse other) static Points.CountResponse.Builder
Points.CountResponse.newBuilder
(Points.CountResponse prototype) Method parameters in io.qdrant.client.grpc with type arguments of type Points.CountResponseModifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.count
(Points.CountPoints request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) Count points in collection with given filtering conditionsvoid
PointsGrpc.PointsStub.count
(Points.CountPoints request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) Count points in collection with given filtering conditions