google-nomulus/java/google/registry/mapreduce
mcilwain e2528875b2 Merge DomainResource into DomainBase
This eliminates the use of Objectify polymorphism for EPP resources entirely
(yay!), which makes the Registry 3.0 database migration easier.

It is unfortunate that the naming parallelism of EppResources is lost between
ContactResource, HostResource, and DomainResource, but the actual type as far as
Datastore was concerned was DomainBase all along, and it would be a much more
substantial data migration to allow us to continue using the class name
DomainResource now that we're no longer using Objectify polymorphism. This
simply isn't worth it.

This also removes the polymorphic Datastore indexes (which will no longer
function as of this change). The non-polymorphic replacement indexes were added
in []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230930546
2019-01-28 15:57:10 -05:00
..
inputs Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
BUILD Use locking on async mapreduces 2018-08-10 13:44:25 -04:00
MapreduceModule.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
MapreduceRunner.java Send a plaintext link to the mapreduce console in fluent style 2019-01-10 17:14:06 -05:00
UnlockerOutput.java Use locking on async mapreduces 2018-08-10 13:44:25 -04:00