Uses of Class
io.dingodb.sdk.service.entity.store.TxnScanRequest
Packages that use TxnScanRequest
Package
Description
-
Uses of TxnScanRequest in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service with parameters of type TxnScanRequestModifier and TypeMethodDescriptiondefault TxnScanResponseDocumentService.txnScan(long requestId, TxnScanRequest request) default TxnScanResponseDocumentService.txnScan(TxnScanRequest request) Deprecated.default TxnScanResponseIndexService.txnScan(long requestId, TxnScanRequest request) default TxnScanResponseIndexService.txnScan(TxnScanRequest request) Deprecated.default TxnScanResponseStoreService.txnScan(long requestId, TxnScanRequest request) default TxnScanResponseStoreService.txnScan(TxnScanRequest request) Deprecated. -
Uses of TxnScanRequest in io.dingodb.sdk.service.desc.document
Fields in io.dingodb.sdk.service.desc.document with type parameters of type TxnScanRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnScanRequest,TxnScanResponse> DocumentServiceDescriptors.txnScanstatic final ServiceCallCycles<TxnScanRequest,TxnScanResponse> DocumentServiceDescriptors.txnScanHandlers -
Uses of TxnScanRequest in io.dingodb.sdk.service.desc.index
Fields in io.dingodb.sdk.service.desc.index with type parameters of type TxnScanRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnScanRequest,TxnScanResponse> IndexServiceDescriptors.txnScanstatic final ServiceCallCycles<TxnScanRequest,TxnScanResponse> IndexServiceDescriptors.txnScanHandlers -
Uses of TxnScanRequest in io.dingodb.sdk.service.desc.store
Fields in io.dingodb.sdk.service.desc.store with type parameters of type TxnScanRequestModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnScanRequest,TxnScanResponse> StoreServiceDescriptors.txnScanstatic final ServiceCallCycles<TxnScanRequest,TxnScanResponse> StoreServiceDescriptors.txnScanHandlers