public class PlanCacheIndicesImpl extends Object implements PlanCacheIndexer, PlanCacheIndices
| Constructor and Description |
|---|
PlanCacheIndicesImpl(VcsRepositoryManager vcsRepositoryManager,
ImmutablePlanCacheService immutablePlanCacheService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deindex(@NotNull PlanKey planKey) |
void |
deindexAll() |
@NotNull PlanBranchCacheIndexer |
getPlanBranchCacheIndex() |
@NotNull PlanIdCacheIndexer |
getPlanIdIndexer() |
@NotNull PlanRepositoryIndexer |
getPlanRepositoryIndex() |
void |
index(@NotNull ImmutableChain plan) |
public PlanCacheIndicesImpl(VcsRepositoryManager vcsRepositoryManager, ImmutablePlanCacheService immutablePlanCacheService)
public void index(@NotNull
@NotNull ImmutableChain plan)
index in interface PlanCacheIndexerpublic void deindex(@NotNull
@NotNull PlanKey planKey)
deindex in interface PlanCacheIndexerpublic void deindexAll()
deindexAll in interface PlanCacheIndexer@NotNull public @NotNull PlanBranchCacheIndexer getPlanBranchCacheIndex()
getPlanBranchCacheIndex in interface PlanCacheIndices@NotNull public @NotNull PlanIdCacheIndexer getPlanIdIndexer()
getPlanIdIndexer in interface PlanCacheIndices@NotNull public @NotNull PlanRepositoryIndexer getPlanRepositoryIndex()
getPlanRepositoryIndex in interface PlanCacheIndicesCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.