Package google.registry.batch
Class DeleteLoadTestDataAction
- java.lang.Object
-
- google.registry.batch.DeleteLoadTestDataAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class DeleteLoadTestDataAction extends java.lang.Object implements java.lang.Runnable
Hard deletes load-test ContactResources, HostResources, their subordinate history entries, and the associated ForeignKey and EppResourceIndex entities.This only deletes contacts and hosts, NOT domains. To delete domains, use
DeleteProberDataAction
and pass it the TLD(s) that the load test domains were created on. Note that DeleteProberDataAction is safe enough to run in production whereas this mapreduce is not, but this one does not need to be runnable in production because load testing isn't run against production.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteLoadTestDataAction.DeleteLoadTestDataMapper
Provides the map method that runs for each existing contact and host entity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-