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