Uses of Class
io.dingodb.sdk.service.entity.store.TxnGetResponse
Packages that use TxnGetResponse
Package
Description
-
Uses of TxnGetResponse in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service that return TxnGetResponseModifier 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 TxnGetResponse in io.dingodb.sdk.service.desc.document
Fields in io.dingodb.sdk.service.desc.document with type parameters of type TxnGetResponseModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGetRequest,TxnGetResponse> DocumentServiceDescriptors.txnGetstatic final ServiceCallCycles<TxnGetRequest,TxnGetResponse> DocumentServiceDescriptors.txnGetHandlers -
Uses of TxnGetResponse in io.dingodb.sdk.service.desc.index
Fields in io.dingodb.sdk.service.desc.index with type parameters of type TxnGetResponseModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGetRequest,TxnGetResponse> IndexServiceDescriptors.txnGetstatic final ServiceCallCycles<TxnGetRequest,TxnGetResponse> IndexServiceDescriptors.txnGetHandlers -
Uses of TxnGetResponse in io.dingodb.sdk.service.desc.store
Fields in io.dingodb.sdk.service.desc.store with type parameters of type TxnGetResponseModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGetRequest,TxnGetResponse> StoreServiceDescriptors.txnGetstatic final ServiceCallCycles<TxnGetRequest,TxnGetResponse> StoreServiceDescriptors.txnGetHandlers