Uses of Class
io.atomix.api.runtime.multimap.v1.RemoveAllRequest
Packages that use RemoveAllRequest
-
Uses of RemoveAllRequest in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return RemoveAllRequestModifier and TypeMethodDescriptionRemoveAllRequest.Builder.build()RemoveAllRequest.Builder.buildPartial()static RemoveAllRequestRemoveAllRequest.getDefaultInstance()RemoveAllRequest.Builder.getDefaultInstanceForType()RemoveAllRequest.getDefaultInstanceForType()static RemoveAllRequestRemoveAllRequest.parseDelimitedFrom(InputStream input) static RemoveAllRequestRemoveAllRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllRequestRemoveAllRequest.parseFrom(byte[] data) static RemoveAllRequestRemoveAllRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllRequestRemoveAllRequest.parseFrom(com.google.protobuf.ByteString data) static RemoveAllRequestRemoveAllRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllRequestRemoveAllRequest.parseFrom(com.google.protobuf.CodedInputStream input) static RemoveAllRequestRemoveAllRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllRequestRemoveAllRequest.parseFrom(InputStream input) static RemoveAllRequestRemoveAllRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveAllRequestRemoveAllRequest.parseFrom(ByteBuffer data) static RemoveAllRequestRemoveAllRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type RemoveAllRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RemoveAllRequest>RemoveAllRequest.getParserForType()static io.grpc.MethodDescriptor<RemoveAllRequest,RemoveAllResponse> MultiMapGrpc.getRemoveAllMethod()static com.google.protobuf.Parser<RemoveAllRequest>RemoveAllRequest.parser()Methods in io.atomix.api.runtime.multimap.v1 with parameters of type RemoveAllRequestModifier and TypeMethodDescriptionRemoveAllRequest.Builder.mergeFrom(RemoveAllRequest other) static RemoveAllRequest.BuilderRemoveAllRequest.newBuilder(RemoveAllRequest prototype) MultiMapGrpc.MultiMapBlockingStub.removeAll(RemoveAllRequest request) RemoveAll removes a key from the mapcom.google.common.util.concurrent.ListenableFuture<RemoveAllResponse>MultiMapGrpc.MultiMapFutureStub.removeAll(RemoveAllRequest request) RemoveAll removes a key from the mapvoidMultiMapGrpc.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