|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.util.concurrent.ResettableLazyReference<T> com.atlassian.bamboo.utils.RecentLazyReference<T>
public abstract class RecentLazyReference<T>
Nested Class Summary | |
---|---|
static class |
RecentLazyReference.IsTooOldPredicate
|
Constructor Summary | |
---|---|
RecentLazyReference(long amount,
java.util.concurrent.TimeUnit unit)
|
Method Summary | |
---|---|
T |
get()
|
Methods inherited from class com.atlassian.util.concurrent.ResettableLazyReference |
---|
cancel, create, getInterruptibly, isInitialized, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecentLazyReference(long amount, java.util.concurrent.TimeUnit unit)
Method Detail |
---|
public T get()
get
in interface com.atlassian.util.concurrent.Supplier<T>
get
in class com.atlassian.util.concurrent.ResettableLazyReference<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |