Package io.qdrant.client.grpc
Class PointsGrpc
java.lang.Object
io.qdrant.client.grpc.PointsGrpc
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service Points.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Points.static class
Base class for the server implementation of the service Points.static final class
A stub to allow clients to do asynchronous rpc calls to service Points. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(PointsGrpc.AsyncService service) static io.grpc.MethodDescriptor<Points.ClearPayloadPoints,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.CountPoints,
Points.CountResponse> static io.grpc.MethodDescriptor<Points.CreateFieldIndexCollection,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeleteFieldIndexCollection,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeletePoints,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeletePayloadPoints,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.DeletePointVectors,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.GetPoints,
Points.GetResponse> static io.grpc.MethodDescriptor<Points.SetPayloadPoints,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.RecommendBatchPoints,
Points.RecommendBatchResponse> static io.grpc.MethodDescriptor<Points.RecommendPointGroups,
Points.RecommendGroupsResponse> static io.grpc.MethodDescriptor<Points.RecommendPoints,
Points.RecommendResponse> static io.grpc.MethodDescriptor<Points.ScrollPoints,
Points.ScrollResponse> static io.grpc.MethodDescriptor<Points.SearchBatchPoints,
Points.SearchBatchResponse> static io.grpc.MethodDescriptor<Points.SearchPointGroups,
Points.SearchGroupsResponse> static io.grpc.MethodDescriptor<Points.SearchPoints,
Points.SearchResponse> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<Points.SetPayloadPoints,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.UpdateBatchPoints,
Points.UpdateBatchResponse> static io.grpc.MethodDescriptor<Points.UpdatePointVectors,
Points.PointsOperationResponse> static io.grpc.MethodDescriptor<Points.UpsertPoints,
Points.PointsOperationResponse> newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PointsGrpc.PointsFutureStub
newFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PointsGrpc.PointsStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getUpsertMethod
public static io.grpc.MethodDescriptor<Points.UpsertPoints,Points.PointsOperationResponse> getUpsertMethod() -
getDeleteMethod
public static io.grpc.MethodDescriptor<Points.DeletePoints,Points.PointsOperationResponse> getDeleteMethod() -
getGetMethod
-
getUpdateVectorsMethod
public static io.grpc.MethodDescriptor<Points.UpdatePointVectors,Points.PointsOperationResponse> getUpdateVectorsMethod() -
getDeleteVectorsMethod
public static io.grpc.MethodDescriptor<Points.DeletePointVectors,Points.PointsOperationResponse> getDeleteVectorsMethod() -
getSetPayloadMethod
public static io.grpc.MethodDescriptor<Points.SetPayloadPoints,Points.PointsOperationResponse> getSetPayloadMethod() -
getOverwritePayloadMethod
public static io.grpc.MethodDescriptor<Points.SetPayloadPoints,Points.PointsOperationResponse> getOverwritePayloadMethod() -
getDeletePayloadMethod
public static io.grpc.MethodDescriptor<Points.DeletePayloadPoints,Points.PointsOperationResponse> getDeletePayloadMethod() -
getClearPayloadMethod
public static io.grpc.MethodDescriptor<Points.ClearPayloadPoints,Points.PointsOperationResponse> getClearPayloadMethod() -
getCreateFieldIndexMethod
public static io.grpc.MethodDescriptor<Points.CreateFieldIndexCollection,Points.PointsOperationResponse> getCreateFieldIndexMethod() -
getDeleteFieldIndexMethod
public static io.grpc.MethodDescriptor<Points.DeleteFieldIndexCollection,Points.PointsOperationResponse> getDeleteFieldIndexMethod() -
getSearchMethod
-
getSearchBatchMethod
public static io.grpc.MethodDescriptor<Points.SearchBatchPoints,Points.SearchBatchResponse> getSearchBatchMethod() -
getSearchGroupsMethod
public static io.grpc.MethodDescriptor<Points.SearchPointGroups,Points.SearchGroupsResponse> getSearchGroupsMethod() -
getScrollMethod
-
getRecommendMethod
public static io.grpc.MethodDescriptor<Points.RecommendPoints,Points.RecommendResponse> getRecommendMethod() -
getRecommendBatchMethod
public static io.grpc.MethodDescriptor<Points.RecommendBatchPoints,Points.RecommendBatchResponse> getRecommendBatchMethod() -
getRecommendGroupsMethod
public static io.grpc.MethodDescriptor<Points.RecommendPointGroups,Points.RecommendGroupsResponse> getRecommendGroupsMethod() -
getCountMethod
-
getUpdateBatchMethod
public static io.grpc.MethodDescriptor<Points.UpdateBatchPoints,Points.UpdateBatchResponse> getUpdateBatchMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-