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 PlanCacheIndexer
public void deindex(@NotNull PlanKey planKey)
deindex
in interface PlanCacheIndexer
public void deindexAll()
deindexAll
in interface PlanCacheIndexer
public Set<PlanKey> getAllChainKeys()
getAllChainKeys
in interface PlanIdCacheIndex
public PlanKey getChain(long chainId)
getChain
in interface PlanIdCacheIndex
public PlanKey getChainOfJob(long jobId)
getChainOfJob
in interface PlanIdCacheIndex
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.