Package google.registry.batch
Class DeleteProberDataAction
- java.lang.Object
-
- google.registry.batch.DeleteProberDataAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class DeleteProberDataAction extends java.lang.Object implements java.lang.Runnable
Deletes all prober DomainBases and their subordinate history entries, poll messages, and billing events, along with their ForeignKeyDomainIndex and EppResourceIndex entities.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteProberDataAction.DeleteProberDataMapper
Provides the map method that runs for each existing DomainBase entity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-