Uses of Class
io.qdrant.client.grpc.Points.ScrollPoints
-
Uses of Points.ScrollPoints in io.qdrant.client
Modifier and TypeMethodDescriptionQdrantClient.scroll
(Points.ScrollPoints request) Retrieve points from a collection based on filters. -
Uses of Points.ScrollPoints in io.qdrant.client.grpc
Modifier and TypeMethodDescriptionPoints.ScrollPoints.Builder.build()
Points.ScrollPoints.Builder.buildPartial()
static Points.ScrollPoints
Points.ScrollPoints.getDefaultInstance()
Points.ScrollPoints.Builder.getDefaultInstanceForType()
Points.ScrollPoints.getDefaultInstanceForType()
static Points.ScrollPoints
Points.ScrollPoints.parseDelimitedFrom
(InputStream input) static Points.ScrollPoints
Points.ScrollPoints.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(byte[] data) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(com.google.protobuf.ByteString data) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(com.google.protobuf.CodedInputStream input) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(InputStream input) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(ByteBuffer data) static Points.ScrollPoints
Points.ScrollPoints.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<Points.ScrollPoints>
Points.ScrollPoints.getParserForType()
static io.grpc.MethodDescriptor<Points.ScrollPoints,
Points.ScrollResponse> PointsGrpc.getScrollMethod()
static com.google.protobuf.Parser<Points.ScrollPoints>
Points.ScrollPoints.parser()
Modifier and TypeMethodDescriptionPoints.ScrollPoints.Builder.mergeFrom
(Points.ScrollPoints other) static Points.ScrollPoints.Builder
Points.ScrollPoints.newBuilder
(Points.ScrollPoints prototype) default void
PointsGrpc.AsyncService.scroll
(Points.ScrollPoints request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) Iterate over all or filtered pointsPointsGrpc.PointsBlockingStub.scroll
(Points.ScrollPoints request) Iterate over all or filtered pointscom.google.common.util.concurrent.ListenableFuture<Points.ScrollResponse>
PointsGrpc.PointsFutureStub.scroll
(Points.ScrollPoints request) Iterate over all or filtered pointsvoid
PointsGrpc.PointsStub.scroll
(Points.ScrollPoints request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) Iterate over all or filtered points