Class IndexPlanner<IdentifierT>
java.lang.Object
dev.getelements.elements.sdk.dao.index.IndexPlanner<IdentifierT>
Plans index updates in a database-agnostic way.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
-
Method Summary
Modifier and TypeMethodDescriptionCalculates the final plan based on the updates applied to the plan so far.update
(String context, MetadataSpec spec) Updates the indexing plan with the given metadata specification.
-
Method Details
-
update
Updates the indexing plan with the given metadata specification.- Parameters:
context
-spec
-- Returns:
-
getFinalExecutionSteps
Calculates the final plan based on the updates applied to the plan so far.- Returns:
- the final plan
-