Interface PlanCacheIndexer
- All Known Implementing Classes:
PlanBranchCacheIndexer
,PlanCacheIndicesImpl
,PlanIdCacheIndexer
,PlanProjectIndexer
,PlanRepositoryIndexer
public interface PlanCacheIndexer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToIndex
(@NotNull ImmutableChain chain) Index plan.void
void
void
index
(@NotNull ImmutableChain chain) Reindex plan.
-
Method Details
-
index
Reindex plan. Implementation might require cleaning up existing content of the index. -
deindex
-
deindexAll
void deindexAll() -
addToIndex
Index plan. This method is used during initialisation. Implementation can assume that plan wasn't previously indexed.- Since:
- 9.3
-