Uses of Class
io.atomix.api.runtime.multimap.v1.RemoveRequest
Packages that use RemoveRequest
-
Uses of RemoveRequest in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return RemoveRequestModifier and TypeMethodDescriptionRemoveRequest.Builder.build()RemoveRequest.Builder.buildPartial()static RemoveRequestRemoveRequest.getDefaultInstance()RemoveRequest.Builder.getDefaultInstanceForType()RemoveRequest.getDefaultInstanceForType()static RemoveRequestRemoveRequest.parseDelimitedFrom(InputStream input) static RemoveRequestRemoveRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveRequestRemoveRequest.parseFrom(byte[] data) static RemoveRequestRemoveRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveRequestRemoveRequest.parseFrom(com.google.protobuf.ByteString data) static RemoveRequestRemoveRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveRequestRemoveRequest.parseFrom(com.google.protobuf.CodedInputStream input) static RemoveRequestRemoveRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveRequestRemoveRequest.parseFrom(InputStream input) static RemoveRequestRemoveRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveRequestRemoveRequest.parseFrom(ByteBuffer data) static RemoveRequestRemoveRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type RemoveRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RemoveRequest>RemoveRequest.getParserForType()static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> MultiMapGrpc.getRemoveMethod()static com.google.protobuf.Parser<RemoveRequest>RemoveRequest.parser()Methods in io.atomix.api.runtime.multimap.v1 with parameters of type RemoveRequestModifier and TypeMethodDescriptionRemoveRequest.Builder.mergeFrom(RemoveRequest other) static RemoveRequest.BuilderRemoveRequest.newBuilder(RemoveRequest prototype) MultiMapGrpc.MultiMapBlockingStub.remove(RemoveRequest request) Remove removes an entry from the mapcom.google.common.util.concurrent.ListenableFuture<RemoveResponse>MultiMapGrpc.MultiMapFutureStub.remove(RemoveRequest request) Remove removes an entry from the mapvoidMultiMapGrpc.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