Package com.atlassian.bamboo.utils.concurrent
-
Interface Summary Interface Description DecayingBoolean A boolean that decays to its initial state after a defined period passed since the last use. -
Class Summary Class Description AtomicUtils BambooLocks BambooLocks.AutoCloseableLock BambooLocks.CloseableLock DecayingBooleanImpl A boolean that decays to its initial state after a defined period passed since the last use.NeverDecayingBoolean Simple implementation ofDecayingBoolean
that never decays.TransientLazyReference<T> Deprecated. this class should be used ONLY when you need a lazy reference that will go through Bamboo's serialization whitelist/blacklist frameworkTransientResettableLazyReference<T> Deprecated. this class should be used ONLY when you need a lazy reference that will go through Bamboo's serialization whitelist/blacklist framework