public class PlanIdCacheIndexer extends Object implements PlanCacheIndexer, PlanIdCacheIndex
| Constructor and Description |
|---|
PlanIdCacheIndexer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deindex(PlanKey planKey) |
void |
deindexAll() |
Set<PlanKey> |
getAllChainKeys() |
PlanKey |
getChain(long chainId) |
PlanKey |
getChainOfJob(long jobId) |
void |
index(ImmutableChain chain) |
public void index(@NotNull
ImmutableChain chain)
index in interface PlanCacheIndexerpublic void deindex(@NotNull
PlanKey planKey)
deindex in interface PlanCacheIndexerpublic void deindexAll()
deindexAll in interface PlanCacheIndexerpublic Set<PlanKey> getAllChainKeys()
getAllChainKeys in interface PlanIdCacheIndexpublic PlanKey getChain(long chainId)
getChain in interface PlanIdCacheIndexpublic PlanKey getChainOfJob(long jobId)
getChainOfJob in interface PlanIdCacheIndexCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.