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