Uses of Class
io.dingodb.sdk.service.entity.store.TxnGcResponse
Packages that use TxnGcResponse
Package
Description
-
Uses of TxnGcResponse in io.dingodb.sdk.service
Methods in io.dingodb.sdk.service that return TxnGcResponseModifier and TypeMethodDescriptiondefault TxnGcResponseDocumentService.txnGc(long requestId, TxnGcRequest request) default TxnGcResponseDocumentService.txnGc(TxnGcRequest request) Deprecated.default TxnGcResponseIndexService.txnGc(long requestId, TxnGcRequest request) default TxnGcResponseIndexService.txnGc(TxnGcRequest request) Deprecated.default TxnGcResponseStoreService.txnGc(long requestId, TxnGcRequest request) default TxnGcResponseStoreService.txnGc(TxnGcRequest request) Deprecated. -
Uses of TxnGcResponse in io.dingodb.sdk.service.desc.document
Fields in io.dingodb.sdk.service.desc.document with type parameters of type TxnGcResponseModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGcRequest,TxnGcResponse> DocumentServiceDescriptors.txnGcstatic final ServiceCallCycles<TxnGcRequest,TxnGcResponse> DocumentServiceDescriptors.txnGcHandlers -
Uses of TxnGcResponse in io.dingodb.sdk.service.desc.index
Fields in io.dingodb.sdk.service.desc.index with type parameters of type TxnGcResponseModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGcRequest,TxnGcResponse> IndexServiceDescriptors.txnGcstatic final ServiceCallCycles<TxnGcRequest,TxnGcResponse> IndexServiceDescriptors.txnGcHandlers -
Uses of TxnGcResponse in io.dingodb.sdk.service.desc.store
Fields in io.dingodb.sdk.service.desc.store with type parameters of type TxnGcResponseModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<TxnGcRequest,TxnGcResponse> StoreServiceDescriptors.txnGcstatic final ServiceCallCycles<TxnGcRequest,TxnGcResponse> StoreServiceDescriptors.txnGcHandlers