Package google.registry.tools.server
Class ResaveAllHistoryEntriesAction.ResaveAllHistoryEntriesActionMapper
- java.lang.Object
-
- com.google.appengine.tools.mapreduce.Worker<C>
-
- com.google.appengine.tools.mapreduce.Mapper<HistoryEntry,java.lang.Void,java.lang.Void>
-
- google.registry.tools.server.ResaveAllHistoryEntriesAction.ResaveAllHistoryEntriesActionMapper
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ResaveAllHistoryEntriesAction
public static class ResaveAllHistoryEntriesAction.ResaveAllHistoryEntriesActionMapper extends com.google.appengine.tools.mapreduce.Mapper<HistoryEntry,java.lang.Void,java.lang.Void>
Mapper to re-save all HistoryEntry entities.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResaveAllHistoryEntriesActionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
emit(O arg0)
void
map(HistoryEntry historyEntry)
-
-
-
Method Detail
-
map
public final void map(HistoryEntry historyEntry)
-
emit
protected void emit(O arg0)
-
-