Uses of Class
io.dingodb.store.Store.TxnScanLockRequest
Packages that use Store.TxnScanLockRequest
-
Uses of Store.TxnScanLockRequest in io.dingodb.document
Methods in io.dingodb.document that return types with arguments of type Store.TxnScanLockRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.TxnScanLockRequest,Store.TxnScanLockResponse> DocumentServiceGrpc.getTxnScanLockMethod()Methods in io.dingodb.document with parameters of type Store.TxnScanLockRequestModifier and TypeMethodDescriptiondefault voidDocumentServiceGrpc.AsyncService.txnScanLock(Store.TxnScanLockRequest request, io.grpc.stub.StreamObserver<Store.TxnScanLockResponse> responseObserver) DocumentServiceGrpc.DocumentServiceBlockingStub.txnScanLock(Store.TxnScanLockRequest request) com.google.common.util.concurrent.ListenableFuture<Store.TxnScanLockResponse>DocumentServiceGrpc.DocumentServiceFutureStub.txnScanLock(Store.TxnScanLockRequest request) voidDocumentServiceGrpc.DocumentServiceStub.txnScanLock(Store.TxnScanLockRequest request, io.grpc.stub.StreamObserver<Store.TxnScanLockResponse> responseObserver) -
Uses of Store.TxnScanLockRequest in io.dingodb.index
Methods in io.dingodb.index that return types with arguments of type Store.TxnScanLockRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.TxnScanLockRequest,Store.TxnScanLockResponse> IndexServiceGrpc.getTxnScanLockMethod()Methods in io.dingodb.index with parameters of type Store.TxnScanLockRequestModifier and TypeMethodDescriptiondefault voidIndexServiceGrpc.AsyncService.txnScanLock(Store.TxnScanLockRequest request, io.grpc.stub.StreamObserver<Store.TxnScanLockResponse> responseObserver) IndexServiceGrpc.IndexServiceBlockingStub.txnScanLock(Store.TxnScanLockRequest request) com.google.common.util.concurrent.ListenableFuture<Store.TxnScanLockResponse>IndexServiceGrpc.IndexServiceFutureStub.txnScanLock(Store.TxnScanLockRequest request) voidIndexServiceGrpc.IndexServiceStub.txnScanLock(Store.TxnScanLockRequest request, io.grpc.stub.StreamObserver<Store.TxnScanLockResponse> responseObserver) -
Uses of Store.TxnScanLockRequest in io.dingodb.store
Methods in io.dingodb.store that return Store.TxnScanLockRequestModifier and TypeMethodDescriptionStore.TxnScanLockRequest.Builder.build()Store.TxnScanLockRequest.Builder.buildPartial()static Store.TxnScanLockRequestStore.TxnScanLockRequest.getDefaultInstance()Store.TxnScanLockRequest.Builder.getDefaultInstanceForType()Store.TxnScanLockRequest.getDefaultInstanceForType()static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseDelimitedFrom(InputStream input) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(byte[] data) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(com.google.protobuf.ByteString data) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(InputStream input) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(ByteBuffer data) static Store.TxnScanLockRequestStore.TxnScanLockRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.TxnScanLockRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Store.TxnScanLockRequest>Store.TxnScanLockRequest.getParserForType()static io.grpc.MethodDescriptor<Store.TxnScanLockRequest,Store.TxnScanLockResponse> StoreServiceGrpc.getTxnScanLockMethod()static com.google.protobuf.Parser<Store.TxnScanLockRequest>Store.TxnScanLockRequest.parser()Methods in io.dingodb.store with parameters of type Store.TxnScanLockRequestModifier and TypeMethodDescriptionStore.TxnScanLockRequest.Builder.mergeFrom(Store.TxnScanLockRequest other) Store.TxnScanLockRequest.newBuilder(Store.TxnScanLockRequest prototype) default voidStoreServiceGrpc.AsyncService.txnScanLock(Store.TxnScanLockRequest request, io.grpc.stub.StreamObserver<Store.TxnScanLockResponse> responseObserver) StoreServiceGrpc.StoreServiceBlockingStub.txnScanLock(Store.TxnScanLockRequest request) com.google.common.util.concurrent.ListenableFuture<Store.TxnScanLockResponse>StoreServiceGrpc.StoreServiceFutureStub.txnScanLock(Store.TxnScanLockRequest request) voidStoreServiceGrpc.StoreServiceStub.txnScanLock(Store.TxnScanLockRequest request, io.grpc.stub.StreamObserver<Store.TxnScanLockResponse> responseObserver)