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