public interface MultiConnection
Modifier and Type | Method and Description |
---|---|
Object |
withReader(EnumSet<SearchIndex> indexes,
com.atlassian.bonnie.ILuceneConnection.ReaderAction action) |
void |
withSearch(EnumSet<SearchIndex> indexes,
com.atlassian.bonnie.ILuceneConnection.SearcherAction action) |
<T> T |
withSearcher(EnumSet<SearchIndex> indexes,
com.atlassian.bonnie.ILuceneConnection.SearcherWithTokenAction<T> action) |
<T> T |
withSearcher(EnumSet<SearchIndex> indexes,
long searchToken,
com.atlassian.bonnie.ILuceneConnection.SearcherWithTokenAction<T> action) |
Object withReader(EnumSet<SearchIndex> indexes, com.atlassian.bonnie.ILuceneConnection.ReaderAction action) throws com.atlassian.bonnie.LuceneException
com.atlassian.bonnie.LuceneException
void withSearch(EnumSet<SearchIndex> indexes, com.atlassian.bonnie.ILuceneConnection.SearcherAction action) throws com.atlassian.bonnie.LuceneException
com.atlassian.bonnie.LuceneException
<T> T withSearcher(EnumSet<SearchIndex> indexes, com.atlassian.bonnie.ILuceneConnection.SearcherWithTokenAction<T> action)
<T> T withSearcher(EnumSet<SearchIndex> indexes, long searchToken, com.atlassian.bonnie.ILuceneConnection.SearcherWithTokenAction<T> action) throws com.atlassian.bonnie.SearchTokenExpiredException
com.atlassian.bonnie.SearchTokenExpiredException
Copyright © 2003–2021 Atlassian. All rights reserved.