Uses of Interface
org.alfresco.repo.search.impl.lucene.index.IndexInfo.LockWork
-
Packages that use IndexInfo.LockWork Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.lucene.index -
-
Uses of IndexInfo.LockWork in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene with parameters of type IndexInfo.LockWork Modifier and Type Method Description <R> RAbstractLuceneBase. doReadOnly(IndexInfo.LockWork<R> lockWork)Execute actions against a read only index (all write ops will block)<R> RLuceneIndexer. doReadOnly(IndexInfo.LockWork<R> lockWork) -
Uses of IndexInfo.LockWork in org.alfresco.repo.search.impl.lucene.index
Methods in org.alfresco.repo.search.impl.lucene.index with parameters of type IndexInfo.LockWork Modifier and Type Method Description <R> RIndexInfo. doReadOnly(IndexInfo.LockWork<R> lockWork)
-