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