Uses of Class
io.dingodb.sdk.service.entity.store.TxnGetRequest
Packages that use TxnGetRequest
Package
Description
-
Uses of TxnGetRequest in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service with parameters of type TxnGetRequestModifier and TypeMethodDescriptiondefault TxnGetResponseDocumentService.txnGet(long requestId, TxnGetRequest request) default TxnGetResponseDocumentService.txnGet(TxnGetRequest request) Deprecated.default TxnGetResponseIndexService.txnGet(long requestId, TxnGetRequest request) default TxnGetResponseIndexService.txnGet(TxnGetRequest request) Deprecated.default TxnGetResponseStoreService.txnGet(long requestId, TxnGetRequest request) default TxnGetResponseStoreService.txnGet(TxnGetRequest request) Deprecated. -
Uses of TxnGetRequest in io.dingodb.sdk.service.desc.document
Fields in io.dingodb.sdk.service.desc.document with type parameters of type TxnGetRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGetRequest,TxnGetResponse> DocumentServiceDescriptors.txnGetstatic final ServiceCallCycles<TxnGetRequest,TxnGetResponse> DocumentServiceDescriptors.txnGetHandlers -
Uses of TxnGetRequest in io.dingodb.sdk.service.desc.index
Fields in io.dingodb.sdk.service.desc.index with type parameters of type TxnGetRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGetRequest,TxnGetResponse> IndexServiceDescriptors.txnGetstatic final ServiceCallCycles<TxnGetRequest,TxnGetResponse> IndexServiceDescriptors.txnGetHandlers -
Uses of TxnGetRequest in io.dingodb.sdk.service.desc.store
Fields in io.dingodb.sdk.service.desc.store with type parameters of type TxnGetRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGetRequest,TxnGetResponse> StoreServiceDescriptors.txnGetstatic final ServiceCallCycles<TxnGetRequest,TxnGetResponse> StoreServiceDescriptors.txnGetHandlers