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