Package google.registry.batch
Class DeleteContactsAndHostsAction
- java.lang.Object
-
- google.registry.batch.DeleteContactsAndHostsAction
-
- All Implemented Interfaces:
java.lang.Runnable
@Deprecated public class DeleteContactsAndHostsAction extends java.lang.Object implements java.lang.Runnable
Deprecated.A mapreduce that processes batch asynchronous deletions of contact and host resources by mapping over all domains and checking for any references to the contacts/hosts in pending deletion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteContactsAndHostsAction.DeleteContactsAndHostsMapper
Deprecated.A mapper that iterates over allDomainBase
entities.static class
DeleteContactsAndHostsAction.DeleteEppResourceReducer
Deprecated.A reducer that checks if the EPP resource to be deleted is referenced anywhere, and then deletes it if not and unmarks it for deletion if so.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
run()
Deprecated.
-