Uses of Class
io.qdrant.client.grpc.Points.CountPoints
-
Uses of Points.CountPoints in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.count
(Points.CountPoints request) Counts the number of points in a collection based on the given filters. -
Uses of Points.CountPoints in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.CountPoints.Builder.build()
Points.CountPoints.Builder.buildPartial()
static Points.CountPoints
Points.CountPoints.getDefaultInstance()
Points.CountPoints.Builder.getDefaultInstanceForType()
Points.CountPoints.getDefaultInstanceForType()
static Points.CountPoints
Points.CountPoints.parseDelimitedFrom
(InputStream input) static Points.CountPoints
Points.CountPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountPoints
Points.CountPoints.parseFrom
(byte[] data) static Points.CountPoints
Points.CountPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountPoints
Points.CountPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.CountPoints
Points.CountPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountPoints
Points.CountPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.CountPoints
Points.CountPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountPoints
Points.CountPoints.parseFrom
(InputStream input) static Points.CountPoints
Points.CountPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.CountPoints
Points.CountPoints.parseFrom
(ByteBuffer data) static Points.CountPoints
Points.CountPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Points.CountPoints,
Points.CountResponse> PointsGrpc.getCountMethod()
com.google.protobuf.Parser<Points.CountPoints>
Points.CountPoints.getParserForType()
static com.google.protobuf.Parser<Points.CountPoints>
Points.CountPoints.parser()
Modifier and TypeMethodDescriptiondefault void
PointsGrpc.AsyncService.count
(Points.CountPoints request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) Count points in collection with given filtering conditionsPointsGrpc.PointsBlockingStub.count
(Points.CountPoints request) Count points in collection with given filtering conditionscom.google.common.util.concurrent.ListenableFuture<Points.CountResponse>
PointsGrpc.PointsFutureStub.count
(Points.CountPoints request) 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 conditionsPoints.CountPoints.Builder.mergeFrom
(Points.CountPoints other) static Points.CountPoints.Builder
Points.CountPoints.newBuilder
(Points.CountPoints prototype)