Uses of Class
io.atomix.api.runtime.value.v1.UpdateResponse
Packages that use UpdateResponse
-
Uses of UpdateResponse in io.atomix.api.runtime.value.v1
Methods in io.atomix.api.runtime.value.v1 that return UpdateResponseModifier and TypeMethodDescriptionUpdateResponse.Builder.build()UpdateResponse.Builder.buildPartial()static UpdateResponseUpdateResponse.getDefaultInstance()UpdateResponse.Builder.getDefaultInstanceForType()UpdateResponse.getDefaultInstanceForType()static UpdateResponseUpdateResponse.parseDelimitedFrom(InputStream input) static UpdateResponseUpdateResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateResponseUpdateResponse.parseFrom(byte[] data) static UpdateResponseUpdateResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateResponseUpdateResponse.parseFrom(com.google.protobuf.ByteString data) static UpdateResponseUpdateResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateResponseUpdateResponse.parseFrom(com.google.protobuf.CodedInputStream input) static UpdateResponseUpdateResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateResponseUpdateResponse.parseFrom(InputStream input) static UpdateResponseUpdateResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateResponseUpdateResponse.parseFrom(ByteBuffer data) static UpdateResponseUpdateResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ValueGrpc.ValueBlockingStub.update(UpdateRequest request) Update updates the valueMethods in io.atomix.api.runtime.value.v1 that return types with arguments of type UpdateResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UpdateResponse>UpdateResponse.getParserForType()static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> ValueGrpc.getUpdateMethod()static com.google.protobuf.Parser<UpdateResponse>UpdateResponse.parser()com.google.common.util.concurrent.ListenableFuture<UpdateResponse>ValueGrpc.ValueFutureStub.update(UpdateRequest request) Update updates the valueMethods in io.atomix.api.runtime.value.v1 with parameters of type UpdateResponseModifier and TypeMethodDescriptionUpdateResponse.Builder.mergeFrom(UpdateResponse other) static UpdateResponse.BuilderUpdateResponse.newBuilder(UpdateResponse prototype) Method parameters in io.atomix.api.runtime.value.v1 with type arguments of type UpdateResponseModifier and TypeMethodDescriptionvoidValueGrpc.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