Package com.atlassian.jira.concurrent
package com.atlassian.jira.concurrent
-
ClassDescriptionThe barrier allows us to hold up an operation for a short while.Manager for
Barrier
instances.Barrier factory.Mock BarrierFactory implementation.Lazy reference holder that can be initialized with supplier on call toResettableLazyReference.getOrCreate(Supplier)
The reference can be cleared atomically withResettableLazyReference.reset()
orResettableLazyReference.safeReset(Object)
.