Uses of Class
dev.getelements.elements.dao.mongo.MongoConcurrentUtils.ConflictException
Packages that use MongoConcurrentUtils.ConflictException
-
Uses of MongoConcurrentUtils.ConflictException in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that throw MongoConcurrentUtils.ConflictExceptionModifier and TypeMethodDescription<ReturnT> ReturnT
MongoConcurrentUtils.performOptimistic
(MongoConcurrentUtils.CriticalOperation<ReturnT> criticalOperation) Attempts to complete the given criticalOperation and, in the event of a failure, attempts to retry the criticalOperation several times until giving up.