Package org.fcrepo.persistence.ocfl.api
Interface IndexBuilder
-
- All Known Implementing Classes:
IndexBuilderImpl
public interface IndexBuilder
An interface representing index rebuilding capabilities. Any index state that can be derived from the underlying OCFL repository must be regenerated by the implementing class. repository- Since:
- 6.0.0
- Author:
- dbernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rebuildIfNecessary()
Rebuilds the index only when the existing index is not populated.
-
-
-
Method Detail
-
rebuildIfNecessary
void rebuildIfNecessary()
Rebuilds the index only when the existing index is not populated.
-
-