public abstract static class VectorIndexGrpc.VectorIndexImplBase
extends java.lang.Object
implements io.grpc.BindableService
| Constructor and Description |
|---|
VectorIndexImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
search(Vectorindex.SearchRequest request,
io.grpc.stub.StreamObserver<Vectorindex.SearchResponse> responseObserver) |
void |
upsertItemBatch(Vectorindex.UpsertItemBatchRequest request,
io.grpc.stub.StreamObserver<Vectorindex.UpsertItemBatchResponse> responseObserver) |
public void upsertItemBatch(Vectorindex.UpsertItemBatchRequest request, io.grpc.stub.StreamObserver<Vectorindex.UpsertItemBatchResponse> responseObserver)
public void search(Vectorindex.SearchRequest request, io.grpc.stub.StreamObserver<Vectorindex.SearchResponse> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService