Uses of Class
io.atomix.api.runtime.multimap.v1.RemoveResponse
Packages that use RemoveResponse
-
Uses of RemoveResponse in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return RemoveResponseModifier and TypeMethodDescriptionRemoveResponse.Builder.build()RemoveResponse.Builder.buildPartial()static RemoveResponseRemoveResponse.getDefaultInstance()RemoveResponse.Builder.getDefaultInstanceForType()RemoveResponse.getDefaultInstanceForType()static RemoveResponseRemoveResponse.parseDelimitedFrom(InputStream input) static RemoveResponseRemoveResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveResponseRemoveResponse.parseFrom(byte[] data) static RemoveResponseRemoveResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveResponseRemoveResponse.parseFrom(com.google.protobuf.ByteString data) static RemoveResponseRemoveResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveResponseRemoveResponse.parseFrom(com.google.protobuf.CodedInputStream input) static RemoveResponseRemoveResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveResponseRemoveResponse.parseFrom(InputStream input) static RemoveResponseRemoveResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveResponseRemoveResponse.parseFrom(ByteBuffer data) static RemoveResponseRemoveResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MultiMapGrpc.MultiMapBlockingStub.remove(RemoveRequest request) Remove removes an entry from the mapMethods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type RemoveResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RemoveResponse>RemoveResponse.getParserForType()static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> MultiMapGrpc.getRemoveMethod()static com.google.protobuf.Parser<RemoveResponse>RemoveResponse.parser()com.google.common.util.concurrent.ListenableFuture<RemoveResponse>MultiMapGrpc.MultiMapFutureStub.remove(RemoveRequest request) Remove removes an entry from the mapMethods in io.atomix.api.runtime.multimap.v1 with parameters of type RemoveResponseModifier and TypeMethodDescriptionRemoveResponse.Builder.mergeFrom(RemoveResponse other) static RemoveResponse.BuilderRemoveResponse.newBuilder(RemoveResponse prototype) Method parameters in io.atomix.api.runtime.multimap.v1 with type arguments of type RemoveResponseModifier and TypeMethodDescriptionvoidMultiMapGrpc.MultiMapImplBase.remove(RemoveRequest request, io.grpc.stub.StreamObserver<RemoveResponse> responseObserver) Remove removes an entry from the mapvoidMultiMapGrpc.MultiMapStub.remove(RemoveRequest request, io.grpc.stub.StreamObserver<RemoveResponse> responseObserver) Remove removes an entry from the map