Uses of Class
io.atomix.api.runtime.indexedmap.v1.UpdateResponse
Packages that use UpdateResponse
-
Uses of UpdateResponse in io.atomix.api.runtime.indexedmap.v1
Methods in io.atomix.api.runtime.indexedmap.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) IndexedMapGrpc.IndexedMapBlockingStub.update(UpdateRequest request) Update updates an entry in the mapMethods in io.atomix.api.runtime.indexedmap.v1 that return types with arguments of type UpdateResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UpdateResponse>UpdateResponse.getParserForType()static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> IndexedMapGrpc.getUpdateMethod()static com.google.protobuf.Parser<UpdateResponse>UpdateResponse.parser()com.google.common.util.concurrent.ListenableFuture<UpdateResponse>IndexedMapGrpc.IndexedMapFutureStub.update(UpdateRequest request) Update updates an entry in the mapMethods in io.atomix.api.runtime.indexedmap.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.indexedmap.v1 with type arguments of type UpdateResponseModifier and TypeMethodDescriptionvoidIndexedMapGrpc.IndexedMapImplBase.update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver) Update updates an entry in the mapvoidIndexedMapGrpc.IndexedMapStub.update(UpdateRequest request, io.grpc.stub.StreamObserver<UpdateResponse> responseObserver) Update updates an entry in the map