Package io.dingodb.index
Class IndexServiceGrpc
java.lang.Object
io.dingodb.index.IndexServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.69.0)",
comments="Source: index.proto")
public final class IndexServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service IndexService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service IndexService.static classBase class for the server implementation of the service IndexService.static final classA stub to allow clients to do asynchronous rpc calls to service IndexService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(IndexServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Store.BackupDataRequest,Store.BackupDataResponse> static io.grpc.MethodDescriptor<Store.ControlConfigRequest,Store.ControlConfigResponse> static io.grpc.MethodDescriptor<Index.HelloRequest,Index.HelloResponse> static io.grpc.MethodDescriptor<Index.HelloRequest,Index.HelloResponse> static io.grpc.MethodDescriptor<Store.RestoreDataRequest,Store.RestoreDataResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Store.TxnBatchGetRequest,Store.TxnBatchGetResponse> static io.grpc.MethodDescriptor<Store.TxnBatchRollbackRequest,Store.TxnBatchRollbackResponse> static io.grpc.MethodDescriptor<Store.TxnCheckTxnStatusRequest,Store.TxnCheckTxnStatusResponse> static io.grpc.MethodDescriptor<Store.TxnCommitRequest,Store.TxnCommitResponse> static io.grpc.MethodDescriptor<Store.TxnDeleteRangeRequest,Store.TxnDeleteRangeResponse> static io.grpc.MethodDescriptor<Store.TxnDumpRequest,Store.TxnDumpResponse> static io.grpc.MethodDescriptor<Store.TxnGcRequest,Store.TxnGcResponse> static io.grpc.MethodDescriptor<Store.TxnGetRequest,Store.TxnGetResponse> static io.grpc.MethodDescriptor<Store.TxnHeartBeatRequest,Store.TxnHeartBeatResponse> static io.grpc.MethodDescriptor<Store.TxnPessimisticLockRequest,Store.TxnPessimisticLockResponse> static io.grpc.MethodDescriptor<Store.TxnPessimisticRollbackRequest,Store.TxnPessimisticRollbackResponse> static io.grpc.MethodDescriptor<Store.TxnPrewriteRequest,Store.TxnPrewriteResponse> static io.grpc.MethodDescriptor<Store.TxnResolveLockRequest,Store.TxnResolveLockResponse> static io.grpc.MethodDescriptor<Store.TxnScanLockRequest,Store.TxnScanLockResponse> static io.grpc.MethodDescriptor<Store.TxnScanRequest,Store.TxnScanResponse> static io.grpc.MethodDescriptor<Index.VectorAddRequest,Index.VectorAddResponse> static io.grpc.MethodDescriptor<Index.VectorBatchQueryRequest,Index.VectorBatchQueryResponse> static io.grpc.MethodDescriptor<Index.VectorBuildRequest,Index.VectorBuildResponse> static io.grpc.MethodDescriptor<Index.VectorCountMemoryRequest,Index.VectorCountMemoryResponse> static io.grpc.MethodDescriptor<Index.VectorCountRequest,Index.VectorCountResponse> static io.grpc.MethodDescriptor<Index.VectorDeleteRequest,Index.VectorDeleteResponse> static io.grpc.MethodDescriptor<Index.VectorDumpRequest,Index.VectorDumpResponse> static io.grpc.MethodDescriptor<Index.VectorGetBorderIdRequest,Index.VectorGetBorderIdResponse> static io.grpc.MethodDescriptor<Index.VectorGetRegionMetricsRequest,Index.VectorGetRegionMetricsResponse> static io.grpc.MethodDescriptor<Index.VectorImportRequest,Index.VectorImportResponse> static io.grpc.MethodDescriptor<Index.VectorLoadRequest,Index.VectorLoadResponse> static io.grpc.MethodDescriptor<Index.VectorResetRequest,Index.VectorResetResponse> static io.grpc.MethodDescriptor<Index.VectorScanQueryRequest,Index.VectorScanQueryResponse> static io.grpc.MethodDescriptor<Index.VectorSearchDebugRequest,Index.VectorSearchDebugResponse> static io.grpc.MethodDescriptor<Index.VectorSearchRequest,Index.VectorSearchResponse> static io.grpc.MethodDescriptor<Index.VectorStatusRequest,Index.VectorStatusResponse> 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
-
getHelloMethod
-
getGetMemoryInfoMethod
public static io.grpc.MethodDescriptor<Index.HelloRequest,Index.HelloResponse> getGetMemoryInfoMethod() -
getVectorAddMethod
public static io.grpc.MethodDescriptor<Index.VectorAddRequest,Index.VectorAddResponse> getVectorAddMethod() -
getVectorBatchQueryMethod
public static io.grpc.MethodDescriptor<Index.VectorBatchQueryRequest,Index.VectorBatchQueryResponse> getVectorBatchQueryMethod() -
getVectorSearchMethod
public static io.grpc.MethodDescriptor<Index.VectorSearchRequest,Index.VectorSearchResponse> getVectorSearchMethod() -
getVectorDeleteMethod
public static io.grpc.MethodDescriptor<Index.VectorDeleteRequest,Index.VectorDeleteResponse> getVectorDeleteMethod() -
getVectorGetBorderIdMethod
public static io.grpc.MethodDescriptor<Index.VectorGetBorderIdRequest,Index.VectorGetBorderIdResponse> getVectorGetBorderIdMethod() -
getVectorScanQueryMethod
public static io.grpc.MethodDescriptor<Index.VectorScanQueryRequest,Index.VectorScanQueryResponse> getVectorScanQueryMethod() -
getVectorGetRegionMetricsMethod
public static io.grpc.MethodDescriptor<Index.VectorGetRegionMetricsRequest,Index.VectorGetRegionMetricsResponse> getVectorGetRegionMetricsMethod() -
getVectorCountMethod
public static io.grpc.MethodDescriptor<Index.VectorCountRequest,Index.VectorCountResponse> getVectorCountMethod() -
getVectorCountMemoryMethod
public static io.grpc.MethodDescriptor<Index.VectorCountMemoryRequest,Index.VectorCountMemoryResponse> getVectorCountMemoryMethod() -
getVectorImportMethod
public static io.grpc.MethodDescriptor<Index.VectorImportRequest,Index.VectorImportResponse> getVectorImportMethod() -
getVectorBuildMethod
public static io.grpc.MethodDescriptor<Index.VectorBuildRequest,Index.VectorBuildResponse> getVectorBuildMethod() -
getVectorLoadMethod
public static io.grpc.MethodDescriptor<Index.VectorLoadRequest,Index.VectorLoadResponse> getVectorLoadMethod() -
getVectorStatusMethod
public static io.grpc.MethodDescriptor<Index.VectorStatusRequest,Index.VectorStatusResponse> getVectorStatusMethod() -
getVectorResetMethod
public static io.grpc.MethodDescriptor<Index.VectorResetRequest,Index.VectorResetResponse> getVectorResetMethod() -
getVectorDumpMethod
public static io.grpc.MethodDescriptor<Index.VectorDumpRequest,Index.VectorDumpResponse> getVectorDumpMethod() -
getVectorSearchDebugMethod
public static io.grpc.MethodDescriptor<Index.VectorSearchDebugRequest,Index.VectorSearchDebugResponse> getVectorSearchDebugMethod() -
getTxnGetMethod
-
getTxnBatchGetMethod
public static io.grpc.MethodDescriptor<Store.TxnBatchGetRequest,Store.TxnBatchGetResponse> getTxnBatchGetMethod() -
getTxnScanMethod
public static io.grpc.MethodDescriptor<Store.TxnScanRequest,Store.TxnScanResponse> getTxnScanMethod() -
getTxnScanLockMethod
public static io.grpc.MethodDescriptor<Store.TxnScanLockRequest,Store.TxnScanLockResponse> getTxnScanLockMethod() -
getTxnDumpMethod
public static io.grpc.MethodDescriptor<Store.TxnDumpRequest,Store.TxnDumpResponse> getTxnDumpMethod() -
getTxnPessimisticLockMethod
public static io.grpc.MethodDescriptor<Store.TxnPessimisticLockRequest,Store.TxnPessimisticLockResponse> getTxnPessimisticLockMethod() -
getTxnPessimisticRollbackMethod
public static io.grpc.MethodDescriptor<Store.TxnPessimisticRollbackRequest,Store.TxnPessimisticRollbackResponse> getTxnPessimisticRollbackMethod() -
getTxnPrewriteMethod
public static io.grpc.MethodDescriptor<Store.TxnPrewriteRequest,Store.TxnPrewriteResponse> getTxnPrewriteMethod() -
getTxnCommitMethod
public static io.grpc.MethodDescriptor<Store.TxnCommitRequest,Store.TxnCommitResponse> getTxnCommitMethod() -
getTxnCheckTxnStatusMethod
public static io.grpc.MethodDescriptor<Store.TxnCheckTxnStatusRequest,Store.TxnCheckTxnStatusResponse> getTxnCheckTxnStatusMethod() -
getTxnResolveLockMethod
public static io.grpc.MethodDescriptor<Store.TxnResolveLockRequest,Store.TxnResolveLockResponse> getTxnResolveLockMethod() -
getTxnBatchRollbackMethod
public static io.grpc.MethodDescriptor<Store.TxnBatchRollbackRequest,Store.TxnBatchRollbackResponse> getTxnBatchRollbackMethod() -
getTxnHeartBeatMethod
public static io.grpc.MethodDescriptor<Store.TxnHeartBeatRequest,Store.TxnHeartBeatResponse> getTxnHeartBeatMethod() -
getTxnGcMethod
-
getTxnDeleteRangeMethod
public static io.grpc.MethodDescriptor<Store.TxnDeleteRangeRequest,Store.TxnDeleteRangeResponse> getTxnDeleteRangeMethod() -
getBackupDataMethod
public static io.grpc.MethodDescriptor<Store.BackupDataRequest,Store.BackupDataResponse> getBackupDataMethod() -
getControlConfigMethod
public static io.grpc.MethodDescriptor<Store.ControlConfigRequest,Store.ControlConfigResponse> getControlConfigMethod() -
getRestoreDataMethod
public static io.grpc.MethodDescriptor<Store.RestoreDataRequest,Store.RestoreDataResponse> getRestoreDataMethod() -
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
public static final io.grpc.ServerServiceDefinition bindService(IndexServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-