Package io.dingodb.index
Class IndexServiceGrpc.IndexServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<IndexServiceGrpc.IndexServiceBlockingStub>
io.dingodb.index.IndexServiceGrpc.IndexServiceBlockingStub
- Enclosing class:
- IndexServiceGrpc
public static final class IndexServiceGrpc.IndexServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<IndexServiceGrpc.IndexServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service IndexService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbackupData(Store.BackupDataRequest request) backup & restorebuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) controlConfig(Store.ControlConfigRequest request) getMemoryInfo(Index.HelloRequest request) hello(Index.HelloRequest request) restoreData(Store.RestoreDataRequest request) txnBatchGet(Store.TxnBatchGetRequest request) txnCommit(Store.TxnCommitRequest request) txnDump(Store.TxnDumpRequest request) txnGc(Store.TxnGcRequest request) txnGet(Store.TxnGetRequest request) txn rpcstxnHeartBeat(Store.TxnHeartBeatRequest request) txnPrewrite(Store.TxnPrewriteRequest request) txnScan(Store.TxnScanRequest request) txnScanLock(Store.TxnScanLockRequest request) vectorAdd(Index.VectorAddRequest request) vector indexvectorBuild(Index.VectorBuildRequest request) vectorCount(Index.VectorCountRequest request) vectorDelete(Index.VectorDeleteRequest request) vectorDump(Index.VectorDumpRequest request) vectorImport(Index.VectorImportRequest request) vectorLoad(Index.VectorLoadRequest request) vectorReset(Index.VectorResetRequest request) vectorSearch(Index.VectorSearchRequest request) debug test vector search performancevectorStatus(Index.VectorStatusRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected IndexServiceGrpc.IndexServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<IndexServiceGrpc.IndexServiceBlockingStub>
-
hello
-
getMemoryInfo
-
vectorAdd
vector index
-
vectorBatchQuery
-
vectorSearch
-
vectorDelete
-
vectorGetBorderId
-
vectorScanQuery
-
vectorGetRegionMetrics
public Index.VectorGetRegionMetricsResponse vectorGetRegionMetrics(Index.VectorGetRegionMetricsRequest request) -
vectorCount
-
vectorCountMemory
-
vectorImport
-
vectorBuild
-
vectorLoad
-
vectorStatus
-
vectorReset
-
vectorDump
-
vectorSearchDebug
debug test vector search performance
-
txnGet
txn rpcs
-
txnBatchGet
-
txnScan
-
txnScanLock
-
txnDump
-
txnPessimisticLock
-
txnPessimisticRollback
public Store.TxnPessimisticRollbackResponse txnPessimisticRollback(Store.TxnPessimisticRollbackRequest request) -
txnPrewrite
-
txnCommit
-
txnCheckTxnStatus
-
txnResolveLock
-
txnBatchRollback
-
txnHeartBeat
-
txnGc
-
txnDeleteRange
-
backupData
backup & restore
-
controlConfig
-
restoreData
-