public class PlanBranchCacheIndexer extends Object implements PlanCacheIndexer, PlanBranchCacheIndex
Constructor and Description |
---|
PlanBranchCacheIndexer(ImmutablePlanCacheService immutablePlanCacheService) |
Modifier and Type | Method and Description |
---|---|
void |
addToIndex(@NotNull ImmutableChain chain)
Index plan.
|
void |
deindex(@NotNull PlanKey planKey) |
void |
deindexAll() |
@NotNull com.google.common.collect.ImmutableSet<PlanBranchGist> |
getBranchGists(PlanKey planKey) |
@NotNull com.google.common.collect.ImmutableSet<PlanKey> |
getBranchKeys(@NotNull PlanKey planKey) |
void |
index(@NotNull ImmutableChain chain)
Reindex plan.
|
public PlanBranchCacheIndexer(ImmutablePlanCacheService immutablePlanCacheService)
public void index(@NotNull @NotNull ImmutableChain chain)
PlanCacheIndexer
index
in interface PlanCacheIndexer
public void addToIndex(@NotNull @NotNull ImmutableChain chain)
PlanCacheIndexer
addToIndex
in interface PlanCacheIndexer
public void deindex(@NotNull @NotNull PlanKey planKey)
deindex
in interface PlanCacheIndexer
public void deindexAll()
deindexAll
in interface PlanCacheIndexer
@NotNull public @NotNull com.google.common.collect.ImmutableSet<PlanKey> getBranchKeys(@NotNull @NotNull PlanKey planKey)
getBranchKeys
in interface PlanBranchCacheIndex
@NotNull public @NotNull com.google.common.collect.ImmutableSet<PlanBranchGist> getBranchGists(PlanKey planKey)
getBranchGists
in interface PlanBranchCacheIndex
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.