Uses of Class
io.atomix.api.runtime.multimap.v1.RemoveAllResponse
Packages that use RemoveAllResponse
-
Uses of RemoveAllResponse in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return RemoveAllResponseModifier and TypeMethodDescriptionRemoveAllResponse.Builder.build()RemoveAllResponse.Builder.buildPartial()static RemoveAllResponseRemoveAllResponse.getDefaultInstance()RemoveAllResponse.Builder.getDefaultInstanceForType()RemoveAllResponse.getDefaultInstanceForType()static RemoveAllResponseRemoveAllResponse.parseDelimitedFrom(InputStream input) static RemoveAllResponseRemoveAllResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllResponseRemoveAllResponse.parseFrom(byte[] data) static RemoveAllResponseRemoveAllResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllResponseRemoveAllResponse.parseFrom(com.google.protobuf.ByteString data) static RemoveAllResponseRemoveAllResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllResponseRemoveAllResponse.parseFrom(com.google.protobuf.CodedInputStream input) static RemoveAllResponseRemoveAllResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllResponseRemoveAllResponse.parseFrom(InputStream input) static RemoveAllResponseRemoveAllResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllResponseRemoveAllResponse.parseFrom(ByteBuffer data) static RemoveAllResponseRemoveAllResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MultiMapGrpc.MultiMapBlockingStub.removeAll(RemoveAllRequest request) RemoveAll removes a key from the mapMethods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type RemoveAllResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RemoveAllResponse>RemoveAllResponse.getParserForType()static io.grpc.MethodDescriptor<RemoveAllRequest,RemoveAllResponse> MultiMapGrpc.getRemoveAllMethod()static com.google.protobuf.Parser<RemoveAllResponse>RemoveAllResponse.parser()com.google.common.util.concurrent.ListenableFuture<RemoveAllResponse>MultiMapGrpc.MultiMapFutureStub.removeAll(RemoveAllRequest request) RemoveAll removes a key from the mapMethods in io.atomix.api.runtime.multimap.v1 with parameters of type RemoveAllResponseModifier and TypeMethodDescriptionRemoveAllResponse.Builder.mergeFrom(RemoveAllResponse other) static RemoveAllResponse.BuilderRemoveAllResponse.newBuilder(RemoveAllResponse prototype) Method parameters in io.atomix.api.runtime.multimap.v1 with type arguments of type RemoveAllResponseModifier and TypeMethodDescriptionvoidMultiMapGrpc.MultiMapImplBase.removeAll(RemoveAllRequest request, io.grpc.stub.StreamObserver<RemoveAllResponse> responseObserver) RemoveAll removes a key from the mapvoidMultiMapGrpc.MultiMapStub.removeAll(RemoveAllRequest request, io.grpc.stub.StreamObserver<RemoveAllResponse> responseObserver) RemoveAll removes a key from the map