google-nomulus/java/google/registry/config
mcilwain 00ea99960a Improve efficiency of async contact and host deletion with batching
This allows handling of N asynchronous deletion requests simultaneously instead
of just 1.  An accumulation pull queue is used for deletion requests, and the
async deletion [] is now fired off whenever that pull queue isn't empty,
and processes many tasks at once.  This doesn't particularly take more time,
because the bulk of the cost of the async delete operation is simply iterating
over all DomainBases (which has to happen regardless of how many contacts and
hosts are being deleted).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133169336
2016-09-19 11:47:55 -04:00
..
BUILD MOE strip compatible_with 2016-08-02 19:14:28 -04:00
ConfigModule.java Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
ConfigUtils.java Make ConfigUtils public 2016-08-05 20:40:23 -04:00
package-info.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
ProductionRegistryConfigExample.java Add escrow file import validation logic 2016-08-02 19:22:30 -04:00
RegistryConfig.java Improve efficiency of async contact and host deletion with batching 2016-09-19 11:47:55 -04:00
RegistryConfigLoader.java System property loader for RegistryConfig 2016-08-02 19:17:19 -04:00
RegistryEnvironment.java System property loader for RegistryConfig 2016-08-02 19:17:19 -04:00
TestRegistryConfig.java Add escrow file import validation logic 2016-08-02 19:22:30 -04:00