Package io.dingodb.diskann
Class DiskAnnServiceGrpc
java.lang.Object
io.dingodb.diskann.DiskAnnServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.69.0)",
comments="Source: diskann.proto")
public final class DiskAnnServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service DiskAnnService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service DiskAnnService.static classBase class for the server implementation of the service DiskAnnService.static final classA stub to allow clients to do asynchronous rpc calls to service DiskAnnService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Diskann.VectorBuildRequest,Diskann.VectorBuildResponse> static io.grpc.MethodDescriptor<Diskann.VectorCloseRequest,Diskann.VectorCloseResponse> static io.grpc.MethodDescriptor<Diskann.VectorCountRequest,Diskann.VectorCountResponse> static io.grpc.MethodDescriptor<Diskann.VectorDestroyRequest,Diskann.VectorDestroyResponse> static io.grpc.MethodDescriptor<Diskann.VectorDumpAllRequest,Diskann.VectorDumpAllResponse> static io.grpc.MethodDescriptor<Diskann.VectorDumpRequest,Diskann.VectorDumpResponse> static io.grpc.MethodDescriptor<Diskann.VectorLoadRequest,Diskann.VectorLoadResponse> static io.grpc.MethodDescriptor<Diskann.VectorNewRequest,Diskann.VectorNewResponse> static io.grpc.MethodDescriptor<Diskann.VectorPushDataRequest,Diskann.VectorPushDataResponse> static io.grpc.MethodDescriptor<Diskann.VectorResetRequest,Diskann.VectorResetResponse> static io.grpc.MethodDescriptor<Diskann.VectorSearchRequest,Diskann.VectorSearchResponse> static io.grpc.MethodDescriptor<Diskann.VectorSetImportTooManyRequest,Diskann.VectorSetImportTooManyResponse> static io.grpc.MethodDescriptor<Diskann.VectorSetNoDataRequest,Diskann.VectorSetNoDataResponse> static io.grpc.MethodDescriptor<Diskann.VectorStatusRequest,Diskann.VectorStatusResponse> static io.grpc.MethodDescriptor<Diskann.VectorTryLoadRequest,Diskann.VectorTryLoadResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(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
-
getVectorNewMethod
public static io.grpc.MethodDescriptor<Diskann.VectorNewRequest,Diskann.VectorNewResponse> getVectorNewMethod() -
getVectorPushDataMethod
public static io.grpc.MethodDescriptor<Diskann.VectorPushDataRequest,Diskann.VectorPushDataResponse> getVectorPushDataMethod() -
getVectorBuildMethod
public static io.grpc.MethodDescriptor<Diskann.VectorBuildRequest,Diskann.VectorBuildResponse> getVectorBuildMethod() -
getVectorLoadMethod
public static io.grpc.MethodDescriptor<Diskann.VectorLoadRequest,Diskann.VectorLoadResponse> getVectorLoadMethod() -
getVectorTryLoadMethod
public static io.grpc.MethodDescriptor<Diskann.VectorTryLoadRequest,Diskann.VectorTryLoadResponse> getVectorTryLoadMethod() -
getVectorSearchMethod
public static io.grpc.MethodDescriptor<Diskann.VectorSearchRequest,Diskann.VectorSearchResponse> getVectorSearchMethod() -
getVectorResetMethod
public static io.grpc.MethodDescriptor<Diskann.VectorResetRequest,Diskann.VectorResetResponse> getVectorResetMethod() -
getVectorCloseMethod
public static io.grpc.MethodDescriptor<Diskann.VectorCloseRequest,Diskann.VectorCloseResponse> getVectorCloseMethod() -
getVectorDestroyMethod
public static io.grpc.MethodDescriptor<Diskann.VectorDestroyRequest,Diskann.VectorDestroyResponse> getVectorDestroyMethod() -
getVectorStatusMethod
public static io.grpc.MethodDescriptor<Diskann.VectorStatusRequest,Diskann.VectorStatusResponse> getVectorStatusMethod() -
getVectorCountMethod
public static io.grpc.MethodDescriptor<Diskann.VectorCountRequest,Diskann.VectorCountResponse> getVectorCountMethod() -
getVectorSetNoDataMethod
public static io.grpc.MethodDescriptor<Diskann.VectorSetNoDataRequest,Diskann.VectorSetNoDataResponse> getVectorSetNoDataMethod() -
getVectorSetImportTooManyMethod
public static io.grpc.MethodDescriptor<Diskann.VectorSetImportTooManyRequest,Diskann.VectorSetImportTooManyResponse> getVectorSetImportTooManyMethod() -
getVectorDumpMethod
public static io.grpc.MethodDescriptor<Diskann.VectorDumpRequest,Diskann.VectorDumpResponse> getVectorDumpMethod() -
getVectorDumpAllMethod
public static io.grpc.MethodDescriptor<Diskann.VectorDumpAllRequest,Diskann.VectorDumpAllResponse> getVectorDumpAllMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static DiskAnnServiceGrpc.DiskAnnServiceBlockingStub newBlockingStub(io.grpc.Channel channel) 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
public static final io.grpc.ServerServiceDefinition bindService(DiskAnnServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-