Package | Description |
---|---|
com.atlassian.bamboo.hibernate.invalidators | |
com.atlassian.bamboo.plan.cache | |
com.atlassian.bamboo.plan.cache.index |
Modifier and Type | Method and Description |
---|---|
protected @NotNull Set<PlanKey> |
AbstractByPredicateCacheInvalidator.getAffectedPlanKeys(@NotNull com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap,
@NotNull PlanCacheIndices planCacheIndices) |
protected Set<PlanKey> |
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) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanCacheIndices |
ImmutablePlanCacheServiceImpl.getIndices() |
@NotNull PlanCacheIndices |
ImmutablePlanCacheService.getIndices()
Returns the indices created for plan cache content.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PlanCacheIndicesImpl |
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.