mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 19:48:32 +02:00
Before this CL, each contact and host was independently loaded via the ReferenceUnion adapter. Since fields are processed serially by JAXB, this means worst-case there were 17 loads, best case 3 (the 3 required contacts) and usual case 5-6 (some hosts). This CL reduces that to 1 datastore roundtrip in all cases. A side effect of this CL is the further hollowing-out of ReferenceUnion, since it no longer is involved in marshalling at all. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123712842 |
||
---|---|---|
.. | ||
testdata | ||
ClaimsCheckFlowTest.java | ||
DomainAllocateFlowTest.java | ||
DomainApplicationCreateFlowTest.java | ||
DomainApplicationDeleteFlowTest.java | ||
DomainApplicationInfoFlowTest.java | ||
DomainApplicationUpdateFlowTest.java | ||
DomainCheckFlowTest.java | ||
DomainCreateFlowTest.java | ||
DomainDeleteFlowTest.java | ||
DomainInfoFlowTest.java | ||
DomainRenewFlowTest.java | ||
DomainRestoreRequestFlowTest.java | ||
DomainTransferApproveFlowTest.java | ||
DomainTransferCancelFlowTest.java | ||
DomainTransferFlowTestCase.java | ||
DomainTransferQueryFlowTest.java | ||
DomainTransferRejectFlowTest.java | ||
DomainTransferRequestFlowTest.java | ||
DomainUpdateFlowTest.java |