Uses of Interface
com.atlassian.bamboo.plan.cache.index.PlanCacheIndices
Package
Description
-
Uses of PlanCacheIndices in com.atlassian.bamboo.hibernate.invalidators
Modifier and TypeMethodDescriptionAbstractByPredicateCacheInvalidator.getAffectedPlanKeys
(@NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices) BranchMetadataInvalidator.getAffectedPlanKeys
(@NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices) void
BuildDefinitionInvalidator.getChainsToInvalidateAndReindex
(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) -
Uses of PlanCacheIndices in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@NotNull PlanCacheIndices
ImmutablePlanCacheService.getIndices()
Returns the indices created for plan cache content.@NotNull PlanCacheIndices
ImmutablePlanCacheServiceImpl.getIndices()
Modifier and TypeMethodDescriptionvoid
ImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidateAndReindex
(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) Guidelines: if the entity for which invalidation is triggered is not in index, only invalidate. -
Uses of PlanCacheIndices in com.atlassian.bamboo.plan.cache.index