Uses of Class
io.dingodb.sdk.service.entity.store.TxnBatchGetRequest
Packages that use TxnBatchGetRequest
Package
Description
-
Uses of TxnBatchGetRequest in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service with parameters of type TxnBatchGetRequestModifier and TypeMethodDescriptiondefault TxnBatchGetResponseDocumentService.txnBatchGet(long requestId, TxnBatchGetRequest request) default TxnBatchGetResponseDocumentService.txnBatchGet(TxnBatchGetRequest request) Deprecated.default TxnBatchGetResponseIndexService.txnBatchGet(long requestId, TxnBatchGetRequest request) default TxnBatchGetResponseIndexService.txnBatchGet(TxnBatchGetRequest request) Deprecated.default TxnBatchGetResponseStoreService.txnBatchGet(long requestId, TxnBatchGetRequest request) default TxnBatchGetResponseStoreService.txnBatchGet(TxnBatchGetRequest request) Deprecated. -
Uses of TxnBatchGetRequest in io.dingodb.sdk.service.desc.document
Fields in io.dingodb.sdk.service.desc.document with type parameters of type TxnBatchGetRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnBatchGetRequest,TxnBatchGetResponse> DocumentServiceDescriptors.txnBatchGetstatic final ServiceCallCycles<TxnBatchGetRequest,TxnBatchGetResponse> DocumentServiceDescriptors.txnBatchGetHandlers -
Uses of TxnBatchGetRequest in io.dingodb.sdk.service.desc.index
Fields in io.dingodb.sdk.service.desc.index with type parameters of type TxnBatchGetRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnBatchGetRequest,TxnBatchGetResponse> IndexServiceDescriptors.txnBatchGetstatic final ServiceCallCycles<TxnBatchGetRequest,TxnBatchGetResponse> IndexServiceDescriptors.txnBatchGetHandlers -
Uses of TxnBatchGetRequest in io.dingodb.sdk.service.desc.store
Fields in io.dingodb.sdk.service.desc.store with type parameters of type TxnBatchGetRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnBatchGetRequest,TxnBatchGetResponse> StoreServiceDescriptors.txnBatchGetstatic final ServiceCallCycles<TxnBatchGetRequest,TxnBatchGetResponse> StoreServiceDescriptors.txnBatchGetHandlers