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