Package google.registry.tools.server
Class ResaveAllHistoryEntriesAction
- java.lang.Object
-
- google.registry.tools.server.ResaveAllHistoryEntriesAction
-
- All Implemented Interfaces:
java.lang.Runnable
@Deprecated public class ResaveAllHistoryEntriesAction extends java.lang.Object implements java.lang.Runnable
Deprecated.A mapreduce that re-saves allHistoryEntry
entities.This is useful for completing data migrations on HistoryEntry fields.
Because there are no auth settings in the
Action
annotation, this command can only be run internally, or by pretending to be internal by setting the X-AppEngine-QueueName header, which only admin users can do.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResaveAllHistoryEntriesAction.ResaveAllHistoryEntriesActionMapper
Deprecated.Mapper to re-save all HistoryEntry entities.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
run()
Deprecated.
-