mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Since HistoryEntry always represents a read-only log of mutation to a core resource, that mutation should always happen in a transaction, and the HistoryEntry should be saved in that transaction. As such, it's always more accurate to use ofy().getTransactionTime() for the modificationTime of the HistoryEntry rather than just DateTime.now(UTC). In addition, having these be the exact same timestamp makes it possible to align HistoryEntries with commit log manifests using modificationTime = transactionTime, which is useful for recovery and analysis purposes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170136957 |
||
---|---|---|
.. | ||
BatchComponent.java | ||
BatchModule.java | ||
BUILD | ||
DeleteContactsAndHostsAction.java | ||
DeleteProberDataAction.java | ||
EntityIntegrityAlertsSchema.java | ||
ExpandRecurringBillingEventsAction.java | ||
MapreduceEntityCleanupAction.java | ||
MapreduceEntityCleanupUtil.java | ||
RefreshDnsOnHostRenameAction.java | ||
ResaveAllEppResourcesAction.java | ||
VerifyEntityIntegrityAction.java | ||
VerifyEntityIntegrityStreamer.java |