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