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