Uses of Class
io.qdrant.client.grpc.Points.CountResponse
-
Uses of Points.CountResponse in io.qdrant.client
Modifier 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
Modifier 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) Modifier 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()
Modifier and TypeMethodDescriptionPoints.CountResponse.Builder.mergeFrom
(Points.CountResponse other) static Points.CountResponse.Builder
Points.CountResponse.newBuilder
(Points.CountResponse prototype) Modifier 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