@Version("0.3.0")
Package org.apache.jackrabbit.oak.plugins.index.importer
-
Interface Summary Interface Description AsyncIndexerLock<T extends AsyncIndexerLock.LockToken> Lock used to prevent AsyncIndexUpdate from running when Index import is in progressAsyncIndexerLock.LockToken Marker interface.IndexImporterProvider This class is responsible for importing the index data from the file system into the repository. -
Class Summary Class Description AbortingIndexerLock Lock implementation for single node setup like for SegmentNodeStore It works by check async indexer status via IndexStatsMBean and then aborting it if found to be runningAsyncLaneSwitcher Coordinates the switching of indexing lane for indexes which are to be imported.ClusterNodeStoreLock Lock implementation for clustered scenario.IndexDefinitionUpdater IndexerInfo Represents the index data created by oak-run tooling on the file system.IndexImporter