Uses of Class
io.atomix.api.runtime.value.v1.UpdateRequest
Packages that use UpdateRequest
-
Uses of UpdateRequest in io.atomix.api.runtime.value.v1
Methods in io.atomix.api.runtime.value.v1 that return UpdateRequestModifier and TypeMethodDescriptionUpdateRequest.Builder.build()UpdateRequest.Builder.buildPartial()static UpdateRequestUpdateRequest.getDefaultInstance()UpdateRequest.Builder.getDefaultInstanceForType()UpdateRequest.getDefaultInstanceForType()static UpdateRequestUpdateRequest.parseDelimitedFrom(InputStream input) static UpdateRequestUpdateRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateRequestUpdateRequest.parseFrom(byte[] data) static UpdateRequestUpdateRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateRequestUpdateRequest.parseFrom(com.google.protobuf.ByteString data) static UpdateRequestUpdateRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateRequestUpdateRequest.parseFrom(com.google.protobuf.CodedInputStream input) static UpdateRequestUpdateRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateRequestUpdateRequest.parseFrom(InputStream input) static UpdateRequestUpdateRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateRequestUpdateRequest.parseFrom(ByteBuffer data) static UpdateRequestUpdateRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.value.v1 that return types with arguments of type UpdateRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UpdateRequest>UpdateRequest.getParserForType()static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> ValueGrpc.getUpdateMethod()static com.google.protobuf.Parser<UpdateRequest>UpdateRequest.parser()Methods in io.atomix.api.runtime.value.v1 with parameters of type UpdateRequestModifier and TypeMethodDescriptionUpdateRequest.Builder.mergeFrom(UpdateRequest other) static UpdateRequest.BuilderUpdateRequest.newBuilder(UpdateRequest prototype) ValueGrpc.ValueBlockingStub.update(UpdateRequest request) Update updates the valuecom.google.common.util.concurrent.ListenableFuture<UpdateResponse>ValueGrpc.ValueFutureStub.update(UpdateRequest request) Update updates the valuevoidValueGrpc.ValueImplBase.update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver) Update updates the valuevoidValueGrpc.ValueStub.update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver) Update updates the value