Uses of Class
io.dingodb.store.Store.KvBatchGetRequest
Packages that use Store.KvBatchGetRequest
-
Uses of Store.KvBatchGetRequest in io.dingodb.store
Methods in io.dingodb.store that return Store.KvBatchGetRequestModifier and TypeMethodDescriptionStore.KvBatchGetRequest.Builder.build()Store.KvBatchGetRequest.Builder.buildPartial()static Store.KvBatchGetRequestStore.KvBatchGetRequest.getDefaultInstance()Store.KvBatchGetRequest.Builder.getDefaultInstanceForType()Store.KvBatchGetRequest.getDefaultInstanceForType()static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseDelimitedFrom(InputStream input) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(byte[] data) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(com.google.protobuf.ByteString data) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(InputStream input) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(ByteBuffer data) static Store.KvBatchGetRequestStore.KvBatchGetRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.KvBatchGetRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.KvBatchGetRequest,Store.KvBatchGetResponse> StoreServiceGrpc.getKvBatchGetMethod()com.google.protobuf.Parser<Store.KvBatchGetRequest>Store.KvBatchGetRequest.getParserForType()static com.google.protobuf.Parser<Store.KvBatchGetRequest>Store.KvBatchGetRequest.parser()Methods in io.dingodb.store with parameters of type Store.KvBatchGetRequestModifier and TypeMethodDescriptiondefault voidStoreServiceGrpc.AsyncService.kvBatchGet(Store.KvBatchGetRequest request, io.grpc.stub.StreamObserver<Store.KvBatchGetResponse> responseObserver) StoreServiceGrpc.StoreServiceBlockingStub.kvBatchGet(Store.KvBatchGetRequest request) com.google.common.util.concurrent.ListenableFuture<Store.KvBatchGetResponse>StoreServiceGrpc.StoreServiceFutureStub.kvBatchGet(Store.KvBatchGetRequest request) voidStoreServiceGrpc.StoreServiceStub.kvBatchGet(Store.KvBatchGetRequest request, io.grpc.stub.StreamObserver<Store.KvBatchGetResponse> responseObserver) Store.KvBatchGetRequest.Builder.mergeFrom(Store.KvBatchGetRequest other) Store.KvBatchGetRequest.newBuilder(Store.KvBatchGetRequest prototype)