Uses of Class
com.atlassian.bamboo.util.CacheAwareness.CacheInfo
-
Packages that use CacheAwareness.CacheInfo Package Description com.atlassian.bamboo.util com.atlassian.bamboo.v2.events -
-
Uses of CacheAwareness.CacheInfo in com.atlassian.bamboo.util
Fields in com.atlassian.bamboo.util declared as CacheAwareness.CacheInfo Modifier and Type Field Description static CacheAwareness.CacheInfo
CacheAwareness. ANY
static CacheAwareness.CacheInfo
CacheAwareness. BRANCH_DETECTION
static CacheAwareness.CacheInfo
CacheAwareness. CHANGE_DETECTION
Methods in com.atlassian.bamboo.util that return CacheAwareness.CacheInfo Modifier and Type Method Description static CacheAwareness.CacheInfo
CacheAwareness. cacheInfo(String cachedDataType)
Methods in com.atlassian.bamboo.util that return types with arguments of type CacheAwareness.CacheInfo Modifier and Type Method Description static Pair<Iterable<CacheAwareness.CacheInfo>,Long>
CacheAwareness. getDisabledCachesTimestamp()
Methods in com.atlassian.bamboo.util with parameters of type CacheAwareness.CacheInfo Modifier and Type Method Description static <T> CallableResultCache<T>
CallableResultCache. build(@NotNull com.google.common.cache.CacheBuilder<Object,Object> builder, CacheAwareness.CacheInfo... cacheIds)
Builds a simple callable result cache using the supplied builder.static <T> CallableResultCache<T>
CallableResultCache. buildAlwaysInvalidating(@NotNull com.google.common.cache.CacheBuilder<Object,Object> builder, CacheAwareness.CacheInfo... cacheIds)
Builds a simple callable result cache using the supplied builder.static <V,E1 extends Exception,E2 extends Exception,E3 extends Exception>
VCacheAwareness. withValuesOlderThanTimestampReloaded(BambooCallables.ThrowingX<V,E1,E2,E3> callable, long timestamp, @Nullable CacheAwareness.CacheInfo... disabledCaches)
Executes the supplied runnable with the listed caches invalidated, values reloaded if value was previously cached before the timestampstatic <E1 extends Exception,E2 extends Exception,E3 extends Exception>
voidCacheAwareness. withValuesOlderThanTimestampReloaded(BambooRunnables.ThrowingX<E1,E2,E3> runnable, long timestamp, @Nullable CacheAwareness.CacheInfo... disabledCached)
Executes the supplied runnable with the listed caches invalidated, values reloaded if value was previously cached before the timestampMethod parameters in com.atlassian.bamboo.util with type arguments of type CacheAwareness.CacheInfo Modifier and Type Method Description static <E1 extends Exception,E2 extends Exception,E3 extends Exception>
voidCacheAwareness. withValuesOlderThanTimestampReloaded(BambooRunnables.ThrowingX<E1,E2,E3> runnable, long timestamp, Iterable<CacheAwareness.CacheInfo> disabledCaches)
Executes the supplied runnable with the listed caches invalidated, values reloaded if value was previously cached before the timestamp -
Uses of CacheAwareness.CacheInfo in com.atlassian.bamboo.v2.events
Methods in com.atlassian.bamboo.v2.events that return CacheAwareness.CacheInfo Modifier and Type Method Description @NotNull CacheAwareness.CacheInfo[]
ChangeDetectionRequiredEvent. getCachesToIgnore()
Methods in com.atlassian.bamboo.v2.events with parameters of type CacheAwareness.CacheInfo Modifier and Type Method Description void
ChangeDetectionRequiredEvent. setCachesToIgnore(CacheAwareness.CacheInfo... cachesToIgnore)
Constructors in com.atlassian.bamboo.v2.events with parameters of type CacheAwareness.CacheInfo Constructor Description ChangeDetectionRequiredEvent(Object source, PlanKey planKey, TriggerDefinition triggerDefinition, boolean logIfNoChanges, CacheAwareness.CacheInfo... cachesToIgnore)
-