google-nomulus/java/google/registry/rde/imports
cgoldfeder c9d7e75946 Cache Registrars in memory
This replaces the memcache caching, which we think is overall a bad idea.
We load all registrars at once instead of caching each as needed, so that
the loadAllCached() methods can be cached as well, and therefore will
always produce results consistent with loadByClientIdCached()'s view of the
registrar's values. All of our prod registrars together total 300k of data
right now, so this is hardly worth optimizing further, and in any case this
will likely reduce latency even further since most requests will be
served out of memory.

While I was in the Registrar file I standardized the error messages for incorrect
password and clientId length to be the same format, and cleaned up a few
random things I noticed in the code.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156151828
2017-05-17 12:26:11 -04:00
..
BUILD Handle pending transfers on domain imports from RDE deposits 2017-02-27 11:30:40 -05:00
RdeContactImportAction.java Handle pending transfers on domain imports from RDE deposits 2017-02-27 11:30:40 -05:00
RdeContactInput.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeContactReader.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeDomainImportAction.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
RdeDomainInput.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeDomainReader.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeHostImportAction.java Handle pending transfers on domain imports from RDE deposits 2017-02-27 11:30:40 -05:00
RdeHostInput.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeHostLinkAction.java Fix bug which allowed creation of hosts with superordinate domains in pending delete state. 2017-05-03 11:03:23 -04:00
RdeHostReader.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeImportsModule.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
RdeImportUtils.java Cache Registrars in memory 2017-05-17 12:26:11 -04:00
RdeParser.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ResourceExistsException.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
XjcToContactResourceConverter.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
XjcToDomainResourceConverter.java Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
XjcToEppResourceConverter.java Add mapper to import domains from RDE deposits 2017-02-06 16:46:46 -05:00
XjcToHostResourceConverter.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00