Package io.qdrant.client.grpc
Class PointsGrpc.PointsImplBase
java.lang.Object
io.qdrant.client.grpc.PointsGrpc.PointsImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,PointsGrpc.AsyncService
- Enclosing class:
- PointsGrpc
public abstract static class PointsGrpc.PointsImplBase
extends Object
implements io.grpc.BindableService, PointsGrpc.AsyncService
Base class for the server implementation of the service Points.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qdrant.client.grpc.PointsGrpc.AsyncService
clearPayload, count, createFieldIndex, delete, deleteFieldIndex, deletePayload, deleteVectors, get, overwritePayload, recommend, recommendBatch, recommendGroups, scroll, search, searchBatch, searchGroups, setPayload, updateBatch, updateVectors, upsert
-
Constructor Details
-
PointsImplBase
public PointsImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-