Class PointsInternalGrpc.PointsInternalStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<PointsInternalGrpc.PointsInternalStub>
io.metaloom.qdrant.client.grpc.proto.PointsInternalGrpc.PointsInternalStub
- Enclosing class:
- PointsInternalGrpc
public static final class PointsInternalGrpc.PointsInternalStub
extends io.grpc.stub.AbstractAsyncStub<PointsInternalGrpc.PointsInternalStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected PointsInternalGrpc.PointsInternalStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidclearPayload(PointsInternalService.ClearPayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voidcount(PointsInternalService.CountPointsInternal request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) voidcreateFieldIndex(PointsInternalService.CreateFieldIndexCollectionInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voiddelete(PointsInternalService.DeletePointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voiddeleteFieldIndex(PointsInternalService.DeleteFieldIndexCollectionInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voiddeletePayload(PointsInternalService.DeletePayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voidget(PointsInternalService.GetPointsInternal request, io.grpc.stub.StreamObserver<Points.GetResponse> responseObserver) voidoverwritePayload(PointsInternalService.SetPayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voidrecommend(PointsInternalService.RecommendPointsInternal request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) voidscroll(PointsInternalService.ScrollPointsInternal request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) voidsearch(PointsInternalService.SearchPointsInternal request, io.grpc.stub.StreamObserver<Points.SearchResponse> responseObserver) voidsearchBatch(PointsInternalService.SearchBatchPointsInternal request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) voidsetPayload(PointsInternalService.SetPayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voidsync(PointsInternalService.SyncPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) voidupsert(PointsInternalService.UpsertPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected PointsInternalGrpc.PointsInternalStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PointsInternalGrpc.PointsInternalStub>
-
upsert
public void upsert(PointsInternalService.UpsertPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
sync
public void sync(PointsInternalService.SyncPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
delete
public void delete(PointsInternalService.DeletePointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
setPayload
public void setPayload(PointsInternalService.SetPayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
overwritePayload
public void overwritePayload(PointsInternalService.SetPayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
deletePayload
public void deletePayload(PointsInternalService.DeletePayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
clearPayload
public void clearPayload(PointsInternalService.ClearPayloadPointsInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
createFieldIndex
public void createFieldIndex(PointsInternalService.CreateFieldIndexCollectionInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
deleteFieldIndex
public void deleteFieldIndex(PointsInternalService.DeleteFieldIndexCollectionInternal request, io.grpc.stub.StreamObserver<Points.PointsOperationResponse> responseObserver) -
search
public void search(PointsInternalService.SearchPointsInternal request, io.grpc.stub.StreamObserver<Points.SearchResponse> responseObserver) -
searchBatch
public void searchBatch(PointsInternalService.SearchBatchPointsInternal request, io.grpc.stub.StreamObserver<Points.SearchBatchResponse> responseObserver) -
scroll
public void scroll(PointsInternalService.ScrollPointsInternal request, io.grpc.stub.StreamObserver<Points.ScrollResponse> responseObserver) -
count
public void count(PointsInternalService.CountPointsInternal request, io.grpc.stub.StreamObserver<Points.CountResponse> responseObserver) -
recommend
public void recommend(PointsInternalService.RecommendPointsInternal request, io.grpc.stub.StreamObserver<Points.RecommendResponse> responseObserver) -
get
public void get(PointsInternalService.GetPointsInternal request, io.grpc.stub.StreamObserver<Points.GetResponse> responseObserver)
-